A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

AboutContactsDialog - Class in com.cafean.client.ui
Display contact information
AboutContactsDialog(Dialog) - Constructor for class com.cafean.client.ui.AboutContactsDialog
Creates new form AboutDialog
AboutDialog - Class in com.cafean.client.ui
 
AboutDialog - Class in com.cafean.moviegen.ui
AboutDialog displays information about this application.
AboutDialog(Frame) - Constructor for class com.cafean.client.ui.AboutDialog
Creates new form NewAboutDialog
AboutDialog(Frame) - Constructor for class com.cafean.moviegen.ui.AboutDialog
Creates new form AboutDialog
AboutLicenseDialog - Class in com.cafean.client.ui
Display Version, copyright and disclaimer info.
AboutLicenseDialog(Dialog) - Constructor for class com.cafean.client.ui.AboutLicenseDialog
Creates new form AboutDialog
AboutPluginDialog - Class in com.cafean.client.ui
This dialog allows the user to view information about all of the currently loaded plugins.
AboutPluginDialog(Dialog, MEPlugin[]) - Constructor for class com.cafean.client.ui.AboutPluginDialog
Creates new form AboutPluginDialog
AboutPluginDialog(Frame, MEPlugin[]) - Constructor for class com.cafean.client.ui.AboutPluginDialog
Creates new form AboutPluginDialog
abs() - Method in class com.cafean.Number.Real
 
AbstractAccordionModel - Class in com.cafean.client.ui.swing.accordion
An abstract representation of the AccordionModel interface.
AbstractAccordionModel() - Constructor for class com.cafean.client.ui.swing.accordion.AbstractAccordionModel
 
AbstractAnimationModel - Class in com.cafean.client.anim
This is an abstract stand-in for the Animation model.
AbstractAnimationModel() - Constructor for class com.cafean.client.anim.AbstractAnimationModel
 
AbstractBeanComponent - Class in com.cafean.client.analysis
The base class for ModelEditor Components that are full fledged beans.
AbstractBeanComponent() - Constructor for class com.cafean.client.analysis.AbstractBeanComponent
Create an AbstractBeanComponent object that does not belong to any model and has a display number of 0
AbstractBeanComponent(AbstractModel, int) - Constructor for class com.cafean.client.analysis.AbstractBeanComponent
Creates an AbstractBeanComponent object, adds it to model and sets the given component number on it.
AbstractBeanComponentBeanInfo - Class in com.cafean.client.analysis
 
AbstractBeanComponentBeanInfo() - Constructor for class com.cafean.client.analysis.AbstractBeanComponentBeanInfo
 
AbstractCBoolean - Class in com.cafean.client.values.components
This value represents a local boolean value.
AbstractCBoolean() - Constructor for class com.cafean.client.values.components.AbstractCBoolean
Construct an empty instance.
AbstractCBoolean(boolean) - Constructor for class com.cafean.client.values.components.AbstractCBoolean
Construct an instance with the given initial value.
AbstractCBoolean(PibFile) - Constructor for class com.cafean.client.values.components.AbstractCBoolean
Construct an instance from a PIB file entry.
AbstractCBoolean(ComponentElement) - Constructor for class com.cafean.client.values.components.AbstractCBoolean
Construct an instance with the given owner.
AbstractCBoolean(ComponentElement, boolean) - Constructor for class com.cafean.client.values.components.AbstractCBoolean
Construct a new instance with the given owner and initial value.
AbstractCInteger - Class in com.cafean.client.values.components
This value represents a local integer value.
AbstractCInteger() - Constructor for class com.cafean.client.values.components.AbstractCInteger
Construct an empty instance.
AbstractCInteger(int) - Constructor for class com.cafean.client.values.components.AbstractCInteger
Construct an instance with the given initial value.
AbstractCInteger(PibFile) - Constructor for class com.cafean.client.values.components.AbstractCInteger
Construct an instance from a PIB file entry.
AbstractCInteger(ComponentElement) - Constructor for class com.cafean.client.values.components.AbstractCInteger
Construct an instance with the given owner.
AbstractCInteger(ComponentElement, int) - Constructor for class com.cafean.client.values.components.AbstractCInteger
Construct a new instance with the given owner and initial value.
AbstractComponent - Class in com.cafean.client.analysis
The base class for ModelEditor Components.
AbstractComponent() - Constructor for class com.cafean.client.analysis.AbstractComponent
Create a AbstractComponent object that does not belong to any model and has a display number of 0
AbstractComponent(AbstractModel, int) - Constructor for class com.cafean.client.analysis.AbstractComponent
Creates an AbstractComponent object, adds it to model and sets the given component number on it.
AbstractConditionSetManager - Class in com.cafean.client.ic
This is the abstract parent to the condition set managers for the different plug-in.
AbstractConditionSetManager(AbstractNumericsModel) - Constructor for class com.cafean.client.ic.AbstractConditionSetManager
 
AbstractConnectionList - Class in com.cafean.client.analysis
A base class for a list of ident references to Connection objects.
AbstractConnectionList() - Constructor for class com.cafean.client.analysis.AbstractConnectionList
Creates a new instance of AbstractConnectionList
AbstractConnectionList(AbstractConnectionList) - Constructor for class com.cafean.client.analysis.AbstractConnectionList
Creates a new instance of connectionList, copying an existing list.
AbstractConnectionUndo - Class in com.cafean.client.ui
An abstract base for UndoableConnect and UndoableDisconnect that handles the retrieval and updating of drawn components, components, etc.
AbstractConnectionUndo(AbstractComponent, AbstractComponent) - Constructor for class com.cafean.client.ui.AbstractConnectionUndo
Stores the left and right components along with a state edit of each
AbstractContextWriter - Class in com.cafean.client.validation
An abstract extension of PrintWriter and implementation of ContextWriter that includes ExportContext support for use in a validation display or ASCII viewer.
AbstractContextWriter(Writer) - Constructor for class com.cafean.client.validation.AbstractContextWriter
Creates a new context writer that passes all content through the given writer instance.
AbstractCReal - Class in com.cafean.client.values.components
This class provides a replacement for Real (CReal is shorthand for CAFEAN Real).
AbstractCReal() - Constructor for class com.cafean.client.values.components.AbstractCReal
Construct an empty instance.
AbstractCReal(PibFile) - Constructor for class com.cafean.client.values.components.AbstractCReal
Construct an instance from a PIB file entry.
AbstractCReal(ComponentElement) - Constructor for class com.cafean.client.values.components.AbstractCReal
Construct an empty instance.
AbstractCReal(ComponentElement, double) - Constructor for class com.cafean.client.values.components.AbstractCReal
Construct an instance with the specified value.
AbstractCReal(ComponentElement, AbstractCReal) - Constructor for class com.cafean.client.values.components.AbstractCReal
Construct an instance with the specified value.
AbstractCReal(AbstractCReal) - Constructor for class com.cafean.client.values.components.AbstractCReal
Construct an instance with the specified value.
AbstractCReal(DataInputStream) - Constructor for class com.cafean.client.values.components.AbstractCReal
Construct an instance from a PIB DataInputStream.
AbstractCString - Class in com.cafean.client.values.components
This value represents a local string value.
AbstractCString() - Constructor for class com.cafean.client.values.components.AbstractCString
 
AbstractCTable - Class in com.cafean.client.values.components
A base class for data structures which wish to be treated like tables.
AbstractCTable() - Constructor for class com.cafean.client.values.components.AbstractCTable
 
AbstractDisplayBean - Class in com.cafean.client.anim
An abstract class providing functionality required to connect to data sources, animate visual components, and to provide interactive control of calculations.
AbstractDisplayBean() - Constructor for class com.cafean.client.anim.AbstractDisplayBean
The constructor for SnapBaseBean.
AbstractDisplayBean(DrawnDisplayElementRec) - Constructor for class com.cafean.client.anim.AbstractDisplayBean
 
AbstractDisplayBeanBeanInfo - Class in com.cafean.client.anim
The BeanInfo class for SnapBaseBean.
AbstractDisplayBeanBeanInfo() - Constructor for class com.cafean.client.anim.AbstractDisplayBeanBeanInfo
No-op constructor.
AbstractDocument - Class in com.cafean.client.mdocs
 
AbstractDocument() - Constructor for class com.cafean.client.mdocs.AbstractDocument
Creates a new instance of AbstractDocument
AbstractDownloadRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
AbstractDownloadRequest(String, CSInterface, JProgressBar) - Constructor for class com.cafean.JobStatus.ui.csstream.request.AbstractDownloadRequest
 
AbstractDrawnSharedValue - Class in com.cafean.client.values.drawn
A simple abstract container for the properties shared between drawn shared values.
AbstractExporterModule - Class in com.cafean.document.notebook
This class serves as an abstraction for exporter modules.
AbstractExporterModule(File, ExportableTextDocument, AbstractNotebookExporter) - Constructor for class com.cafean.document.notebook.AbstractExporterModule
Instantiates a new module capable of exporting the provided text document.
AbstractFileHandle - Class in com.cafean.jobstream.server.components
File Handles are used to encapsulate input and output file references by both the Stream Manager and the Execution Wrapper.
AbstractFolderNode - Class in com.cafean.JobStatus.tree
 
AbstractFolderNode(String) - Constructor for class com.cafean.JobStatus.tree.AbstractFolderNode
 
AbstractFrontMatter - Class in com.cafean.document.notebook.components
An abstract class which defines front matter for a model notebook.
AbstractFrontMatter() - Constructor for class com.cafean.document.notebook.components.AbstractFrontMatter
 
AbstractFunctionCatProps - Class in com.cafean.client.values.components
This class provides IO access to AbstractFunctionCatProps data bocks.
AbstractFunctionCatProps() - Constructor for class com.cafean.client.values.components.AbstractFunctionCatProps
Construct an empty instance.
AbstractFunctionCatProps(PibFile, int[]) - Constructor for class com.cafean.client.values.components.AbstractFunctionCatProps
Construct an instance from a PIB file entry.
AbstractFunctionCatPropsBeanInfo - Class in com.cafean.client.values.components
This class provides BeanInfo for the AbstractFunctionCatProps class.
AbstractFunctionCatPropsBeanInfo() - Constructor for class com.cafean.client.values.components.AbstractFunctionCatPropsBeanInfo
 
AbstractGenericTableEditor - Class in com.cafean.client.ui
An abstract PropertyEditorPanelSupport that uses a GenericTableDialog to edit tabular data.
AbstractGenericTableEditor() - Constructor for class com.cafean.client.ui.AbstractGenericTableEditor
 
AbstractInsertHandler - Class in com.cafean.client.ui.tools.insert
The base class of a mouse handler used to control the insertion of a bean, annotation, etc.
AbstractInsertHandler(ZoomablePanel) - Constructor for class com.cafean.client.ui.tools.insert.AbstractInsertHandler
Creates a new instance of MouseHandler
AbstractIntegrationCase - Class in com.cafean.client.integrator.components
This class provides IO access to AbstractIntegrationCase data bocks.
AbstractIntegrationCase() - Constructor for class com.cafean.client.integrator.components.AbstractIntegrationCase
Construct an empty instance.
AbstractIntegrationCase(PibFile, int[]) - Constructor for class com.cafean.client.integrator.components.AbstractIntegrationCase
Construct an instance from a PIB file entry.
AbstractIntegrationCaseBeanInfo - Class in com.cafean.client.integrator.components
This class provides BeanInfo for the AbstractIntegrationCase class.
AbstractIntegrationCaseBeanInfo() - Constructor for class com.cafean.client.integrator.components.AbstractIntegrationCaseBeanInfo
 
AbstractIntegrator - Class in com.cafean.client.integrator
The base class for an integrator object used to detect, disconnect, and re-connect, CrossReference instances in a given Category of components.
AbstractIntegrator(SubsystemIntegrator) - Constructor for class com.cafean.client.integrator.AbstractIntegrator
creates a new Integrator with the given parent
AbstractLoggable - Class in com.cafean.CalcServer.util
 
AbstractLoggable() - Constructor for class com.cafean.CalcServer.util.AbstractLoggable
 
AbstractLoopCheck - Class in com.cafean.client.organize
This abstract class represents should be extended by custom plug-in loop checking algorithms.
AbstractLoopCheck() - Constructor for class com.cafean.client.organize.AbstractLoopCheck
 
AbstractModel - Class in com.cafean.client.analysis
An abstract representation of a logical model, it's contained components and elements, and facilities to manage them.
AbstractModel() - Constructor for class com.cafean.client.analysis.AbstractModel
Creates a new AbstractModel with a new model ident, a default name and a default owner.
AbstractModuleLoader - Class in com.cafean.jobstream.common.util
This class is the base class of each of the module loaders.
AbstractModuleLoader(File) - Constructor for class com.cafean.jobstream.common.util.AbstractModuleLoader
Creates a new module loader with the given cafean home folder.
AbstractNameEditor - Class in com.cafean.client.ui.beans
An editor for component names that are either, an ASCII string, a file name, or a different convention described by a regular expression.
AbstractNameEditor() - Constructor for class com.cafean.client.ui.beans.AbstractNameEditor
 
AbstractNameEditor(boolean, boolean) - Constructor for class com.cafean.client.ui.beans.AbstractNameEditor
Creates new form AbstractNameEditor
AbstractNameEditor(boolean, boolean, boolean) - Constructor for class com.cafean.client.ui.beans.AbstractNameEditor
Creates new form AbstractNameEditor
AbstractNestedCrossReference - Class in com.cafean.client.integrator.reference
 
AbstractNotebookExporter - Class in com.cafean.document.notebook
This class writes the contents of a model as an ExportableTextDocument implementation.
AbstractNumericDataSource - Class in com.cafean.client.values.sources
The base class for all dynamically loaded numeric data stores.
AbstractNumericFunction - Class in com.cafean.client.values.functions
The base class for all dynamically loaded numeric functions.
AbstractNumericsModel - Class in com.cafean.client.values
An extension of AbstractModel which provides access to extended numerics functionality.
AbstractPathHandler - Class in com.cafean.client.ui.tools.insert
A base class for insert handlers that are based on a path of points.
AbstractPathHandler(ZoomablePanel) - Constructor for class com.cafean.client.ui.tools.insert.AbstractPathHandler
Creates a new mouse handler with the given parent
AbstractRangedBean - Class in com.cafean.client.anim
A general base class for display beans that include a range
AbstractRangedBean() - Constructor for class com.cafean.client.anim.AbstractRangedBean
Creates a new Ranged Display Bean
AbstractRangedBean(DrawnDisplayElementRec) - Constructor for class com.cafean.client.anim.AbstractRangedBean
Creates a new Ranged Display Bean
AbstractRangedBeanBeanInfo - Class in com.cafean.client.anim
 
AbstractRangedBeanBeanInfo() - Constructor for class com.cafean.client.anim.AbstractRangedBeanBeanInfo
 
AbstractReportData - Class in com.cafean.utils.RptDoc
Report model for each Report instance.
AbstractReportData() - Constructor for class com.cafean.utils.RptDoc.AbstractReportData
 
AbstractRPCConnection - Class in com.cafean.rpc
The base class for requesters and responders that handles the process of reading and writing bare PibBlock instances to and from data streams.
AbstractServerRequester - Class in com.cafean.CalcServer.rpc
The base class for SNAP Server requester classes.
AbstractServerRequester(RPCManager, String, Socket) - Constructor for class com.cafean.CalcServer.rpc.AbstractServerRequester
 
AbstractServerResponder - Class in com.cafean.CalcServer.rpc
 
AbstractServerResponder(RPCManager, String, Socket) - Constructor for class com.cafean.CalcServer.rpc.AbstractServerResponder
Creates a new calculation server request responder
AbstractSharedValue - Class in com.cafean.client.values.components
The base class for shared values: components whose value may be referenced by attributes in other components, subblocks, etc.
AbstractSharedValue() - Constructor for class com.cafean.client.values.components.AbstractSharedValue
 
AbstractSharedValueBeanInfo - Class in com.cafean.client.values.components
 
AbstractSharedValueBeanInfo() - Constructor for class com.cafean.client.values.components.AbstractSharedValueBeanInfo
 
AbstractSiteConfigLoader - Class in com.cafean.config.site
This class loads the contents of the global and user site configuration files and provides accessors for the loaded data.
AbstractSiteConfigLoader(Configurator) - Constructor for class com.cafean.config.site.AbstractSiteConfigLoader
Creates a new site configuration loader.
AbstractSNAPDXExporter - Class in com.cafean.snapdx
An abstract utility class intended for use in creating model summary exporters for the SNAP Data Exchange file format.
AbstractSNAPDXExporter(AbstractModel) - Constructor for class com.cafean.snapdx.AbstractSNAPDXExporter
Creates an export utility for the given model.
AbstractSubSystem - Class in com.cafean.client.analysis.subsystem
The base class for CAFEAN supported "sub system" groupings of components.
AbstractSubSystem() - Constructor for class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
AbstractSubSystemBeanInfo - Class in com.cafean.client.analysis.subsystem
 
AbstractSubSystemBeanInfo() - Constructor for class com.cafean.client.analysis.subsystem.AbstractSubSystemBeanInfo
 
AbstractSubSystemEntry - Class in com.cafean.client.analysis.subsystem
A reference to a component included in a Sub-System
AbstractSubSystemEntry() - Constructor for class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
 
AbstractTableReference - Class in com.cafean.client.values.components
 
AbstractTableReference() - Constructor for class com.cafean.client.values.components.AbstractTableReference
 
AbstractTabPanel - Class in com.cafean.JobStatus.ui
 
AbstractTabPanel() - Constructor for class com.cafean.JobStatus.ui.AbstractTabPanel
 
AbstractValidationWrapper - Class in com.cafean.client.validation
A utility interface that handles a model's export and validation procedures.
AbstractValue - Class in com.cafean.client.values.components
The base class for local values: parameter values which may reference an AbstractSharedValue implementation.
AbstractValue() - Constructor for class com.cafean.client.values.components.AbstractValue
 
AbstractVideoType - Class in com.cafean.moviegen.support
Provides a set of routines required for generating each of the supported video format types.
AbstractVideoType() - Constructor for class com.cafean.moviegen.support.AbstractVideoType
 
AbstractVolumeBean - Class in com.cafean.client.anim
An abstraction of a Display Bean with a volume ID and a range.
AbstractVolumeBean() - Constructor for class com.cafean.client.anim.AbstractVolumeBean
Creates a new Volume Display Bean
AbstractVolumeBean(DrawnDisplayElementRec) - Constructor for class com.cafean.client.anim.AbstractVolumeBean
Creates a new Volume Display Bean from a record in an MED file.
AbstractVolumeBeanBeanInfo - Class in com.cafean.client.anim
The BeanInfo class for AbstractVolumeBean.
AbstractVolumeBeanBeanInfo() - Constructor for class com.cafean.client.anim.AbstractVolumeBeanBeanInfo
No-op constructor.
accept(File) - Method in class com.cafean.moviegen.util.ArchiveFilter
 
accept(File) - Method in class com.cafean.moviegen.util.FormatFilter
 
accept(File) - Method in class com.cafean.utils.SuffixFileFilter
The filter routine.
accept(File, String) - Method in class com.cafean.utils.DirectoryFilter
 
accept(File, String) - Method in class com.cafean.utils.FileExtension
 
access - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
Accessor - Interface in com.cafean.client.values
This interface acts as a handle to a model variable that can be modified by parametric streams.
AccessorType - Class in com.cafean.client.values
Implementations of AccessorType act as intermediate containers for for categories of Accessors.
AccessorType() - Constructor for class com.cafean.client.values.AccessorType
 
Accordion - Class in com.cafean.client.ui.swing.accordion
This class allows creating accordion components.
Accordion - Class in com.cafean.JobStatus.ui.accordion
 
Accordion() - Constructor for class com.cafean.client.ui.swing.accordion.Accordion
Creates an Accordion instance with a default, empty model.
Accordion(AccordionModel) - Constructor for class com.cafean.client.ui.swing.accordion.Accordion
Creates a new Accordion with the given model.
Accordion(JobListPanel) - Constructor for class com.cafean.JobStatus.ui.accordion.Accordion
Creates new form Accordion
AccordionButton - Class in com.cafean.JobStatus.ui.accordion
A panel used to render the title of an attribute group.
AccordionButton(PlatformPanel) - Constructor for class com.cafean.JobStatus.ui.accordion.AccordionButton
 
AccordionDataEvent - Class in com.cafean.client.ui.swing.accordion
An event that describes changes to an accordion data model.
AccordionDataEvent(Object, int, int, int) - Constructor for class com.cafean.client.ui.swing.accordion.AccordionDataEvent
Creates an AccordionDataEvent object.
AccordionDataListener - Interface in com.cafean.client.ui.swing.accordion
An EventListener interface used to pick-up changes to an AccordionModel.
AccordionExpansionEvent - Class in com.cafean.client.ui.swing.accordion
An event that describes a change in the expansion of an Accordion.
AccordionExpansionEvent(Object, int, boolean) - Constructor for class com.cafean.client.ui.swing.accordion.AccordionExpansionEvent
Constructs an AccordionExpansionEvent object.
AccordionExpansionListener - Interface in com.cafean.client.ui.swing.accordion
An interface for listeners that wish to be notified when the expansion of an Accordion component changes.
AccordionListener - Interface in com.cafean.JobStatus.ui.accordion
 
AccordionModel - Interface in com.cafean.client.ui.swing.accordion
Describes the contents of an Accordion.
AccordionNode - Class in com.cafean.client.ui.swing.accordion
An abstract class that elements returned from an AccordionModel may extend to receive special formatting.
AccordionNode() - Constructor for class com.cafean.client.ui.swing.accordion.AccordionNode
 
AccordionRenderer - Interface in com.cafean.client.ui.swing.accordion
Used to retrieve the component to display when a given AccordionModel value is expanded.
AccordionSelectionEvent - Class in com.cafean.client.ui.swing.accordion
An event that describes a change in the selection of an Accordion.
AccordionSelectionEvent(Object, int, boolean) - Constructor for class com.cafean.client.ui.swing.accordion.AccordionSelectionEvent
Constructs an AccordionSelectionEvent object.
AccordionSelectionListener - Interface in com.cafean.client.ui.swing.accordion
An interface for listeners that wish to be notified when the selection of an Accordion component changes.
AccordionSelectionModel - Interface in com.cafean.client.ui.swing.accordion
Implementations represent the current state of the selection and expansion in an Accordion component.
AccordionTest - Class in com.cafean.client.ui.swing.accordion
 
AccordionTest() - Constructor for class com.cafean.client.ui.swing.accordion.AccordionTest
Creates new form AccordionTest
AcGraceIntf - Class in com.cafean.utils
This class manages a local instance of AcGrace which it sends commands though a piped connection.
AcGraceIntf(File) - Constructor for class com.cafean.utils.AcGraceIntf
Creates a new instance of AcGraceIntf
ACTION_CONTRACTED - Static variable in class com.cafean.client.ui.swing.accordion.NodeButton
Identifies an action as a contract event
ACTION_EXPANDED - Static variable in class com.cafean.client.ui.swing.accordion.NodeButton
Identifies an action as an expansion event
ACTION_SELECTED - Static variable in class com.cafean.client.ui.swing.accordion.NodeButton
Identifies an action as a selection event
actionPerformed(ActionEvent) - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.integrator.editors.IntegratedModelEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.integrator.editors.IntegrationDefinitionEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.integrator.ui.ImportSubsystemAction
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.mdocs.HTMLEditorPanel.CustomAction
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.mdocs.HTMLEditorPanel.ListAutomationAction
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.AbstractGenericTableEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.DescriptionEditor
Opens the fixed-width text editing dialog.
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.FileSelectionEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.FilterPropertySetEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.FolderSelectionEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.FunctionSourceEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.GenericPropArrayEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.GenericPropertySetEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.LimitedLongStringEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.OptGenericPropertySetEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.StringArrayEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.TableEditor1D
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.TableNDEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.beans.ViewEmbedConEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.DrawnUserValue
Responds to an ActionEvent produced when hitting 'enter' in the text field contained in this drawing.
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.DrawnView.ViewImageCopyAction
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.text.TextAreaNonModalEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.ui.tools.ToolboxAction
Responds to ActionEvents by setting this as the current ToolboxAction in this action's Toolbox.
actionPerformed(ActionEvent) - Method in class com.cafean.client.validation.util.AsciiCaretListener
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.validation.util.DocumentSearcher
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.drawn.DrawnSharedBoolean
Updates the shared boolean when the checkbox is clicked
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Responds to an ActionEvent produced when hitting 'enter' in the text field contained in this drawing.
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.drawn.DrawnSharedTable
Opens the table editor when the button is clicked
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.CReal1DTableEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.CRealArrayEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.CRealNDTableEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.CTableEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.EnumEntryEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.LongCStringEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.ParametricCRealArrayEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.ParametricValuesEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.SharedStringValueEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.SharedTableEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.SharedValueEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.StringEnumEntryEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.client.values.editors.TableColumnsEditor
 
actionPerformed(ActionEvent) - Method in class com.cafean.h2o.ui.FluidPropCtrl
 
actionPerformed(ActionEvent) - Method in class com.cafean.JobStatus.ui.csstream.ColumnDisplayAction
 
actionPerformed(ActionEvent) - Method in class com.cafean.JobStatus.ui.joblist.CSFileViewerAction
 
actionPerformed(ActionEvent) - Method in class com.cafean.JobStatus.ui.joblist.CSOpenFileAction
 
actionPerformed(ActionEvent) - Method in class com.cafean.JobStatus.ui.joblist.CSPlotFileAction
 
actionPerformed(ActionEvent) - Method in class com.cafean.JobStatus.ui.TerminateStreamAction
 
actionPerformed(ActionEvent) - Method in class com.cafean.JobStatus.ui.util.OpenAction
 
actionPerformed(ActionEvent) - Method in class com.cafean.JobStatus.ui.util.PlotAction
 
actionPerformed(ActionEvent) - Method in class com.cafean.JSteam.FluidPropCtrl
 
actionPerformed(ActionEvent) - Method in class com.cafean.utils.LogonDialog
ActionListener interface method.
actionPerformed(ActionEvent) - Method in class com.cafean.utils.ReferenceDocs.DocumentLink
 
actionPerformed(ActionEvent) - Method in class com.cafean.utils.SplashPanel
Action listener interface method.
actionPerformed(ActionEvent, String) - Method in class com.cafean.client.ui.beans.GenericPropertySetEditor
 
actionPerformed(ActionEvent, String) - Method in class com.cafean.client.ui.beans.OptGenericPropertySetEditor
 
activate() - Method in class com.cafean.client.rpc.ModelEditorRequester
requests that the current job status frame be activated
activate() - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
 
activate() - Method in class com.cafean.client.ui.tools.InteractiveMouseHandler
 
activate() - Method in class com.cafean.client.ui.tools.MouseHandler
Sets up this MouseHandler to be ready to recieve MouseEvents
activate() - Method in class com.cafean.client.ui.tools.ZoomMouseHandler
 
activate() - Method in class com.cafean.config.rpc.ConfigToolRequester
requests that the current configuration tool frame be activated.
activate() - Method in class com.cafean.JobStatus.rpc.JobStatusRequester
requests that the current job status frame be activated
activate(String) - Method in class com.cafean.client.ui.pview.GroupPanel
Activates this panel displaying the given attribute group name.
activateDataSource() - Method in class com.cafean.client.anim.DataSource
 
ActivatePluginDialog - Class in com.cafean.client.ui
This dialog allows the user enable or disable the MECodePlugins that are currently loaded in the model.
ActivatePluginDialog() - Constructor for class com.cafean.client.ui.ActivatePluginDialog
Creates new form VolumePrintDialog
ActivateRequest - Class in com.cafean.client.rpc.command
This class provides IO access to ActivateRequest data bocks.
ActivateRequest - Class in com.cafean.config.rpc.command
This class provides IO access to ActivateRequest data bocks.
ActivateRequest - Class in com.cafean.JobStatus.rpc.command
This class provides IO access to ActivateRequest data bocks.
ActivateRequest() - Constructor for class com.cafean.client.rpc.command.ActivateRequest
Construct an empty instance.
ActivateRequest() - Constructor for class com.cafean.config.rpc.command.ActivateRequest
Construct an empty instance.
ActivateRequest() - Constructor for class com.cafean.JobStatus.rpc.command.ActivateRequest
Construct an empty instance.
ActivateRequest(PibFile, int[]) - Constructor for class com.cafean.client.rpc.command.ActivateRequest
Construct an instance from a PIB file entry.
ActivateRequest(PibFile, int[]) - Constructor for class com.cafean.config.rpc.command.ActivateRequest
Construct an instance from a PIB file entry.
ActivateRequest(PibFile, int[]) - Constructor for class com.cafean.JobStatus.rpc.command.ActivateRequest
Construct an instance from a PIB file entry.
Active - com.cafean.JobStatus.tree.Filter
 
Active - com.cafean.jobstream.server.components.Status
a task that is currently executing and communicating the the stream manager
ACTIVE - Variable in class com.cafean.client.io.med.DrawnLayerRec
No Documentation Available.
activeJobs - Variable in class com.cafean.CalcServer.command.ActivityNoticeRequest
No Documentation Available.
activeOnly - Variable in class com.cafean.CalcServer.command.FindStreamsRequest
No Documentation Available.
ACTIVITY_INDICATOR - Static variable in class com.cafean.JobStatus.tree.IndicatorIcon
 
ActivityNoticeRequest - Class in com.cafean.CalcServer.command
This class provides IO access to ActivityNoticeRequest data bocks.
ActivityNoticeRequest() - Constructor for class com.cafean.CalcServer.command.ActivityNoticeRequest
Construct an empty instance.
ActivityNoticeRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.ActivityNoticeRequest
Construct an instance from a PIB file entry.
add(double) - Method in class com.cafean.Number.DoubleArray
Appends the given double to the DoubleArray's data.
add(double) - Method in class com.cafean.Number.Real
 
add(double[]) - Method in class com.cafean.Number.DoubleArray
Appends the given data to the DoubleArray's data.
add(float) - Method in class com.cafean.Number.FloatArray
Appends the given float to the FloatArray's data.
add(float[]) - Method in class com.cafean.Number.FloatArray
Appends the given data to the FloatArray's data.
add(int) - Method in class com.cafean.Number.Int
 
add(int) - Method in class com.cafean.Number.IntegerArray
Appends the given int to the IntegerArray's data.
add(int[]) - Method in class com.cafean.Number.IntegerArray
Appends the given data to the IntegerArray's data.
add(int, ConnectionData) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Adds a new element to this connection map.
add(int, Type) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Adds the element at the given index.
add(long) - Method in class com.cafean.Number.LongArray
Appends the given long to the LongArray's data.
add(long[]) - Method in class com.cafean.Number.LongArray
Appends the given data to the LongArray's data.
add(PibBlock) - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
Adds the given notification to the queue.
add(CalcJobFile) - Method in class com.cafean.CalcServer.util.StreamLocationTable
Adds the given stream CJF to the lookup table
add(AbstractComponent) - Method in class com.cafean.client.analysis.ComponentSet
Ensures that the given component is present in this set.
add(AbstractComponent) - Method in class com.cafean.client.ui.UndoableMultiInsert
Adds a component.
add(AbstractComponent, ConnectionData) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Adds a single ConnectionData from an AbstractComponent to this map.
add(GenericObject) - Method in class com.cafean.client.analysis.ElementList
Adds the given object to this list.
add(QueueEntry) - Method in class com.cafean.JobStatus.ui.queue.BackgroundQueue
 
add(PlatformDefinition) - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
add(Task) - Method in class com.cafean.jobstream.server.components.TaskList
Adds the given object to this list.
add(Int) - Method in class com.cafean.Number.Int
 
add(Real) - Method in class com.cafean.Number.Real
 
add(SDXElement, String, int) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SDXElement, String, int[]) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SDXElement, String, CReal) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SDXElement, String, String) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SDXElement, String, String[]) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SDXElement, String, String, CReal[]) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SDXElement, String, String, List<CReal>) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SNAPDXRecord, String, int) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SNAPDXRecord, String, int[]) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SNAPDXRecord, String, CReal) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SNAPDXRecord, String, String) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SNAPDXRecord, String, String[]) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SNAPDXRecord, String, String, CReal[]) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(SNAPDXRecord, String, String, List<CReal>) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Adds a value entry to the given parent element with the given name and value.
add(Component) - Method in class com.cafean.client.ui.BeanBox
Adds the specified component to this container.
add(Component, boolean) - Method in class com.cafean.client.ui.BeanBox
Adds the specified component to this container.
add(File) - Method in class com.cafean.CalcServer.util.StreamLocationTable
Adds the given root folder to this lookup table.
add(Object, int) - Method in class com.cafean.document.notebook.util.IndexedValueMap
adds the given value/location pair to this map.
add(String) - Method in class com.cafean.JobStatus.ui.csstream.table.KeywordInfo
 
add(String) - Method in class com.cafean.JobStatus.ui.stream.KeywordInfo
 
add(String, String) - Method in class com.cafean.JobStatus.AnimationOverrideList
adds the given key to this chain for the given address
add(List<CrossReference>, AbstractIntegrator, String, AbstractComponent, AbstractSubSystem) - Static method in class com.cafean.client.integrator.reference.FKArrayCrossReference
 
add(List<CrossReference>, AbstractIntegrator, String, AbstractComponent, AbstractSubSystem) - Static method in class com.cafean.client.integrator.reference.SimpleFKCrossReference
 
add(List<CrossReference>, AbstractIntegrator, String, String, AbstractComponent, AbstractSubSystem) - Static method in class com.cafean.client.integrator.reference.NestedFKCrossReference
 
add(MutableTreeNode) - Method in class com.cafean.client.ui.navigator.NavigatorNode
 
add_(char) - Method in class com.cafean.utils.VarArgs
 
add_(double) - Method in class com.cafean.utils.VarArgs
 
add_(int) - Method in class com.cafean.utils.VarArgs
 
add_(long) - Method in class com.cafean.utils.VarArgs
 
add_(Object) - Method in class com.cafean.utils.VarArgs
 
add_(String) - Method in class com.cafean.utils.VarArgs
 
addAbstractModel(AbstractModel) - Static method in class com.cafean.client.ui.MainFrame
Adds a new AbstractModel to the ModelEditor.
addAbstractModel(AbstractModel, String) - Static method in class com.cafean.client.ui.MainFrame
Adds a new AbstractModel to the model editor.
addAccordionDataListener(AccordionDataListener) - Method in class com.cafean.client.ui.swing.accordion.AbstractAccordionModel
Adds a listener to be notified each time a change to the model's data occurs.
addAccordionDataListener(AccordionDataListener) - Method in interface com.cafean.client.ui.swing.accordion.AccordionModel
Adds a listener to the list that is notified each time a change to the model occurs.
addAccordionExpansionListener(AccordionExpansionListener) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Adds a listener to be notified when the accordion expansion changes.
addAccordionExpansionListener(AccordionExpansionListener) - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Add a listener to be notified when the expansion changes.
addAccordionExpansionListener(AccordionExpansionListener) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
addAccordionListener(AccordionListener) - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
addAccordionSelectionListener(AccordionSelectionListener) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Adds a listener to be notified when the accordion selection changes.
addAccordionSelectionListener(AccordionSelectionListener) - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Add a listener to be notified when the selection changes.
addAccordionSelectionListener(AccordionSelectionListener) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
addActionListener(ActionListener) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternComboBox
 
addActionListener(ActionListener) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Adds a listener to be notified when a model node is 'selected' while expanded.
addActionListener(ActionListener) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Adds an ActionListener to be notified when the button is clicked.
addALDocRef(ALDocRef) - Method in class com.cafean.client.analysis.AbstractComponent
Adds the given reference to this component's set of ALDocRef objects.
addAll(Collection<? extends PibBlock>) - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
addAll(Collection<? extends AbstractComponent>) - Method in class com.cafean.client.analysis.ComponentSet
 
addAnnotation(Annotation) - Method in class com.cafean.client.analysis.ViewComponent
Adds an Annotation to this ViewComponent, or to the DrawnView if the view has been opened.
addAnnotation(Annotation) - Method in class com.cafean.client.ui.DrawnView
This adds an Annotation to the center of the panel's viewport.
addAnnotation(Annotation, boolean) - Method in class com.cafean.client.ui.DrawnView
This adds an Annotation to the center of the panel's viewport.
addApplication(ApplicationDefinition) - Method in class com.cafean.jobstream.common.util.ApplicationContainer
adds the given application definition to the current user's personal settings
addApplication(ApplicationDefinition) - Method in class com.cafean.jobstream.server.components.Stream
Adds the given application to the list of applications used by tasks within this stream.
addArgument(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
adds the given argument to the list of command line arguments that should be used to execute the application.
addAttribs(int, Attribute) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Insert an element into attribs.
addAuxLibVersion(int, String) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Insert an element into auxLibVersion.
addBooleanProperty(String, boolean) - Method in class com.cafean.client.io.TemplateEntry
Adds the given integer to the values list.
addBooleanValues(int, CBoolean) - Method in class com.cafean.client.values.components.NumericsTableColumn
Insert an element into booleanValues.
addBoxSelectionListener(BoxSelectionListener) - Method in class com.cafean.client.ui.BeanBox
Adds the given listener to the list that is notified when the BeanBox selection set may have changed.
addBuiltinKeyword(String) - Method in class com.cafean.utils.PythonSyntaxDocument
 
addBuiltinKeyword(String) - Method in class com.cafean.utils.SourceEditor
 
addBuiltinKeywords(String[]) - Method in class com.cafean.utils.PythonSyntaxDocument
 
addBuiltinKeywords(String[]) - Method in class com.cafean.utils.SourceEditor
 
addCallbackListener(CallbackListener) - Method in class com.cafean.rpc.RPCRequester
Adds a listener for callback notifications sent to this requester
addCategories(Category[]) - Method in class com.cafean.client.io.MEDUtil
adds the given categories to the list that is written to disk in saveModel(...)*
addCategory(Category) - Method in class com.cafean.client.io.MEDUtil
adds the given category to the list that is written to disk in saveModel(...)*
addCategoryMessageGroup(CategoryMessageGroup) - Method in class com.cafean.client.ui.message.ModelErrorReport
adds the given category message group to this report
addCellEditorListener(CellEditorListener) - Method in class com.cafean.client.ui.SourceTargetTableEditor
 
addChangedComponent(AbstractComponent) - Method in class com.cafean.client.ui.SnapUndoManager
Adds the given component to the list of components that will have fireComponentChanged() called on them after the next undo or redo.
addChangeListener(ChangeListener) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Adds a ChangeListener to be notified when the button's state changes.
addChangeListener(ChangeListener) - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Add a listener to be notified when the model state changes.
addChangeListener(ChangeListener) - Method in class com.cafean.client.values.ui.TableMapPanel
Adds a ChangeListener to the list of change listeners.
addChild(Category) - Method in class com.cafean.client.analysis.Category
Adds the given category as a child to this Category.
addChild(Category, boolean) - Method in class com.cafean.client.analysis.Category
Adds the given category as a child to this Category.
addChild(Category, boolean) - Method in class com.cafean.client.analysis.SearchCategory
 
addChildBounds(VisualGroup, VisualGroup[], Hashtable, BeanBox) - Static method in class com.cafean.client.ui.util.VisualGroup
Adds the bounding Rectangles stored for child groups (in groupBounds) to the parent groups' Rectangles.
addClassificationListener(ClassificationListener) - Static method in class com.cafean.client.ui.MainFrame
adds the given ClassificationListener to the list of listeners notified when the current Classification level changes.
addClipboardListener(ClipboardListener) - Static method in class com.cafean.client.ui.clipboard.ComponentCopier
Adds the given listener to the table of listeners notified when a clipboard operation takes place.
addColumn(GenericTMColumn) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Registers a GenericTMColumn with this builder.
addColumnHeaderTooltip(Integer, String) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Registers a tooltip for the column at the given column-model index.
addColumns(int, NumericsTableColumn) - Method in class com.cafean.client.values.components.SharedTable
Insert an element into columns.
addCommand(String) - Method in class com.cafean.jobstream.server.components.CustomProcessing
adds a command to this custom processing command set
addComment(String) - Method in class com.cafean.client.analysis.GenericObject
Appends the given string as to the list of comments in this object
addComp(AbstractComponent) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Adds all of the connections in the target component to this map.
addComponent(AbstractComponent) - Method in class com.cafean.client.analysis.AbstractModel
Adds the given component to this model and gives it a new ident.
addComponent(AbstractComponent, boolean) - Method in class com.cafean.client.analysis.AbstractModel
Adds the given component to this model.
addComponent(AbstractComponent, boolean) - Method in class com.cafean.client.analysis.ViewComponent
Adds a new component to this view, either by adding it's pibblock if the view is not created, or by adding it directly to the view.
addComponent(AbstractComponent, boolean) - Method in class com.cafean.client.values.AbstractNumericsModel
 
addComponent(ConditionSet, AbstractComponent) - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method adds a single component to a condition set.
addComponentListener(ComponentListener) - Method in class com.cafean.client.analysis.AbstractComponent
Adds a new component listener to this abstract component.
addComponentLookup(AbstractComponent, int) - Method in class com.cafean.client.analysis.AbstractModel
Adds the given component to the component lookup table for the given DB_ID.
addComponents(Iterator) - Method in class com.cafean.client.analysis.ViewComponent
Uses the given iterator to add all of those components to the View, if it exists, or adds them to the PibBlock list if they don't.
addComponents(Iterator) - Method in class com.cafean.client.ui.DrawnView
Adds a list of components by an iterator on a list of components.
addComponents(Iterator, boolean) - Method in class com.cafean.client.analysis.ViewComponent
Uses the given iterator to add all of those components to the View, if it exists, or adds them to the PibBlock list if they don't.
addComponents(Iterator, boolean) - Method in class com.cafean.client.ui.DrawnView
Adds a list of components by an iterator on a list of components.
addComponentSelectionListener(ComponentSelectionListener) - Method in class com.cafean.client.ui.navigator.Navigator
 
addComponentSelectionListener(ComponentSelectionListener) - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Adds a listener to be notified each time a selection occurs.
addConditions(InputCondition) - Method in class com.cafean.jobstream.server.components.InputFileHandle
adds the given conditional the list of input conditionals defined for this handle
addConditionSet(ConditionSet) - Method in class com.cafean.client.ui.ConditionSetDialog
 
addConditionSet(String, ConditionSet) - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method adds a condition set to the current model.
addConnection(Connection) - Method in class com.cafean.client.analysis.AbstractComponent
The highest level of addConnection must be called after the connection has been added to the component.
addConnection(Connection) - Method in class com.cafean.client.analysis.AbstractConnectionList
Adds the given component to this ConnectionList.
addConnectionSelectionListener(ConnectionSelectionListener) - Method in class com.cafean.client.ui.ConnectionSetPanel
Adds a selection listener to the list of listeners in this panel
addConsole - Variable in class com.cafean.CalcServer.command.NotificationsRequest
No Documentation Available.
addConsoleListener(CalcServerResponder) - Method in class com.cafean.CalcServer.JobHandle
 
addContext(GSMatchContext) - Method in class com.cafean.client.ui.util.search.GSSearchResult
 
addContextHelp(Component, String) - Static method in class com.cafean.client.ui.ApplicationFrame
Adds a component to the context sensitive help, with the given label.
addCurrentExportItems(JMenu) - Method in class com.cafean.CodePlugins.MEPlugin
Adds appropriate export menu items to the given JMenu with respect to the type and state of the current model.
addCurrentToolsItems(JMenu) - Method in class com.cafean.CodePlugins.MEPlugin
Adds appropriate Tools menu items to the given JMenu with respect to the type and state of the current model.
addCustomProcessing(CustomProcessing) - Method in class com.cafean.jobstream.server.components.Task
adds the given custom processing command set to this task
addDataSet(ExportDataSet) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
addDefinitions(int, IntegrationDefinition) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Insert an element into definitions.
addDockablePanel(DockablePanel) - Method in class com.cafean.client.ui.ApplicationFrame
Adds the given panel to the pane holding all DockablePanels.
addDocLinks(int, int) - Method in class com.cafean.client.values.components.AttribProps
Insert an element into docLinks.
addDocMedia(DocMedia[]) - Method in class com.cafean.utils.ReferenceDocs.RefDocMap
adds the given documentation media definitions
addDrawingLayer(DrawingLayer) - Method in class com.cafean.client.ui.BeanBox
Adds the given DrawingLayer to this beanbox and assigns a new ident.
addDrawingLayer(DrawingLayer, boolean) - Method in class com.cafean.client.ui.BeanBox
Adds the given DrawingLayer to this beanbox and assigns a new ident (if necessary).
addDrawnComponent(AbstractComponent, boolean) - Method in class com.cafean.client.ui.DrawnView
This adds a specific AbstractComponent to a drawn view.
addDrawnComponent(AbstractComponent, boolean, boolean) - Method in class com.cafean.client.ui.DrawnView
This adds a specific AbstractComponent to a drawn view.
addDrawnComponent(AbstractComponent, boolean, boolean, boolean) - Method in class com.cafean.client.ui.DrawnView
This adds a specific AbstractComponent to a drawn view.
addDrawnComponent(DrawnComponent) - Method in class com.cafean.client.ui.util.InsertComponentContext
 
addDrawnComponent(DrawnComponent, boolean) - Method in class com.cafean.client.ui.DrawnView
This adds a specific DrawnComponent to this DrawnView.
addDrawnComponent(DrawnComponent, boolean, boolean) - Method in class com.cafean.client.ui.DrawnView
This adds a specific DrawnComponent to this DrawnView.
addDrawnComponent(DrawnComponent, boolean, boolean, boolean) - Method in class com.cafean.client.ui.DrawnView
This adds a specific DrawnComponent to this DrawnView.
addDrawnConnection(Connection) - Method in class com.cafean.client.ui.BeanBox
Adds a DrawnConnection object to this BeanBox for the given connection if and only if both sides of the connection are present in this view.
addEdit(UndoableEdit) - Method in class com.cafean.client.ui.navigator.UndoableAddToView
 
addEdit(UndoableEdit) - Method in class com.cafean.client.ui.SnapUndoManager
If inProgress, inserts anEdit at indexOfNextAdd, and removes any old edits that were at indexOfNextAdd or later.
addEdit(UndoableEdit) - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
addEdit(UndoableEdit) - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
addEdit(UndoableEdit) - Method in class com.cafean.client.ui.util.InsertComponentContext
 
addEdit(UndoableEdit) - Method in class com.cafean.client.ui.util.UndoableVersionChange
This is not a compound edit and cannot have more than one edit object.
addEditor(Integer, TableCellEditor) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Registers an editor for the column at the given column-model index.
addElement(GenericObject) - Method in class com.cafean.client.analysis.AbstractModel
Adds an element to the model, adjusting it's DB_ID and ident in the process.
addElement(GenericObject, boolean) - Method in class com.cafean.client.analysis.AbstractModel
Adds a GenericObject to the model.
addElement(Type) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Adds an element to the end of the model.
addEntry(SeqEntry) - Method in class com.cafean.jobstream.server.sequence.Sequence
 
addEnumEntries(int, EnumEntry) - Method in class com.cafean.client.values.components.SharedInteger
Insert an element into enumEntries.
addEnumEntries(int, String) - Method in class com.cafean.client.values.components.SharedString
Insert an element into enumEntries.
addEuChangeListener(Object) - Method in class com.cafean.client.anim.SourceManager
Adds an EuChangeListener to the listener list.
addExitCode(int) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
adds to the set of exit codes that the black box application will treat as success
addExportError(AbstractSharedValue) - Method in class com.cafean.client.values.nif.NumericsExportReport
Adds a AbstractSharedValue that was not exported to this report.
addExportItem(JMenuItem) - Static method in class com.cafean.client.ui.ApplicationFrame
This inserts a new export option into the export menu.
addField(String) - Method in class com.cafean.client.values.util.matlab.MXArray
Add a field to a structure array.
addFolder - Variable in class com.cafean.CalcServer.command.NotificationsRequest
No Documentation Available.
addIdents(int, int) - Method in class com.cafean.client.analysis.AbstractConnectionList
Inserts the given ident reference into this list at the given location.
addImportedSharedValue(AbstractSharedValue) - Method in class com.cafean.client.values.nif.NumericsImportReport
Adds an imported AbstractSharedValue to this report.
addImportItem(JMenuItem) - Static method in class com.cafean.client.ui.ApplicationFrame
This inserts a new import option into the import menu.
addInput(InputFileHandle) - Method in class com.cafean.jobstream.server.components.Task
adds the given input to the list of expected input for this task
addInputId(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Adds the UserDefinedValue with the given ident into the input array, if the value is not already in the input array.
addInputId(int) - Method in class com.cafean.client.values.components.ExternFunction
Adds the UserDefinedValue with the given ident into the input array, if the value is not already in the input array.
addInputVars(int, int) - Method in class com.cafean.client.values.components.ExternFunction
Insert an element into inputVars.
addInsertErrorListener(NumericPlainDocument.InsertErrorListener) - Method in class com.cafean.client.ui.NumericPlainDocument
 
addInsertErrorListener(CRealPlainDocument.InsertErrorListener) - Method in class com.cafean.client.values.util.CRealPlainDocument
 
addInteractiveCommandListener(InteractiveCommandListener) - Method in class com.cafean.client.anim.DataSource
adds a listener for notification when interactive commands are delivered to the job being animated via this data source
addIntProperty(String, int) - Method in class com.cafean.client.io.TemplateEntry
Adds the given integer to the values list.
addIntValues(int, CInteger) - Method in class com.cafean.client.values.components.NumericsTableColumn
Insert an element into intValues.
addItemListener(ItemListener) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Adds an ItemListener to be notified when the button's selection status changes.
addItemListener(ItemListener) - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Add a listener to be notified when the selection state changes.
addIteration(Iteration) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
addJob - Variable in class com.cafean.CalcServer.command.NotificationsRequest
No Documentation Available.
addKeyword(Keyword) - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
adds the given keyword
addKeyword(Keyword) - Method in class com.cafean.jobstream.server.components.Task
adds the given keyword to the list of keywords specified for this task
addLayoutComponent(Component, Object) - Method in class com.cafean.client.ui.swing.OverlapLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class com.cafean.client.ui.swing.OverlapLayout
Adds the specified component to the layout.
addListener(ResultsListener) - Method in class com.cafean.client.validation.util.DocumentSearcher
 
addListener(MultiObjectSelectionPanel.Listener) - Method in class com.cafean.client.values.functions.ui.MultiObjectSelectionPanel
 
addListener(StreamCallbackListener) - Method in class com.cafean.JobStatus.StreamConnector
 
addListener(QueueListener) - Method in class com.cafean.JobStatus.ui.queue.BackgroundQueue
 
addListener(ProgressListener) - Method in class com.cafean.jobstream.common.util.Progress
Adds the given listener to the list that will be notified when this progress is closed.
addListener(JComponent) - Method in class javax.swing.beaninfo.color.SwatchSelectionPopup
Adds a mouse listener to the given component to pop-up this selector.
addLocation(ApplicationLocation) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
adds the given location to this application's list of locations
addLocation(File) - Method in class com.cafean.JobStatus.jimport.ImportFileDesc
 
addLocations(List<File>) - Method in class com.cafean.JobStatus.jimport.ImportFileDesc
 
addMenuItem(JMenuItem) - Method in class com.cafean.client.ui.DrawnView
This allows plugins to add menu items to the "Tools" menu for this DrawnView.
addMenuItem(JMenuItem, String) - Static method in class com.cafean.client.ui.ApplicationFrame
This is used to add a new menu item to the model editor main frame menu bar.
addMenuItems(JPopupMenu) - Method in class com.cafean.client.ui.navigator.ModelAccordionNode
Adds appropriate menu items for and from the model represented by this ModelNode.
addMenuItems(JPopupMenu) - Method in class com.cafean.client.ui.swing.accordion.AccordionNode
Provides the node with a JPopupMenu to fill with menu items to be displayed on pop-up trigger mouse events.
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.BeanArrayNode
This constructs the popup menu that appears when you right click with a single ComponentNode selected.
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.BeanNode
This constructs the popup menu that appears when you right click with a single ComponentNode selected.
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.CategoryNode
 
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.ChildComponentNode
 
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.ComponentNode
This constructs the popup menu that appears when you right click with a single ComponentNode selected.
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.ConnectionNode
 
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.MiniNavigatorRootNode
 
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.MiniNavigatorSelectionModel
Adds this node's popup menu items to the given JPopupMenu
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.ModelNode
Adds appropriate menu items for and from the model represented by this ModelNode.
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.NavigatorNode
Adds this node's popup menu items to the given JPopupMenu
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.NavigatorSelectionModel
Adds this node's popup menu items to the given JPopupMenu
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.PluginNode
Adds this node's popup menu items to the given JPopupMenu
addMenuItems(JPopupMenu, JTree) - Method in class com.cafean.client.ui.navigator.ViewComponentNode
 
addMergeErrorMessage(NumericsPropertyType, String, int) - Static method in class com.cafean.client.values.nif.NumericsImporter
Adds an error message when an imported numeric has the same name as an existing numeric but have differing non-value properties.
addMessage(Message) - Static method in class com.cafean.client.ui.ApplicationFrame
 
addMessage(Message) - Static method in class com.cafean.client.ui.message.Message
Adds a Message to the message window, and writes it out to the standard output location.
addMessage(Message) - Method in class com.cafean.client.ui.message.MessageTable
Adds the given Message to this table model.
addMessage(Message) - Method in class com.cafean.client.ui.MessageWindow
 
addMessage(Message) - Method in class com.cafean.client.ui.report.MessageDisplayPanel
Adds the given message to this message display.
addMessage(Object, String) - Static method in class com.cafean.client.ui.beans.PibVerify
 
addMessage(String) - Static method in class com.cafean.client.ui.message.Message
Adds a new message to the MessageWindow.
addMessage(String, int) - Method in class com.cafean.client.analysis.AbstractComponent
Adds the given message as type severityCode
addMessage(String, int) - Static method in class com.cafean.client.ui.message.Message
Adds the given text as a message to the message window with the given severity code chosen from those in Message.
addMessage(String, AbstractComponent) - Static method in class com.cafean.client.ui.message.Message
Adds the given text to the message window as a notice associated with the given component.
addMessage(String, AbstractComponent, int) - Static method in class com.cafean.client.ui.message.Message
Adds the given text as a message to the message window associated with the given component
addMessage(String, AbstractComponent, int, AutoCorrection) - Static method in class com.cafean.client.ui.message.Message
Adds the given text as a message to the message window associated with the given component
addMessage(String, ComponentElement, int) - Method in class com.cafean.client.analysis.AbstractComponent
 
addMessage(String, GenericObject, int) - Static method in class com.cafean.client.ui.message.Message
Adds the given text as a message to the message window associated with the given GenericObject.
addMessage(String, ViewComponent, JComponent, int) - Static method in class com.cafean.client.ui.message.Message
Adds the given text as a message to the Message Window associated with the given ViewComponent for the given GUI Component.
addMessage(String, String, ComponentElement, int) - Method in class com.cafean.client.analysis.AbstractComponent
Adds the given message as type severityCode
addMessage(String, String, ComponentElement, int, AutoCorrection) - Method in class com.cafean.client.analysis.AbstractComponent
Adds the given message as type severityCode
addMessage(String, String, Object[], int) - Static method in class com.cafean.client.ui.message.Message
Adds the given text as a multi-line message to the message window associated with the given components.
addMessage(String, String, Object[], int, AutoCorrection) - Static method in class com.cafean.client.ui.message.Message
Adds the given text as a multi-line message to the message window associated with the given components.
addMessage(String, Vector, int) - Static method in class com.cafean.client.ui.message.Message
Adds the given text as a multi-line message to the message window associated with the given components.
addMessageGroup(MessageGroup) - Method in class com.cafean.client.ui.message.ModelErrorReport
adds the given message group to this report
addMessageListener(MessageSelectionListener) - Static method in class com.cafean.client.ui.MessageWindow
Prepends the message listener to the head of the listeners array.
addMessages(Message[]) - Method in class com.cafean.client.ui.message.ModelErrorReport
Adds the given messages to this report as global level messages without a containing group.
addModel(AbstractModel) - Static method in class com.cafean.client.ui.navigator.Navigator
Add a ModelNode (and possibly a plug-in node) for the given AbstractModel.
addModelNavigationShortcut(JComponent) - Static method in class com.cafean.client.ui.ApplicationFrame
Adds a shortcut to the input/action maps of the given component used to display the ModelSelectionPopup.
addModelNode(AbstractModel) - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Adds a new ModelNode to the root node to represent the given model.
addModelSelectionListener(ModelSelectionListener) - Method in class com.cafean.client.ui.navigator.Navigator
 
addMouseHandler(MouseHandler) - Method in class com.cafean.client.ui.ZoomablePanel
Adds the given handler to the list of zoomable panel handlers and Toolbox handlers.
addMouseListenerToHeaderInTable(JTable) - Method in class com.cafean.client.ui.TableSorter
Adds a mouse litener to the table header.
addMouseListenerToHeaderInTable(JTable) - Method in class com.cafean.utils.TableSorter
 
addMultipleComments(Vector) - Method in class com.cafean.client.analysis.GenericObject
Add the given Vector of Comments to this object.
addMultiSelectPopupMenuEntries(boolean, JPopupMenu, List<AbstractComponent>) - Method in class com.cafean.client.analysis.AbstractModel
Adds the set of plug-in specific pop-up menu items to the given menu based on the given selection.
addNewJob(JobHandle) - Method in class com.cafean.CalcServer.JobQueue
Add a job to the queue.
addNewTask(CallbackRec, TaskRec) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
addNotify() - Method in class com.cafean.client.anim.AbstractDisplayBean
Called by the framework when the bean is added to a parent.
addNotify() - Method in class com.cafean.client.anim.AbstractRangedBean
 
addNotify() - Method in class com.cafean.client.classify.ClassificationPanel
 
addNotify() - Method in class com.cafean.client.ui.annotation.Annotation
 
addNotify() - Method in class com.cafean.client.ui.annotation.PolygonBean
Updates this bean's animatable state then calls the super class' implementation.
addNotify() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
addNotify() - Method in class com.cafean.client.ui.BeanBox
Notifies this component that it now has a parent.
addNotify() - Method in class com.cafean.client.ui.DrawnComponent
 
addNotify() - Method in class com.cafean.client.ui.MessageWindow
 
addNotify() - Method in class com.cafean.client.ui.navigator.MiniNavigatorTree
 
addNotify() - Method in class com.cafean.client.ui.navigator.NavigatorTree
 
addNotify() - Method in class com.cafean.client.ui.QuitDialog
 
addNotify() - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
 
addNotify() - Method in class com.cafean.client.ui.util.ZoomSizePanel
 
addNotify() - Method in class com.cafean.client.ui.ZoomablePanel
Initializes this panel in response to its addition to another component.
addNotify() - Method in class com.cafean.client.validation.ValidationDisplayPanel
 
addNotify() - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
 
addNotify() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
 
addNotify() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
 
addNotify() - Method in class com.cafean.h2o.ui.JSteamFrame
 
addNotify() - Method in class com.cafean.JSteam.JSteamFrame
 
addNotify() - Method in class com.cafean.utils.SplashPanel
Called by the framework when the panel is added to a parent.
addNotify() - Method in class com.cafean.utils.SplashWindow
Called by the framework when the panel is added to a parent.
addOption(String, String) - Method in class com.cafean.client.analysis.ValidationOptions
Adds a new option to be stored.
addOutput(OutputFileHandle) - Method in class com.cafean.jobstream.server.components.Task
adds the given output to the list of expected outputs for this task
addOutputId(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Adds an output variable's ident to the output array if it doesn't already exist.
addOutputId(int) - Method in class com.cafean.client.values.components.ExternFunction
Adds an output variable's ident to the output array if it doesn't already exist.
addOutputVars(int, int) - Method in class com.cafean.client.values.components.ExternFunction
Insert an element into outputVars.
addOverlapPanel(OverlapPanel) - Method in class com.cafean.client.ui.DrawnView
Adds an overlapping internal panel to this view for use as a user input sub-dialog.
addParameter(Real) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Appends a new parameter to the end of the parameter list.
addParametricKeyword(String) - Method in class com.cafean.jobstream.server.components.Task
adds the given keyword to the list of parametric keywords specified for this task *
addParametricValues(int, int) - Method in class com.cafean.client.values.components.SharedInteger
Insert an element into parametricValues.
addParametricValues(int, CReal) - Method in class com.cafean.client.values.components.SharedReal
Insert an element into parametricValues.
addPartition(Partition) - Method in class com.cafean.jobstream.server.components.Stream
adds the given partition to this stream's list
addPartitions(Category...) - Method in class com.cafean.client.analysis.ComponentSet
Adds the given categories to the set of partitioned categories.
addPastedLayers(DrawingLayer[]) - Method in class com.cafean.client.ui.BeanBox
Adds the given layers to this bean box as 'Pasted' layers.
addPibBlock(PibBlock) - Method in class com.cafean.client.analysis.ViewComponent
Adds a new Pibblock to this View Component.
addPlaybackControl(PlaybackControl) - Method in class com.cafean.client.ui.ApplicationFrame
Adds the given playback control to the list of controls updated in ApplicationFrame.updatePlaybackButtons()
addPlaybackPanel(PlaybackButtonPanel) - Method in class com.cafean.client.ui.ApplicationFrame
Adds the given playback panel to the list of controls updated in ApplicationFrame.updatePlaybackButtons()
addPluginNode(AbstractModel) - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Adds a new PluginNode to the Root node.
addPoint(Point) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Adds a path point at the given point, if the point falls on an existing line segment.
addPoint(Point) - Method in class com.cafean.client.ui.annotation.PolygonBean
Adds a path point at the given point, if the point falls on an existing line segment.
addPoint(Point) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Adds a path point at the given point, if the point falls on an existing line segment.
addPoint(Point) - Method in class com.cafean.client.ui.DrawnConnection
Adds a path point at the given point, if the point falls on an existing line segment.
addPopupMenuEntries(JPopupMenu) - Method in class com.cafean.client.analysis.AbstractModel
Appends this model's custom popup menu entries to the given popup menu.
addPopupMenuItems(JPopupMenu, MouseEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
Adds a set of appropriate JMenuItems to the given menu for use as a context-menu on this bean.
addPopupMenuItems(JPopupMenu, MouseEvent) - Method in class com.cafean.client.ui.annotation.Annotation
 
addPopupMenuItems(JPopupMenu, MouseEvent) - Method in class com.cafean.client.ui.annotation.ImageAnnotation
 
addPopupMenuItems(JPopupMenu, MouseEvent) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
addPopupMenuItems(JPopupMenu, MouseEvent) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
addPopupMenuItems(JPopupMenu, MouseEvent) - Method in class com.cafean.client.ui.DrawnSubComponent
Adds a set of appropriate JMenuItems to the given menu for use as a context-menu on this sub component.
addProperty(String, Object) - Method in class com.cafean.client.io.TemplateEntry
Sets the given property value into the values array.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.cafean.client.ui.beans.LongStringEditor
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
Register a listener for the PropertyChange event.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
addPropertySetListener(PropertySetListener) - Method in class com.cafean.client.ui.beans.PropertySet
Adds the given listener for notification of property set changes
addRealValues(int, CReal) - Method in class com.cafean.client.values.components.NumericsTableColumn
Insert an element into realValues.
addReferenceModel(AbstractModel, AbstractModel, boolean) - Static method in class com.cafean.client.ui.MainFrame
 
addRegisteredDialog(Dialog, AbstractModel) - Static method in class com.cafean.client.ui.ApplicationFrame
Adds the given dialog to the MainFrame's list of registered child dialogs.
addRegisteredFrame(Frame, AbstractModel) - Static method in class com.cafean.client.ui.ApplicationFrame
Adds the given frame to the MainFrame's list of registered frames.
addRenderer(Integer, TableCellRenderer) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Registers a renderer for the column at the given column-model index.
addRenderingHints(Map<?, ?>) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
addRequest(String, String, PlatformDefinition, File, boolean, String[], String[]) - Method in class com.cafean.client.anim.available.JobAvailabilityQueue
Requests that the given animation model MED be opened and connected to the given job on the given platform as soon as it is available.
addResource(String) - Method in class com.cafean.jobstream.server.sequence.Sequence
 
addRootFolder(RootFolder) - Method in class com.cafean.CalcServer.CalcServer
adds the given folder to the list of mounted root folders
addRow(int) - Method in class com.cafean.client.analysis.Table1D
Insert a row into one of this table's columns
addRow(int) - Method in interface com.cafean.client.ui.beans.AddRowsInterface
Provides the ability to add a row to the specified structure.
addRow(int) - Method in class com.cafean.client.ui.GenericTableModel
 
addRow(int) - Method in class com.cafean.client.values.components.AbstractCTable
Insert a row into this table's local columns
addRow(int) - Method in class com.cafean.client.values.components.CTable1D
Insert a row into one of this table's columns
addRow(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Adds a row the column.
addRow(int) - Method in class com.cafean.client.values.util.ClipboardTableModel
 
addRow(Row) - Method in class com.cafean.document.notebook.components.DocxCollapsibleRowTable
 
addRow(Row) - Method in class com.cafean.document.notebook.components.OdfCollapsableRowTable
 
addRow(Object...) - Method in class com.cafean.document.notebook.components.DocxCollapsibleRowTable
 
addRow(Object...) - Method in class com.cafean.document.notebook.components.OdfCollapsableRowTable
 
addRow(Object[]) - Method in class com.cafean.utils.RptDoc.CustomReportTable
Adds a row of values to the table
addRows(int, int) - Method in class com.cafean.client.values.components.CTable1D
This method allows adding multiple rows to the table all at once.
addRows(int, int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Adds multiple rows to the column.
addRows(int, int) - Method in class com.cafean.client.values.util.ClipboardTableModel
 
AddRowsInterface - Interface in com.cafean.client.ui.beans
Class provides the ability to create and remove rows on a paste operation
addScreenListener(ScreenListener) - Method in class com.cafean.CalcServer.util.ThreadedScreenReader
 
addSelectedBounds(Hashtable, BeanBox, int, int) - Static method in class com.cafean.client.ui.util.VisualGroup
Adds the bounds of the currently selected objects in each group to Rectangles stored in the given hash table; one per group.
addSelectedComponent(Object) - Method in class com.cafean.client.ui.BeanBox
Add a single object to the selection.
addSelectedComponents(Object[]) - Method in class com.cafean.client.ui.BeanBox
Adds an array of beans to the current selection.
addSelection(int, int) - Method in class com.cafean.client.ic.PartialConditionSet
Adds a new entry to the array of selected components.
addSelectionListener(CalendarPanel.DateListener) - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
addSelectionPaths(TreePath[]) - Method in class com.cafean.client.ui.navigator.MiniNavigatorSelectionModel
The cells rendering the nodes inside the path must be set selected
addSelectionPaths(TreePath[]) - Method in class com.cafean.client.ui.navigator.NavigatorSelectionModel
The cells rendering the nodes inside the path must be set selected
addSelectionRef(AbstractComponent) - Method in class com.cafean.client.ic.PartialConditionSet
Adds a single component to the condition set by reference.
addSelectionRef(AbstractComponent, boolean) - Method in class com.cafean.client.ic.PartialConditionSet
Adds a single component to the condition set by reference.
addSharedComponents(AbstractComponent, AbstractModel, Vector, Vector) - Static method in class com.cafean.client.ui.clipboard.ComponentCopier
Recursively adds the required SharedComponents for the given bean to the given destination and source vectors as well as to the target model (or the lookup table) if needed.
addSkippedSharedValue(AbstractSharedValue) - Method in class com.cafean.client.values.nif.NumericsImportReport
Adds a skipped AbstractSharedValue to this report.
addSound(int) - Method in class com.cafean.client.ui.MessageWindow
Sound is not supported by MessageWindow.
addStream(JobStreamRec) - Method in class com.cafean.JobStatus.tree.TrackingFolderNode
 
addStream(JobStreamRec) - Method in class com.cafean.jobstream.tracker.TrackerModule
Adds the given stream record to the tracking server with the current status indicating that is has been (or will shortly be) submitted to the batch queuing system.
addStreamCallbackListener(StreamCallbackListener) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
addStreamDownloadTab(StreamDownloadPanel) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
Add the given stream download panel to the tabbed pane
addStreamLog(long, String) - Method in class com.cafean.jobstream.tracker.TrackerModule
Adds the given log message to the SNAP.LOG table for the given stream.
addStringValues(int, CString) - Method in class com.cafean.client.values.components.NumericsTableColumn
Insert an element into booleanValues.
addSubstitution(InputSubstitution) - Method in class com.cafean.jobstream.server.components.InputFileHandle
adds the given substitution the list of input substitutions defined for this handle
addSubSystemEntries(int, AbstractSubSystemEntry) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
sets the list of the direct subsystem entries for this component subsystem
addSuccessfulExportValue(AbstractSharedValue) - Method in class com.cafean.client.values.nif.NumericsExportReport
Adds a successfully exported AbstractSharedValue to this report.
addSyntaxError(String) - Method in class com.cafean.client.values.nif.NumericsImportReport
Adds an error message that happened while reading the NIF.
addTabComponent(AbstractTabPanel, JTabbedPane) - Static method in class com.cafean.JobStatus.ConsoleTabComponent
 
addTableModelListener(TableModelListener) - Method in class com.cafean.client.values.editors.CTableNDPanel
 
addTarget(StorageLocation) - Method in class com.cafean.jobstream.server.components.OutputFileHandle
adds the given ArchiveLocation to the list of the places that this handle's file should be sent after the task is complete
addTask(Task) - Method in class com.cafean.jobstream.server.components.Stream
adds the given task to this stream
addTasks(long, TaskRec[]) - Method in class com.cafean.jobstream.tracker.TrackerModule
Adds the given task records to the tracking server with the given stream DB_ID and the current status indicating that they have been (or will shortly be) submitted to the batch queuing system.
addTaskStatus - Variable in class com.cafean.CalcServer.command.NotificationsRequest
No Documentation Available.
addText(String) - Method in class com.cafean.client.values.functions.ui.NumericFunctionConsole
adds the given text to this output console
addText(String) - Method in class com.cafean.utils.BlockingDialog
Adds an additional label containing the given text.
addToFront(Component) - Method in class com.cafean.client.ui.BeanBox
Adds the specified component to this container.
addToFront(Component, boolean) - Method in class com.cafean.client.ui.BeanBox
Adds the specified component to this container.
addToICSet(ConditionSet) - Method in class com.cafean.client.ic.ConditionSetAdapter
This method adds all of the elements in this adapter's component to the provided conditions set.
addToList(GSSearchResult) - Method in class com.cafean.client.ui.util.search.GlobalSearchDialog
 
addToModel(AbstractModel) - Method in class com.cafean.client.analysis.AbstractComponent
This method adds this AbstractComponent to model.
addToModel(AbstractModel, boolean) - Method in class com.cafean.client.analysis.AbstractComponent
This method adds this AbstractComponent to model.
addToModel(AbstractModel, boolean) - Method in class com.cafean.client.analysis.RestartCase
 
addToolbar(String, String, JToolBar) - Method in class com.cafean.client.ui.ApplicationFrame
This method adds a JToolBar to the main JToolBar and to the tool bar manager this allows the plug-ins to add JToolBars to the application frame.
addToolbar(String, String, JToolBar) - Method in class com.cafean.client.ui.MainToolbarManager
Adds another JToolBar to the tool bar manager.
addToolbar(JToolBar, String, boolean) - Method in class com.cafean.client.ui.DrawnView
Adds the given toolbar to this DrawnView.
addToolChangeListener(ToolChangeListener) - Method in class com.cafean.client.ui.Toolbox
Adds the given listener to the the list to notify when the current tool has changed.
addTotalsRow(ExportableTable, int) - Method in class com.cafean.document.notebook.AbstractExporterModule
Adds a totals row to the table.
addTotalsRow(ExportableTable, int) - Method in class com.cafean.document.notebook.DocxExporterModule
 
addTotalsRow(ExportableTable, int) - Method in class com.cafean.document.notebook.OdfExporterModule
 
addToView(Category, ViewComponent, boolean) - Method in class com.cafean.client.analysis.AbstractModel
Adds this navigator node to the View Component
addToView(ViewComponent, boolean) - Method in class com.cafean.client.ui.navigator.BeanNode
Adds this navigator node to the View Component
addToView(ViewComponent, boolean) - Method in class com.cafean.client.ui.navigator.ComponentNode
Adds this navigator node to the View Component
addToView(ViewComponent, boolean) - Method in class com.cafean.client.ui.navigator.NavigatorNode
Adds this navigator node to the View Component
addTransientDataChangeListener(Object) - Method in class com.cafean.client.anim.DataSource
Add a listener to be notified of transient data change events.
addTreeSelectionListener(TreeSelectionListener) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTree
 
addTreeSelectionListener(TreeSelectionListener) - Method in class com.cafean.client.ui.navigator.NavigatorTree
 
addUndoableInsert(AbstractComponent) - Method in class com.cafean.client.ui.util.InsertionSource
Adds an UndoableInsert object to this source's CompoundEdit.
addUndoListener(UndoListener) - Method in class com.cafean.client.ui.SnapUndoManager
Adds the given UndoListener to the undo listener list.
addUnitsSpan(ArrayList<Object>, String) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Formats the unit string of given sample CReal as a combination of simple java Strings and Span objects.
addUnitsSpan(ArrayList<Object>, String, String) - Method in class com.cafean.document.notebook.AbstractExporterModule
Formats the unit string of given sample CReal as a combination of simple java Strings and ExportableSpan objects.
addUnitsSpan(ArrayList<Object>, String, String) - Method in class com.cafean.document.notebook.DocxExporterModule
 
addUnitsSpan(ArrayList<Object>, String, String) - Method in class com.cafean.document.notebook.OdfExporterModule
 
addUpdatedSharedValue(AbstractSharedValue) - Method in class com.cafean.client.values.nif.NumericsImportReport
Adds an updated AbstractSharedValue to this report.
addUpdateError(int, String) - Method in class com.cafean.client.values.nif.NumericsImportReport
Adds an error message that happened while merging numeric variables.
addValueConverter(Class, BiFunction<Object, String, Object>) - Method in class com.cafean.client.ui.GenericTableModel
Adds a converter routine which translates text to the type the setter expects.
addVisualGroup(VisualGroup) - Method in class com.cafean.client.ui.BeanBox
Adds the given VisualGroup to this beanbox and assigns a new ident.
addVisualGroup(VisualGroup, boolean) - Method in class com.cafean.client.ui.BeanBox
Adds the given VisualGroup to this beanbox and assigns a new ident (if necessary).
addWarning(String) - Method in class com.cafean.client.values.nif.NumericsImportReport
 
adjustAccessorValue(CReal, ApplyRule) - Method in interface com.cafean.client.values.Accessor
Applies the variate to the given value, using the given rule, and returns an UndoableEdit that can revert the modification.
adjustAccessorValue(CReal, ApplyRule) - Method in class com.cafean.client.values.components.SharedReal
 
adjustTableRows(boolean) - Method in class com.cafean.client.ui.diff.CategoryGroup
Updates the mapping of table rows to AbstractComponents based on whether or not comparisons of equal components are to be displayed.
advanceFrame() - Method in class com.cafean.moviegen.ZipDataSource
Manually renders the next frame.
advanceFrame() - Method in class com.cafean.moviegen.ZipSourceStream
Advance the rendering one frame.
AFTER - Static variable in class com.cafean.document.notebook.components.AbstractFrontMatter
 
ALAttributeSelectDialog - Class in com.cafean.client.mdocs
 
ALAttributeSelectDialog(Dialog, AbstractModel) - Constructor for class com.cafean.client.mdocs.ALAttributeSelectDialog
Creates new form ALAttributeSelectDialog
ALAttributeSelectDialog(Frame, AbstractModel) - Constructor for class com.cafean.client.mdocs.ALAttributeSelectDialog
Creates new form ALAttributeSelectDialog
ALCompsListPanel - Class in com.cafean.client.mdocs
 
ALCompsListPanel(AbstractModel, PropertyDescriptorCache) - Constructor for class com.cafean.client.mdocs.ALCompsListPanel
Creates new form ALCompsListPanel
ALDocRef - Class in com.cafean.client.mdocs
A class representing a reference from a property (i.e.
ALDocRef() - Constructor for class com.cafean.client.mdocs.ALDocRef
Creates a new instance of ALDocRef
ALDocRef(PibFile) - Constructor for class com.cafean.client.mdocs.ALDocRef
Creates a new instance of ALDocRef
ALDocRef(ComponentElement) - Constructor for class com.cafean.client.mdocs.ALDocRef
Creates a new instance of ALDocRef
ALDocRef(ALDocRef) - Constructor for class com.cafean.client.mdocs.ALDocRef
Creates a new references that is a duplicate of the given reference
ALDocRef(String, int) - Constructor for class com.cafean.client.mdocs.ALDocRef
Creates a new instance of ALDocRef
ALDocReferenceTable - Class in com.cafean.client.mdocs
A reference table intended to be used to organize notes based on the components that refer to them and the sub-systems containing those components.
ALDocReferenceTable(AbstractModel) - Constructor for class com.cafean.client.mdocs.ALDocReferenceTable
 
ALERT - Static variable in class com.cafean.client.ui.message.Message
Message severity for non-error messages that the user should be alerted to.
alfag(double, double, double) - Method in class com.cafean.h2o.FluidState
end of ncMixture Returns void fraction given quality and the specific volumes of the gas and liquid phases
ALGO_NAME - Static variable in class com.cafean.CalcServer.LockHandler
the encryption cipher algorithm name
alias - Variable in class com.cafean.CalcServer.command.MountFolderRequest
No Documentation Available.
alias - Variable in class com.cafean.CalcServer.command.UnMountFolderRequest
No Documentation Available.
ALIGNMENT_CENTER - Static variable in class com.cafean.client.mdocs.HTMLEditorPanel
 
ALIGNMENT_JUSTIFIED - Static variable in class com.cafean.client.mdocs.HTMLEditorPanel
 
ALIGNMENT_LEFT - Static variable in class com.cafean.client.mdocs.HTMLEditorPanel
 
ALIGNMENT_RIGHT - Static variable in class com.cafean.client.mdocs.HTMLEditorPanel
 
Alive - com.cafean.jobstream.tracker.ClientStatus
 
All - com.cafean.JobStatus.tree.Filter
 
ALL - Static variable in interface com.cafean.client.ui.beans.PropertyController
the group containing all propertied, be they disabled required or optional.
ALL - Static variable in enum com.cafean.client.ui.util.Orientation
 
allocateChannels(int) - Method in class com.cafean.client.anim.AbstractDisplayBean
The constructor for SnapBaseBean.
allowDuplicateIndependents() - Method in class com.cafean.client.analysis.Table1D
Determines if dupllicate independent variable values are allowed.
allowDuplicateIndependents() - Method in class com.cafean.client.values.components.CTable1D
Determines if duplicate independent variable values are allowed.
AllStreamLogsRequest - Class in com.cafean.JobStatus.ui.stream.request
 
AllStreamLogsRequest(long, Consumer<String>) - Constructor for class com.cafean.JobStatus.ui.stream.request.AllStreamLogsRequest
 
ALModelNotesFrame - Class in com.cafean.client.mdocs
 
ALModelNotesFrame(AbstractModel) - Constructor for class com.cafean.client.mdocs.ALModelNotesFrame
Creates new form ALModelNotesFrame
ALNotesListPanel - Class in com.cafean.client.mdocs
 
ALNotesListPanel(AbstractModel, PropertyDescriptorCache) - Constructor for class com.cafean.client.mdocs.ALNotesListPanel
Creates new form ALNotesListPanel
ALOwnerSearchFrame - Class in com.cafean.client.mdocs
An attribute level search and review frame.
ALOwnerSearchFrame(AbstractModel) - Constructor for class com.cafean.client.mdocs.ALOwnerSearchFrame
Creates new form ALOwnerSearchFrame
ALOwnerSearchFrame(AbstractModel, boolean) - Constructor for class com.cafean.client.mdocs.ALOwnerSearchFrame
Creates new form ALOwnerSearchFrame
ALOwnership - Class in com.cafean.client.mdocs
A class representing the owned and verified state of a property in an AbstractComponent.
ALOwnership() - Constructor for class com.cafean.client.mdocs.ALOwnership
Construct an empty instance.
ALOwnership(PibFile) - Constructor for class com.cafean.client.mdocs.ALOwnership
Construct an instance from a PIB file entry.
ALOwnership(ComponentElement) - Constructor for class com.cafean.client.mdocs.ALOwnership
Construct an empty instance.
ALOwnership(DataInputStream) - Constructor for class com.cafean.client.mdocs.ALOwnership
Construct an instance from a PIB file entry.
ALPHA - Static variable in class com.cafean.client.organize.MagneticField
 
analyze(CrossReference, AbstractSubSystem) - Method in class com.cafean.client.integrator.AbstractIntegrator
Examines the given cross reference to determine any necessary data or configuration that must be cached or stored prior to disconnection.
AnchoredControlPoint - Class in com.cafean.client.ui.util
A control point implementation intended for use by points that are "anchored" to another location.
AnchoredControlPoint(int, int, int, int) - Constructor for class com.cafean.client.ui.util.AnchoredControlPoint
Creates a new anchored control point
AnchoredControlPoint(Point, Point) - Constructor for class com.cafean.client.ui.util.AnchoredControlPoint
Creates a new anchored control point.
and(Object...) - Static method in class com.cafean.client.analysis.Category
Creates a flat category array from the given categories, arrays of categories, and collections of categories.
Angle - Class in com.cafean.Number
A Real derivative for storing angle values.
Angle() - Constructor for class com.cafean.Number.Angle
Creates a new instance with an unknown value.
Angle(double) - Constructor for class com.cafean.Number.Angle
Creates a new instance initialized to a value.
animateJob(CalcServerRequester, PlatformDefinition, Job, boolean) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
animateJob(Window, URI, String) - Static method in class com.cafean.client.rpc.ModelEditorLauncher
Attempts to open the given file (URI) in a new instance of the ModelEditor and connect it to the given job.
animateJob(Window, URI, String, String[], String[], int) - Static method in class com.cafean.client.rpc.ModelEditorLauncher
Attempts to open the given file (URI) in the instance of the ModelEditor listening on the given port and connect it to the given job.
animateJob(String, String, String[], String[]) - Method in class com.cafean.client.rpc.ModelEditorRequester
requests that a console instance be opened for the given job
AnimateJobRequest - Class in com.cafean.client.rpc.command
This class provides IO access to AnimateJobRequest data bocks.
AnimateJobRequest() - Constructor for class com.cafean.client.rpc.command.AnimateJobRequest
Construct an empty instance.
AnimateJobRequest(PibFile, int[]) - Constructor for class com.cafean.client.rpc.command.AnimateJobRequest
Construct an instance from a PIB file entry.
AnimationBeanGenerator - Interface in com.cafean.client.ui
This interface implies that the implementing class will create an AbstractDisplayBean when pasted into an animatable view.
animationHint - Variable in class com.cafean.CalcServer.command.Job
The hint given by the submitting client that indicates which animation model should be used to display the results of this job.
AnimationModule - Class in com.cafean.client.anim
The abstract base class for Animation Modules.
AnimationModule(String) - Constructor for class com.cafean.client.anim.AnimationModule
 
AnimationModuleLoader - Class in com.cafean.client.anim
The loader for Animation Modules.
AnimationModuleLoader(File, ClassLoader) - Constructor for class com.cafean.client.anim.AnimationModuleLoader
Creates a new loader for the given wrapper, using the given folder, and reporting any errors to the given logger.
AnimationOverrideEntry - Class in com.cafean.JobStatus
This class represents an XML serializeable entry into the AnimationOverrideList.
AnimationOverrideEntry() - Constructor for class com.cafean.JobStatus.AnimationOverrideEntry
creates a new empty entry
AnimationOverrideEntry(String, String) - Constructor for class com.cafean.JobStatus.AnimationOverrideEntry
creates a new animation override for the specified job.
AnimationOverrideEntryBeanInfo - Class in com.cafean.JobStatus
 
AnimationOverrideEntryBeanInfo() - Constructor for class com.cafean.JobStatus.AnimationOverrideEntryBeanInfo
 
AnimationOverrideList - Class in com.cafean.JobStatus
A set of servers and keys used to connect to those servers.
AnimationOverrideList() - Constructor for class com.cafean.JobStatus.AnimationOverrideList
Creates a new instance of AnimationOverrideList
Annotation - Class in com.cafean.client.ui.annotation
This Abstract class should be extended by any object that is used only to impart data to an analyst looking at a DrawnView.
Annotation() - Constructor for class com.cafean.client.ui.annotation.Annotation
Creates a new instance of Annotation
Annotation(DrawnDisplayElementRec) - Constructor for class com.cafean.client.ui.annotation.Annotation
 
AnnotationAction - Class in com.cafean.client.ui.tools
A ToolboxAction derivative used to create various Annotations.
AnnotationAction(Toolbox, String, Icon, String) - Constructor for class com.cafean.client.ui.tools.AnnotationAction
Creates a new action for the given toolbox.
AnnotationBeanInfo - Class in com.cafean.client.ui.annotation
 
AnnotationBeanInfo() - Constructor for class com.cafean.client.ui.annotation.AnnotationBeanInfo
 
ANNOTATIONS - Variable in class com.cafean.client.io.med.ViewCompRec
The byte array containing the annotations added to this VIew.
append(char) - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
append(double, long) - Method in class com.cafean.CalcServer.TimestepTable
Appends the time,position pair to the last cache segment of this timestep table.
append(CharSequence) - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
append(CharSequence, int, int) - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
append(String) - Method in class com.cafean.JobStatus.ui.util.LogPanel
Adds the given log output to the log display window.
append(String) - Method in class com.cafean.JobStatus.ui.util.LogTextPane
Adds the given log output to the text pane.
appendExportItems(JMenu) - Static method in class com.cafean.client.ui.ApplicationFrame
 
appendExportItems(JMenu) - Static method in class com.cafean.client.ui.MainFrame
 
appendNewSegment() - Method in class com.cafean.CalcServer.TimestepTable
Appends a new empty cache segment to the end of this cache file.
appendPath(String, String...) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns a String containing the concatenation of the given paths with the base path.
appendPath(Path, String...) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns a the resolution of the given relative paths delimited with forward slashes (/) against the base path.
appendSuffix(File) - Method in class com.cafean.utils.SuffixFileFilter
Appends the correct suffix to the absolute path of the File given.
appendToolsItems(JMenu) - Static method in class com.cafean.client.ui.ApplicationFrame
 
appendToolsItems(JMenu) - Static method in class com.cafean.client.ui.MainFrame
 
appendUnits(String, String, boolean) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
returns a Paragraph containing the given text followed by the current units string of the given real value surrounded by parentheses.
application - Variable in class com.cafean.jobstream.tracker.TaskRec
The name of the Application definition for this task as specified in site config.
ApplicationContainer - Class in com.cafean.jobstream.common.util
A base class for containers of automatically generated application definitions.
ApplicationContainer() - Constructor for class com.cafean.jobstream.common.util.ApplicationContainer
 
ApplicationDefinition - Class in com.cafean.jobstream.common.components
This class is the in-memory representation an application definition read from site configuration.
ApplicationDefinition() - Constructor for class com.cafean.jobstream.common.components.ApplicationDefinition
Creates a new empty Application Definition
ApplicationFrame - Class in com.cafean.client.ui
The MainFrame is the central main class for the ModelEditor.
ApplicationFrame - Class in com.cafean.JobStatus.ui
 
ApplicationFrame() - Constructor for class com.cafean.JobStatus.ui.ApplicationFrame
Creates new form ApplicationFrame
ApplicationFrame(SnapPreferences, ConfigWrapper) - Constructor for class com.cafean.client.ui.ApplicationFrame
This constructs a new instance of the ModelEditor.
ApplicationGenerator - Class in com.cafean.jobstream.common.util
A base class for automatic application definition generation utilities.
ApplicationInput - Class in com.cafean.jobstream.common.components
The in-memory representation of an application input file definition specified in a site configuration file.
ApplicationInput() - Constructor for class com.cafean.jobstream.common.components.ApplicationInput
creates a new empty application input file definition
ApplicationLocation - Class in com.cafean.jobstream.common.components
An encapsulation an Application's physical location on a platform.
ApplicationLocation() - Constructor for class com.cafean.jobstream.common.components.ApplicationLocation
creates a new "Unspecified" location
ApplicationLocation(String, String) - Constructor for class com.cafean.jobstream.common.components.ApplicationLocation
creates a new location with the given platform and location
ApplicationOutput - Class in com.cafean.jobstream.common.components
The in-memory representation of an application output file definition specified in a site configuration file.
ApplicationOutput() - Constructor for class com.cafean.jobstream.common.components.ApplicationOutput
creates a new empty application output file definition
ApplicationSetup - Enum in com.cafean.jobstream.common.components
An enumerated encapsulation of the additional steps that must be taken to allow an application to be used within a job stream.
ApplicationVersion - Class in com.cafean.jobstream.common.components
An encapsulation an Application's flavor and version number.
ApplicationVersion() - Constructor for class com.cafean.jobstream.common.components.ApplicationVersion
creates a new empty version
ApplicationVersion(String, String) - Constructor for class com.cafean.jobstream.common.components.ApplicationVersion
creates a new application version with the given flavor and version
applyConditionSet(Window, ChannelDataHolder, boolean) - Method in class com.cafean.client.ic.AbstractConditionSetManager
Applies a ChannelDataHolder object to the model.
ApplyRule - Enum in com.cafean.client.values
A set of supported rules for applying variate values to nominal values.
applyToModel(AbstractModel) - Method in class com.cafean.client.analysis.RestartCase
This method applies the relevant restart case data to the given model.
applyToModel(AbstractModel) - Method in class com.cafean.client.integrator.IntegrationCase
 
AptBatchIntf - Class in com.cafean.document.notebook.util
 
AptBatchIntf(File) - Constructor for class com.cafean.document.notebook.util.AptBatchIntf
Creates a new instance of AcGraceIntf
Architecture - Enum in com.cafean.jobstream.common.components
A simple enumeration representing an architecture.
ArchiveFilter - Class in com.cafean.moviegen.util
A filter for zip archive files.
ArchiveFilter() - Constructor for class com.cafean.moviegen.util.ArchiveFilter
 
areaName - Variable in class com.cafean.config.rpc.command.SelectAreaRequest
No Documentation Available.
areComponentsScaled() - Method in class com.cafean.client.ui.SnapPreferences
 
arguments - Variable in class com.cafean.CalcServer.command.FileRequest
Additional arguments to pass to the server plug-in when retrieving a file.
arguments - Variable in class com.cafean.CalcServer.jobrpc.command.JFileRequest
No Documentation Available.
ArrayChangedEvent - Class in com.cafean.client.event
An event object describing a change to an array contained in a component.
ArrayChangedEvent(AbstractComponent, Object[], Object[]) - Constructor for class com.cafean.client.event.ArrayChangedEvent
Creates a new array changed event for the given component with the given old and new array references.
arraysEqual(AbstractCReal[], AbstractCReal[]) - Static method in class com.cafean.client.values.components.AbstractCReal
Returns true if all elements of the given arrays are equal at any given index; returns false if the elements have inequal lengths or at least one index has inequal values.
arraysEqual(CReal_E[], CReal_E[]) - Static method in class com.cafean.client.values.components.CReal_E
Returns true if all elements of the given arrays are equal at any given index; returns false if the elements have inequal lengths or at least one index has inequal values.
arraysEqual(CReal[], CReal[]) - Static method in class com.cafean.client.values.components.CReal
Returns true if all elements of the given arrays are equal at any given index; returns false if the elements have unequal lengths or at least one index has unequal values.
arraysEqual(Real[], Real[]) - Static method in class com.cafean.Number.Real
 
arrayToString() - Method in class com.cafean.client.values.util.matlab.MXArray
Create a NULL terminated C string from an mxArray of type mxCHAR_CLASS Supports multibyte character sets.
Arrow - Class in com.cafean.utils
 
Arrow() - Constructor for class com.cafean.utils.Arrow
 
ARROW_FILLED - Static variable in class com.cafean.client.ui.annotation.LineAnnotation
 
ARROW_HOLLOW - Static variable in class com.cafean.client.ui.annotation.LineAnnotation
 
ARROW_LINE - Static variable in class com.cafean.client.ui.annotation.LineAnnotation
 
ARROW_NAMES - Static variable in class com.cafean.client.ui.annotation.LineAnnotation
 
ARROW_NONE - Static variable in class com.cafean.client.ui.annotation.LineAnnotation
 
ARROW_TYPES - Static variable in class com.cafean.client.ui.annotation.LineAnnotation
 
ArrowKeyMovementHandler - Class in com.cafean.client.ui.util
A combination key/action listener used to move the components selected in a DrawnView when the arrow keys are pressed.
ArrowKeyMovementHandler(DrawnView) - Constructor for class com.cafean.client.ui.util.ArrowKeyMovementHandler
 
ascending - Variable in class com.cafean.utils.Configurator.Table
 
ascii - Variable in class com.cafean.CalcServer.command.JobFilesEntry
No Documentation Available.
ascii - Variable in class com.cafean.CalcServer.command.SendFileRequest
No Documentation Available.
ASCII - com.cafean.client.ui.util.search.GSMatchType
 
AsciiCaretListener - Class in com.cafean.client.validation.util
A thread which updates the caret position displayed on the screen.
AsciiCaretListener(AbstractModel, JTextPane, List<ExportContext>, JTextField, JLabel, JButton) - Constructor for class com.cafean.client.validation.util.AsciiCaretListener
Creates a new caret listener for use in a validation or ASCII display.
AsciiViewer - Class in com.cafean.client.ui
A viewer for the ASCII export of a Writeable component.
AsciiViewer(Dialog, Writeable, MECodePlugin) - Constructor for class com.cafean.client.ui.AsciiViewer
Creates new viewer to show the given Writeable component with the given Document.
AsciiViewer(Dialog, Writeable, StyledDocument) - Constructor for class com.cafean.client.ui.AsciiViewer
Creates new viewer to show the given Writeable component with the given Document.
AsciiViewer(Frame, Writeable, MECodePlugin) - Constructor for class com.cafean.client.ui.AsciiViewer
Creates new viewer to show the given Writeable component with the given Document.
AsciiViewer(Frame, Writeable, StyledDocument) - Constructor for class com.cafean.client.ui.AsciiViewer
Creates new viewer to show the given Writeable component with the given Document.
AsciiViewer.Updater - Class in com.cafean.client.ui
A background updater thread for ASCII Views
assignValue(Color) - Method in class javax.swing.beaninfo.color.SwatchSelectionPopup
Assigns the given value as if the user had entered it by hand or by mouse selection.
assignValue(Color) - Method in class javax.swing.beaninfo.SwingColorEditor
Assigns the given value as if the user had entered it by hand or by mouse selection.
ASSOCIATED_COMP_DESC - Static variable in class com.cafean.client.ui.annotation.AnnotationBeanInfo
 
AssociatedComponentEditor - Class in com.cafean.client.ui.annotation
 
AssociatedComponentEditor() - Constructor for class com.cafean.client.ui.annotation.AssociatedComponentEditor
Creates new form AssociatedComponentEditor
AssociatedComponentSelectionDialog - Class in com.cafean.client.ui.annotation
 
AssociatedComponentSelectionDialog(Dialog, AbstractModel) - Constructor for class com.cafean.client.ui.annotation.AssociatedComponentSelectionDialog
Creates new form ALAttributeSelectDialog
AssociatedComponentSelectionDialog(Frame, AbstractModel) - Constructor for class com.cafean.client.ui.annotation.AssociatedComponentSelectionDialog
Creates new form ALAttributeSelectDialog
AttribProps - Class in com.cafean.client.values.components
This class provides IO access to AttribProps data bocks.
AttribProps() - Constructor for class com.cafean.client.values.components.AttribProps
Construct an empty instance.
AttribProps(PibFile) - Constructor for class com.cafean.client.values.components.AttribProps
Construct an instance from a PIB file entry.
AttribProps(ComponentElement) - Constructor for class com.cafean.client.values.components.AttribProps
Construct an empty instance.
AttribPropsBeanInfo - Class in com.cafean.client.values.components
This class provides BeanInfo for the AttribProps class.
AttribPropsBeanInfo() - Constructor for class com.cafean.client.values.components.AttribPropsBeanInfo
 
attribute(PrintWriter, String, Object) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Outputs the given attribute/value pair as an XML attribute in a currently open tag.
Attribute - Class in com.cafean.client.io.med
This class provides IO access to Attribute data bocks.
Attribute() - Constructor for class com.cafean.client.io.med.Attribute
Construct an empty instance.
Attribute(PibFile) - Constructor for class com.cafean.client.io.med.Attribute
Construct an instance from a PIB file entry.
attributeModified(AbstractComponent, String) - Method in class com.cafean.client.analysis.OwnershipManager
Notifies the ownership manager that the given property was modified by the current user.
attributeModified(AbstractComponent, String, CompoundEdit) - Method in class com.cafean.client.analysis.OwnershipManager
Notifies the ownership manager that the given property was modified by the current user.
AUTO_SCALE - Variable in class com.cafean.client.io.med.DrawnComponentRec
Automatic scaling.
AUTO_SCALE - Variable in class com.cafean.client.io.med.DrawnNumericRec
Automatic scaling.
AutoCorrection - Class in com.cafean.client.ui.message
An encapsulation of a corrective action that can be performed in response to an error/warning message.
AutoCorrection(ComponentElement, String) - Constructor for class com.cafean.client.ui.message.AutoCorrection
Creates a new auto-correction object with the given target and property name.
AutoCorrectionBuilder - Class in com.cafean.client.ui.message
A class that builds AutoCorrection objects.
AutoCorrectionBuilder() - Constructor for class com.cafean.client.ui.message.AutoCorrectionBuilder
 
AutoExecutionBoolEditor - Class in com.cafean.client.values.functions.editors
An extension of ComponentSelectionEditor that only works with Shared Booleans and is used for selecting the boolean that dictates the execution of a SharedFunction in automatic execution mode.
AutoExecutionBoolEditor() - Constructor for class com.cafean.client.values.functions.editors.AutoExecutionBoolEditor
 
autoExpand(URI) - Method in class com.cafean.JobStatus.tree.ProjectTree
Attempts to expand the job tree to the given folder.
autoExpand(URI, Runnable) - Method in class com.cafean.JobStatus.tree.ProjectTree
Attempts to expand the job tree to the given folder.
autoExpandJob(PlatformDefinition, String) - Method in class com.cafean.JobStatus.ui.accordion.Accordion
Attempts to expand the job tree to the folder containing the given job
autoExpandJob(PlatformDefinition, String) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
Attempts to expand the job tree to the folder containing the given job
autoExpandJob(String) - Method in class com.cafean.JobStatus.tree.ProjectTree
Attempts to expand the job tree to the folder containing the given job
autoExpandJob(String) - Method in class com.cafean.JobStatus.ui.accordion.Accordion
Attempts to expand the job tree to the folder containing the given job
autoExpandJob(String) - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
Attempts to expand the job tree to the folder containing the given job
autoExpandJob(String) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
autoExpandJob(String, Runnable) - Method in class com.cafean.JobStatus.tree.ProjectTree
Attempts to expand the job tree to the folder containing the given job
autoExpandJobs(String, List<String>, List<String>) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
AutoManualBooleanEditor - Class in com.cafean.client.ui.beans
 
AutoManualBooleanEditor() - Constructor for class com.cafean.client.ui.beans.AutoManualBooleanEditor
Creates a new instance of AutoManualBooleanEditor automatically
autoScale() - Method in class com.cafean.utils.AcGraceIntf
Requests that AptPlot autoscale the plot
aux - Variable in class com.cafean.jobstream.tracker.FileRefRec
Spare field for auxiliary data.
aux - Variable in class com.cafean.jobstream.tracker.JobStreamRec
Spare field for auxiliary data.
aux - Variable in class com.cafean.jobstream.tracker.TaskRec
Spare field for auxiliary data.
availabilityChanged(List<AvailableJobEntry>, List<AvailableJobEntry>) - Method in interface com.cafean.client.anim.available.JobAvailabilityListener
notifies this listener that the two lists have changed
AvailableJobEntry - Class in com.cafean.client.anim.available
An entry in the available jobs queue.
AvailableJobEntry(File, String, String, PlatformDefinition, boolean, String[], String[]) - Constructor for class com.cafean.client.anim.available.AvailableJobEntry
Creates a new available job entry for the given job and model
AVI - Class in com.cafean.moviegen.support
Provides MovieGenerator support for the AVI format.
AVI - com.cafean.moviegen.util.VideoFormat
 
AVI() - Constructor for class com.cafean.moviegen.support.AVI
 

B

back() - Method in class com.cafean.JobStatus.jimport.JIFilesPanel
 
back() - Method in class com.cafean.JobStatus.jimport.JIGuessesPanel
 
back() - Method in class com.cafean.JobStatus.jimport.JIOptionsPanel
 
back() - Method in class com.cafean.JobStatus.jimport.JITypePanel
 
back() - Method in interface com.cafean.JobStatus.jimport.JobImportPanel
 
BackgroundQueue - Class in com.cafean.JobStatus.ui.queue
 
BackgroundQueue() - Constructor for class com.cafean.JobStatus.ui.queue.BackgroundQueue
 
BACKSLASH - com.cafean.client.values.nif.NIFReplacementToken
 
backupFile(File) - Method in class com.cafean.CalcServer.CJFConverter
Copies the given file to the user's LegacyCJF folder in their configuration directory.
BASE_COLUMNS - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
BASE_COLUMNS - Static variable in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
BaseNumber - Class in com.cafean.Number
BaseNumber is the abstract class used to represent all numbers in the ModelEditor.
BaseNumber() - Constructor for class com.cafean.Number.BaseNumber
Creates a new instance of a BaseNumber.
BasicComponentNamer - Class in com.cafean.client.utils
A simple utility used to assign initial names to new components.
BasicComponentNamer() - Constructor for class com.cafean.client.utils.BasicComponentNamer
 
BasicRowRenderer - Class in com.cafean.JobStatus.ui.csstream.table
 
BasicRowRenderer - Class in com.cafean.JobStatus.ui.stream
 
BasicRowRenderer(TableCellRenderer) - Constructor for class com.cafean.JobStatus.ui.csstream.table.BasicRowRenderer
 
BasicRowRenderer(TableCellRenderer) - Constructor for class com.cafean.JobStatus.ui.stream.BasicRowRenderer
 
batch_id - Variable in class com.cafean.jobstream.tracker.JobStreamRec
The run identifier supplied by the cluster job scheduler.
batch_id - Variable in class com.cafean.jobstream.tracker.TaskRec
The run identifier supplied by the cluster job scheduler.
BatchCommandProcessor - Class in com.cafean.utils
This processor handles reading batch commands from a file, or from the batch command window.
BatchCommandProcessor() - Constructor for class com.cafean.utils.BatchCommandProcessor
 
BatchProcessor - Interface in com.cafean.utils
Interface used by CommandDialog to process batch commands.
BeanAction - Class in com.cafean.client.ui.tools
A ToolboxAction derivative used to create any kind of bean.
BeanAction(Toolbox, Class) - Constructor for class com.cafean.client.ui.tools.BeanAction
Creates a new action for creating the given bean.
BeanArrayNode - Class in com.cafean.client.ui.navigator
The BeanArrayNode allows the navigator to explore arrays of Beans that are contained inside other BeanNodes.
BeanArrayNode(AbstractModel, Object, IndexedPropertyDescriptor) - Constructor for class com.cafean.client.ui.navigator.BeanArrayNode
Creates a new BeanArrayNode
BeanBox - Class in com.cafean.client.ui
The BeanBox is the actual canvas that contains all of the components and annotations inside the ZoomablePanel of a DrawnView.
BeanBox(AbstractModel) - Constructor for class com.cafean.client.ui.BeanBox
Constructs a new BeanBox.
BeanMessageListener - Class in com.cafean.client.ui.message
This is the MessageSelectionListener implemenation that allows for selecting JComponents inside of ViewComponents.
BeanMessageListener() - Constructor for class com.cafean.client.ui.message.BeanMessageListener
Creates a new instance of BeanMessageListener
BeanNode - Class in com.cafean.client.ui.navigator
The BeanNode is a node inside the model editor that has properties that get edited in the BeanEditor panel on the navigator.
BeanNode(AbstractModel, Object) - Constructor for class com.cafean.client.ui.navigator.BeanNode
Creates a new BeanNode
BeanPropDescriptionPanel - Class in com.cafean.client.ui.beans
A panel for use in a JPopupMenu for showing a description.
BeanPropDescriptionPanel(AbstractModel, String, String, JPopupMenu) - Constructor for class com.cafean.client.ui.beans.BeanPropDescriptionPanel
Creates new form BeanPropDescriptionPanel
BeanPropDescriptionPanel(String, String, JPopupMenu) - Constructor for class com.cafean.client.ui.beans.BeanPropDescriptionPanel
Creates new form BeanPropDescriptionPanel
BeanPropDescriptionPanel.LinkController - Class in com.cafean.client.ui.beans
 
BEFORE - Static variable in class com.cafean.document.notebook.components.AbstractFrontMatter
 
beginServerIdleCount() - Method in class com.cafean.CalcServer.JobQueue
Indicates that a server idle count should be started.
beginVirtualMode(AbstractModel, RestartCase) - Method in class com.cafean.client.ui.MainFrame
 
BETA - Static variable in class com.cafean.client.organize.MagneticField
 
BETA - Static variable in class com.cafean.h2o.FluidState
 
BETA - Static variable in class com.cafean.h2o.NewSteamTables
 
beta2d(double[], int[], double[][], String, double[], double[], boolean) - Method in class com.cafean.h2o.NewSteamTables
 
BETAF - Static variable in class com.cafean.h2o.FluidState
 
BETAF - Static variable in class com.cafean.h2o.NewSteamTables
 
BETAG - Static variable in class com.cafean.h2o.FluidState
 
BETAG - Static variable in class com.cafean.h2o.NewSteamTables
 
betaline(double[], int[], double[][], String, double[], double[], boolean) - Method in class com.cafean.h2o.NewSteamTables
 
BETANCS - Static variable in class com.cafean.h2o.FluidState
 
binarySearch(int) - Method in class com.cafean.Number.IntegerArray
Performes a binary search in this array for the given value.
binarySearch(long) - Method in class com.cafean.Number.LongArray
Performes a binary search in this array for the given value.
Black - com.cafean.document.notebook.plot.ExportColor
 
block - Variable in class com.cafean.CalcServer.command.ViewableFileBlockRequest
No Documentation Available.
BLOCK_SIZE - Static variable in class com.cafean.CalcServer.LockHandler
the size of a token or token attempt array.
BLOCK_TYPE - Static variable in class com.cafean.client.values.components.SharedBoolean
 
BLOCK_TYPE - Static variable in class com.cafean.client.values.components.SharedFunction
the name of the block in a PIB file
BLOCK_TYPE - Static variable in class com.cafean.client.values.components.SharedInteger
the block type for SharedIntegers in a PIB file
BLOCK_TYPE - Static variable in class com.cafean.client.values.components.SharedReal
the block type for SharedReals in a PIB file
BLOCK_TYPE - Static variable in class com.cafean.client.values.components.SharedTable
 
Blocked - com.cafean.CalcServer.util.JobHandleStatus
 
Blocked - com.cafean.jobstream.server.components.Status
a task that is waiting for other tasks to complete
BlockFileAccessClient - Class in com.cafean.JobStatus.OutputViewer
The BlockFileAccessClient is used as part of a system to remotely view possibly very large text files over a possibly very limited network connection.
BlockFileAccessClient(CalcServerRequester, int, String, ViewableFile, FileType, int) - Constructor for class com.cafean.JobStatus.OutputViewer.BlockFileAccessClient
Creates a new BFAC, initializing it with the open output file associated with the given run.
BlockFileAccessManager - Class in com.cafean.CalcServer
The BlockFileAccessManager is used as part of a system to remotely view possibly very large text files over a possibly very limited network connection.
BlockFileAccessManager() - Constructor for class com.cafean.CalcServer.BlockFileAccessManager
Creates a new instance of BlockFileAccessManager and does nothing else.
blockIndex - Variable in class com.cafean.CalcServer.command.ViewableFileBlockRequest
No Documentation Available.
BlockingDialog - Class in com.cafean.utils
 
BlockingDialog(Dialog, boolean) - Constructor for class com.cafean.utils.BlockingDialog
Creates new form BlockingDialog To use: Override run() to complete the background task.
BlockingDialog(Dialog, boolean, boolean) - Constructor for class com.cafean.utils.BlockingDialog
Creates new form BlockingDialog To use: Override run() to complete the background task.
BlockingDialog(Frame, boolean) - Constructor for class com.cafean.utils.BlockingDialog
Creates new form BlockingDialog To use: Override run() to complete the background task.
BlockingDialog(Frame, boolean, boolean) - Constructor for class com.cafean.utils.BlockingDialog
Creates new form BlockingDialog To use: Override run() to complete the background task.
blockTypes - Static variable in class com.cafean.CalcServer.command.CommandFile_file
 
blockTypes - Static variable in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
 
blockTypes - Static variable in class com.cafean.client.integrator.components.SubSystemIntegration_file
An array of the names of each of the supported PibBlock implementations in this format.
blockTypes - Static variable in class com.cafean.client.io.med.MED_file
 
blockTypes - Static variable in class com.cafean.client.rpc.command.ModelEditorCommand_file
 
blockTypes - Static variable in class com.cafean.client.values.components.CNL_LIBRARY_file
 
blockTypes - Static variable in class com.cafean.config.rpc.command.ConfigToolCommand_file
 
blockTypes - Static variable in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
 
blockTypes - Static variable in class com.cafean.rpc.command.RPC_file
 
blockTypes - Static variable in class com.cafean.snapdx.SNAPDataExchange_file
 
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ActivityNoticeRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.CanCreateDemuxRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ConnectionInfo
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ConsoleOutputRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.CreateDemuxDataRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.CreateFolderRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.DataChannel
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.DataChannelsRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.DeleteJobRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.DeleteJobResponse
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.DemuxDataRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.EvtCommandDelivered
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.EvtConsoleOutput
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.EvtEndTimeChanged
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.EvtJobAdded
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.EvtJobRemoved
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.EvtLogOutput
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.EvtStatusTriggered
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.EvtTaskStatusChanged
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.FileEntry
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.FileRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.FileRequestResponse
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.FilesListRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.FindStreamsRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.Folder
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.FolderContentsRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.FolderEntry
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.FolderLocationRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.FolderTreeRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.GetFileCancelRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.GetFileContentsRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.GetFileRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.GetFileResponse
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.GetJobInfoRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.GetMessagesRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.HasDemuxRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.IncrementTimeslice
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.InteractCommandRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.InteractiveVariable
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.InteractiveVarsRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.Job
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.JobFilesEntry
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.JobFilesList
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.JobFilesRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.JobLocationRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.JobPriorityRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.JobRPCRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.JobSet
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.Keyword
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.LaunchJobRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.LoadJobRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.LogOutputRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.MountFolderRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.MuxDataRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.NotificationsRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ReleaseJobRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.RemoveFolderRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.RenameFolderRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.RestartDataRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.RestartInfoRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.SendFileCancelRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.SendFileContentsRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.SendFileRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ServerStatusRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.SetMuxTimeRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ShutdownRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.StatusTriggerRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.String16
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.TerminateRunRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.UnitCodeRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.UnitCodeResponse
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.UnloadJobRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.UnMountFolderRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ViewableFile
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ViewableFileBlockRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ViewableFileLenRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ViewableFileOpenRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ViewableFilesRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ViewablePoiRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.command.ViewableSearchRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JDataChannel
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JFileRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JLogRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JString16
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.integrator.components.AbstractIntegrationCase
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.integrator.components.IntegrationDefinition
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.DrawnAnnotationRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.DrawnComponentRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.DrawnConnLine
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.DrawnDisplayBeanRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.DrawnDisplayElementRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.DrawnImageAnnotationRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.DrawnLayerRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.DrawnNumericRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.DrawnVisualGroupRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.FontRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.MedVersionInfoRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.ModelHeaderRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.Plugin
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.String16
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.UserConstantRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.UserFunctionRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.UserVariableRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.io.med.ViewCompRec
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.mdocs.ALDocRef
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.mdocs.ALOwnership
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.rpc.command.ActivateRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.rpc.command.AnimateJobRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.rpc.command.ModelListRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.rpc.command.ModelListResponse
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.AbstractCBoolean
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.AbstractCInteger
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.AbstractCReal
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.AbstractFunctionCatProps
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.AttribProps
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.CBoolean_E
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.CBoolean
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.CInteger_E
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.CInteger
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.CString
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.EnumEntry
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.ExternFunction
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.NumericsCatProps
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.NumericsTableColumn
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.SharedBoolean
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.SharedFunction
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.SharedInteger
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.SharedReal
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.SharedString
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.client.values.components.SharedTable
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.config.rpc.command.ActivateRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.config.rpc.command.SelectAreaRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.JobStatus.rpc.command.ActivateRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.JobStatus.rpc.command.SelectJobRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.rpc.command.CallbackAuthorization
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.rpc.command.CallbackAuthRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.rpc.command.CallbackContext
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.rpc.command.Ping
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.rpc.command.VersionRequest
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.snapdx.SDXElement
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.snapdx.SDXIntegerArrayValue
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.snapdx.SDXIntegerValue
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.snapdx.SDXRealArrayValue
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.snapdx.SDXRealValue
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.snapdx.SDXStringArrayValue
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.snapdx.SDXStringValue
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.snapdx.SNAPDXFileInfo
The current version number for this block.
BLOCKVER - Static variable in class com.cafean.snapdx.SNAPDXRecord
The current version number for this block.
Blue - com.cafean.document.notebook.plot.ExportColor
 
BooleanEditor - Class in com.cafean.client.ui.beans
This is ths radio-button form of a Boolean value editor used in the PropertySetPanel and its associated components.
BooleanEditor() - Constructor for class com.cafean.client.ui.beans.BooleanEditor
Creates a new instance of BooleanEditor displaying the text "True"/"False" and 'T'/'F'.
BooleanEditor(String, String) - Constructor for class com.cafean.client.ui.beans.BooleanEditor
Creates a new instance of BooleanEditor displaying the given text.
BooleanEditor(String, String, char, char) - Constructor for class com.cafean.client.ui.beans.BooleanEditor
Creates a new instance of BooleanEditor displaying the given text.
boolValue(String, boolean) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Returns the boolean equivalent of the given string value with "true" and "yes" considered true and everything else false.
BORDER_GROUP - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
UNUSED BORDER
BorderlessComponent - Interface in com.cafean.client.ui
An interface describing a visual element that should not have a border drawn for it by the GlassPane and who's internal points may be editable.
BorderStyleEditor - Class in com.cafean.client.ui.beans
Custom property editor to modify the component border properties.
BorderStyleEditor() - Constructor for class com.cafean.client.ui.beans.BorderStyleEditor
Constructor.
BOTTOM - Static variable in class com.cafean.client.ui.DrawnComponent
Oriented towards the bottom of the screen
boundsChanged(DrawnComponent) - Method in class com.cafean.client.ui.BeanBox
This is used to inform the BeanBox that the bounds of a DrawnComponent may have changed because of a component's internal values being edited.
boxSelectionChanged(BeanBox) - Method in interface com.cafean.client.ui.BoxSelectionListener
Notifies this listener that the selection in the given BeanBox may have changed.
BoxSelectionListener - Interface in com.cafean.client.ui
An interface describing a listener that is to be notified when the selection in a particular BeanBox instance may have changed.
BRITISH - Static variable in class com.cafean.client.values.components.AbstractCReal
The enumeration value for British units.
BRITISH - Static variable in class com.cafean.Number.BaseNumber
The enumeration value for British units.
brLabel - Variable in class com.cafean.CalcServer.command.UnitCodeResponse
the British label for the unit.
brLabel - Variable in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
No Documentation Available.
Brown - com.cafean.document.notebook.plot.ExportColor
 
bug6424509WorkAround() - Static method in class com.cafean.client.ui.swing.WeakSSRefHTMLEditorKit
 
bugfix - Variable in class com.cafean.rpc.command.VersionRequest
No Documentation Available.
build() - Method in class com.cafean.jobstream.common.util.download.DownloaderBuilder
Creates a new concrete Downloader instance.
build(Function<Integer, Optional<String>>) - Static method in class com.cafean.client.ui.TableTooltipHeaderRenderer
Builds a new TableTooltipHeaderRenderer
buildAdaptor(AbstractComponent) - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method builds an appropriate condition set adapter for the provided component.
buildAutoCorrection(String, String, T, Consumer<T>) - Static method in class com.cafean.client.ui.message.AutoCorrectionBuilder
Builds an AutoCorrection using the given parameters.
buildCategoryGroup(Category) - Method in class com.cafean.client.ui.message.ModelErrorReport
checks the contents of the given category, its object, component and list of components
buildCategoryGroup(Category, boolean) - Method in class com.cafean.client.ui.message.ModelErrorReport
checks the contents of the given category, its object, component and list of components
buildCompoundAutoCorrection(String, String, ComponentElement, List<T>, Consumer<T>) - Static method in class com.cafean.client.ui.message.AutoCorrectionBuilder
Builds an AutoCorrection that is applied to a set of component elements as a single undoable edit.
buildConditionSet() - Method in class com.cafean.client.analysis.AbstractModel
This method takes a snap shot of the current initial conditions inside this model and stores them in a ConditionSet extension.
buildConditionSet(String) - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method creates a new condition set with the given name.
buildConditionSetManager() - Method in class com.cafean.client.values.AbstractNumericsModel
Builds an initial conditions set manager to be used for this model
buildConverter(String) - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method returns a CReal extension to convert the provided channel.
buildDescription() - Method in interface com.cafean.client.ui.beans.DescriptiveBlock
Builds the description to use in the property view.
buildDescriptions() - Method in class com.cafean.client.values.components.AbstractTableReference
This method builds the ColumnDescription[] that describes the current plug-in table column state.
buildDescriptions(CTable1D) - Static method in class com.cafean.client.values.components.ColumnDescription
Initialize the ColumnDescription array based on a CTable1D table.
buildDescriptions(String[], Class[]) - Static method in class com.cafean.client.values.components.ColumnDescription
Initialize the ColumnDescription array based on an array of names and types
buildDescriptions(TableModel) - Static method in class com.cafean.client.values.components.ColumnDescription
Initialize the ColumnDescription array based on a TableModel instance.
builder(Window, AbstractNumericsModel, Supplier<Integer>) - Static method in class com.cafean.client.ui.GenericTableDialog
Creates a new GenericTableDialog.Builder that can be used to build an instance of this dialog.
buildErrorReport() - Method in class com.cafean.client.analysis.AbstractModel
Creates a ModelErrorReport that describes the state of this model.
buildErrorReport() - Method in interface com.cafean.client.ui.util.ModelReportBuilder
 
buildInfoRecord(AbstractModel) - Static method in class com.cafean.client.io.MEDReader
 
buildIntegerEditor() - Static method in class com.cafean.client.ui.SnapDefaultCellEditor
Builds a SnapDefaultCellEditor that uses a JTextField and is configured as a typical integer based table-cell editor.
buildMessageGroup(Checkable) - Method in class com.cafean.client.ui.message.ModelErrorReport
checks the given checkable and adds a message panel to the given list
buildTemplate(boolean) - Method in class com.cafean.client.analysis.ViewComponent
 
buildView() - Method in class com.cafean.client.analysis.ViewComponent
This initializes a new DrawnView based on a View Component.
BundlePropertyDetails - Class in com.cafean.jobstream.common.util
A simple object intended to be used to add additional columns of site-specific data to the View Job Bundles display.
BundlePropertyDetails(String[], String[], String[]) - Constructor for class com.cafean.jobstream.common.util.BundlePropertyDetails
creates a new bundle property details object with the given column data
BURNUP - com.cafean.client.anim.DataSource.IndependentDataType
 
bytes - Variable in class com.cafean.CalcServer.command.String16
No Documentation Available.
bytes - Variable in class com.cafean.CalcServer.jobrpc.command.JString16
No Documentation Available.
bytes - Variable in class com.cafean.client.io.med.DrawnAnnotationRec
The XMLEncoded byte array of this annotation.
bytes - Variable in class com.cafean.client.io.med.DrawnDisplayBeanRec
No Documentation Available.
bytes - Variable in class com.cafean.client.io.med.DrawnImageAnnotationRec
The XMLEncoded byte array of this annotation.
bytes - Variable in class com.cafean.client.io.med.String16
No Documentation Available.
BYTES - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
A convenience array of bytes.

C

C_M - Static variable in class com.cafean.client.organize.MagneticField
 
c1 - Variable in class com.cafean.client.ui.annotation.PolygonPoint
 
c2 - Variable in class com.cafean.client.ui.annotation.PolygonPoint
 
CalcFile - Class in com.cafean.CalcServer
An interface to provide access to a calculation's data file.
CalcFile() - Constructor for class com.cafean.CalcServer.CalcFile
 
CalcJobFile - Class in com.cafean.CalcServer
A wrapper class for a Calculation Job File (CJF, *.cjf).
calcSelectionBounds() - Method in class com.cafean.client.ui.BeanBox
Calculate the bounds of selected beans.
CalcServer - Class in com.cafean.CalcServer
Main application class of the SNAP Calculation Server.
CalcServerClient - Interface in com.cafean.CalcServer
 
CalcServerConnector - Class in com.cafean.CalcServer
CalcServerConnector is a delegate Thread used to connect to a CalcServer.
CalcServerConnector(String, PlatformDefinition, CalcServerClient) - Constructor for class com.cafean.CalcServer.CalcServerConnector
Creates a new Calculation Server Connector object for use in connecting to the given server.
CalcServerConnector(String, PlatformProperties, CalcServerClient) - Constructor for class com.cafean.CalcServer.CalcServerConnector
Creates a new Calculation Server Connector object for use in connecting to the given server.
CalcServerListener - Class in com.cafean.CalcServer.rpc
 
CalcServerListener(int) - Constructor for class com.cafean.CalcServer.rpc.CalcServerListener
Creates a new listener for the given port.
CalcServerNode - Class in com.cafean.JobStatus.tree
An extension of DefaultMutableTreeNode used internally to represent a Calculation Server in a JTree.
CalcServerNode(PlatformDefinition, ProjectTreeModel) - Constructor for class com.cafean.JobStatus.tree.CalcServerNode
Creates a new CalcServerNode for the given platform.
CalcServerOriginator - Class in com.cafean.CalcServer.rpc
 
CalcServerOriginator(String, PlatformDefinition) - Constructor for class com.cafean.CalcServer.rpc.CalcServerOriginator
Creates a new Calculation Server Connector object for use in connecting to the given server.
CalcServerOriginator(String, PlatformProperties) - Constructor for class com.cafean.CalcServer.rpc.CalcServerOriginator
Creates a new Calculation Server Connector object for use in connecting to the given server.
CalcServerProxy - Class in com.cafean.utils
 
CalcServerProxy(String, Configurator) - Constructor for class com.cafean.utils.CalcServerProxy
 
CalcServerRequester - Class in com.cafean.CalcServer.rpc
The custom Calculation Server requestor object used to interact directly with a server.
CalcServerRequester(RPCManager, String, Socket) - Constructor for class com.cafean.CalcServer.rpc.CalcServerRequester
Creates a new requester for a Calculation Server connection
CalcServerResponder - Class in com.cafean.CalcServer.rpc
 
CalcServerResponder(RPCManager, String, Socket) - Constructor for class com.cafean.CalcServer.rpc.CalcServerResponder
Creates a new calculation server request responder
CalcServFolderSelector - Class in com.cafean.utils
 
CalcServFolderSelector(Dialog, String, List<PlatformDefinition>, Configurator, boolean) - Constructor for class com.cafean.utils.CalcServFolderSelector
Creates a new CalcServFolderSelector
CalcServFolderSelector(Dialog, URI, List<PlatformDefinition>, Configurator, boolean) - Constructor for class com.cafean.utils.CalcServFolderSelector
Creates a new CalcServFolderSelector
CalcServFolderSelector(Frame, URI, List<PlatformDefinition>, Configurator, boolean) - Constructor for class com.cafean.utils.CalcServFolderSelector
Creates a new CalcServFolderSelector
calcSingleSubscript(MXArray, NativeLong, NativeLong[]) - Method in class com.cafean.client.values.util.matlab.MXArray
Return the offset (in number of elements) from the beginning of the array to a given subscript.
CalendarDialog - Class in com.cafean.client.ui.beans
A dialog used to select dates from a calendar.
CalendarEditor - Class in com.cafean.client.ui.beans
 
CalendarEditor() - Constructor for class com.cafean.client.ui.beans.CalendarEditor
Creates new form CalendarEditor
CalendarModel(Date) - Constructor for class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
CalendarPanel - Class in com.cafean.client.ui.beans
A panel used to render a Calendar used to select dates.
CalendarPanel() - Constructor for class com.cafean.client.ui.beans.CalendarPanel
Create a new instance of CalendarPanel.
CalendarPanel.CalendarModel - Class in com.cafean.client.ui.beans
This class is used to represent a grid of dates as a calendar, including one explicitly selected date.
CalendarPanel.DateEvent - Class in com.cafean.client.ui.beans
 
CalendarPanel.DateListener - Interface in com.cafean.client.ui.beans
 
callback(int, MXArray[], int, MXArray[]) - Method in interface com.cafean.client.values.util.matlab.MXLibrary.MXFunctionPtr
 
callback_trace - Static variable in class com.cafean.JobStatus.Main
 
CallbackAuthorization - Class in com.cafean.rpc.command
This class provides IO access to CallbackAuthorization data bocks.
CallbackAuthorization() - Constructor for class com.cafean.rpc.command.CallbackAuthorization
Construct an empty instance.
CallbackAuthorization(PibFile, int[]) - Constructor for class com.cafean.rpc.command.CallbackAuthorization
Construct an instance from a PIB file entry.
CallbackAuthRequest - Class in com.cafean.rpc.command
This class provides IO access to CallbackAuthRequest data bocks.
CallbackAuthRequest() - Constructor for class com.cafean.rpc.command.CallbackAuthRequest
Construct an empty instance.
CallbackAuthRequest(PibFile, int[]) - Constructor for class com.cafean.rpc.command.CallbackAuthRequest
Construct an instance from a PIB file entry.
callbackClosed() - Method in class com.cafean.rpc.CallbackListener
Notifies this listener that the notification interface was closed
CallbackContext - Class in com.cafean.rpc.command
This class provides IO access to CallbackContext data bocks.
CallbackContext() - Constructor for class com.cafean.rpc.command.CallbackContext
Construct an empty instance.
CallbackContext(PibFile, int[]) - Constructor for class com.cafean.rpc.command.CallbackContext
Construct an instance from a PIB file entry.
CallbackListener - Class in com.cafean.rpc
The base class of client side listeners for callback notifications to an RPCRequester.
CallbackListener(String) - Constructor for class com.cafean.rpc.CallbackListener
Creates a new callback listener with the given name.
CallbackNotifier - Class in com.cafean.rpc
A class that manages a queue of responder (i.e.
CallbackNotifier(RPCResponder, Socket) - Constructor for class com.cafean.rpc.CallbackNotifier
Creates a new callback notifier to manager outgoing notifications for the given responder using the given socket.
CallbackNotifier(RPCResponder, Socket, Queue<PibBlock>) - Constructor for class com.cafean.rpc.CallbackNotifier
Creates a new callback notifier to manager outgoing notifications for the given responder using the given socket.
CallbackRec - Class in com.cafean.jobstream.tracker
Utility class used to hold records for the CALLBACK Database Table.
CallbackRec() - Constructor for class com.cafean.jobstream.tracker.CallbackRec
 
CallbackResponder - Class in com.cafean.rpc
The requester's callback interface
CallbackResponder(Socket, RPCRequester) - Constructor for class com.cafean.rpc.CallbackResponder
 
canAddPoint(Point) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Return true if a point can be added to the path.
canAddPoint(Point) - Method in class com.cafean.client.ui.annotation.PolygonBean
Return true if a point can be added to the path.
canAddPoint(Point) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Return true if a point can be added to the path.
canAddPoint(Point) - Method in class com.cafean.client.ui.DrawnConnection
Return true if a point can be added to the path.
canAlign() - Method in class com.cafean.client.ui.BeanBox
The align operation can only be performed if two or more components are selected.
canBeResized() - Method in class com.cafean.client.ui.DrawnComponent
All components can be resized as a default.
canBeResized(Component) - Static method in class com.cafean.client.ui.tools.SelectMouseHandler
Returns true if the given component can be resized by this handler.
cancel() - Method in class com.cafean.JobStatus.ui.stream.StreamAndFilesQuery
 
cancel() - Method in interface com.cafean.jobstream.common.util.download.Downloader
Cancel the currently active download process.
cancel() - Method in class com.cafean.moviegen.util.ReaderThread
Informs the Thread that it should cease reading after the next successful read.
cancelCellEditing() - Method in class com.cafean.client.ui.SourceTargetTableEditor
 
cancelConnection() - Method in class com.cafean.CalcServer.CalcServerConnector
Stops any further connection attempts and destroys any unreported connections.
cancelInsert() - Method in class com.cafean.client.ui.tools.insert.AbstractInsertHandler
cancelInsert() - Method in class com.cafean.client.ui.tools.insert.AbstractPathHandler
 
cancelInsert() - Method in class com.cafean.client.ui.tools.InsertMouseHandler
Cancels the current insertion
cancellButtonPressed() - Method in class com.cafean.client.ui.util.search.GSBlockingDialog
 
cancellButtonPressed() - Method in class com.cafean.utils.BlockingDialog
The behavior of the subclass when the cancel button is pressed.
CancelledException - Exception in com.cafean.document.notebook
 
CancelledException() - Constructor for exception com.cafean.document.notebook.CancelledException
 
CancelledInsertionException - Exception in com.cafean.client.ui.util
An exception indicating that the given insertion was cancelled.
CancelledInsertionException() - Constructor for exception com.cafean.client.ui.util.CancelledInsertionException
Constructs a new runtime exception with null as its detail message.
CancelledInsertionException(String) - Constructor for exception com.cafean.client.ui.util.CancelledInsertionException
Constructs a new runtime exception with the specified detail message.
CancelledInsertionException(String, Throwable) - Constructor for exception com.cafean.client.ui.util.CancelledInsertionException
Constructs a new cancelled insert exception with the specified detail message and cause.
CancelledInsertionException(Throwable) - Constructor for exception com.cafean.client.ui.util.CancelledInsertionException
Constructs a new cancelled insert exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
cancelPanel() - Method in class com.cafean.client.ui.swing.OverlapPanel
Hides this panel and removes it from it's parent component.
cancelRequest(AvailableJobEntry) - Method in class com.cafean.client.anim.available.JobAvailabilityQueue
removes the given entry from the list of jobs available for animation
cancelServerIdleCount() - Method in class com.cafean.CalcServer.JobQueue
Indicates that a server idle count should be canceled.
cancelTableEditing() - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
 
cancelTableEditing() - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
 
cancelTableEditing() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
 
cancelTableEditing() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
 
canConnectTo(AbstractComponent) - Method in class com.cafean.client.analysis.AbstractComponent
This method checks to see if it is allowable for this AbstractComponent to connect to the given target.
canConnectTo(AbstractComponent) - Method in class com.cafean.client.analysis.ViewComponent
This method checks to see if it is allowable for this AbstractComponent to connect to the given target.
canCopy() - Method in class com.cafean.client.ui.BeanBox
The Copy or cut command can only be performed if there is at least one object selected.
canCreate(Category, String) - Method in class com.cafean.client.analysis.OwnershipManager
Returns true if the given user can create a component in the given category.
canCreateComponent(Category) - Method in class com.cafean.client.analysis.AbstractModel
Returns true if a component can be created for the given leaf node category or false if the given category is not a leaf.
CanCreateDemuxRequest - Class in com.cafean.CalcServer.command
This class provides IO access to CanCreateDemuxRequest data bocks.
CanCreateDemuxRequest() - Constructor for class com.cafean.CalcServer.command.CanCreateDemuxRequest
Construct an empty instance.
CanCreateDemuxRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.CanCreateDemuxRequest
Construct an instance from a PIB file entry.
canDelete() - Method in class com.cafean.client.ui.BeanBox
The delete operation can only be performed if a copy opperation could be performed.
canFindComponentReferences(Category) - Method in class com.cafean.client.analysis.AbstractModel
This method determines whether or not this model implementation supports finding component references for a particular category.
canGroup() - Method in class com.cafean.client.ui.BeanBox
Returns true if the current selection can be grouped.
canPaste() - Method in class com.cafean.client.ui.BeanBox
The Paste command can only be executed if there are contents on the clipboard, and the Data on the clipboard is appropriate for the ModelEditor.
canPaste(Object) - Static method in class com.cafean.client.ui.clipboard.ComponentPaster
 
canPaste(Object) - Method in interface com.cafean.client.ui.clipboard.ConditionalTransferable
Returns true if this Transferable object can be used in a "Paste" operation by the given requestor.
canPasteSpecial(Object) - Static method in class com.cafean.client.ui.clipboard.ComponentPaster
 
canPasteSpecial(Object) - Method in interface com.cafean.client.ui.clipboard.ConditionalTransferable
Returns true if this Transferable object can be used in a "Paste Special" by the given requestor.
canPlay() - Method in class com.cafean.client.anim.DataSource
Returns true if the play button should be enabled.
canPlay() - Method in class com.cafean.client.anim.SourceManager
Returns true if the play button should be enabled.
canRead(File) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns true if the file can be read per File.canRead() and a RandomAccessFile can be opened with read permissions.
canRedo() - Method in class com.cafean.client.analysis.ComponentStateEdit
canRedo() - Method in class com.cafean.client.ui.AbstractConnectionUndo
returns true
canRedo() - Method in class com.cafean.client.ui.clipboard.UndoablePasteComponents
 
canRedo() - Method in class com.cafean.client.ui.navigator.UndoableAddToView
 
canRedo() - Method in class com.cafean.client.ui.SnapUndoManager
Overridden to preserve usual semantics: returns true if a redo operation would be successful now, false otherwise
canRedo() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
canRedo() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
canRedo() - Method in class com.cafean.client.ui.UndoableDelete
 
canRedo() - Method in class com.cafean.client.ui.UndoableInsert
Returns true
canRedo() - Method in class com.cafean.client.ui.UndoableMultiInsert
 
canRedo() - Method in class com.cafean.client.ui.util.UndoableVersionChange
 
canRemove(AbstractComponent, String) - Method in class com.cafean.client.analysis.OwnershipManager
Returns true if the given user can remove the given component.
canRemoveComponent(AbstractComponent) - Method in class com.cafean.client.analysis.AbstractModel
Returns true if the given component can be removed.
canRemovePoint(Point) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Return true if a point can be removed from the path.
canRemovePoint(Point) - Method in class com.cafean.client.ui.annotation.PolygonBean
Return true if a point can be removed from the path.
canRemovePoint(Point) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Return true if a point can be removed from the path.
canRemovePoint(Point) - Method in class com.cafean.client.ui.DrawnConnection
Return true if a point can be removed from the path.
canRepair() - Method in class com.cafean.client.analysis.ValidationTest
Determines if this validation test can be self correcting.
canResume() - Method in class com.cafean.client.anim.DataSource
Returns true if the resume button should be enabled.
canResume() - Method in class com.cafean.client.anim.SourceManager
Returns true if the resume button should be enabled.
canUndo() - Method in class com.cafean.client.analysis.ComponentStateEdit
canUndo() - Method in class com.cafean.client.ui.AbstractConnectionUndo
returns true
canUndo() - Method in class com.cafean.client.ui.navigator.UndoableAddToView
 
canUndo() - Method in class com.cafean.client.ui.SnapUndoManager
Overridden to preserve usual semantics: returns true if an undo operation would be successful now, false otherwise
canUndo() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
canUndo() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
canUndo() - Method in class com.cafean.client.ui.UndoableDelete
 
canUndo() - Method in class com.cafean.client.ui.UndoableInsert
Returns true
canUndo() - Method in class com.cafean.client.ui.UndoableMultiInsert
 
canUndo() - Method in class com.cafean.client.ui.util.UndoableVersionChange
 
canUngroup() - Method in class com.cafean.client.ui.BeanBox
Returns true if the current selection can be ungrouped.
CANVAS_FONT - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
CANVAS_FONT_ACTIVE - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
canWrite(OwnedObject, String) - Method in class com.cafean.client.analysis.OwnershipManager
Returns true if the given user can write to (edit) the given object.
canWrite(File) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns true if the file can be written per File.canWrite() and a RandomAccessFile can be opened with read/write permissions.
canWrite(Object[], String) - Method in class com.cafean.client.analysis.OwnershipManager
Returns true if the given user can write to (edit) the given objects.
canWrite(String, AbstractComponent) - Method in class com.cafean.client.analysis.OwnershipManager
Returns true if the given user can write to (edit) the given attribute.
canWrite(String, AbstractComponent[]) - Method in class com.cafean.client.analysis.OwnershipManager
Returns true if the given user can write to (edit) the given attribute in each of the given components.
capacity() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
capacity() - Method in class com.cafean.Number.DoubleArray
Returns this DoubleArray's current capacity.
capacity() - Method in class com.cafean.Number.FloatArray
Returns this FloatArray's current capacity.
capacity() - Method in class com.cafean.Number.IntegerArray
Returns this IntegerArray's current capacity.
capacity() - Method in class com.cafean.Number.LongArray
Returns this LongArray's current capacity.
CaptureMouseHandler - Class in com.cafean.client.ui.tools
A MouseHandler for the Capture Tool, handling create a clipboard image of a specified selection region.
CaptureMouseHandler(ZoomablePanel) - Constructor for class com.cafean.client.ui.tools.CaptureMouseHandler
Creates a new mouse handler with the given parent
CapturingReader - Class in com.cafean.jobstream.common.util
A class that reads the STDOUT and STDERR of a Process and buffers them.
CapturingReader(Process) - Constructor for class com.cafean.jobstream.common.util.CapturingReader
Creates a new reader for the given process
CARD_MODEL - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
the card name of the model panel
CARD_PROPERTIES - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
the card name of the properties panel
caretUpdate(CaretEvent) - Method in class com.cafean.client.validation.util.AsciiCaretListener
 
caretUpdate(CaretEvent) - Method in class com.cafean.client.validation.util.DocumentSearcher
 
caretUpdate(CaretEvent) - Method in class com.cafean.client.validation.util.ValidationCaretListener
 
CaseNameEditor - Class in com.cafean.client.integrator.editors
A text field editor for the name of a case.
CaseNameEditor() - Constructor for class com.cafean.client.integrator.editors.CaseNameEditor
 
CAT_CONNECTION - Static variable in class com.cafean.client.analysis.AbstractModel
a Category for Connection objects.
CAT_CONSTANT - Static variable in class com.cafean.client.analysis.AbstractModel
the Category inside this model that contains the user defined constants .
CAT_DATA_SOURCE - Static variable in class com.cafean.client.analysis.AbstractModel
a Category for Data Sources stored in this model *
CAT_DOCUMENT - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
CAT_FUNCTION - Static variable in class com.cafean.client.analysis.AbstractModel
the Category inside this model that contains the user defined functions .
CAT_INTEGRATION_CASE - Static variable in class com.cafean.client.analysis.AbstractModel
category for sub-system integration case objects
CAT_NOTE - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
CAT_NUMERIC_SOURCE - Static variable in class com.cafean.client.values.AbstractNumericsModel
a Category for numeric data sources
CAT_NUMERICS - Static variable in class com.cafean.client.analysis.AbstractModel
The Category inside this model that contains the user defined numerics.
CAT_PYTHON_SOURCE - Static variable in class com.cafean.client.analysis.AbstractModel
 
CAT_RANGE - Static variable in class com.cafean.client.analysis.AbstractModel
a Category for Data Sources stored in this model *
CAT_RESTART_CASE - Static variable in class com.cafean.client.analysis.AbstractModel
 
CAT_SHARED_BOOLEAN - Static variable in class com.cafean.client.values.AbstractNumericsModel
a Category for user-defined booleans
CAT_SHARED_FUNCTION - Static variable in class com.cafean.client.values.AbstractNumericsModel
a Category for user-defined functions
CAT_SHARED_INTEGER - Static variable in class com.cafean.client.values.AbstractNumericsModel
a Category for user-defined integers
CAT_SHARED_REAL - Static variable in class com.cafean.client.values.AbstractNumericsModel
a Category for user-defined reals
CAT_SHARED_STRING - Static variable in class com.cafean.client.values.AbstractNumericsModel
a Category for strings
CAT_SHARED_TABLE - Static variable in class com.cafean.client.values.AbstractNumericsModel
a Category for user-defined tables
CAT_SHARED_VALUE - Static variable in class com.cafean.client.values.AbstractNumericsModel
the Category for all user-defined values
CAT_SOURCE_ROOT - Static variable in class com.cafean.client.analysis.AbstractModel
a convenience Category for selecting all types of Data Sources *
CAT_SUBSYSTEM - Static variable in class com.cafean.client.analysis.subsystem.AbstractSubSystem
the sub-system category, placed here to avoid exposing this category for plug-ins that do not support sub-systems.
CAT_VALUES - Static variable in class com.cafean.client.analysis.AbstractModel
The Category inside this model that contains all user defined values.
CAT_VARIABLE - Static variable in class com.cafean.client.analysis.AbstractModel
the Category inside this model that contains the user user defined variables .
CAT_VIEW - Static variable in class com.cafean.client.analysis.AbstractModel
a Category for ViewComponent objects.
CatAndComListCellRenderer - Class in com.cafean.client.mdocs
A combo box and list renderer for a set of categories, components and strings.
CatAndComListCellRenderer(AbstractModel) - Constructor for class com.cafean.client.mdocs.CatAndComListCellRenderer
 
category - Variable in class com.cafean.client.ui.diff.CategoryGroup
The Category of the components in this group
Category<T extends AbstractComponent> - Class in com.cafean.client.analysis
A node in a hierarchy of component types within a model.
Category - com.cafean.client.ui.util.search.GSMatchType
 
Category(String, boolean, boolean, String) - Constructor for class com.cafean.client.analysis.Category
Creates a new Category with the given name, with the given visual and ordered status.
Category(String, boolean, boolean, String, Class) - Constructor for class com.cafean.client.analysis.Category
Creates a new Category with the given name, with the given visual and ordered status.
Category(String, boolean, String) - Constructor for class com.cafean.client.analysis.Category
Creates a new Category with the given name, with the given visual status that is NOT ordered.
Category(String, boolean, String, Category[]) - Constructor for class com.cafean.client.analysis.Category
Creates a new Category with the given name and child nodes.
Category(String, boolean, String, Category[], Class) - Constructor for class com.cafean.client.analysis.Category
Creates a new Category with the given name and child nodes.
Category(String, String) - Constructor for class com.cafean.client.analysis.Category
Creates a new Category with the given name, and icon considered a visual Category that is NOT ordered.
Category(String, String, boolean, boolean, String, Class) - Constructor for class com.cafean.client.analysis.Category
Creates a new Category with the given name, with the given visual and ordered status.
Category(String, String, boolean, String, Category[]) - Constructor for class com.cafean.client.analysis.Category
Creates a new Category with the given name and child nodes.
Category(String, String, boolean, String, Category[], Class) - Constructor for class com.cafean.client.analysis.Category
Creates a new Category with the given name and child nodes.
Category(String, String, Category[]) - Constructor for class com.cafean.client.analysis.Category
Creates a new Category with the given name and child nodes.
Category(String, String, String) - Constructor for class com.cafean.client.analysis.Category
Creates a new Category with the given name, and icon considered a visual Category that is NOT ordered.
CategoryAction - Class in com.cafean.client.ui.tools
A ToolboxAction derivative used to create AbstractComponent instances from a Category.
CategoryAction(Toolbox, Category) - Constructor for class com.cafean.client.ui.tools.CategoryAction
creates a new CategoryAction for the given toolbox with the given Category
categoryChanged(AbstractModel, Category) - Static method in class com.cafean.client.ui.navigator.Navigator
Notifies the Navigator's nodes that the given category requires an update.
categoryChanged(Category) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
categoryChanged(Category) - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Notifies the component that the given category requires an update.
CategoryComparator - Class in com.cafean.client.utils
This utility class can be used to sort components, categories, or navigator nodes by a pre-defined order of categories.
CategoryComparator(Category[]) - Constructor for class com.cafean.client.utils.CategoryComparator
 
CategoryComparator(List<Category>) - Constructor for class com.cafean.client.utils.CategoryComparator
 
CategoryGroup - Class in com.cafean.client.ui.diff
A logical grouping of components by category for the MultiComponentDiffViewer.
CategoryGroup(Category, ArrayList<AbstractComponent>, ArrayList<AbstractComponent>, MultiComponentDiffViewer) - Constructor for class com.cafean.client.ui.diff.CategoryGroup
Constructs a new instance of CategoryGroup.
CategoryMedia - Class in com.cafean.utils.ReferenceDocs
Contains the data appropriate for creating a document link.
CategoryMedia(int, int, String) - Constructor for class com.cafean.utils.ReferenceDocs.CategoryMedia
Creates a new instance of CategoryMedia
CategoryMessageGroup - Class in com.cafean.client.ui.message
This contains all of the MessageGroups built for a specific Category.
CategoryMessageGroup(Category, MessageGroup[]) - Constructor for class com.cafean.client.ui.message.CategoryMessageGroup
Creates a new instance of CategoryMessageGroup
CategoryNode - Class in com.cafean.client.ui.navigator
The CategoryNode class is used to contain an entire category in the navigator.
CategoryNode(AbstractModel, Category) - Constructor for class com.cafean.client.ui.navigator.CategoryNode
Creates a new instance of CategoryNode
CategoryPanel - Class in com.cafean.client.ui.message
This panel displays the messages from a particular category.
CategoryPanel(Category, MessageGroupPanel[]) - Constructor for class com.cafean.client.ui.message.CategoryPanel
Creates new form CategoryPanel
CatReorderListener - Interface in com.cafean.client.ui
An interface describing a listener that is to be notified when the components in a particular category have been reordered by CC number using the ReorderCompsByCCDialog
CBoolean - Class in com.cafean.client.values.components
This value represents either a local boolean value or a reference to a shared boolean value.
CBoolean() - Constructor for class com.cafean.client.values.components.CBoolean
Construct an empty instance.
CBoolean(boolean) - Constructor for class com.cafean.client.values.components.CBoolean
Constructs an instance with the given initial value.
CBoolean(PibFile) - Constructor for class com.cafean.client.values.components.CBoolean
Construct an instance from a PIB file entry.
CBoolean(ComponentElement) - Constructor for class com.cafean.client.values.components.CBoolean
Construct an instance with the given owner.
CBoolean(ComponentElement, boolean) - Constructor for class com.cafean.client.values.components.CBoolean
Constructs an instance with the given owner and value.
CBoolean(DataInputStream) - Constructor for class com.cafean.client.values.components.CBoolean
Construct an instance from a PIB DataInputStream.
CBoolean_E - Class in com.cafean.client.values.components
This value represents either a local boolean value or a reference to a shared boolean value.
CBoolean_E() - Constructor for class com.cafean.client.values.components.CBoolean_E
Construct an empty instance.
CBoolean_E(boolean) - Constructor for class com.cafean.client.values.components.CBoolean_E
Constructs an instance with the given initial value.
CBoolean_E(PibFile) - Constructor for class com.cafean.client.values.components.CBoolean_E
Construct an instance from a PIB file entry.
CBoolean_E(ComponentElement) - Constructor for class com.cafean.client.values.components.CBoolean_E
Construct an instance with the given owner.
CBoolean_E(ComponentElement, boolean) - Constructor for class com.cafean.client.values.components.CBoolean_E
Constructs an instance with the given owner and value.
CBooleanCheckBox - Class in com.cafean.client.values.ui
A pseudo check-box used to edit CBooleans.
CBooleanCheckBox() - Constructor for class com.cafean.client.values.ui.CBooleanCheckBox
Creates new form LocalBooleanButtons
CBooleanEditor - Class in com.cafean.client.values.editors
An editor for LocalBoolean instances.
CBooleanEditor() - Constructor for class com.cafean.client.values.editors.CBooleanEditor
Creates new form LocalBooleanEditor with the default text of "True" and "False".
CBooleanEditor(String, String) - Constructor for class com.cafean.client.values.editors.CBooleanEditor
Creates new form LocalBooleanEditor with the provided true and false strings.
CBooleanEditor(String, String, char, char) - Constructor for class com.cafean.client.values.editors.CBooleanEditor
Creates new form LocalBooleanEditor with the provided true and false strings.
CBooleanOnOffEditor - Class in com.cafean.client.values.editors
A BooleanEditor with the labels "On",'Y' (for true) and "Off",'N'.
CBooleanOnOffEditor() - Constructor for class com.cafean.client.values.editors.CBooleanOnOffEditor
Creates a new instance of CBooleanOnOffEditor
CBooleanTableEditor - Class in com.cafean.client.values.ui
A TableCellEditor for CBooleans.
CBooleanTableEditor(AbstractNumericsModel) - Constructor for class com.cafean.client.values.ui.CBooleanTableEditor
Creates a new instance.
CBooleanTableEditor(AbstractNumericsModel, CBooleanCheckBox) - Constructor for class com.cafean.client.values.ui.CBooleanTableEditor
Creates a new instance.
CBooleanTableRenderer - Class in com.cafean.client.values.ui
A table cell renderer for CBoolean values.
CBooleanTableRenderer() - Constructor for class com.cafean.client.values.ui.CBooleanTableRenderer
 
CBooleanYesNoEditor - Class in com.cafean.client.values.editors
A BooleanEditor with the labels "On",'Y' (for true) and "Off",'N'.
CBooleanYesNoEditor() - Constructor for class com.cafean.client.values.editors.CBooleanYesNoEditor
Creates a new instance of CBooleanYesNoEditor.
CCNUMBER - Variable in class com.cafean.client.io.med.ViewCompRec
The display number for this component.
ccNumberCheck(Category, String, String, String, boolean) - Method in class com.cafean.client.analysis.AbstractModel
Checks that all CC numbers in the given component list are valid and unique.
CDimless - Class in com.cafean.client.values.components
A dimensionless implementation of CReal.
CDimless(PibFile) - Constructor for class com.cafean.client.values.components.CDimless
Construct an instance from a PIB file entry.
CDimless(ComponentElement) - Constructor for class com.cafean.client.values.components.CDimless
Construct an empty instance.
CDimless(ComponentElement, double) - Constructor for class com.cafean.client.values.components.CDimless
Construct an instance with the specified value.
CDimless(ComponentElement, CDimless) - Constructor for class com.cafean.client.values.components.CDimless
Construct an instance with the specified value.
CDimless(ComponentElement, SharedReal) - Constructor for class com.cafean.client.values.components.CDimless
Construct an instance referencing the specified value.
CDimless(CReal) - Constructor for class com.cafean.client.values.components.CDimless
Construct an instance with the specified value.
CDimless(SharedReal) - Constructor for class com.cafean.client.values.components.CDimless
Construct an instance referencing the specified value.
CDoubleEditor - Class in com.cafean.client.values.editors
An editor a double that appears to the user to be a dimensionless CReal.
CDoubleEditor() - Constructor for class com.cafean.client.values.editors.CDoubleEditor
Creates a new instance.
CELL_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
CENTER - Static variable in class com.cafean.client.ui.DrawnComponent
Align in the direct center.
CENTER_H - Static variable in class com.cafean.client.ui.DrawnComponent
align in the center horizontally.
CENTER_V - Static variable in class com.cafean.client.ui.DrawnComponent
Align in the center vertically.
changeAllUnits(int) - Method in class com.cafean.h2o.ui.JSteamFrame
 
changeAllUnits(int) - Method in class com.cafean.JSteam.JSteamFrame
 
changedUpdate(DocumentEvent) - Method in class com.cafean.client.ui.text.TextDocumentListener
 
changeLocation(int, int) - Method in class com.cafean.client.ui.DrawnSubComponent
This increments the location of this drawn sub-component.
changeUnits(int) - Method in class com.cafean.h2o.ui.FluidPropCtrl
 
changeUnits(int) - Method in class com.cafean.JSteam.FluidPropCtrl
 
changeValue(double) - Method in class com.cafean.h2o.ui.FluidPropCtrl
 
changeValue(double) - Method in class com.cafean.JobStatus.Ivar
Change the value of the variable and mark it as modified.
changeValue(double) - Method in class com.cafean.JSteam.FluidPropCtrl
 
ChannelDataHolder - Interface in com.cafean.utils
This interface indicates a data structure where components can obtain initial conditions data by plot-variable name.
ChannelInfoRef - Class in com.cafean.client.anim
This class wraps a string used to reference data channels and as well as a reference to the bean.
ChannelInfoRef() - Constructor for class com.cafean.client.anim.ChannelInfoRef
Creates a new instance of ChannelInfoRef
ChannelInfoRef(AbstractDisplayBean, String) - Constructor for class com.cafean.client.anim.ChannelInfoRef
Creates a new instance of DummyNameHolder
ChannelInfoRefBeanInfo - Class in com.cafean.client.anim
 
ChannelInfoRefBeanInfo() - Constructor for class com.cafean.client.anim.ChannelInfoRefBeanInfo
 
ChannelNameEditor - Class in com.cafean.client.anim
A customized property editor used to select a single data channel from the list of data channels.
ChannelNameEditor() - Constructor for class com.cafean.client.anim.ChannelNameEditor
Creates a new CHannelNameEditor.
channelNames - Variable in class com.cafean.CalcServer.command.DemuxDataRequest
No Documentation Available.
channelNames - Variable in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
No Documentation Available.
channelNames - Variable in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
No Documentation Available.
ChannelPrefixParser - Class in com.cafean.client.anim
A simple utility class that allows a channel selector to display channels grouped by prefix (i.e.
ChannelPrefixParser() - Constructor for class com.cafean.client.anim.ChannelPrefixParser
 
ChannelRowData - Class in com.cafean.client.anim.channel
A row object encapsulating a single channel.
ChannelRowData(String, boolean) - Constructor for class com.cafean.client.anim.channel.ChannelRowData
creates a new channel row
channels - Variable in class com.cafean.CalcServer.command.DataChannelsRequest
No Documentation Available.
channels - Variable in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
No Documentation Available.
ChannelSelectionDialog - Class in com.cafean.client.anim.channel
A dialog intended for use in selecting channel names from a list of available channels.
ChannelSelectionDialog(Dialog, List<String>, ChannelPrefixParser) - Constructor for class com.cafean.client.anim.channel.ChannelSelectionDialog
Creates new channel selection dialog with a dialog parent.
ChannelSelectionDialog(Frame, List<String>, ChannelPrefixParser) - Constructor for class com.cafean.client.anim.channel.ChannelSelectionDialog
Creates new channel selection dialog with a frame parent.
ChannelTableModel - Class in com.cafean.client.anim.channel
A table model that encapsulates and organizes a list of channels for selection.
ChannelTableModel(List<String>, ChannelPrefixParser) - Constructor for class com.cafean.client.anim.channel.ChannelTableModel
Creates a new table model for the given channels
Char - com.cafean.document.notebook.plot.ExportSymbol
 
CHAR_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
characters(char[], int, int) - Method in class com.cafean.jobstream.common.components.io.FileTypeReader
 
characters(char[], int, int) - Method in class com.cafean.jobstream.server.components.io.PlatformPropsReader
 
check(boolean) - Method in class com.cafean.client.values.util.DuplicateNameCheck
 
check(boolean) - Method in class com.cafean.client.values.util.VariableNameCheck
Detects numeric and global variable names that do not match the standard naming convention as described in AbstractSharedValue.
check(boolean) - Method in class com.cafean.utils.update.WebUpdateCheck
 
check(boolean, PlatformDefinition) - Method in class com.cafean.jobstream.common.PlatformModule
Checks the given platform definition to determine if any settings have been left unset or set incorrectly.
check(AbstractModel, String, String, String, boolean, boolean) - Method in class com.cafean.client.analysis.ComponentNumberGroup
Checks that all CC numbers in for this group in the given model are valid and unique.
check(AbstractModel, String, String, String, boolean, boolean, boolean) - Method in class com.cafean.client.analysis.ComponentNumberGroup
Checks that all CC numbers in for this group in the given model are valid and unique.
check(AbstractModel, String, String, String, boolean, boolean, boolean) - Method in class com.cafean.client.analysis.OrderedComponentNumberGroup
 
check(AbstractSubSystem) - Method in class com.cafean.client.integrator.reference.IntegratingCrossReference
Evaluates this cross-reference to determine if it is valid within the given AbstractSubSystem.
check(AbstractSubSystem) - Method in class com.cafean.client.integrator.reference.NestedFKCrossReference
 
check(CrossReference, AbstractSubSystem) - Method in class com.cafean.client.integrator.AbstractIntegrator
Evaluates the given cross reference to determine if it is valid within the given AbstractSubSystem.
Checkable - Interface in com.cafean.client.analysis
An interface representing an object that can be checked for export.
checkAuthToken(byte[], byte[]) - Method in class com.cafean.CalcServer.LockHandler
Checks the given token against the token last generated for the given request.
CheckBoxFocusRenderer - Class in com.cafean.client.ui.swing
Ensures that the JCheckBox border includes a focus indicator when focused and an empty margin when not.
checkCancelled() - Static method in interface com.cafean.jobstream.common.util.download.Downloader
If the user has cancelled the download then a DownloadCancelledException will be thrown.
checkCrypto(boolean) - Static method in class com.cafean.CalcServer.LockHandler
evaluates the current JVM to determine if the encryption method and cipher are available.
checkCrypto(Configurator) - Static method in class com.cafean.CalcServer.LockHandler
evaluates the current JVM to determine if the encryption method and cipher are available.
checkDefinitions(boolean) - Method in class com.cafean.client.integrator.IntegrationCase
Verifies the current state of the integration definitions in this integration case.
checkJEditDirectory(File, boolean) - Static method in class com.cafean.client.utils.JEditHandler
 
checkModel() - Method in class com.cafean.client.analysis.AbstractModel
Performs checks for accuracy on the current AbstractModel
checkModel() - Method in class com.cafean.client.ui.TableSorter
Verifies the current model has the same size as the data stored by the table sorter.
checkModel() - Method in class com.cafean.utils.TableSorter
 
checkModifiedTime() - Method in class com.cafean.client.analysis.AbstractModel
This method verifies that the current model modified time is later than the lastModified date for the MED file.
checkPersonal() - Method in class com.cafean.client.ui.ApplicationFrame
Reloads the user's personal site configuration, preferences, and tracker modules, as necessary.
checkPersonal() - Method in class com.cafean.config.site.AbstractSiteConfigLoader
Reloads the available site configuration settings if the current user's personal settings (~/.snap/site_config.xml) have been modified since the last time they were loaded.
checkPreferences() - Method in class com.cafean.utils.Configurator
 
checkRealArrayList(ArrayList, String) - Method in class com.cafean.client.analysis.GenericObject
Performs a check of the given ArrayList<Real> by iterating through each row and checking for Unknown values.
checkRealArrayTable(ArrayList, String) - Method in class com.cafean.client.analysis.GenericObject
Performs a check of the given ArrayList<Real[]> by iterating through each row and checking for Unknown values.
checkStringAndReconstitute(String) - Static method in enum com.cafean.client.values.nif.NIFReplacementToken
A method which tests a NIF String for invalid characters.
checkUsages() - Method in class com.cafean.client.values.ui.CreateTableDialog
 
checkvalue(String, double[], double[], double[], boolean[], boolean) - Method in class com.cafean.h2o.NewSteamTables
 
checkVersion() - Static method in class MEKiosk
 
checkVersion() - Static method in class ModelEditor
 
ChildComponent - Interface in com.cafean.client.analysis
An interface describing a component that conceptually exists entirely within another component.
ChildComponentNode - Class in com.cafean.client.ui.navigator
A Navigator node representing a category of child components as a sub-node of the parent component.
ChildComponentNode(AbstractModel, Category) - Constructor for class com.cafean.client.ui.navigator.ChildComponentNode
Creates a new instance of CategoryNode
childComponentOrderChanged(AbstractComponent, Category, int) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
childComponentOrderChanged(AbstractComponent, Category, int) - Static method in class com.cafean.client.ui.navigator.Navigator
Notifies the NavigatorTreeModel that a child component in the given parent, with the given category, has changed order.
childComponentOrderChanged(AbstractComponent, Category, int) - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Called to indicate that a component in the given parent, with the given category, has changed order.
childComponentsChanged(AbstractComponent, Category) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
childComponentsChanged(AbstractComponent, Category) - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Notifies a parent component that the list of child components has changed.
childComponentsChanged(AbstractModel, AbstractComponent, Category) - Static method in class com.cafean.client.ui.navigator.Navigator
 
childFKs - Static variable in class com.cafean.client.io.med.ViewCompRec
Child Foriegn keys.
childFKs - Static variable in class com.cafean.client.values.components.SharedBoolean
Child Foreign keys.
childFKs - Static variable in class com.cafean.client.values.components.SharedInteger
Child Foreign keys.
childFKs - Static variable in class com.cafean.client.values.components.SharedString
Child Foriegn keys.
CInteger - Class in com.cafean.client.values.components
This value represents either a local integer value, or a reference to a shared integer value.
CInteger() - Constructor for class com.cafean.client.values.components.CInteger
Construct an empty instance.
CInteger(int) - Constructor for class com.cafean.client.values.components.CInteger
Construct an instance with the given initial value.
CInteger(PibFile) - Constructor for class com.cafean.client.values.components.CInteger
Construct an instance from a PIB file entry.
CInteger(ComponentElement) - Constructor for class com.cafean.client.values.components.CInteger
Construct an instance with the given owner.
CInteger(ComponentElement, int) - Constructor for class com.cafean.client.values.components.CInteger
Construct a new instance with the given owner and initial value.
CInteger(DataInputStream) - Constructor for class com.cafean.client.values.components.CInteger
Construct an instance from a PIB DataInputStream.
CInteger_E - Class in com.cafean.client.values.components
This value represents either a local integer value, or a reference to a shared integer value.
CInteger_E() - Constructor for class com.cafean.client.values.components.CInteger_E
Construct an empty instance.
CInteger_E(int) - Constructor for class com.cafean.client.values.components.CInteger_E
Construct an instance with the given initial value.
CInteger_E(PibFile) - Constructor for class com.cafean.client.values.components.CInteger_E
Construct an instance from a PIB file entry.
CInteger_E(ComponentElement) - Constructor for class com.cafean.client.values.components.CInteger_E
Construct an instance with the given owner.
CInteger_E(ComponentElement, int) - Constructor for class com.cafean.client.values.components.CInteger_E
Construct a new instance with the given owner and initial value.
CInteger_E(DataInputStream) - Constructor for class com.cafean.client.values.components.CInteger_E
Construct an instance from a PIB DataInputStream.
CIntegerDropdownEditor - Class in com.cafean.client.values.editors
This bean editor contains a JComboBox for selecting between predefined values that allows selecting an Integer variable.
CIntegerDropdownEditor(String[], int[]) - Constructor for class com.cafean.client.values.editors.CIntegerDropdownEditor
Creates a new instance of CIntegerDropdownEditor for use in editing the given set of enumerated integers and their associated string descriptions.
CIntegerEditor - Class in com.cafean.client.values.editors
An editor for LocalInteger instances.
CIntegerEditor() - Constructor for class com.cafean.client.values.editors.CIntegerEditor
Creates a new editor instance.
CIntegerEditor(boolean) - Constructor for class com.cafean.client.values.editors.CIntegerEditor
Creates new form LocalIntegerEditor
CIntegerPlainDocument - Class in com.cafean.client.values.util
This extension of PlainDocument only allows inserting valid integers and the names of existing SharedIntegers.
CIntegerPlainDocument(AbstractModel) - Constructor for class com.cafean.client.values.util.CIntegerPlainDocument
Creates a new instance of LocalIntegerPlainDocument
CIntegerTableEditor - Class in com.cafean.client.values.ui
A TableCellEditor for CIntegers.
CIntegerTableEditor(AbstractNumericsModel) - Constructor for class com.cafean.client.values.ui.CIntegerTableEditor
Creates a new instance.
CIntegerTableEditor(AbstractNumericsModel, CIntegerTextField) - Constructor for class com.cafean.client.values.ui.CIntegerTableEditor
Creates a new instance.
CIntegerTableRenderer - Class in com.cafean.client.values.ui
A table cell renderer for CIntegers.
CIntegerTableRenderer() - Constructor for class com.cafean.client.values.ui.CIntegerTableRenderer
 
CIntegerTextField - Class in com.cafean.client.values.ui
A text-field used to edit CIntegers.
CIntegerTextField() - Constructor for class com.cafean.client.values.ui.CIntegerTextField
Creates a new instance
CIntegerTextField(int) - Constructor for class com.cafean.client.values.ui.CIntegerTextField
Creates a new instance.
CIntegerTextField(String) - Constructor for class com.cafean.client.values.ui.CIntegerTextField
Creates a new instance.
CIntegerTextField(String, int) - Constructor for class com.cafean.client.values.ui.CIntegerTextField
Creates a new instance.
CIntegerTextField(String, int, boolean) - Constructor for class com.cafean.client.values.ui.CIntegerTextField
This constructor allows for the MouseListener that opens the right click menu for the text field to be disabled.
Circle - com.cafean.document.notebook.plot.ExportSymbol
 
CIRCLE - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates the Pad for the ConnectingPt should be a Circle
CJFConverter - Class in com.cafean.CalcServer
This is the base class for legacy CJF conversion utilities used to convert #!CJF to #!CJF2 for use with JobHandle, etc.
CJFConverter() - Constructor for class com.cafean.CalcServer.CJFConverter
 
CJFImporterLoader - Class in com.cafean.CalcServer.util
 
CJFImporterLoader(File) - Constructor for class com.cafean.CalcServer.util.CJFImporterLoader
 
CLASS - Variable in class com.cafean.client.io.med.DrawnDisplayBeanRec
No Documentation Available.
CLASS_NAME - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
Classification - Class in com.cafean.client.classify
An encapsulization of a ModelEditor classification level.
classificationChanged(Classification, Classification) - Method in interface com.cafean.client.classify.ClassificationListener
Notifies this listener that the current application classification level has changed.
classificationChanged(Classification, Classification) - Method in class com.cafean.client.classify.ClassificationPanel
Notifies this listener that the current application classification level has changed.
ClassificationListener - Interface in com.cafean.client.classify
An interface describing a listener for changes in the ModelEditor's global classification level.
ClassificationPanel - Class in com.cafean.client.classify
A simple ModelEditor classification level display panel.
ClassificationPanel() - Constructor for class com.cafean.client.classify.ClassificationPanel
Creates new form ClassificationPanel
cleanIterations() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
cleanIterations() - Method in class com.cafean.jobstream.server.sequence.Sequence
 
cleanup() - Method in class com.cafean.jobstream.server.sequence.Iteration
Clean up the loaded stream references.
cleanUpDeleted() - Method in class com.cafean.client.analysis.AbstractModel
Removes all deleted components from the lists maintained by this model.
cleanupStream(Stream, TrackerModule) - Method in class com.cafean.jobstream.common.PlatformModule
This method is intended to allow Platform Modules to perform-specific cleanup operations at the end of the stream execution process.
clear() - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
clear() - Method in class com.cafean.client.analysis.AbstractConnectionList
Removes all entries in this list.
clear() - Method in class com.cafean.client.analysis.ComponentSet
 
clear() - Method in class com.cafean.client.analysis.ConditionSet
This method clears all of the initial conditions from this condition set.
clear() - Method in class com.cafean.client.analysis.ElementList
Removes all elements from this list.
clear() - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Clears all of the embedded connection references.
clear() - Method in class com.cafean.client.ic.PartialConditionSet
This method clears the condition set.
clear() - Method in class com.cafean.client.integrator.IntegratorClipboardListener
 
clear() - Method in class com.cafean.client.mdocs.PropertyDescriptorCache
 
clear() - Method in class com.cafean.client.ui.clipboard.ClipboardListener
Clears this listener's state between each use.
clear() - Method in class com.cafean.client.ui.message.MessageTable
Clears this table model *
clear() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Removes all values in the model.
clear() - Method in class com.cafean.client.ui.util.DisplayElementValueMap
removes the contents of this map
clear() - Method in class com.cafean.client.validation.AbstractContextWriter
 
clear() - Method in interface com.cafean.client.validation.ContextWriter
Discards this writer's current contents and context in preparation for re-use.
clear() - Method in class com.cafean.client.validation.DefaultContextWriter
 
clear() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
clear() - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
clear() - Method in class com.cafean.client.values.components.NumericsTableColumn
Clears all values in the column.
clear() - Method in class com.cafean.h2o.ui.FluidPropCtrl
 
clear() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
clear() - Method in class com.cafean.JobStatus.ui.csstream.table.KeywordInfo
 
clear() - Method in class com.cafean.JobStatus.ui.stream.KeywordInfo
 
clear() - Method in class com.cafean.JobStatus.ui.util.LogPanel
Discards the contents of the log window, leaving it blank.
clear() - Method in class com.cafean.jobstream.server.components.TaskList
Removes all elements from this list.
clear() - Method in class com.cafean.JSteam.FluidPropCtrl
 
clear() - Method in class com.cafean.Number.DoubleArray
Sets this DoubleArray empty.
clear() - Method in class com.cafean.Number.FloatArray
Sets this FloatArray empty.
clear() - Method in class com.cafean.Number.IntegerArray
Sets this IntegerArray empty.
clear() - Method in class com.cafean.Number.LongArray
Sets this LongArray empty.
Clear() - Method in class com.cafean.client.ui.DrawnComponent
Clears the current DrawnComponent's connections and labels
clearCheckErrors() - Static method in class com.cafean.client.ui.ApplicationFrame
Sets the Message Window's error count beginning index to the number of messages currently in the table so that they will not be counted as errors or warnings in subsequent getErrorCount or getWarningCount calls.
clearCheckErrors() - Method in class com.cafean.client.ui.MessageWindow
Sets the error count beginning index to the number of messages currently in the table so that they will not be counted as errors or warnings in subsequent getErrorCount or getWarningCount calls.
clearCheckWarnings() - Static method in class com.cafean.client.ui.ApplicationFrame
Sets the Message Window's warning count beginning index to the number of messages currently in the table so that they will not be counted as errors or warnings in subsequent getErrorCount or getWarningCount calls.
clearComponentLookup() - Method in class com.cafean.client.analysis.AbstractModel
Clears the pasted component lookup table.
clearConnections() - Method in class com.cafean.client.analysis.AbstractComponent
This method is called when all of the connections should be removed from the current component.
clearCurrentModel() - Method in class com.cafean.client.anim.SourceManager
Clears the current model and cleans up the connections.
clearDbIds() - Method in class com.cafean.client.analysis.AbstractModel
Clears the DB_ID's of this model's directly contained objects by setting DB_ID to 0.
clearDbIds() - Method in class com.cafean.client.analysis.ComponentSet
Resets the DB_ID's of the components in this set.
clearDbIds() - Method in class com.cafean.client.analysis.ElementList
Resets the DB_ID's of all contained elements.
clearDbIds() - Method in class com.cafean.client.analysis.GenericObject
Resets all the DB_ID's associated with this base object to 0
clearDbIds() - Method in interface com.cafean.client.integrator.components.TopLevelSubBlockHandler
 
clearDbIds() - Method in class com.cafean.client.mdocs.AbstractDocument
Resets all the DB_ID's associated with this base object to 0
clearDbIds() - Method in class com.cafean.client.values.AbstractNumericsModel
 
clearDbIds() - Method in class com.cafean.client.values.components.ExternFunction
 
clearDbIds() - Method in class com.cafean.client.values.components.SharedFunction
 
clearElements() - Method in class com.cafean.client.ui.message.Message
Clears the linked component elements.
clearExpansion() - Method in class com.cafean.client.ui.swing.accordion.Accordion
Clears the expansion.
clearExpansion() - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Clears the expansion.
clearExpansion() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
clearHold() - Method in class com.cafean.JobStatus.ui.stream.FileInfoQuery
 
clearInputs() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Removes all the entries in the input array
clearKey(String) - Static method in class com.cafean.client.values.util.ColumnManager
Clears a key, removing all stored values associated with it.
clearLegacyAppDefinitions() - Method in class com.cafean.utils.Configurator
Clears the list of ApplicationDefinition entries generated from legacy codeinfo tags and removes those tags from the current configuration.
clearLineSelection() - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Sets the selected state of every connection line to false.
clearListeners() - Method in class com.cafean.client.values.ui.TableMapPanel
This method clears the list of ChangeListeners.
clearListeners(Component[]) - Static method in class com.cafean.client.ui.clipboard.ComponentPaster
Goes through an array of Components.
clearModel() - Method in class com.cafean.client.ui.message.Message
This cleans up the model reference.
clearOptions() - Method in class com.cafean.jobstream.common.components.PlatformProperties
removes all options specified for this properties object
clearOptions() - Method in class com.cafean.jobstream.common.components.SubmissionProperties
removes all options specified for this properties object
clearOutputs() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
This removes all of the variables from the output array.
clearprops(boolean[]) - Method in class com.cafean.h2o.NewSteamTables
 
clearRect(int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
clearReferenceModel(File) - Static method in class com.cafean.client.ui.MainFrame
This method clears any reference model currently loaded that contains the give medFile name.
clearResults() - Method in class com.cafean.client.ui.util.search.GlobalSearchDialog
 
clearRubberBoxes() - Method in class com.cafean.client.ui.GlassPanel
Clears all of the current rubberband selection boxes and lines and repaints the glass panel.
clearSelection() - Method in class com.cafean.client.ui.BeanBox
Clears the current selection.
clearSelection() - Method in class com.cafean.client.ui.ConnectionSetPanel
Clears the currently selected connections
clearSelection() - Method in class com.cafean.client.ui.DrawnView
Clears the current selection from the zoom panel's bean box
clearSelection() - Method in class com.cafean.client.ui.swing.accordion.Accordion
Clears the selection.
clearSelection() - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Clears the selection.
clearSelection() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
clearStreams() - Method in class com.cafean.JobStatus.tree.TrackingFolderNode
 
clearViewSelection() - Method in class com.cafean.client.analysis.ViewComponent
Clears the current selection on the View if it exists
clearWarningCount() - Method in class com.cafean.client.ui.MessageWindow
Sets the error count beginning index to the number of messages currently in the table so that they will not be counted as errors or warnings in subsequent getErrorCount or getWarningCount calls.
clickCaretPosition(int) - Method in class com.cafean.client.ui.AsciiViewer
Creates a synthetic mouse event as a click on the given caret position.
clickCaretPosition(int) - Method in class com.cafean.client.validation.ValidationDisplayPanel
Creates a synthetic mouse event as a click on the given caret position.
client_dbid - Variable in class com.cafean.jobstream.tracker.CallbackRec
Foreign Key to the CLIENT table.
clientIdent - Variable in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
No Documentation Available.
clientIdent - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
No Documentation Available.
clientIdent - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
No Documentation Available.
clientIdent - Variable in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
No Documentation Available.
clientIdent - Variable in class com.cafean.CalcServer.jobrpc.command.JLogRequest
No Documentation Available.
clientIdent - Variable in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
No Documentation Available.
clientIdent - Variable in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
No Documentation Available.
clientIdent - Variable in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
No Documentation Available.
ClientLogger - Class in com.cafean.client.ui
A logging adapter used to provide error, warning, etc.
ClientLogger() - Constructor for class com.cafean.client.ui.ClientLogger
 
ClientRec - Class in com.cafean.jobstream.tracker
Utility class used to hold records for the CLIENT Database Table.
ClientRec() - Constructor for class com.cafean.jobstream.tracker.ClientRec
 
ClientStatus - Enum in com.cafean.jobstream.tracker
This enumeration lists the available status conditions for a Client in the tracker.
ClientTrackerModuleLoader - Class in com.cafean.utils.jobstream
A TrackerModule loader intended for use by SNAP applications that interact with a Tracking Server.
ClientTrackerModuleLoader(File) - Constructor for class com.cafean.utils.jobstream.ClientTrackerModuleLoader
Creates a new tracker module loader
clip(Shape) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
ClipboardEnabledTable - Class in com.cafean.utils
A JTable extension designed to allow proper system clipboard copy/paste behavior for derived tables.
ClipboardEnabledTable() - Constructor for class com.cafean.utils.ClipboardEnabledTable
Constructs a default ClipboardEnabledTable that is initialized with a default data model, a default column model, and a default selection model.
ClipboardEnabledTable(int, int) - Constructor for class com.cafean.utils.ClipboardEnabledTable
Constructs a ClipboardEnabledTable with numRows and numColumns of empty cells using DefaultTableModel.
ClipboardEnabledTable(Object[][], Object[]) - Constructor for class com.cafean.utils.ClipboardEnabledTable
Constructs a ClipboardEnabledTable to display the values in the two dimensional array, rowData, with column names, columnNames.
ClipboardEnabledTable(Vector, Vector) - Constructor for class com.cafean.utils.ClipboardEnabledTable
Constructs a ClipboardEnabledTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
ClipboardEnabledTable(TableModel) - Constructor for class com.cafean.utils.ClipboardEnabledTable
Constructs a ClipboardEnabledTable that is initialized with dm as the data model, a default column model, and a default selection model.
ClipboardEnabledTable(TableModel, TableColumnModel) - Constructor for class com.cafean.utils.ClipboardEnabledTable
Constructs a ClipboardEnabledTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
ClipboardEnabledTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class com.cafean.utils.ClipboardEnabledTable
Constructs a ClipboardEnabledTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
ClipboardListener - Class in com.cafean.client.ui.clipboard
A listener for copy/paste events related to models of a particular plug-in.
ClipboardTableModel - Class in com.cafean.client.values.util
The assumed table model used with ClipboardEnabledTable instances.
ClipboardTableModel() - Constructor for class com.cafean.client.values.util.ClipboardTableModel
 
clipMoveBounds(Rectangle) - Method in class com.cafean.client.ui.DrawnSubComponent
This clips the bounds passed in to prevent the sub-component from being dragged outside the bounds of its parent component.
clipRect(int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
clone() - Method in interface com.apt.xdr.CloneableBlock
clone() - Method in class com.apt.xdr.MdDblArray
 
clone() - Method in class com.apt.xdr.MdFltArray
 
clone() - Method in class com.apt.xdr.MdIntArray
 
clone() - Method in class com.apt.xdr.MultiDimArray
 
clone() - Method in class com.cafean.client.analysis.AbstractComponent
Creates and returns a copy of this object.
clone() - Method in class com.cafean.client.analysis.Category
Produces a shallow clone of this Category, including it's fields and child array but not the children themselves.
clone() - Method in class com.cafean.client.analysis.ConditionSet
 
clone() - Method in class com.cafean.client.analysis.Connection
 
clone() - Method in class com.cafean.client.analysis.ConnectionData
 
clone() - Method in class com.cafean.client.analysis.ElementList
Note: Only the contained references to GenericObject's are copied.
clone() - Method in class com.cafean.client.analysis.GenericObject
Creates a deep copy of this object.
clone() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Creates and returns a copy of this object.
clone() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
 
clone() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
 
clone() - Method in class com.cafean.client.analysis.SpecialConnectionData
 
clone() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
 
clone() - Method in class com.cafean.client.analysis.Table1D
clone() - Method in class com.cafean.client.analysis.TableND
 
clone() - Method in class com.cafean.client.analysis.ViewComponent
this clone method copies all primitive data types.
clone() - Method in class com.cafean.client.anim.DataSource
 
clone() - Method in class com.cafean.client.anim.InteractiveVarRef
 
clone() - Method in class com.cafean.client.ic.PartialConditionSet
 
clone() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Creates and returns a copy of this object.
clone() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
clone() - Method in class com.cafean.client.io.med.Attribute
clone() - Method in class com.cafean.client.io.med.MedVersionInfoRec
clone() - Method in class com.cafean.client.mdocs.AbstractDocument
 
clone() - Method in class com.cafean.client.mdocs.ALDocRef
 
clone() - Method in class com.cafean.client.mdocs.ALOwnership
 
clone() - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
clone() - Method in interface com.cafean.client.ui.clipboard.CopiableSubBlock
 
clone() - Method in class com.cafean.client.ui.ConnectingPt
 
clone() - Method in class com.cafean.client.values.components.AbstractCBoolean
 
clone() - Method in class com.cafean.client.values.components.AbstractCInteger
 
clone() - Method in class com.cafean.client.values.components.AbstractCReal
 
clone() - Method in class com.cafean.client.values.components.AbstractCString
clone() - Method in class com.cafean.client.values.components.AbstractCTable
 
clone() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Creates and returns a copy of this object.
clone() - Method in class com.cafean.client.values.components.AbstractTableReference
 
clone() - Method in class com.cafean.client.values.components.AttribProps
clone() - Method in class com.cafean.client.values.components.CBoolean_E
clone() - Method in class com.cafean.client.values.components.CBoolean
clone() - Method in class com.cafean.client.values.components.CInteger_E
clone() - Method in class com.cafean.client.values.components.CInteger
clone() - Method in class com.cafean.client.values.components.CReal_E
clone() - Method in class com.cafean.client.values.components.CReal
 
clone() - Method in class com.cafean.client.values.components.CString
 
clone() - Method in class com.cafean.client.values.components.CTable1D
 
clone() - Method in class com.cafean.client.values.components.CTableND
 
clone() - Method in class com.cafean.client.values.components.EnumEntry
clone() - Method in class com.cafean.client.values.components.ExternFunction
clone() - Method in class com.cafean.client.values.components.NumericsCatProps
Creates and returns a copy of this object.
clone() - Method in class com.cafean.client.values.components.NumericsTableColumn
 
clone() - Method in class com.cafean.client.values.components.SharedBoolean
 
clone() - Method in class com.cafean.client.values.components.SharedFunction
 
clone() - Method in class com.cafean.client.values.components.SharedFunctionSource
clone() - Method in class com.cafean.client.values.components.SharedInteger
 
clone() - Method in class com.cafean.client.values.components.SharedReal
 
clone() - Method in class com.cafean.client.values.components.SharedString
 
clone() - Method in class com.cafean.client.values.components.SharedTable
Creates and returns a copy of this object.
clone() - Method in class com.cafean.document.notebook.components.AbstractFrontMatter
 
clone() - Method in class com.cafean.h2o.FluidState
 
clone() - Method in class com.cafean.h2o.Steam
 
clone() - Method in class com.cafean.h2o.Water
 
clone() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
clone() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
 
clone() - Method in class com.cafean.jobstream.common.components.ApplicationInput
 
clone() - Method in class com.cafean.jobstream.common.components.ApplicationLocation
 
clone() - Method in class com.cafean.jobstream.common.components.ApplicationOutput
 
clone() - Method in class com.cafean.jobstream.common.components.ApplicationVersion
 
clone() - Method in class com.cafean.jobstream.common.components.Keyword
 
clone() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
clone() - Method in class com.cafean.jobstream.common.components.PlatformProperties
 
clone() - Method in class com.cafean.jobstream.common.components.SnapInstallation
 
clone() - Method in class com.cafean.jobstream.common.components.StagingLocation
 
clone() - Method in class com.cafean.jobstream.common.components.SubmissionProperties
 
clone() - Method in class com.cafean.jobstream.common.FileReference
 
clone() - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
 
clone() - Method in class com.cafean.jobstream.server.components.InputCondition
 
clone() - Method in class com.cafean.jobstream.server.components.InputFileHandle
 
clone() - Method in class com.cafean.jobstream.server.components.InputSubstitution
 
clone() - Method in class com.cafean.jobstream.server.components.OutputFileHandle
 
clone() - Method in class com.cafean.jobstream.server.components.Partition
 
clone() - Method in class com.cafean.jobstream.server.components.StorageLocation
 
clone() - Method in class com.cafean.jobstream.server.components.Task
 
clone() - Method in class com.cafean.jobstream.server.components.TaskList
Note: Only the contained references to Task's are copied.
clone() - Method in class com.cafean.jobstream.server.sequence.Iteration
 
clone() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
clone() - Method in class com.cafean.jobstream.server.sequence.Sequence
 
clone() - Method in class com.cafean.Number.BaseNumber
clone() - Method in class com.cafean.Number.DoubleArray
 
clone() - Method in class com.cafean.Number.FloatArray
 
clone() - Method in class com.cafean.Number.IntegerArray
 
clone() - Method in class com.cafean.Number.LongArray
 
clone() - Method in class com.cafean.Number.Real
 
clone(AbstractComponent) - Method in class com.cafean.client.ui.DrawnComponent
Creates a clone of a DrawnComponent, including its links and connections
CloneableBlock - Interface in com.apt.xdr
An interface describing a block that includes a public Object.clone() method.
close() - Method in interface com.cafean.client.validation.ContextWriter
Closes this writer and releases any system resources associated with it.
close() - Method in class com.cafean.client.validation.DefaultContextWriter
 
close() - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
close() - Method in class com.cafean.client.values.nif.NIFReportDialog
 
close() - Method in class com.cafean.client.values.util.matlab.Engine
 
close() - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
close() - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
Takes the place of what would normally be done in finalize().
close() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
close() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
close() - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Closes this job list and disconnects from its currently available resources.
close() - Method in class com.cafean.jobstream.common.util.Progress
Closes this Progress without notifying the user or displaying a message.
close() - Method in class com.cafean.utils.LogFile
Flushes the output buffer and closes this LogFile.
close() - Method in class com.cafean.utils.ProgressMon
Indicate that the operation is complete.
close() - Method in class com.cafean.utils.RandomAccessByteFile
 
close() - Method in class javax.swing.beaninfo.color.SwatchSelectionPopup
Closes and resets this pop-up.
close(boolean) - Method in class com.cafean.JobStatus.ConsolePanel
closes this console dialog as if the close button had been pressed
close(boolean) - Method in class com.cafean.JobStatus.ui.AbstractTabPanel
 
close(boolean) - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
closes this console dialog as if the close button had been pressed
close(boolean) - Method in class com.cafean.JobStatus.ui.download.StreamDownloadPanel
 
close(boolean) - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
close(int) - Method in class com.cafean.client.validation.ExportContext
Specifies the end offset of this export context.
close(AbstractModel) - Method in class com.cafean.client.utils.pybatch.MEBatchPy4JInterface
Closes the given model and removes it from the Model Editor
Close() - Method in class com.cafean.h2o.utils.NewStreadTest
Close xdr and dump files.
Close(boolean) - Method in interface com.apt.xdr.PibFile
Close xdr and dump files.
Close(boolean) - Method in class com.cafean.CalcServer.command.CommandFile_file
Close xdr and dump files.
Close(boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Close xdr and dump files.
Close(boolean) - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Closes the XDR and dump files.
Close(boolean) - Method in class com.cafean.client.io.med.MED_file
Close xdr and dump files.
Close(boolean) - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Close xdr and dump files.
Close(boolean) - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Close xdr and dump files.
Close(boolean) - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Close xdr and dump files.
Close(boolean) - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Close xdr and dump files.
Close(boolean) - Method in class com.cafean.rpc.command.RPC_file
Close xdr and dump files.
Close(boolean) - Method in class com.cafean.snapdx.SNAPDataExchange_file
Close xdr and dump files.
closeAbstractModel(AbstractModel) - Method in class com.cafean.client.ui.MainFrame
Closes the given AbsractModel.
closeAll() - Static method in class com.cafean.JobStatus.OutputViewer.OutputViewer
closes all output viewers
CloseAllDialog - Class in com.cafean.client.ui
This dialog allows the user to save or discard changes for unsaved models when the ModelEditor is closed.
CloseAllDialog() - Constructor for class com.cafean.client.ui.CloseAllDialog
Creates new form CloseAllDialog
closeAllViews() - Method in class com.cafean.client.analysis.GenericObject
Closes all open views of this object.
closeAptBatch() - Method in class com.cafean.document.notebook.plot.GraphWriter
Closes a running AptPlot process if one is available.
closeblock() - Method in interface com.apt.xdr.PibFile
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock() - Method in class com.cafean.CalcServer.command.CommandFile_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock() - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock() - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock() - Method in class com.cafean.client.io.med.MED_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock() - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock() - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock() - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock() - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock() - Method in class com.cafean.rpc.command.RPC_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock() - Method in class com.cafean.snapdx.SNAPDataExchange_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock(int) - Method in interface com.apt.xdr.PibFile
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock(int) - Method in class com.cafean.CalcServer.command.CommandFile_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock(int) - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock(int) - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock(int) - Method in class com.cafean.client.io.med.MED_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock(int) - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock(int) - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock(int) - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock(int) - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock(int) - Method in class com.cafean.rpc.command.RPC_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
closeblock(int) - Method in class com.cafean.snapdx.SNAPDataExchange_file
Close the current datablock, write the block size to the file and then reposition the file pointer to the end of the block.
CloseComponentViewsDialog - Class in com.cafean.client.ui
 
CloseComponentViewsDialog(Frame, Vector) - Constructor for class com.cafean.client.ui.CloseComponentViewsDialog
Creates new form CloseComponentViewsDialog
closeConnection() - Method in class com.cafean.JobStatus.StreamConnector
 
closeContext() - Method in class com.cafean.client.validation.AbstractContextWriter
 
closeContext() - Method in interface com.cafean.client.validation.ContextWriter
Ends the most recently opened context and marks its end at the current writer cursor location.
closeFile() - Method in class com.cafean.CalcServer.TimestepTable
closes this table's file
closeMessageWindow() - Method in class com.cafean.client.ui.ApplicationFrame
Closes the MessageWindow from an external source.
closeNode() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Closes and detatches this nodes children.
closeNode() - Method in interface com.cafean.client.ui.navigator.NavigatorRoot
 
closeNode() - Method in class com.cafean.client.ui.util.search.GSTreeNode
 
closeProgressDialog() - Method in class com.cafean.moviegen.ZipDataSource
Closes the ProgressDialog.
closeProgressDialog() - Method in class com.cafean.moviegen.ZipSourceStream
Closes a registered ProgressDialog.
closeTag(PrintWriter) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Outputs the end of a self-contained tag: />
closeTag(PrintWriter, String, int) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Outputs a closing tag for the given tag type in the for: <foo/>
closeViewer(int) - Static method in class com.cafean.JobStatus.OutputViewer.OutputViewer
closes all output viewers for the given job
closeVirtualModel(AbstractModel, boolean, boolean, String) - Method in class com.cafean.client.ui.MainFrame
 
CNamelistDoubleEditor - Class in com.cafean.client.values.editors
This class is a simple extension of OptionalCDoubleEditor included to provide temporary backward compatibility with previous versions of the CAFEAN core.
CNamelistDoubleEditor() - Constructor for class com.cafean.client.values.editors.CNamelistDoubleEditor
 
CNamelistIntegerEditor - Class in com.cafean.client.values.editors
This class is a simple extension of OptionalCIntegerEditor included to provide temporary backward compatibility with previous versions of the CAFEAN core.
CNamelistIntegerEditor() - Constructor for class com.cafean.client.values.editors.CNamelistIntegerEditor
 
CNamelistIntegerEditor(boolean) - Constructor for class com.cafean.client.values.editors.CNamelistIntegerEditor
 
CNamelistRealEditor - Class in com.cafean.client.values.editors
This class is a simple extension of OptionalCRealEditor included to provide temporary backward compatibility with previous versions of the CAFEAN core.
CNamelistRealEditor() - Constructor for class com.cafean.client.values.editors.CNamelistRealEditor
 
CNamelistRealEditor(boolean) - Constructor for class com.cafean.client.values.editors.CNamelistRealEditor
 
CNL_LIBRARY_file - Class in com.cafean.client.values.components
This class provides IO access to CNL_LIBRARY platform independant binary files.
CNL_LIBRARY_file() - Constructor for class com.cafean.client.values.components.CNL_LIBRARY_file
Constructor.
code - Variable in class com.cafean.CalcServer.command.FileRequestResponse
The enumerated return code for this response.
code - Variable in class com.cafean.CalcServer.jobrpc.command.JFileRequest
No Documentation Available.
CodePluginClassLoader - Class in com.cafean.CodePlugins
CodePluginClassLoader is not an actual ClassLoader, but serves a role of preloading "plugin" classes into the JVM, so that the Plugins can register themselves with whatever "plugin manager" they use.
CodePluginClassLoader(File, CodePluginClassLoader.PluginListener, String) - Constructor for class com.cafean.CodePlugins.CodePluginClassLoader
Create an instance of the CodePluginClassLoader and load the plugins for a directory.
CodePluginClassLoader(File, CodePluginClassLoader.PluginListener, String, boolean, String, String[]) - Constructor for class com.cafean.CodePlugins.CodePluginClassLoader
Create an instance of the CodePluginClassLoader and load the plugins for a directory.
CodePluginClassLoader(File, CodePluginClassLoader.PluginListener, String, LogFile) - Constructor for class com.cafean.CodePlugins.CodePluginClassLoader
Create an instance of the CodePluginClassLoader and load the plugins for a directory.
CodePluginClassLoader(File, CodePluginClassLoader.PluginListener, String, ClassLoader) - Constructor for class com.cafean.CodePlugins.CodePluginClassLoader
Create an instance of the CodePluginClassLoader and load the plugins for a directory.
CodePluginClassLoader(File, CodePluginClassLoader.PluginListener, String, String) - Constructor for class com.cafean.CodePlugins.CodePluginClassLoader
Create an instance of the CodePluginClassLoader and load the plugins for a directory.
CodePluginClassLoader(File, CodePluginClassLoader.PluginListener, String, String, String[]) - Constructor for class com.cafean.CodePlugins.CodePluginClassLoader
Create an instance of the CodePluginClassLoader and load the plugins for a directory.
CodePluginClassLoader.PluginListener - Interface in com.cafean.CodePlugins
Interface to allow interested clients to be notified each time a new plugin class is loaded into the JVM.
COL_ACTIVE - Static variable in class com.cafean.utils.RptDoc.ReportDialog
 
COL_DESC - Static variable in class com.cafean.utils.RptDoc.ReportDialog
 
COL_NAME - Static variable in class com.cafean.utils.RptDoc.ReportDialog
 
CollapsableMultiDimTable - Class in com.cafean.document.notebook.components
 
CollapsableMultiDimTable(int...) - Constructor for class com.cafean.document.notebook.components.CollapsableMultiDimTable
 
collapse() - Method in class com.cafean.client.ui.pview.GroupPanel
Reverts this panel to it's unexpanded state.
Collapsed - com.cafean.client.ui.swing.accordion.NodeState
 
CollapsedHighlighted - com.cafean.client.ui.swing.accordion.NodeState
 
CollapsedPressed - com.cafean.client.ui.swing.accordion.NodeState
 
collapseNode() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
 
collapseRow(int) - Method in class com.cafean.client.anim.channel.ChannelTableModel
expands the row at the given index
collapseRow(int) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
collapseRow(int) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
collectiveStatus(Stream<Status>) - Static method in enum com.cafean.jobstream.server.components.Status
Returns the name of highest priority status in the given stream when displayed as the summary of a collection of tasks or jobs.
COLOR - Variable in class com.cafean.client.io.med.ViewCompRec
The background color for this panel.
COLOR_BACKGROUND - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
the background color used for the display of properties
COLOR_BACKGROUND_HIGHLIGHT - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
the background color used for the display of properties
COLOR_BG_STEP - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
COLOR_BG_STEP - Static variable in class com.cafean.JobStatus.ui.stream.BasicRowRenderer
 
COLOR_BG_TASK - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
COLOR_BG_TASK - Static variable in class com.cafean.JobStatus.ui.stream.BasicRowRenderer
 
COLOR_FG_STEP - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
COLOR_FG_STEP - Static variable in class com.cafean.JobStatus.ui.stream.BasicRowRenderer
 
COLOR_FG_TASK - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
COLOR_FG_TASK - Static variable in class com.cafean.JobStatus.ui.stream.BasicRowRenderer
 
COLOR_FOREGROUND - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
the normal foreground color used for the display of properties
COLOR_FOREGROUND_HIGHLIGHT - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
the foreground color used for the display of highlighted properties
COLOR_GRID - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
the color used for the outer border of attribute group panels
COLOR_GROUP_BACKGROUND - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
UNUSED COLOR
COLOR_GROUP_FORE_DISABLED - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
the foreground color used for the text in disabled attribute group headings
COLOR_GROUP_FOREGROUND - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
the foreground color used for the text in the attribute group heading
COLOR_OPTIONAL - Static variable in interface com.cafean.client.ui.beans.PropertyController
the foreground color for optional properties
COLOR_OPTIONAL - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
the foreground color used for the display of optional properties
COLOR_OUTER_BORDER - Static variable in class com.cafean.client.ui.beans.PropertySetPanel
the color used for the outer border of the properties view
COLOR_REFERENCE - Static variable in class com.cafean.client.values.components.AbstractValue
the color used to display values defined by reference
COLOR_UNKNOWN - Static variable in class com.cafean.client.values.components.AbstractValue
the color used to display unknown values
COLOR_VALUE - Static variable in class com.cafean.client.values.components.AbstractValue
the color used to display explicit values
ColorChooserDialog - Class in com.cafean.client.ui.beans
 
ColorChooserDialog(Dialog) - Constructor for class com.cafean.client.ui.beans.ColorChooserDialog
 
ColorChooserDialog(Frame) - Constructor for class com.cafean.client.ui.beans.ColorChooserDialog
Creates new form ColorChooserDialog
ColorConversion - Class in com.cafean.moviegen.util
ColorConversion is a utility class used to translate a pixel of RGB color represented by an integer into the corresponding luminance and chroma components of the YUV colorspace.
ColorConversion() - Constructor for class com.cafean.moviegen.util.ColorConversion
 
ColorIntEditor - Class in com.cafean.client.ui.beans
An editor for a Color stored as an int.
ColorIntEditor() - Constructor for class com.cafean.client.ui.beans.ColorIntEditor
 
Column() - Constructor for class com.cafean.utils.Configurator.Table.Column
 
COLUMN_APPLICATION - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
COLUMN_APPLICATION - Static variable in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
COLUMN_BATCH_ID - Static variable in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
COLUMN_COMPLETED - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
COLUMN_COMPLETED - Static variable in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
COLUMN_LOCATION - Static variable in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
COLUMN_NAME - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
COLUMN_NAME - Static variable in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
COLUMN_NAME - Static variable in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
COLUMN_PATH - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
COLUMN_PATH - Static variable in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
COLUMN_STARTED - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
COLUMN_STARTED - Static variable in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
COLUMN_STATUS - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
COLUMN_STATUS - Static variable in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
COLUMN_STATUS - Static variable in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
COLUMN_SUBMITTED - Static variable in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
COLUMN_SUBMITTED - Static variable in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
COLUMN_TASK - Static variable in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
COLUMN_TRANSFER - Static variable in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
COLUMN_TYPE - Static variable in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
ColumnDescription - Class in com.cafean.client.values.components
This class is used to describe a single column of a plug-in table that can be mapped to a column in a variable table.
ColumnDescription(String, Class) - Constructor for class com.cafean.client.values.components.ColumnDescription
 
ColumnDescription(String, Class[]) - Constructor for class com.cafean.client.values.components.ColumnDescription
 
ColumnDisplayAction - Class in com.cafean.JobStatus.ui.csstream
 
ColumnDisplayAction(CSStreamPanel, JTable, String, int, int) - Constructor for class com.cafean.JobStatus.ui.csstream.ColumnDisplayAction
 
ColumnManager - Class in com.cafean.client.values.util
Utility class for saving and restoring the column widths of a table.
ColumnManager() - Constructor for class com.cafean.client.values.util.ColumnManager
 
columns - Variable in class com.cafean.utils.Configurator.Table
 
com.apt.xdr - package com.apt.xdr
 
com.cafean.CalcServer - package com.cafean.CalcServer
 
com.cafean.CalcServer.CalcServerCorba - package com.cafean.CalcServer.CalcServerCorba
 
com.cafean.CalcServer.command - package com.cafean.CalcServer.command
 
com.cafean.CalcServer.jobrpc - package com.cafean.CalcServer.jobrpc
 
com.cafean.CalcServer.jobrpc.command - package com.cafean.CalcServer.jobrpc.command
 
com.cafean.CalcServer.rpc - package com.cafean.CalcServer.rpc
 
com.cafean.CalcServer.util - package com.cafean.CalcServer.util
 
com.cafean.client.analysis - package com.cafean.client.analysis
 
com.cafean.client.analysis.numerics - package com.cafean.client.analysis.numerics
 
com.cafean.client.analysis.subsystem - package com.cafean.client.analysis.subsystem
 
com.cafean.client.anim - package com.cafean.client.anim
 
com.cafean.client.anim.available - package com.cafean.client.anim.available
 
com.cafean.client.anim.channel - package com.cafean.client.anim.channel
 
com.cafean.client.anim.enums - package com.cafean.client.anim.enums
 
com.cafean.client.classify - package com.cafean.client.classify
 
com.cafean.client.event - package com.cafean.client.event
 
com.cafean.client.ic - package com.cafean.client.ic
 
com.cafean.client.integrator - package com.cafean.client.integrator
 
com.cafean.client.integrator.components - package com.cafean.client.integrator.components
 
com.cafean.client.integrator.editors - package com.cafean.client.integrator.editors
 
com.cafean.client.integrator.exception - package com.cafean.client.integrator.exception
 
com.cafean.client.integrator.reference - package com.cafean.client.integrator.reference
 
com.cafean.client.integrator.ui - package com.cafean.client.integrator.ui
 
com.cafean.client.io - package com.cafean.client.io
 
com.cafean.client.io.med - package com.cafean.client.io.med
 
com.cafean.client.kiosk - package com.cafean.client.kiosk
 
com.cafean.client.mdocs - package com.cafean.client.mdocs
 
com.cafean.client.organize - package com.cafean.client.organize
 
com.cafean.client.rpc - package com.cafean.client.rpc
 
com.cafean.client.rpc.command - package com.cafean.client.rpc.command
 
com.cafean.client.ui - package com.cafean.client.ui
 
com.cafean.client.ui.annotation - package com.cafean.client.ui.annotation
 
com.cafean.client.ui.annotation.pattern - package com.cafean.client.ui.annotation.pattern
 
com.cafean.client.ui.beans - package com.cafean.client.ui.beans
 
com.cafean.client.ui.clipboard - package com.cafean.client.ui.clipboard
 
com.cafean.client.ui.diff - package com.cafean.client.ui.diff
 
com.cafean.client.ui.images - package com.cafean.client.ui.images
 
com.cafean.client.ui.images.report - package com.cafean.client.ui.images.report
 
com.cafean.client.ui.message - package com.cafean.client.ui.message
 
com.cafean.client.ui.navigator - package com.cafean.client.ui.navigator
 
com.cafean.client.ui.pview - package com.cafean.client.ui.pview
 
com.cafean.client.ui.report - package com.cafean.client.ui.report
 
com.cafean.client.ui.swing - package com.cafean.client.ui.swing
 
com.cafean.client.ui.swing.accordion - package com.cafean.client.ui.swing.accordion
 
com.cafean.client.ui.text - package com.cafean.client.ui.text
 
com.cafean.client.ui.tools - package com.cafean.client.ui.tools
 
com.cafean.client.ui.tools.insert - package com.cafean.client.ui.tools.insert
 
com.cafean.client.ui.util - package com.cafean.client.ui.util
 
com.cafean.client.ui.util.context - package com.cafean.client.ui.util.context
 
com.cafean.client.ui.util.search - package com.cafean.client.ui.util.search
 
com.cafean.client.utils - package com.cafean.client.utils
 
com.cafean.client.utils.diff - package com.cafean.client.utils.diff
 
com.cafean.client.utils.pybatch - package com.cafean.client.utils.pybatch
 
com.cafean.client.validation - package com.cafean.client.validation
 
com.cafean.client.validation.util - package com.cafean.client.validation.util
 
com.cafean.client.values - package com.cafean.client.values
 
com.cafean.client.values.components - package com.cafean.client.values.components
 
com.cafean.client.values.drawn - package com.cafean.client.values.drawn
 
com.cafean.client.values.editors - package com.cafean.client.values.editors
 
com.cafean.client.values.functions - package com.cafean.client.values.functions
 
com.cafean.client.values.functions.editors - package com.cafean.client.values.functions.editors
 
com.cafean.client.values.functions.ui - package com.cafean.client.values.functions.ui
 
com.cafean.client.values.images - package com.cafean.client.values.images
 
com.cafean.client.values.nif - package com.cafean.client.values.nif
 
com.cafean.client.values.sources - package com.cafean.client.values.sources
 
com.cafean.client.values.sources.editors - package com.cafean.client.values.sources.editors
 
com.cafean.client.values.sources.ui - package com.cafean.client.values.sources.ui
 
com.cafean.client.values.ui - package com.cafean.client.values.ui
 
com.cafean.client.values.util - package com.cafean.client.values.util
 
com.cafean.client.values.util.mathcad - package com.cafean.client.values.util.mathcad
 
com.cafean.client.values.util.matlab - package com.cafean.client.values.util.matlab
 
com.cafean.CodePlugins - package com.cafean.CodePlugins
 
com.cafean.config - package com.cafean.config
 
com.cafean.config.rpc - package com.cafean.config.rpc
 
com.cafean.config.rpc.command - package com.cafean.config.rpc.command
 
com.cafean.config.site - package com.cafean.config.site
 
com.cafean.document.notebook - package com.cafean.document.notebook
 
com.cafean.document.notebook.components - package com.cafean.document.notebook.components
 
com.cafean.document.notebook.plot - package com.cafean.document.notebook.plot
 
com.cafean.document.notebook.ui - package com.cafean.document.notebook.ui
 
com.cafean.document.notebook.util - package com.cafean.document.notebook.util
 
com.cafean.h2o - package com.cafean.h2o
 
com.cafean.h2o.ui - package com.cafean.h2o.ui
 
com.cafean.h2o.units - package com.cafean.h2o.units
 
com.cafean.h2o.utils - package com.cafean.h2o.utils
 
com.cafean.JobStatus - package com.cafean.JobStatus
 
com.cafean.JobStatus.icons - package com.cafean.JobStatus.icons
 
com.cafean.JobStatus.jimport - package com.cafean.JobStatus.jimport
 
com.cafean.JobStatus.OutputViewer - package com.cafean.JobStatus.OutputViewer
 
com.cafean.JobStatus.rpc - package com.cafean.JobStatus.rpc
 
com.cafean.JobStatus.rpc.command - package com.cafean.JobStatus.rpc.command
 
com.cafean.JobStatus.tree - package com.cafean.JobStatus.tree
 
com.cafean.JobStatus.ui - package com.cafean.JobStatus.ui
 
com.cafean.JobStatus.ui.accordion - package com.cafean.JobStatus.ui.accordion
 
com.cafean.JobStatus.ui.csstream - package com.cafean.JobStatus.ui.csstream
 
com.cafean.JobStatus.ui.csstream.request - package com.cafean.JobStatus.ui.csstream.request
 
com.cafean.JobStatus.ui.csstream.table - package com.cafean.JobStatus.ui.csstream.table
 
com.cafean.JobStatus.ui.download - package com.cafean.JobStatus.ui.download
 
com.cafean.JobStatus.ui.joblist - package com.cafean.JobStatus.ui.joblist
 
com.cafean.JobStatus.ui.queue - package com.cafean.JobStatus.ui.queue
 
com.cafean.JobStatus.ui.stream - package com.cafean.JobStatus.ui.stream
 
com.cafean.JobStatus.ui.stream.request - package com.cafean.JobStatus.ui.stream.request
 
com.cafean.JobStatus.ui.util - package com.cafean.JobStatus.ui.util
 
com.cafean.JobStatus.util - package com.cafean.JobStatus.util
 
com.cafean.jobstream.common - package com.cafean.jobstream.common
 
com.cafean.jobstream.common.components - package com.cafean.jobstream.common.components
 
com.cafean.jobstream.common.components.io - package com.cafean.jobstream.common.components.io
 
com.cafean.jobstream.common.util - package com.cafean.jobstream.common.util
 
com.cafean.jobstream.common.util.download - package com.cafean.jobstream.common.util.download
 
com.cafean.jobstream.server.components - package com.cafean.jobstream.server.components
 
com.cafean.jobstream.server.components.io - package com.cafean.jobstream.server.components.io
 
com.cafean.jobstream.server.sequence - package com.cafean.jobstream.server.sequence
 
com.cafean.jobstream.server.sequence.io - package com.cafean.jobstream.server.sequence.io
 
com.cafean.jobstream.tracker - package com.cafean.jobstream.tracker
 
com.cafean.jobstream.tracker.event - package com.cafean.jobstream.tracker.event
 
com.cafean.JSteam - package com.cafean.JSteam
 
com.cafean.moviegen - package com.cafean.moviegen
 
com.cafean.moviegen.support - package com.cafean.moviegen.support
 
com.cafean.moviegen.ui - package com.cafean.moviegen.ui
 
com.cafean.moviegen.util - package com.cafean.moviegen.util
 
com.cafean.Number - package com.cafean.Number
 
com.cafean.rpc - package com.cafean.rpc
 
com.cafean.rpc.command - package com.cafean.rpc.command
 
com.cafean.snapdx - package com.cafean.snapdx
 
com.cafean.utils - package com.cafean.utils
 
com.cafean.utils.images - package com.cafean.utils.images
 
com.cafean.utils.jobstream - package com.cafean.utils.jobstream
 
com.cafean.utils.ReferenceDocs - package com.cafean.utils.ReferenceDocs
 
com.cafean.utils.RptDoc - package com.cafean.utils.RptDoc
 
com.cafean.utils.update - package com.cafean.utils.update
 
com.cafean.vcs.desc - package com.cafean.vcs.desc
 
com.cafean.vcs.ui - package com.cafean.vcs.ui
 
com.cafean.vcs.utils - package com.cafean.vcs.utils
 
COMM_FAILURE - Static variable in class com.cafean.rpc.RPCResponse
the return code indicating a communication failure and possibly a failure to reconnect
COMMA - com.cafean.client.values.nif.NIFReplacementToken
 
command - Variable in class com.cafean.CalcServer.command.EvtCommandDelivered
No Documentation Available.
command - Variable in class com.cafean.CalcServer.command.InteractCommandRequest
No Documentation Available.
command - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
No Documentation Available.
command - Variable in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
No Documentation Available.
commandDelivered(String, double) - Method in interface com.cafean.client.anim.InteractiveCommandListener
 
CommandDialog - Class in com.cafean.JobStatus
A modal dialog that allows interactive commands to be sent to active calculations.
CommandDialog - Class in com.cafean.utils
 
CommandDialog(Frame, boolean) - Constructor for class com.cafean.utils.CommandDialog
Creates new form CommandDialog
CommandDialog(JDialog, CalcServerRequester, Job) - Constructor for class com.cafean.JobStatus.CommandDialog
 
CommandDialog(JFrame, CalcServerRequester, Job) - Constructor for class com.cafean.JobStatus.CommandDialog
Constructor for the dialog.
CommandFile_file - Class in com.cafean.CalcServer.command
This class provides IO access to CommandFile platform independant binary files.
CommandFile_file() - Constructor for class com.cafean.CalcServer.command.CommandFile_file
Constructor.
comment(PrintWriter, String, int) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Outputs the given comment as XML
comp_index - Variable in class com.cafean.CalcServer.CalcServerCorba.VarStruct
 
comp_index - Variable in class com.cafean.CalcServer.command.DataChannel
No Documentation Available.
comp_index - Variable in class com.cafean.CalcServer.jobrpc.command.JDataChannel
No Documentation Available.
compare(int, int) - Method in class com.cafean.client.ui.TableSorter
Compares the values stored in two rows of the table.
compare(int, int) - Method in class com.cafean.utils.TableSorter
 
compare(AbstractComponent, AbstractComponent) - Method in class com.cafean.client.analysis.ComponentComparator
 
compare(AbstractComponent, AbstractComponent) - Method in class com.cafean.client.ui.diff.CompCatListComparator
Compares its two arguments for order.
compare(CSRowData, CSRowData) - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowDataComparator
 
compare(RowData, RowData) - Method in class com.cafean.JobStatus.ui.stream.StepRowDataComparator
 
compare(Task, Task) - Method in class com.cafean.JobStatus.ui.csstream.table.TaskComparator
 
compare(TaskRec, TaskRec) - Method in class com.cafean.JobStatus.ui.stream.TaskRecComparator
 
compare(PrintWriter, ActivityNoticeRequest) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Compare the attributes with another block.
compare(PrintWriter, CanCreateDemuxRequest) - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Compare the attributes with another block.
compare(PrintWriter, ConnectionInfo) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Compare the attributes with another block.
compare(PrintWriter, ConsoleOutputRequest) - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Compare the attributes with another block.
compare(PrintWriter, CreateDemuxDataRequest) - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Compare the attributes with another block.
compare(PrintWriter, CreateFolderRequest) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Compare the attributes with another block.
compare(PrintWriter, DataChannel) - Method in class com.cafean.CalcServer.command.DataChannel
Compare the attributes with another block.
compare(PrintWriter, DataChannelsRequest) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Compare the attributes with another block.
compare(PrintWriter, DeleteJobRequest) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Compare the attributes with another block.
compare(PrintWriter, DeleteJobResponse) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Compare the attributes with another block.
compare(PrintWriter, DemuxDataRequest) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Compare the attributes with another block.
compare(PrintWriter, EvtCommandDelivered) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Compare the attributes with another block.
compare(PrintWriter, EvtConsoleOutput) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Compare the attributes with another block.
compare(PrintWriter, EvtEndTimeChanged) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Compare the attributes with another block.
compare(PrintWriter, EvtJobAdded) - Method in class com.cafean.CalcServer.command.EvtJobAdded
Compare the attributes with another block.
compare(PrintWriter, EvtJobRemoved) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Compare the attributes with another block.
compare(PrintWriter, EvtLogOutput) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Compare the attributes with another block.
compare(PrintWriter, EvtStatusTriggered) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Compare the attributes with another block.
compare(PrintWriter, EvtTaskStatusChanged) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Compare the attributes with another block.
compare(PrintWriter, FileEntry) - Method in class com.cafean.CalcServer.command.FileEntry
Compare the attributes with another block.
compare(PrintWriter, FileRequest) - Method in class com.cafean.CalcServer.command.FileRequest
Compare the attributes with another block.
compare(PrintWriter, FileRequestResponse) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Compare the attributes with another block.
compare(PrintWriter, FilesListRequest) - Method in class com.cafean.CalcServer.command.FilesListRequest
Compare the attributes with another block.
compare(PrintWriter, FindStreamsRequest) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Compare the attributes with another block.
compare(PrintWriter, Folder) - Method in class com.cafean.CalcServer.command.Folder
Compare the attributes with another block.
compare(PrintWriter, FolderContentsRequest) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Compare the attributes with another block.
compare(PrintWriter, FolderEntry) - Method in class com.cafean.CalcServer.command.FolderEntry
Compare the attributes with another block.
compare(PrintWriter, FolderLocationRequest) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Compare the attributes with another block.
compare(PrintWriter, FolderTreeRequest) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Compare the attributes with another block.
compare(PrintWriter, GetFileCancelRequest) - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Compare the attributes with another block.
compare(PrintWriter, GetFileContentsRequest) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Compare the attributes with another block.
compare(PrintWriter, GetFileRequest) - Method in class com.cafean.CalcServer.command.GetFileRequest
Compare the attributes with another block.
compare(PrintWriter, GetFileResponse) - Method in class com.cafean.CalcServer.command.GetFileResponse
Compare the attributes with another block.
compare(PrintWriter, GetJobInfoRequest) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Compare the attributes with another block.
compare(PrintWriter, GetMessagesRequest) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Compare the attributes with another block.
compare(PrintWriter, HasDemuxRequest) - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Compare the attributes with another block.
compare(PrintWriter, IncrementTimeslice) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Compare the attributes with another block.
compare(PrintWriter, InteractCommandRequest) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Compare the attributes with another block.
compare(PrintWriter, InteractiveVariable) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Compare the attributes with another block.
compare(PrintWriter, InteractiveVarsRequest) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Compare the attributes with another block.
compare(PrintWriter, Job) - Method in class com.cafean.CalcServer.command.Job
Compare the attributes with another block.
compare(PrintWriter, JobFilesEntry) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Compare the attributes with another block.
compare(PrintWriter, JobFilesList) - Method in class com.cafean.CalcServer.command.JobFilesList
Compare the attributes with another block.
compare(PrintWriter, JobFilesRequest) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Compare the attributes with another block.
compare(PrintWriter, JobLocationRequest) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Compare the attributes with another block.
compare(PrintWriter, JobPriorityRequest) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Compare the attributes with another block.
compare(PrintWriter, JobRPCRequest) - Method in class com.cafean.CalcServer.command.JobRPCRequest
Compare the attributes with another block.
compare(PrintWriter, JobSet) - Method in class com.cafean.CalcServer.command.JobSet
Compare the attributes with another block.
compare(PrintWriter, Keyword) - Method in class com.cafean.CalcServer.command.Keyword
Compare the attributes with another block.
compare(PrintWriter, LaunchJobRequest) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Compare the attributes with another block.
compare(PrintWriter, LoadJobRequest) - Method in class com.cafean.CalcServer.command.LoadJobRequest
Compare the attributes with another block.
compare(PrintWriter, LoadMuxChannelsRequest) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Compare the attributes with another block.
compare(PrintWriter, LogOutputRequest) - Method in class com.cafean.CalcServer.command.LogOutputRequest
Compare the attributes with another block.
compare(PrintWriter, MountFolderRequest) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Compare the attributes with another block.
compare(PrintWriter, MuxDataRequest) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Compare the attributes with another block.
compare(PrintWriter, NotificationsRequest) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Compare the attributes with another block.
compare(PrintWriter, ReleaseJobRequest) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Compare the attributes with another block.
compare(PrintWriter, RemoveFolderRequest) - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Compare the attributes with another block.
compare(PrintWriter, RenameFolderRequest) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Compare the attributes with another block.
compare(PrintWriter, RestartDataRequest) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Compare the attributes with another block.
compare(PrintWriter, RestartInfoRequest) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Compare the attributes with another block.
compare(PrintWriter, SendFileCancelRequest) - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Compare the attributes with another block.
compare(PrintWriter, SendFileContentsRequest) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Compare the attributes with another block.
compare(PrintWriter, SendFileRequest) - Method in class com.cafean.CalcServer.command.SendFileRequest
Compare the attributes with another block.
compare(PrintWriter, ServerStatusRequest) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Compare the attributes with another block.
compare(PrintWriter, SetMuxTimeRequest) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Compare the attributes with another block.
compare(PrintWriter, ShutdownRequest) - Method in class com.cafean.CalcServer.command.ShutdownRequest
Compare the attributes with another block.
compare(PrintWriter, StatusTriggerRequest) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Compare the attributes with another block.
compare(PrintWriter, String16) - Method in class com.cafean.CalcServer.command.String16
Compare the attributes with another block.
compare(PrintWriter, TerminateRunRequest) - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Compare the attributes with another block.
compare(PrintWriter, UnitCodeRequest) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Compare the attributes with another block.
compare(PrintWriter, UnitCodeResponse) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Compare the attributes with another block.
compare(PrintWriter, UnloadJobRequest) - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Compare the attributes with another block.
compare(PrintWriter, UnMountFolderRequest) - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Compare the attributes with another block.
compare(PrintWriter, ViewableFile) - Method in class com.cafean.CalcServer.command.ViewableFile
Compare the attributes with another block.
compare(PrintWriter, ViewableFileBlockRequest) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Compare the attributes with another block.
compare(PrintWriter, ViewableFileLenRequest) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Compare the attributes with another block.
compare(PrintWriter, ViewableFileOpenRequest) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Compare the attributes with another block.
compare(PrintWriter, ViewableFilesRequest) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Compare the attributes with another block.
compare(PrintWriter, ViewablePoiRequest) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Compare the attributes with another block.
compare(PrintWriter, ViewableSearchRequest) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Compare the attributes with another block.
compare(PrintWriter, JConsoleRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Compare the attributes with another block.
compare(PrintWriter, JDataChannel) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Compare the attributes with another block.
compare(PrintWriter, JDataChannelsRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Compare the attributes with another block.
compare(PrintWriter, JEvtCommandDelivered) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Compare the attributes with another block.
compare(PrintWriter, JEvtConsoleOutput) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Compare the attributes with another block.
compare(PrintWriter, JEvtEndTimeChanged) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Compare the attributes with another block.
compare(PrintWriter, JEvtEvaluationChanged) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Compare the attributes with another block.
compare(PrintWriter, JEvtLogOutput) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Compare the attributes with another block.
compare(PrintWriter, JEvtStatusChanged) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Compare the attributes with another block.
compare(PrintWriter, JEvtTaskStatusChanged) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Compare the attributes with another block.
compare(PrintWriter, JFileRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Compare the attributes with another block.
compare(PrintWriter, JInteractCommandRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Compare the attributes with another block.
compare(PrintWriter, JInteractiveVariable) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Compare the attributes with another block.
compare(PrintWriter, JInteractiveVarsRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Compare the attributes with another block.
compare(PrintWriter, JLoadMuxChannelsRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Compare the attributes with another block.
compare(PrintWriter, JLogRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Compare the attributes with another block.
compare(PrintWriter, JMuxDataRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Compare the attributes with another block.
compare(PrintWriter, JRestartDataRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Compare the attributes with another block.
compare(PrintWriter, JRestartInfoRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Compare the attributes with another block.
compare(PrintWriter, JSetMuxTimeRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Compare the attributes with another block.
compare(PrintWriter, JShutdownRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Compare the attributes with another block.
compare(PrintWriter, JString16) - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Compare the attributes with another block.
compare(PrintWriter, JTaskStatusRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Compare the attributes with another block.
compare(PrintWriter, JTerminateRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Compare the attributes with another block.
compare(PrintWriter, JTimestepIncrRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Compare the attributes with another block.
compare(PrintWriter, JUnitCodeRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Compare the attributes with another block.
compare(PrintWriter, AbstractIntegrationCase) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Compare the attributes with another block.
compare(PrintWriter, IntegrationDefinition) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Compare the attributes with another block.
compare(PrintWriter, Attribute) - Method in class com.cafean.client.io.med.Attribute
Compare the attributes with another block.
compare(PrintWriter, DrawnAnnotationRec) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Compare the attributes with another block.
compare(PrintWriter, DrawnComponentRec) - Method in class com.cafean.client.io.med.DrawnComponentRec
Compare the attributes with another block.
compare(PrintWriter, DrawnConnLine) - Method in class com.cafean.client.io.med.DrawnConnLine
Compare the attributes with another block.
compare(PrintWriter, DrawnDisplayBeanRec) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Compare the attributes with another block.
compare(PrintWriter, DrawnDisplayElementRec) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Compare the attributes with another block.
compare(PrintWriter, DrawnImageAnnotationRec) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Compare the attributes with another block.
compare(PrintWriter, DrawnLayerRec) - Method in class com.cafean.client.io.med.DrawnLayerRec
Compare the attributes with another block.
compare(PrintWriter, DrawnNumericRec) - Method in class com.cafean.client.io.med.DrawnNumericRec
Compare the attributes with another block.
compare(PrintWriter, DrawnVisualGroupRec) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Compare the attributes with another block.
compare(PrintWriter, FontRec) - Method in class com.cafean.client.io.med.FontRec
Compare the attributes with another block.
compare(PrintWriter, MedVersionInfoRec) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Compare the attributes with another block.
compare(PrintWriter, ModelHeaderRec) - Method in class com.cafean.client.io.med.ModelHeaderRec
Compare the attributes with another block.
compare(PrintWriter, Plugin) - Method in class com.cafean.client.io.med.Plugin
Compare the attributes with another block.
compare(PrintWriter, String16) - Method in class com.cafean.client.io.med.String16
Compare the attributes with another block.
compare(PrintWriter, UserConstantRec) - Method in class com.cafean.client.io.med.UserConstantRec
Compare the attributes with another block.
compare(PrintWriter, UserFunctionRec) - Method in class com.cafean.client.io.med.UserFunctionRec
Compare the attributes with another block.
compare(PrintWriter, UserVariableRec) - Method in class com.cafean.client.io.med.UserVariableRec
Compare the attributes with another block.
compare(PrintWriter, ViewCompRec) - Method in class com.cafean.client.io.med.ViewCompRec
Compare the attributes with another block.
compare(PrintWriter, ALDocRef) - Method in class com.cafean.client.mdocs.ALDocRef
Compare the attributes with another block.
compare(PrintWriter, ActivateRequest) - Method in class com.cafean.client.rpc.command.ActivateRequest
Compare the attributes with another block.
compare(PrintWriter, AnimateJobRequest) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Compare the attributes with another block.
compare(PrintWriter, ModelListRequest) - Method in class com.cafean.client.rpc.command.ModelListRequest
Compare the attributes with another block.
compare(PrintWriter, ModelListResponse) - Method in class com.cafean.client.rpc.command.ModelListResponse
Compare the attributes with another block.
compare(PrintWriter, AbstractCBoolean) - Method in class com.cafean.client.values.components.AbstractCBoolean
Compare the attributes with another block.
compare(PrintWriter, AbstractCInteger) - Method in class com.cafean.client.values.components.AbstractCInteger
Compare the attributes with another block.
compare(PrintWriter, AbstractCReal) - Method in class com.cafean.client.values.components.AbstractCReal
Compare the attributes with another block.
compare(PrintWriter, AbstractCString) - Method in class com.cafean.client.values.components.AbstractCString
Compare the attributes with another block.
compare(PrintWriter, AbstractFunctionCatProps) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Compare the attributes with another block.
compare(PrintWriter, AttribProps) - Method in class com.cafean.client.values.components.AttribProps
Compare the attributes with another block.
compare(PrintWriter, CBoolean) - Method in class com.cafean.client.values.components.CBoolean
Compare the attributes with another block.
compare(PrintWriter, CBoolean_E) - Method in class com.cafean.client.values.components.CBoolean_E
Compare the attributes with another block.
compare(PrintWriter, CInteger) - Method in class com.cafean.client.values.components.CInteger
Compare the attributes with another block.
compare(PrintWriter, CInteger_E) - Method in class com.cafean.client.values.components.CInteger_E
Compare the attributes with another block.
compare(PrintWriter, CReal) - Method in class com.cafean.client.values.components.CReal
Compare the attributes with another block.
compare(PrintWriter, CReal_E) - Method in class com.cafean.client.values.components.CReal_E
Compare the attributes with another block.
compare(PrintWriter, EnumEntry) - Method in class com.cafean.client.values.components.EnumEntry
Compare the attributes with another block.
compare(PrintWriter, ExternFunction) - Method in class com.cafean.client.values.components.ExternFunction
Compare the attributes with another block.
compare(PrintWriter, NumericsCatProps) - Method in class com.cafean.client.values.components.NumericsCatProps
Compare the attributes with another block.
compare(PrintWriter, NumericsTableColumn) - Method in class com.cafean.client.values.components.NumericsTableColumn
Compare the attributes with another block.
compare(PrintWriter, SharedBoolean) - Method in class com.cafean.client.values.components.SharedBoolean
Compare the attributes with another block.
compare(PrintWriter, SharedInteger) - Method in class com.cafean.client.values.components.SharedInteger
Compare the attributes with another block.
compare(PrintWriter, SharedReal) - Method in class com.cafean.client.values.components.SharedReal
Compare the attributes with another block.
compare(PrintWriter, SharedString) - Method in class com.cafean.client.values.components.SharedString
Compare the attributes with another block.
compare(PrintWriter, SharedTable) - Method in class com.cafean.client.values.components.SharedTable
Compare the attributes with another block.
compare(PrintWriter, ActivateRequest) - Method in class com.cafean.config.rpc.command.ActivateRequest
Compare the attributes with another block.
compare(PrintWriter, SelectAreaRequest) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Compare the attributes with another block.
compare(PrintWriter, ActivateRequest) - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Compare the attributes with another block.
compare(PrintWriter, OpenConsoleRequest) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Compare the attributes with another block.
compare(PrintWriter, SelectJobRequest) - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Compare the attributes with another block.
compare(PrintWriter, CallbackAuthorization) - Method in class com.cafean.rpc.command.CallbackAuthorization
Compare the attributes with another block.
compare(PrintWriter, CallbackAuthRequest) - Method in class com.cafean.rpc.command.CallbackAuthRequest
Compare the attributes with another block.
compare(PrintWriter, CallbackContext) - Method in class com.cafean.rpc.command.CallbackContext
Compare the attributes with another block.
compare(PrintWriter, Ping) - Method in class com.cafean.rpc.command.Ping
Compare the attributes with another block.
compare(PrintWriter, VersionRequest) - Method in class com.cafean.rpc.command.VersionRequest
Compare the attributes with another block.
compare(PrintWriter, SDXElement) - Method in class com.cafean.snapdx.SDXElement
Compare the attributes with another block.
compare(PrintWriter, SDXIntegerArrayValue) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Compare the attributes with another block.
compare(PrintWriter, SDXIntegerValue) - Method in class com.cafean.snapdx.SDXIntegerValue
Compare the attributes with another block.
compare(PrintWriter, SDXRealArrayValue) - Method in class com.cafean.snapdx.SDXRealArrayValue
Compare the attributes with another block.
compare(PrintWriter, SDXRealValue) - Method in class com.cafean.snapdx.SDXRealValue
Compare the attributes with another block.
compare(PrintWriter, SDXStringArrayValue) - Method in class com.cafean.snapdx.SDXStringArrayValue
Compare the attributes with another block.
compare(PrintWriter, SDXStringValue) - Method in class com.cafean.snapdx.SDXStringValue
Compare the attributes with another block.
compare(PrintWriter, SNAPDXFileInfo) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Compare the attributes with another block.
compare(PrintWriter, SNAPDXRecord) - Method in class com.cafean.snapdx.SNAPDXRecord
Compare the attributes with another block.
compare(PrintWriter, String, MultiDimArray) - Method in class com.apt.xdr.MultiDimArray
 
compare(Object, Object) - Method in class com.cafean.client.utils.CategoryComparator
 
compare(Object, Object) - Method in class com.cafean.client.values.util.SharedValueComparator
 
compareDouble(double, double, double) - Static method in class com.cafean.Number.BaseNumber
Compares two doubles to see if they are within epsilon of each other.
compareElements(PrintWriter, String, MultiDimArray) - Method in class com.apt.xdr.MdBoolArray
 
compareElements(PrintWriter, String, MultiDimArray) - Method in class com.apt.xdr.MdDblArray
 
compareElements(PrintWriter, String, MultiDimArray) - Method in class com.apt.xdr.MdFltArray
 
compareElements(PrintWriter, String, MultiDimArray) - Method in class com.apt.xdr.MdIntArray
 
compareElements(PrintWriter, String, MultiDimArray) - Method in class com.apt.xdr.MultiDimArray
 
compareFP(double, double) - Static method in class com.apt.xdr.MultiDimArray
Returns true if the given doubles differ by less than diffCriteria.
compareRowsByColumn(int, int, int) - Method in class com.cafean.client.ui.TableSorter
Compares the value stored in two rows of a given column.
compareRowsByColumn(int, int, int) - Method in class com.cafean.utils.TableSorter
 
compareTo(CrossReference) - Method in class com.cafean.client.integrator.CrossReference
 
compareTo(DockablePanel) - Method in class com.cafean.client.ui.DockablePanel
Compares this panel with the specified panel for order.
compareTo(DockablePanel) - Method in class com.cafean.client.ui.DrawnView
Compares this panel with the specified panel for order.
compareTo(ExportContext) - Method in class com.cafean.client.validation.ExportContext
Compares this object with the specified object for order.
compareTo(NumericFunctionDesc) - Method in class com.cafean.client.values.functions.NumericFunctionDesc
 
compareTo(NumericDataSourceDesc) - Method in class com.cafean.client.values.sources.NumericDataSourceDesc
 
compareTo(ApplicationDefinition) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
 
compareTo(ApplicationLocation) - Method in class com.cafean.jobstream.common.components.ApplicationLocation
Compares this object with the specified object for order.
compareTo(Keyword) - Method in class com.cafean.jobstream.common.components.Keyword
 
compareTo(PlatformDefinition) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns a negative integer, zero, or a positive integer as this platform is less than, equal to, or greater than the specified platform.
compareTo(SnapInstallation) - Method in class com.cafean.jobstream.common.components.SnapInstallation
 
compareTo(StagingLocation) - Method in class com.cafean.jobstream.common.components.StagingLocation
 
compareTo(UpdateEntry) - Method in class com.cafean.utils.update.UpdateEntry
 
compareTo(VersionControlSystemDesc) - Method in class com.cafean.vcs.desc.VersionControlSystemDesc
 
compareTo(Object) - Method in class com.cafean.client.analysis.Category
 
compareTo(Object) - Method in class com.cafean.client.analysis.GenericObject
Compares this GenericObject with the given object based on ident for a natural ordering.
compareTo(Object) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
 
compareTo(Object) - Method in class com.cafean.client.classify.Classification
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.cafean.client.values.components.AbstractCBoolean
 
compareTo(Object) - Method in class com.cafean.client.values.components.AbstractCInteger
 
compareTo(Object) - Method in class com.cafean.client.values.components.AbstractCReal
 
compareTo(Object) - Method in class com.cafean.client.values.components.AbstractCString
 
compareTo(Object) - Method in class com.cafean.client.values.components.CBoolean
 
compareTo(Object) - Method in class com.cafean.client.values.components.CReal_E
 
compareTo(Object) - Method in class com.cafean.client.values.components.CReal
 
compareTo(Object) - Method in class com.cafean.JobStatus.jimport.JobImporter
 
compareTo(Object) - Method in class com.cafean.Number.Int
 
compareTo(Object) - Method in class com.cafean.Number.Real
 
compareTo(Object) - Method in class com.cafean.utils.Version
Compares this object with the specified object for order.
compareVersion(GenericObject) - Method in class com.cafean.client.analysis.AbstractModel
Compares the version of the given object with that of this model to dermine if the object's version is less than, equal to or greater than the version of this model.
CompCatListComparator - Class in com.cafean.client.ui.diff
A comparator intended for use in sorting components by category in Navigator order and with a more coarse granularity than simple category name.
CompCatListComparator(List<Category>, boolean) - Constructor for class com.cafean.client.ui.diff.CompCatListComparator
Creates a new comparator using the given list of categories.
complete - Variable in class com.cafean.CalcServer.command.GetFileContentsRequest
No Documentation Available.
complete - Variable in class com.cafean.CalcServer.command.SendFileContentsRequest
No Documentation Available.
complete() - Method in class com.cafean.client.analysis.AbstractComponent
This completes this object's initialization in response to it's creation from a UI event.
complete() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
 
complete() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
 
complete() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
 
complete() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
complete() - Method in class com.cafean.client.analysis.ViewComponent
When a ViewComponent is created, it immediately opens.
complete() - Method in class com.cafean.client.anim.DataSource
 
complete() - Method in class com.cafean.client.values.components.SharedBoolean
 
complete() - Method in class com.cafean.client.values.components.SharedFunction
 
complete() - Method in class com.cafean.client.values.components.SharedInteger
 
complete() - Method in class com.cafean.client.values.components.SharedString
 
complete() - Method in class com.cafean.document.notebook.components.DocxCollapsibleRowTable
 
complete() - Method in class com.cafean.document.notebook.components.OdfCollapsableRowTable
 
complete() - Method in class com.cafean.jobstream.common.util.download.FileProgress
Update the progress display to indicate that this file download has completed.
complete(InsertionSource) - Method in class com.cafean.client.analysis.AbstractComponent
This method uses an InsertionSource object to completely control the insertion of this component.
complete(InsertionSource) - Method in class com.cafean.client.values.components.SharedReal
 
complete(InsertionSource) - Method in class com.cafean.client.values.components.SharedTable
 
complete(InsertionSource) - Method in class com.cafean.client.values.functions.AbstractNumericFunction
 
complete(InsertionSource) - Method in class com.cafean.client.values.functions.InsertionOnlyFunction
 
complete(InsertionSource) - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
 
complete(InsertionSource) - Method in class com.cafean.client.values.sources.InsertionOnlyDataSource
 
Complete - com.cafean.CalcServer.util.JobHandleStatus
 
completeConnection(DrawnComponent, ConnectingPt) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
Completes the current connection.
Completed - com.cafean.jobstream.server.components.Status
a task that has completed without a failure being reported
completedDate - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
COMPLEX - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
COMPONENT_DB_ID - Variable in class com.cafean.client.io.med.DrawnComponentRec
the dbid of the component being viewed.
COMPONENT_DB_ID - Variable in class com.cafean.client.io.med.DrawnNumericRec
the dbid of the component being viewed.
COMPONENT_NUMBER - Variable in class com.cafean.client.io.med.UserConstantRec
The component number for this variable.
COMPONENT_NUMBER - Variable in class com.cafean.client.io.med.UserFunctionRec
The component number for this variable.
COMPONENT_NUMBER - Variable in class com.cafean.client.io.med.UserVariableRec
The component number for this variable.
componentAdded(AbstractComponent) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
componentAdded(AbstractComponent) - Method in class com.cafean.client.ui.navigator.MiniNavigator
 
componentAdded(AbstractComponent) - Method in interface com.cafean.client.ui.navigator.MiniNavigatorDialog
A component has been added to the model and may need to be added to the navigator of this dialog.
componentAdded(AbstractComponent) - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Updates the component in response to the given component being added to the model.
componentAdded(AbstractComponent, boolean) - Method in class com.cafean.client.ui.util.InsertionSource
Notifies this insertion source that the given component has been added to the model.
componentAdded(AbstractComponent, AbstractModel) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTreeModel
 
componentAdded(AbstractComponent, AbstractModel) - Method in interface com.cafean.client.ui.navigator.NavigatorModel
Notifies this Navigator that the given component was added to the given Category.
componentAdded(AbstractComponent, AbstractModel) - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
 
componentAdded(AbstractModel, AbstractComponent) - Static method in class com.cafean.client.ui.navigator.Navigator
Updates the tree in response to the given component being added to the given model.
componentAdded(Category, AbstractModel) - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Notifies this Navigator that a component was added to the given Category and CategoryNode.
ComponentArraySelectionEditor - Class in com.cafean.client.ui.beans
This bean editor contains a label and a button for selecting an array of component references.
ComponentArraySelectionEditor() - Constructor for class com.cafean.client.ui.beans.ComponentArraySelectionEditor
Creates a new instance of CellComponentSelector
ComponentArraySelectionEditor(Category, boolean) - Constructor for class com.cafean.client.ui.beans.ComponentArraySelectionEditor
Creates a new instance of CellComponentSelector
componentChanged(ComponentChangedEvent) - Method in interface com.cafean.client.analysis.ComponentListener
A component changed event tells the listener that the internal data of the component has changed.
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.anim.AbstractRangedBean
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.AsciiViewer
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.beans.FunctionSourceDialog
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.beans.PropertySet
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.ComponentUsagesDialog
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.DrawnComponent
When a DrawnComponent's component changes, the drawn component needs to call initDrawing on itself A component changed event tells the listener that the internal data of the component has changed.
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.DrawnConnection
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.navigator.BeanArrayNode
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.navigator.BeanNode
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.navigator.ComponentNode
A component changed event tells the listener that the internal data of the component has changed.
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.navigator.ConnectionNode
A component changed event tells the listener that the internal data of the component has changed.
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.navigator.ModelNode
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.navigator.ViewComponentNode
A component changed event tells the listener that the internal data of the component has changed.
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.ui.ParametricExportDialog
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
componentChanged(ComponentChangedEvent) - Method in class com.cafean.client.values.ui.ParametricExportDialog
 
ComponentChangedEvent - Class in com.cafean.client.event
An event object describing a general change to an AbstractComponent.
ComponentChangedEvent(AbstractComponent) - Constructor for class com.cafean.client.event.ComponentChangedEvent
Creates a new instance of ComponentChangedEvent
ComponentComparator - Class in com.cafean.client.analysis
A comparator for abstract component instances that first sorts by category membership and then by component number.
ComponentComparator(AbstractModel) - Constructor for class com.cafean.client.analysis.ComponentComparator
Creates a new comparator for components in the given model
componentConnected(Connection) - Method in interface com.cafean.client.analysis.ComponentListener
A component connected event tells the listener when a component completes a connection to a different component.
componentConnected(Connection) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
componentConnected(Connection) - Method in class com.cafean.client.ui.AsciiViewer
 
componentConnected(Connection) - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
 
componentConnected(Connection) - Method in class com.cafean.client.ui.beans.FunctionSourceDialog
 
componentConnected(Connection) - Method in class com.cafean.client.ui.beans.PropertySet
 
componentConnected(Connection) - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
 
componentConnected(Connection) - Method in class com.cafean.client.ui.ComponentUsagesDialog
 
componentConnected(Connection) - Method in class com.cafean.client.ui.DrawnComponent
This should make sure that the ZoomablePanel tries to add the drawnLink to the view when a connection is established.
componentConnected(Connection) - Method in class com.cafean.client.ui.navigator.BeanArrayNode
 
componentConnected(Connection) - Method in class com.cafean.client.ui.navigator.BeanNode
 
componentConnected(Connection) - Method in class com.cafean.client.ui.navigator.ComponentNode
A component node should refresh it's connection list children when it receives a component connected message.
componentConnected(Connection) - Method in class com.cafean.client.ui.navigator.ConnectionNode
A component node should refresh it's connection list children when it receives a component connected message.
componentConnected(Connection) - Method in class com.cafean.client.ui.navigator.ModelNode
 
componentConnected(Connection) - Method in class com.cafean.client.ui.ParametricExportDialog
 
componentConnected(Connection) - Method in class com.cafean.client.values.ui.ParametricExportDialog
 
ComponentCopier - Class in com.cafean.client.ui.clipboard
A utility class encapsulating the copying of components to the clipboard.
ComponentCopier() - Constructor for class com.cafean.client.ui.clipboard.ComponentCopier
Creates a new ComponentCopier for use in copying components, annotations and drawn components to the clipboard.
ComponentCreator - Interface in com.cafean.client.analysis
This interface allows for custom creation code to be passed around.
componentDeleted() - Method in interface com.cafean.client.analysis.ComponentListener
A component deleted event tells the listener that the component has been deleted by the user.
componentDeleted() - Method in class com.cafean.client.anim.AbstractDisplayBean
 
componentDeleted() - Method in class com.cafean.client.anim.AbstractRangedBean
 
componentDeleted() - Method in class com.cafean.client.ui.AsciiViewer
 
componentDeleted() - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
 
componentDeleted() - Method in class com.cafean.client.ui.beans.FunctionSourceDialog
 
componentDeleted() - Method in class com.cafean.client.ui.beans.PropertySet
 
componentDeleted() - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
 
componentDeleted() - Method in class com.cafean.client.ui.ComponentUsagesDialog
 
componentDeleted() - Method in class com.cafean.client.ui.DrawnComponent
When a DrawnComponent's component is deleted, the Drawn component needs to remove itself from the view.
componentDeleted() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
 
componentDeleted() - Method in class com.cafean.client.ui.navigator.BeanNode
 
componentDeleted() - Method in class com.cafean.client.ui.navigator.ComponentNode
A component deleted event tells the listener that the component has been deleted by the user.
componentDeleted() - Method in class com.cafean.client.ui.navigator.ConnectionNode
A component deleted event tells the listener that the component has been deleted by the user.
componentDeleted() - Method in class com.cafean.client.ui.navigator.ModelNode
 
componentDeleted() - Method in class com.cafean.client.ui.navigator.ViewComponentNode
A component deleted event tells the listener that the component has been deleted by the user.
componentDeleted() - Method in class com.cafean.client.ui.ParametricExportDialog
 
componentDeleted() - Method in class com.cafean.client.values.ui.ParametricExportDialog
 
ComponentDependent - Interface in com.cafean.client.analysis
This is a further extension of ModelDependent that describes an object that is dependent not only on an AbstractModel but also on a set of AbstractComponents.
componentDisconnected(Connection) - Method in interface com.cafean.client.analysis.ComponentListener
A component disconnected event tells the listener when a component disconnects from a different component.
componentDisconnected(Connection) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
componentDisconnected(Connection) - Method in class com.cafean.client.ui.AsciiViewer
 
componentDisconnected(Connection) - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
 
componentDisconnected(Connection) - Method in class com.cafean.client.ui.beans.FunctionSourceDialog
 
componentDisconnected(Connection) - Method in class com.cafean.client.ui.beans.PropertySet
 
componentDisconnected(Connection) - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
 
componentDisconnected(Connection) - Method in class com.cafean.client.ui.ComponentUsagesDialog
 
componentDisconnected(Connection) - Method in class com.cafean.client.ui.DrawnComponent
This should make sure that the zoomable panel tries to remove the drawnLink from the view when a connection is removed.
componentDisconnected(Connection) - Method in class com.cafean.client.ui.navigator.BeanArrayNode
 
componentDisconnected(Connection) - Method in class com.cafean.client.ui.navigator.BeanNode
 
componentDisconnected(Connection) - Method in class com.cafean.client.ui.navigator.ComponentNode
A component node should refresh it's connection list children when it receives a component disconnected message.
componentDisconnected(Connection) - Method in class com.cafean.client.ui.navigator.ConnectionNode
A component node should refresh it's connection list children when it receives a component disconnected message.
componentDisconnected(Connection) - Method in class com.cafean.client.ui.navigator.ModelNode
 
componentDisconnected(Connection) - Method in class com.cafean.client.ui.ParametricExportDialog
 
componentDisconnected(Connection) - Method in class com.cafean.client.values.ui.ParametricExportDialog
 
ComponentElement - Interface in com.cafean.client.analysis
An interface describing an object that is contained by an AbstractComponent either directly or by being a part of an object that is contained by an AbstractComponent.
componentHidden(ComponentEvent) - Method in class com.cafean.client.ui.annotation.ImageAnnotation
 
ComponentIdEditor - Class in com.cafean.client.anim
A customized property editor used to select a single RELAP5 or TRACE component ID from the list of data channels.
ComponentIdEditor() - Constructor for class com.cafean.client.anim.ComponentIdEditor
Creates a new ComponentIdEditor with the type set to volume.
ComponentList - Class in com.cafean.client.analysis
A storage class for AbstractComponent instances.
ComponentList(Category, boolean) - Constructor for class com.cafean.client.analysis.ComponentList
Creates a new instance of ComponentList with the given category name and the given initial sorted state.
ComponentListener - Interface in com.cafean.client.analysis
A component listener listens to an abstract component for commands to update their rendering of the component.
ComponentMessageListener - Class in com.cafean.client.ui.message
This is the MessageSelectionListener instance that handles selecting a message with one or more AbstractComponents in the object array of the message.
ComponentMessageListener() - Constructor for class com.cafean.client.ui.message.ComponentMessageListener
Creates a new instance of ComponentMessageListener
componentMoved(ComponentEvent) - Method in class com.cafean.client.ui.annotation.ImageAnnotation
 
ComponentNode - Class in com.cafean.client.ui.navigator
The TreeNode for the NavigatorTree that represents a single component in a model.
ComponentNode(AbstractComponent) - Constructor for class com.cafean.client.ui.navigator.ComponentNode
Creates a new instance of ComponentNode
ComponentNode(AbstractComponent, boolean) - Constructor for class com.cafean.client.ui.navigator.ComponentNode
Creates a new instance of ComponentNode
ComponentNumberGroup - Class in com.cafean.client.analysis
The ComponentNumberGroup is a controller for determining pools of unique component numbers for abstract components.
ComponentNumberGroup(String, int, int, int, int, Category[]) - Constructor for class com.cafean.client.analysis.ComponentNumberGroup
Creates a new instance of ComponentNumberGroup.
ComponentNumberGroup(String, int, int, int, Category[]) - Constructor for class com.cafean.client.analysis.ComponentNumberGroup
Creates a new instance of ComponentNumberGroup.
componentOrderChanged(AbstractModel, Category, int) - Static method in class com.cafean.client.ui.navigator.Navigator
Notifies the NavigatorTreeModel that a component in the given model, with the given category, has changed order.
componentOrderChanged(Category, int) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
componentOrderChanged(Category, int) - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Called to indicate that a component in the given model, with the given category, has changed order.
ComponentPaster - Class in com.cafean.client.ui.clipboard
A utility class encapsulating the pasting of components.
ComponentPaster(AbstractModel) - Constructor for class com.cafean.client.ui.clipboard.ComponentPaster
Creates a new ComponentPaster for use in pasting from the clipboard.
ComponentPaster(AbstractModel, DrawnView) - Constructor for class com.cafean.client.ui.clipboard.ComponentPaster
Creates a new ComponentPaster for use in pasting from the clipboard.
ComponentPaster(AbstractModel, IntegerArray) - Constructor for class com.cafean.client.ui.clipboard.ComponentPaster
Creates a new ComponentPaster for use in pasting from the clipboard.
ComponentPaster(AbstractModel, IntegerArray, DrawnView) - Constructor for class com.cafean.client.ui.clipboard.ComponentPaster
Creates a new ComponentPaster for use in pasting from the clipboard.
componentRemoved(AbstractComponent) - Method in class com.cafean.client.ui.navigator.MiniNavigator
 
componentRemoved(AbstractComponent) - Method in interface com.cafean.client.ui.navigator.MiniNavigatorDialog
A component has been removed from the model and may need to be removed from the navigator of this dialog.
componentRemoved(AbstractComponent) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTreeModel
This method handles removing a component from this Navigator Tree.
componentRemoved(AbstractModel, AbstractComponent) - Static method in class com.cafean.client.ui.navigator.Navigator
Updates the tree in response to the given component being removed from the given model.
componentRemoved(DrawnComponent) - Method in interface com.cafean.client.ui.ConnectionRenderer
This should be called by the view when a drawn component has been removed.
componentRemoved(DrawnComponent) - Method in class com.cafean.client.ui.DrawnConnection
This should be called by the view when a drawn component has been removed.
componentReshaped(DrawnComponent) - Method in interface com.cafean.client.ui.ConnectionRenderer
Called to notify this renderer that the given DrawnComponent has been reshaped a way that this renderer may need to compensate for.
componentReshaped(DrawnComponent) - Method in class com.cafean.client.ui.DrawnConnection
 
componentResized(ComponentEvent) - Method in class com.cafean.client.ui.annotation.ImageAnnotation
 
components() - Method in class com.cafean.client.analysis.AbstractModel
Gets the set that contains many if not all of this model's components.
componentsCopied(List, List, AbstractModel) - Method in class com.cafean.client.integrator.IntegratorClipboardListener
 
componentsCopied(List, List, AbstractModel) - Method in class com.cafean.client.ui.clipboard.ClipboardListener
Notifies this listener that the given destination components have been inserted into the copy model.
componentsCopying(List, List, AbstractModel) - Method in class com.cafean.client.integrator.IntegratorClipboardListener
 
componentsCopying(List, List, AbstractModel) - Method in class com.cafean.client.ui.clipboard.ClipboardListener
Notifies this listener that the given source components have been collected and duplicated into destComps and will be inserted into the copy model.
ComponentSelection - Class in com.cafean.client.ui.navigator
An encapsulation of a Navigator component selection.
ComponentSelection(SelectionElement[], Object[], AbstractComponent[]) - Constructor for class com.cafean.client.ui.navigator.ComponentSelection
Creates a new ComponentSelection.
ComponentSelectionDialog - Class in com.cafean.client.ui
This dialog allows for the selection of a component that is stored by ident.
ComponentSelectionDialog(Dialog) - Constructor for class com.cafean.client.ui.ComponentSelectionDialog
Creates new form ComponentSelectionDialog.
ComponentSelectionDialog(Frame) - Constructor for class com.cafean.client.ui.ComponentSelectionDialog
Creates new form ComponentSelectionDialog.
ComponentSelectionEditor - Class in com.cafean.client.ui.beans
This bean editor contains a JPanel with a label and a button.
ComponentSelectionEditor() - Constructor for class com.cafean.client.ui.beans.ComponentSelectionEditor
Creates a new instance of CellComponentSelector
ComponentSelectionEditor(Category, boolean) - Constructor for class com.cafean.client.ui.beans.ComponentSelectionEditor
Creates a new instance of CellComponentSelector
ComponentSelectionEvent - Class in com.cafean.client.ui.navigator
An event indicating a change in the selection of a NavigatorComponent.
ComponentSelectionEvent(Object, ComponentSelection) - Constructor for class com.cafean.client.ui.navigator.ComponentSelectionEvent
Instantiate the event.
ComponentSelectionListener - Interface in com.cafean.client.ui.navigator
Allows objects to listen for the change in component selection in NavigatorComponent implementations.
ComponentSelector - Class in com.cafean.client.ui
A dialog for selecting a single component from a list provided upon creation.
ComponentSelector(Frame, boolean, AbstractComponent[]) - Constructor for class com.cafean.client.ui.ComponentSelector
Creates new form CompomentSelector
ComponentSelector(Frame, boolean, Vector) - Constructor for class com.cafean.client.ui.ComponentSelector
Creates new form CompomentSelector
ComponentSelector(JDialog, boolean, AbstractComponent[]) - Constructor for class com.cafean.client.ui.ComponentSelector
Creates new form CompomentSelector
ComponentSelector(JDialog, boolean, Vector) - Constructor for class com.cafean.client.ui.ComponentSelector
Creates new form CompomentSelector
ComponentSet - Class in com.cafean.client.analysis
A set of components that can be searched and traversed as a full set or by category, ident, component number, etc..
ComponentSet() - Constructor for class com.cafean.client.analysis.ComponentSet
 
componentShown(ComponentEvent) - Method in class com.cafean.client.ui.annotation.ImageAnnotation
 
ComponentStateEdit - Class in com.cafean.client.analysis
This class creates an undoable edit for an AbstractComponent that does not store a direct reference to the component.
ComponentStateEdit(AbstractComponent) - Constructor for class com.cafean.client.analysis.ComponentStateEdit
Creates a new ComponentStateEdit for the given AbstractComponent.
componentType - Variable in class com.cafean.client.anim.ComponentIdEditor
 
ComponentUsagesDialog - Class in com.cafean.client.ui
This is a non-modal dialog that displays the components in the model that have a foreign key reference to a particular component.
ComponentUsagesDialog(Dialog) - Constructor for class com.cafean.client.ui.ComponentUsagesDialog
 
ComponentUsagesDialog(Frame) - Constructor for class com.cafean.client.ui.ComponentUsagesDialog
Creates new form ComponentUsagesDialog
componentViewChanged(ViewComponent) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
componentViewChanged(ViewComponent) - Static method in class com.cafean.client.ui.navigator.Navigator
Notifies the NavigatorTreeModel that the given view changed.
componentViewChanged(ViewComponent) - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Notifies the component that the given view changed.
CompoundIcon - Class in com.cafean.client.ui.navigator
An icon that displays multiple icons with a gap between them.
CompoundIcon(Icon...) - Constructor for class com.cafean.client.ui.navigator.CompoundIcon
Create a new CompoundIcon from the given icons.
CompoundValueEdit - Class in com.cafean.client.values.util
 
CompoundValueEdit(AbstractNumericsModel) - Constructor for class com.cafean.client.values.util.CompoundValueEdit
 
compress(byte[]) - Static method in class com.apt.xdr.Xdr
Compress a byte array.
ConcurrentJobLimit - com.cafean.jobstream.tracker.JobStreamProperty
a user-configurable value used to update a Job Stream's maximum concurrent scheduled jobs limit.
ConditionalTransferable - Interface in com.cafean.client.ui.clipboard
An interface describing a Transferable object that has a set of custom constraints on whether it can be used in "Paste" and "Paste Special" operations for a given requestor.
ConditionSet - Class in com.cafean.client.analysis
This data structure holds the set of initial conditions for the plugin.
ConditionSet() - Constructor for class com.cafean.client.analysis.ConditionSet
Builds a new ChannelSet.
ConditionSetAdapter<A extends AbstractComponent> - Class in com.cafean.client.ic
This class manages loading and storing initial condition data for a particular component.
ConditionSetAdapter(A) - Constructor for class com.cafean.client.ic.ConditionSetAdapter
 
ConditionSetDataDialog - Class in com.cafean.client.ui
This dialog allows visualizing the entries in a condition set.
ConditionSetDataDialog(Window, ComponentElement, ConditionSet) - Constructor for class com.cafean.client.ui.ConditionSetDataDialog
Creates new form ConditionSetDataDialog
ConditionSetDialog - Class in com.cafean.client.ui
This dialog allows for storing, loading, and removing initial conditions sets from the current model.
ConditionSetDialog(Dialog, ConditionSet[], AbstractModel) - Constructor for class com.cafean.client.ui.ConditionSetDialog
Creates a new ConditionSetDialog
ConditionSetDialog(Frame, ConditionSet[], AbstractModel) - Constructor for class com.cafean.client.ui.ConditionSetDialog
Creates a new ConditionSetDialog
ConditionSetDialog(Window, ConditionSet[], AbstractModel) - Constructor for class com.cafean.client.ui.ConditionSetDialog
Creates a new ConditionSetDialog
CONFIG_DIRECTORY - Static variable in class com.cafean.CalcServer.CalcServer
The absolute location of the current user's ~/.snap/ directory
CONFIG_DIRECTORY - Static variable in class com.cafean.utils.Configurator
 
CONFIG_FILE - Static variable in class com.cafean.utils.Configurator
 
ConfigToolCommand_file - Class in com.cafean.config.rpc.command
This class provides IO access to ConfigToolCommand platform independant binary files.
ConfigToolCommand_file() - Constructor for class com.cafean.config.rpc.command.ConfigToolCommand_file
Constructor.
ConfigToolLauncher - Class in com.cafean.config
 
ConfigToolLauncher() - Constructor for class com.cafean.config.ConfigToolLauncher
 
ConfigToolOriginator - Class in com.cafean.config.rpc
 
ConfigToolOriginator(int) - Constructor for class com.cafean.config.rpc.ConfigToolOriginator
 
ConfigToolRequester - Class in com.cafean.config.rpc
The base class for SNAP Server requester classes.
ConfigToolRequester(RPCManager, String, Socket) - Constructor for class com.cafean.config.rpc.ConfigToolRequester
 
ConfigurationTool - Class in <Unnamed>
Launcher Class for ConfigurationTool.
ConfigurationTool() - Constructor for class ConfigurationTool
 
Configurator - Class in com.cafean.utils
A utility class for maintaining a set of properties sorted by module and stored in an XML file in the current user's home directory.
Configurator() - Constructor for class com.cafean.utils.Configurator
Creates a instance of Configurator and loads in configuration data from either $HOME/.snaprc or a blank copy.
Configurator(String) - Constructor for class com.cafean.utils.Configurator
Creates a instance of Configurator and loads in configuration data from either $HOME/.snaprc or a blank copy.
Configurator.Table - Class in com.cafean.utils
A wrapper for the sorting, sizes, and position of a table.
Configurator.Table.Column - Class in com.cafean.utils
 
configureVideoEncodingType(SettingsDialog) - Method in class com.cafean.moviegen.support.AbstractVideoType
Configures encoder options for this video type.
configureVideoEncodingType(SettingsDialog) - Method in class com.cafean.moviegen.support.Theora
 
ConfigWrapper - Class in com.cafean.utils
A wrapper class for a Configurator that handles the current module outside of the context of the Configurator.
ConfigWrapper(Configurator, String) - Constructor for class com.cafean.utils.ConfigWrapper
Creates a instance of ConfigWrapper for the given Configurator object initialized to the given module.
confirmOverwrite(File) - Static method in class com.cafean.client.values.nif.NIFUtils
Displays a dialog that prompts the user if the specified file should be overwritten.
CONN_CONNECTED - Static variable in class com.cafean.JobStatus.tree.ProjectTreeModel
The connection state code for a connected interface.
CONN_CONNECTING1 - Static variable in class com.cafean.JobStatus.tree.ProjectTreeModel
The connection state code for a connecting interface.
CONN_CONNECTING2 - Static variable in class com.cafean.JobStatus.tree.ProjectTreeModel
The alternate connection state code for a connecting interface.
CONN_DEAD - Static variable in class com.cafean.JobStatus.tree.ProjectTreeModel
The connection state code for a dead interface.
CONN_UNDEFINED - Static variable in class com.cafean.JobStatus.tree.ProjectTreeModel
An undefined server connection state.
connect() - Method in class com.cafean.CalcServer.rpc.CalcServerOriginator
 
connect() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
connect() - Method in class com.cafean.moviegen.ZipDataSource
 
connect(Connection) - Method in class com.cafean.client.ui.navigator.ConnectionListNode
 
connect(AbstractSubSystem) - Method in class com.cafean.client.integrator.reference.FKArrayCrossReference
Connects this SimpleFKCrossReference into or out of the given target subsystem.
connect(AbstractSubSystem) - Method in class com.cafean.client.integrator.reference.IntegratingCrossReference
Connects this cross-reference into or out of the given target AbstractSubSystem.
connect(AbstractSubSystem) - Method in class com.cafean.client.integrator.reference.NestedFKCrossReference
 
connect(AbstractSubSystem) - Method in class com.cafean.client.integrator.reference.SimpleFKCrossReference
Connects this SimpleFKCrossReference into or out of the given target subsystem.
connect(CrossReference, AbstractSubSystem) - Method in class com.cafean.client.integrator.AbstractIntegrator
Connects the given CrossReference into or out of the given target AbstractSubSystem.
ConnectingPt - Class in com.cafean.client.ui
The ConnectingPt are the small target and source points on components that are used to both connect two components using the connect tool, and to render a connection betweeen two components using a DrawnConnection
ConnectingPt(int, int) - Constructor for class com.cafean.client.ui.ConnectingPt
The default constructor for a ConnectingPt.
ConnectingPt(int, int, ConnectionData) - Constructor for class com.cafean.client.ui.ConnectingPt
The default constructor for a ConnectingPt.
Connection - Class in com.cafean.client.analysis
A class representing a connection between two components in an AbstractModel.
Connection() - Constructor for class com.cafean.client.analysis.Connection
Creates a new instance of Connection with no model and no left or right component.
Connection(AbstractModel, int, int, int) - Constructor for class com.cafean.client.analysis.Connection
Creates a new instance of Connection with the given model and the given left component.
Connection(AbstractModel, AbstractComponent) - Constructor for class com.cafean.client.analysis.Connection
Creates a new instance of Connection with the given model and the given left component.
Connection(AbstractModel, AbstractComponent, int) - Constructor for class com.cafean.client.analysis.Connection
Creates a new instance of Connection with the given model and the given left component.
Connection(AbstractModel, AbstractComponent, AbstractComponent, int) - Constructor for class com.cafean.client.analysis.Connection
Creates a new instance of Connection with the given model and the given left component.
Connection.Direction - Enum in com.cafean.client.analysis
The direction of flow/transmission/etc.
ConnectionBean - Class in com.cafean.client.analysis
A class representing a connection between two bean components in an AbstractModel.
ConnectionBean() - Constructor for class com.cafean.client.analysis.ConnectionBean
 
ConnectionBeanBeanInfo - Class in com.cafean.client.analysis
 
ConnectionBeanBeanInfo() - Constructor for class com.cafean.client.analysis.ConnectionBeanBeanInfo
 
ConnectionBeanData - Class in com.cafean.client.analysis
A simple representation of one side of a Connection for a JavaBean.
ConnectionBeanData() - Constructor for class com.cafean.client.analysis.ConnectionBeanData
 
ConnectionCrossReference - Class in com.cafean.client.integrator
A cross reference that is assumed to represent an actual Connection between two components.
ConnectionCrossReference(AbstractIntegrator, String) - Constructor for class com.cafean.client.integrator.ConnectionCrossReference
Creates a new cross reference with the given name (internal id) with the given parent integrator.
ConnectionData - Class in com.cafean.client.analysis
A simple representation of one side of a Connection.
ConnectionData() - Constructor for class com.cafean.client.analysis.ConnectionData
Creates a new instance of ConnectionData
ConnectionData(int) - Constructor for class com.cafean.client.analysis.ConnectionData
Creates a new instance of Connection data with a specific connection point index specified.
connectionFailed() - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
Kills the console with the most common error message *
ConnectionInfo - Class in com.cafean.CalcServer.command
This class provides IO access to ConnectionInfo data bocks.
ConnectionInfo() - Constructor for class com.cafean.CalcServer.command.ConnectionInfo
Construct an empty instance.
ConnectionInfo(PibFile) - Constructor for class com.cafean.CalcServer.command.ConnectionInfo
Construct an instance from a PIB file entry.
ConnectionLineRenderer - Interface in com.cafean.client.ui
An interface describing a renderer that renders a connection as one or more lines that are a collection of points that may be moved, straightened, or drawn using source/target modes.
ConnectionListNode - Class in com.cafean.client.ui.navigator
Contains a list of connections for a component.
ConnectionListNode(AbstractModel, AbstractComponent, String) - Constructor for class com.cafean.client.ui.navigator.ConnectionListNode
Creates a new instance of ComponentNode
ConnectionNode - Class in com.cafean.client.ui.navigator
This node displays all the options and popup actions for a specific connection.
ConnectionNode(AbstractModel, Connection) - Constructor for class com.cafean.client.ui.navigator.ConnectionNode
Creates a new instance of ComponentNode
connectionPointRemoved(DrawnComponent) - Method in class com.cafean.client.ui.BeanBox
This is used to inform the BeanBox that the connecting points of a DrawnComponent may have been added or removed because of a component's internal values being edited.
connectionPointRemoved(DrawnComponent) - Method in interface com.cafean.client.ui.ConnectionRenderer
Called to notify this renderer that a connection point has been removed from the given drawn component that may affect the drawing of this renderer.
connectionPointRemoved(DrawnComponent) - Method in class com.cafean.client.ui.DrawnConnection
 
ConnectionRenderer - Interface in com.cafean.client.ui
An interface describing a renderer for "connections" in a BeanBox.
connections - Variable in class com.cafean.CalcServer.command.ServerStatusRequest
No Documentation Available.
connectionSelectionChanged(Connection[]) - Method in interface com.cafean.client.ui.ConnectionSelectionListener
Updates this listener with the new currently selected connections.
ConnectionSelectionListener - Interface in com.cafean.client.ui
A selection listener for ConnectionSetPanel and ConnectionsPanel selection listeners.
ConnectionSetPanel - Class in com.cafean.client.ui
A panel for displaying a set of connections to a given component.
ConnectionSetPanel() - Constructor for class com.cafean.client.ui.ConnectionSetPanel
Creates new form ConnectionsPanel
ConnectionSetPanel(AbstractComponent, Connection[]) - Constructor for class com.cafean.client.ui.ConnectionSetPanel
Creates new form ConnectionsPanel
ConnectionSetPanelBeanInfo - Class in com.cafean.client.ui
 
ConnectionSetPanelBeanInfo() - Constructor for class com.cafean.client.ui.ConnectionSetPanelBeanInfo
 
connectLocal(PlatformDefinition) - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
connectLocalCalcServer() - Method in class com.cafean.JobStatus.ui.ApplicationFrame
Request an auto-connection for the panel representing the local calculation server.
ConnectMouseHandler - Class in com.cafean.client.ui.tools
A MouseHandler for Connection events on the ZoomablePanel
ConnectMouseHandler(ZoomablePanel) - Constructor for class com.cafean.client.ui.tools.ConnectMouseHandler
Creates a new mouse handler with the given parent
connectTo(AbstractComponent, ConnectionData, ConnectionData) - Method in class com.cafean.client.analysis.AbstractComponent
This method connects this component to the given target component in the way described by the two ConnectionData objects.
connectTo(AbstractComponent, ConnectionData, ConnectionData, int) - Method in class com.cafean.client.analysis.AbstractComponent
This method connects this component to the given target component in the way described by the two ConnectionData objects.
connectTo(AbstractComponent, ConnectionData, ConnectionData, int, CompoundEdit) - Method in class com.cafean.client.analysis.AbstractComponent
This method connects this component to the given target component in the way described by the two ConnectionData objects.
connectTo(AbstractComponent, ConnectionData, ConnectionData, CompoundEdit) - Method in class com.cafean.client.analysis.AbstractComponent
This method connects this component to the given target component in the way described by the two ConnectionData objects.
ConRendererDesc - Class in com.cafean.client.integrator
A simple class that encapsulates a set of connection renderer descriptions.
ConRendererDesc(AbstractIntegrator, Connection) - Constructor for class com.cafean.client.integrator.ConRendererDesc
creates a new renderer description for the given old connection *
ConsoleOutputRequest - Class in com.cafean.CalcServer.command
This class provides IO access to ConsoleOutputRequest data bocks.
ConsoleOutputRequest() - Constructor for class com.cafean.CalcServer.command.ConsoleOutputRequest
Construct an empty instance.
ConsoleOutputRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.ConsoleOutputRequest
Construct an instance from a PIB file entry.
ConsolePanel - Class in com.cafean.JobStatus
 
ConsolePanel(PlatformDefinition, String) - Constructor for class com.cafean.JobStatus.ConsolePanel
Creates new form ConsolePanel
ConsoleStatus - Enum in com.cafean.JobStatus.ui.csstream
 
ConsoleTabComponent - Class in com.cafean.JobStatus
 
ConsoleTabComponent(AbstractTabPanel, JTabbedPane) - Constructor for class com.cafean.JobStatus.ConsoleTabComponent
 
constantIndicator - Static variable in class com.cafean.client.values.util.SharedValueIcon
the 'locked' status indicator
ConstantVariableEditor - Class in com.cafean.client.values.editors
A boolean editor with the choices 'Constant' (for true) and 'Variable'.
ConstantVariableEditor() - Constructor for class com.cafean.client.values.editors.ConstantVariableEditor
Creates a new instance of ConstantVariableEditor
constrainFileLocation(String) - Static method in class com.cafean.jobstream.common.FileReference
Constrains the given user-specified path to a valid file:// URI string or relative path if it is not already a valid URI.
construct() - Method in class com.cafean.utils.SwingWorker
Computes the value to be returned by the get method.
consume() - Method in class com.cafean.client.ui.message.MessageSelectionEvent
Consumes this event.
consumeImageComplete() - Method in class com.cafean.document.notebook.util.AptBatchIntf
 
containedInPartition(Category) - Method in class com.cafean.client.analysis.ComponentSet
Returns true if the given category is represented by or contained in a partition.
contains(double) - Method in class com.cafean.Number.DoubleArray
Returns true if the given value is contained in this DoubleArray.
contains(double, double) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
contains(double, double) - Method in class com.cafean.client.ui.DrawnComponent
Checks whether this component "contains" the specified coordinates where x and y are defined to be relative to the coordinate system of this component.
contains(double, double) - Method in class com.cafean.client.ui.DrawnConnection
 
contains(float) - Method in class com.cafean.Number.FloatArray
Returns true if the given value is contained in this FloatArray.
contains(int) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Determines if a component primary key is included in the map.
contains(int) - Method in class com.cafean.client.validation.ExportContext
Returns true if this context includes the given position.
contains(int) - Method in class com.cafean.Number.IntegerArray
Returns true if the given value is contained in this IntegerArray.
contains(int, int) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
contains(int, int) - Method in class com.cafean.client.ui.annotation.PolygonBean
Gives the UI delegate an opportunity to define the precise shape of this component for the sake of mouse processing.
contains(int, int) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
contains(int, int) - Method in interface com.cafean.client.ui.BorderlessComponent
returns true if the given x,y cooridinates are contained within this component
contains(int, int) - Method in class com.cafean.client.ui.DrawnComponent
contains(int, int) - Method in class com.cafean.client.ui.DrawnConnection
 
contains(int, int, int) - Method in class com.cafean.client.ui.util.ControlPoint
returns true if the given location is contained within a rectangle that is [handleSize] wide and tall, centered on the location of this control point.
contains(long) - Method in class com.cafean.Number.LongArray
Returns true if the given value is contained in this LongArray.
contains(CalcJobFile) - Method in class com.cafean.CalcServer.util.StreamLocationTable
Returns true if the given job is a stream and already represented in the stream location table (cache).
contains(Category) - Method in class com.cafean.client.analysis.ComponentNumberGroup
Determines if a given category is contained inside the component number group.
contains(Connection) - Method in class com.cafean.client.analysis.AbstractConnectionList
Returns true if the given component is referred to by this subsystem.
contains(Connection) - Method in class com.cafean.client.ui.navigator.ConnectionListNode
 
contains(GenericObject) - Method in class com.cafean.client.analysis.ElementList
Returns true if this list contains an object with the same ident as the given object.
contains(AbstractSubSystem, int) - Method in class com.cafean.client.integrator.AbstractIntegrator
returns true if one of the given idents is inside the given AbstractSubSystem and the other is not
contains(AbstractSubSystem, int) - Method in class com.cafean.client.integrator.SubsystemIntegrator
returns true if the given subsystem contains the given component ident or false if it does not, both in O(log N) time.
contains(Task) - Method in class com.cafean.jobstream.server.components.TaskList
Returns true if this list contains an object with the same ident as the given object.
contains(Point) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
contains(Point) - Method in class com.cafean.client.ui.DrawnComponent
contains(Point) - Method in class com.cafean.client.ui.DrawnConnection
 
contains(Object) - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
contains(Object) - Method in class com.cafean.client.analysis.ComponentSet
 
contains(String) - Method in class com.cafean.JobStatus.AnimationOverrideList
returns true if this AnimationOverrideList contains the given server
contains(String) - Method in class com.cafean.JobStatus.ui.csstream.table.KeywordInfo
 
contains(String) - Method in class com.cafean.JobStatus.ui.stream.KeywordInfo
 
contains(Type) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
containsAll(Collection<?>) - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
containsAll(Collection<?>) - Method in class com.cafean.client.analysis.ComponentSet
 
containsDuplicates(Object[]) - Static method in class com.cafean.client.values.nif.NumericsImporter
 
containsErrors() - Method in class com.cafean.client.ui.message.ModelErrorReport
returns true if this report contains errors
containsRestartChanges(Iterator) - Method in class com.cafean.client.analysis.AbstractModel
Returns true if any of the given objects is either deleted or has a major version number greater than or equal to that of this model.
containsStreamData(ViewComponent) - Method in class com.cafean.client.analysis.AbstractModel
Returns true if the given view contains job streams or job stream related elements.
containsTask(long) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
content - Variable in class com.cafean.CalcServer.command.GetFileContentsRequest
No Documentation Available.
content - Variable in class com.cafean.CalcServer.command.SendFileContentsRequest
No Documentation Available.
content - Variable in class com.cafean.jobstream.tracker.LogRec
the log content
Content - Class in com.cafean.utils.RptDoc
Provides a grouping of report table of contents, content data.
Content(String, String, Vector) - Constructor for class com.cafean.utils.RptDoc.Content
Initializes a new Content instance
CONTENTS_CHANGED - Static variable in class com.cafean.client.ui.swing.accordion.AccordionDataEvent
a change in the model contents
contentsChanged(AccordionDataEvent) - Method in interface com.cafean.client.ui.swing.accordion.AccordionDataListener
Idnciates that a change has occurred that cannot be described solely as a single addition or removal.
context - Variable in class com.cafean.rpc.command.CallbackContext
No Documentation Available.
ContextSimpleTableEditor<T extends javax.swing.JTable> - Interface in com.cafean.client.ui.util.context
An interface which denotes an editor which simply uses a JTable to edit its data
ContextTableModelCellTranslator - Interface in com.cafean.client.ui.util.context
A table model convention for translating an external row, column values to the appropriate table cell location in the model.
ContextWriter - Interface in com.cafean.client.validation
An interface describing a print writer that includes ExportContext support for use in a validation display.
ContiguousSelectionFinder - Class in com.cafean.client.ui.util
A class with a static utility method for finding multiple selection ranges from a list of selected indices.
controllerUpdate(ControllerEvent) - Method in class com.cafean.moviegen.support.JMFVideoType
Controller Listener.
ControlPoint - Class in com.cafean.client.ui.util
A simple control point location with drawing logic to handle drawing a square handle.
ControlPoint(int, int) - Constructor for class com.cafean.client.ui.util.ControlPoint
creates a new control point at the given location
ControlPoint(Point) - Constructor for class com.cafean.client.ui.util.ControlPoint
Creates a new control point at the given location.
conversionFactor - Variable in class com.cafean.CalcServer.command.UnitCodeResponse
the conversion factor for translating the unit from SI to British (or vice versa, pending euType).
conversionFactor - Variable in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
No Documentation Available.
conversionOffset - Variable in class com.cafean.CalcServer.command.UnitCodeResponse
the conversion offset for translating the unit from SI to British (or vice versa, pending euType).
conversionOffset - Variable in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
No Documentation Available.
Conversions - Interface in com.cafean.utils
The conversions interface defines a set of methods which provide support for converting values between SI and British units.
convert(double) - Method in class com.cafean.client.values.components.AbstractCReal
Converts the double given into the model units, and sets the result as the value for this CReal.
convert(double) - Method in class com.cafean.h2o.units.Temperature
 
convert(double) - Method in class com.cafean.Number.Angle
Converts the double given into the global units, and sets the result as the value of this Real.
convert(double) - Method in class com.cafean.Number.Real
Converts the double given into the global units, and sets the result as the value of this Real.
convert(double, int) - Method in class com.cafean.client.values.components.AbstractCReal
Converts the double given into the units requested, and sets the result as the value for this Real.
convert(double, int) - Method in class com.cafean.h2o.units.Temperature
 
convert(double, int) - Method in class com.cafean.Number.Real
Converts the double given into the units requested, and sets the result as the value for this Real.
convert(LegacyCalcJobFile, CalcJobFile) - Method in class com.cafean.CalcServer.CJFConverter
 
convert(Long) - Method in class com.cafean.Number.Int
 
convert(Number) - Method in class com.cafean.h2o.units.Temperature
 
convert(Number) - Method in class com.cafean.Number.Angle
Converts the doubleValue of the Number given to the global units.
convert(Number) - Method in class com.cafean.Number.BaseNumber
convert set the object to a value using the current unit type conversion.
convert(Number) - Method in class com.cafean.Number.Int
 
convert(Number) - Method in class com.cafean.Number.Real
Converts the doubleValue of the Number given to the global units.
convert(String) - Method in class com.cafean.client.values.components.AbstractCBoolean
Sets the value based on the provided String.A value of "true" or "false" will directly set the value, while the name of a SharedBoolean in the parent model will set the reference.
convert(String) - Method in class com.cafean.client.values.components.AbstractCInteger
Sets the value based on the provided String.
convert(String) - Method in class com.cafean.client.values.components.AbstractCReal
Converts the String given into the global units, and sets the result as the value for this Real.
convert(String) - Method in class com.cafean.client.values.components.AbstractCTable
 
convert(String) - Method in class com.cafean.client.values.components.CBoolean_E
Sets the value based on the provided String.
convert(String) - Method in class com.cafean.client.values.components.CBoolean
Sets the value based on the provided String.
convert(String) - Method in class com.cafean.client.values.components.CInteger_E
Sets the value based on the provided String.
convert(String) - Method in class com.cafean.client.values.components.CInteger
Sets the value based on the provided String.
convert(String) - Method in class com.cafean.client.values.components.CReal
Converts the String given into the global units, and sets the result as the value for this Real.
convert(String) - Method in class com.cafean.client.values.components.CString
This method was added to support resource importing ASCII models that contain embedded CString references.
convert(String) - Method in class com.cafean.Number.Int
 
convert(String) - Method in class com.cafean.Number.Real
Converts the String given into the global units, and sets the result as the value for this Real.
convert(String, int) - Method in class com.cafean.client.values.components.AbstractCReal
Converts the String given into the units requested, and sets the result as the value for this CReal.
convert(String, int) - Method in class com.cafean.client.values.components.CReal
Converts the String given into the units requested, and sets the result as the value for this CReal.
convert(String, int) - Method in class com.cafean.Number.Real
Converts the String given into the units requested, and sets the result as the value for this Real.
CONVERT_MSG - Static variable in class com.cafean.utils.RptDoc.ReportGenerator
 
convertFromSeconds(double) - Method in enum com.cafean.client.anim.enums.TimeScale
Converts the provided seconds to the engineering units for each Time Scale.
convertGlob(String) - Static method in class com.cafean.client.mdocs.ALModelNotesFrame
Converts a file glob into a regular expression
convertToNewFunction() - Method in class com.cafean.client.values.components.SharedFunction
 
convertToNifOutput(String) - Static method in class com.cafean.client.values.nif.NumericsExporter
Transforms the given String to a legal Numeric Import File String.
convertToSeconds(double) - Method in enum com.cafean.client.anim.enums.TimeScale
 
convertValue(boolean, double) - Method in class com.cafean.utils.NrcDBUnits
Convert a value to the requested units.
convertValue(boolean, int, double) - Method in class com.cafean.CalcServer.CustomUnitCodes
Convert a value to the requested units.
convertValue(boolean, int, double) - Method in class com.cafean.client.anim.AbstractDisplayBean
Convert a data value into the requested units.
convertValue(boolean, int, double) - Method in class com.cafean.client.anim.AnimationModule
Converts the given data value into the requested units.
convertValue(boolean, int, double) - Method in class com.cafean.client.anim.DataSource
Converts the value based on the given unit index, value, and whether the value given is SI or not.
convertValue(boolean, int, double) - Static method in class com.cafean.utils.NrcDBConv
Convert a value to the requested units.
convertValue(double, boolean) - Method in class com.cafean.CalcServer.CustomUnitCodes.EUCode
Convert a value to the requested units.
convertValue(int, double, boolean) - Method in interface com.cafean.utils.Conversions
Convert a value from SI to British or British to SI.
convFactor - Variable in class com.cafean.utils.NrcDBUnits
The conversion factor.
CopiableSubBlock - Interface in com.cafean.client.ui.clipboard
 
copy() - Method in class com.cafean.client.ui.BeanBox
Serializes the current selection to the system clipboard.
copy() - Method in class com.cafean.client.ui.navigator.CategoryNode
 
copy() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
 
copy() - Method in class com.cafean.client.ui.navigator.ComponentNode
 
copy() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Copies the current selection to the clipboard
copy() - Method in class com.cafean.client.ui.navigator.NavigatorSelectionModel
Copies the currently selected nodes to the clipboard.
copy(CopiableSubBlock[]) - Method in interface com.cafean.client.ui.clipboard.PibParentClipHandler
attempts to copy the given sub blocks to the clipboard.
copy(AbstractCReal) - Method in class com.cafean.client.values.components.AbstractCReal
Copies the contents of the given CReal without interpretation; the data field and shared value foreign-key are directly copied.
copy(CReal) - Method in class com.cafean.client.values.components.CReal
Copies the contents of the given CReal without interpretation; the data field and shared value foreign-key are directly copied.
copy(CReal_E) - Method in class com.cafean.client.values.components.CReal_E
Copies the contents of the given CReal without interpretation; the data field and shared value foreign-key are directly copied.
copyArea(int, int, int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
copyFile(File, File) - Static method in class com.cafean.CalcServer.JobQueue
Uses a pair of FileChannels and RandomAccessFiles to copy the file at the source location to the destination location given.
copyFile(File, File) - Static method in class com.cafean.jobstream.common.util.FileUtils
Uses a pair of FileChannels and RandomAccessFiles to copy the file at the source location to the destination location given.
copyFile(File, File, byte[]) - Static method in class com.cafean.jobstream.common.util.FileUtils
Uses a pair of FileChannels and RandomAccessFiles to copy the file at the source location to the destination location given.
copyFile(File, File, byte[], Progress) - Static method in class com.cafean.jobstream.common.util.FileUtils
Uses a pair of FileChannels and RandomAccessFiles to copy the file at the source location to the destination location given.
copyFile(File, OutputStream) - Static method in class com.cafean.jobstream.common.util.FileUtils
Copies the given file into the given output stream.
copyFile(InputStream, File) - Static method in class com.cafean.jobstream.common.util.FileUtils
Copies the given input stream into the given file.
copyFrom(GenericObject) - Method in class com.cafean.client.analysis.AbstractBeanComponent
 
copyFrom(GenericObject) - Method in class com.cafean.client.analysis.GenericObject
Copy the attributes from a source object to this instance.
copyFrom(GenericObject) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Copy the attributes from a source object to this instance.
copyFrom(GenericObject) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
 
copyFrom(GenericObject) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
 
copyFrom(GenericObject) - Method in class com.cafean.client.analysis.ViewComponent
Copy the attributes from a clone to this instance.
copyFromTempFile(File, File) - Static method in class com.cafean.client.values.nif.NIFUtils
Copies from one File to another.
copyInto(Vector, AbstractModel) - Method in class com.cafean.client.ui.clipboard.ComponentCopier
creates copies of the the given components and inserts them into the given model.
copyInto(Type[]) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Copies the contents of the model into the given array.
CopyLocal - com.cafean.jobstream.common.components.ApplicationSetup
The specified application must be retrieved from the location to the working directory.
copyMerge(FluidState, double) - Method in class com.cafean.h2o.FluidState
 
copyModelCreated(AbstractModel, AbstractModel) - Method in class com.cafean.client.ui.clipboard.ClipboardListener
Notifies the listener that a "Copy Model" (i.e.
copyReferenceData() - Method in class com.cafean.client.values.components.AbstractCTable
If a valid SharedTable reference exists, this method stores a deep-copy of that table's data and clears the reference.
CopyStage - com.cafean.jobstream.common.components.ApplicationSetup
The specified application must be retrieved from the location to the staging location.
copyToClipboard(AbstractComponent) - Static method in class com.cafean.client.ui.clipboard.ComponentCopier
Copies the given component to the clipboard.
copyToClipboard(AbstractComponent[], AbstractModel) - Static method in class com.cafean.client.ui.clipboard.ComponentCopier
Copies the given components to the clipboard.
copyToClipboard(Vector, AbstractModel) - Static method in class com.cafean.client.ui.clipboard.ComponentCopier
Copies the given components to the clipboard.
correct() - Method in class com.cafean.client.ui.message.AutoCorrection
Implementations of this method should attempt to correct the issue that is the target of this auto-correction.
correct() - Method in class com.cafean.client.values.util.VariableNameCheck
 
countLines(String) - Static method in class com.cafean.document.notebook.NotebookUtil
returns the number of lines in the given line-feed delimited string
CP - Static variable in class com.cafean.h2o.FluidState
 
CP - Static variable in class com.cafean.h2o.NewSteamTables
 
CPF - Static variable in class com.cafean.h2o.FluidState
 
CPF - Static variable in class com.cafean.h2o.NewSteamTables
 
CPG - Static variable in class com.cafean.h2o.FluidState
 
CPG - Static variable in class com.cafean.h2o.NewSteamTables
 
cpline(double[], int[], double[][], String, double[], double[], boolean) - Method in class com.cafean.h2o.NewSteamTables
 
CPNCS - Static variable in class com.cafean.h2o.FluidState
 
crc32 - Variable in class com.cafean.CalcServer.command.FileEntry
No Documentation Available.
CReal - Class in com.cafean.client.values.components
This class provides a replacement for Real (CReal is shorthand for CAFEAN Real).
CReal() - Constructor for class com.cafean.client.values.components.CReal
Construct an empty instance.
CReal(PibFile) - Constructor for class com.cafean.client.values.components.CReal
Construct an instance from a PIB file entry.
CReal(ComponentElement) - Constructor for class com.cafean.client.values.components.CReal
Construct an empty instance.
CReal(ComponentElement, double) - Constructor for class com.cafean.client.values.components.CReal
Construct an instance with the specified value.
CReal(ComponentElement, CReal) - Constructor for class com.cafean.client.values.components.CReal
Construct an instance with the specified value.
CReal(ComponentElement, SharedReal) - Constructor for class com.cafean.client.values.components.CReal
Construct an instance referencing the specified value.
CReal(CReal) - Constructor for class com.cafean.client.values.components.CReal
Construct an instance with the specified value.
CReal(SharedReal) - Constructor for class com.cafean.client.values.components.CReal
Construct an instance referencing the specified value.
CReal(DataInputStream) - Constructor for class com.cafean.client.values.components.CReal
Construct an instance from a PIB DataInputStream.
CReal_E - Class in com.cafean.client.values.components
This class provides a replacement for Real (CReal is shorthand for CAFEAN Real).
CReal_E(PibFile) - Constructor for class com.cafean.client.values.components.CReal_E
Construct an instance from a PIB file entry.
CReal_E(ComponentElement) - Constructor for class com.cafean.client.values.components.CReal_E
Construct an empty instance.
CReal_E(ComponentElement, double) - Constructor for class com.cafean.client.values.components.CReal_E
Construct an instance with the specified value.
CReal_E(ComponentElement, CReal_E) - Constructor for class com.cafean.client.values.components.CReal_E
Construct an instance with the specified value.
CReal_E(CReal_E) - Constructor for class com.cafean.client.values.components.CReal_E
Construct an instance with the specified value.
CReal_E(DataInputStream) - Constructor for class com.cafean.client.values.components.CReal_E
 
CReal1DTableEditor - Class in com.cafean.client.values.editors
An editor for a DDT generated 'table' of independent and dependent Real values.
CReal1DTableEditor() - Constructor for class com.cafean.client.values.editors.CReal1DTableEditor
 
CRealArrayDialog - Class in com.cafean.client.values.ui
A dialog used to edit arrays of CReals.
CRealArrayDialog(Frame, CReal[], boolean, ComponentElement) - Constructor for class com.cafean.client.values.ui.CRealArrayDialog
Creates a new CRealArrayDialog for editing the given array, setting whether the array's length can be modified.
CRealArrayDialog(Frame, CReal[], boolean, AbstractNumericsModel, ComponentElement) - Constructor for class com.cafean.client.values.ui.CRealArrayDialog
Creates a new CRealArrayDialog for editing the given array, setting whether the array's length can be modified.
CRealArrayDialog(Frame, CReal[], ComponentElement) - Constructor for class com.cafean.client.values.ui.CRealArrayDialog
Creates new form CRealArrayDialog
CRealArrayDialog(JDialog, CReal[], boolean, ComponentElement) - Constructor for class com.cafean.client.values.ui.CRealArrayDialog
Creates a new CRealArrayDialog for editing the given array, setting whether the array's length can be modified.
CRealArrayDialog(JDialog, CReal[], boolean, AbstractNumericsModel, ComponentElement) - Constructor for class com.cafean.client.values.ui.CRealArrayDialog
Creates a new CRealArrayDialog for editing the given array, setting whether the array's length can be modified.
CRealArrayDialog(JDialog, CReal[], ComponentElement) - Constructor for class com.cafean.client.values.ui.CRealArrayDialog
Creates new form CRealArrayDialog
CRealArrayDialog.TempClipboardEnabledTable - Class in com.cafean.client.values.ui
A JTable extension designed to allow proper system clipboard copy/paste behavior for derived tables.
CRealArrayEditor - Class in com.cafean.client.values.editors
An editor for arrays of CReals.
CRealArrayEditor() - Constructor for class com.cafean.client.values.editors.CRealArrayEditor
Creates a new instance of CRealArrayEditor.
CRealArrayEditor(boolean) - Constructor for class com.cafean.client.values.editors.CRealArrayEditor
Creates a new instance of CRealArrayEditor.
CRealArrayEditor(boolean, boolean, int) - Constructor for class com.cafean.client.values.editors.CRealArrayEditor
Creates a new instance of CRealArrayEditor.
CRealArrayEditor(boolean, int) - Constructor for class com.cafean.client.values.editors.CRealArrayEditor
Creates a new instance of CRealArrayEditor.
CRealAwareDocxTable - Class in com.cafean.document.notebook.components
An abstract class which defines front matter for a model notebook.
CRealAwareDocxTable(ExportableTextDocument, AbstractNotebookExporter, String, int...) - Constructor for class com.cafean.document.notebook.components.CRealAwareDocxTable
 
CRealAwareDocxTable(ExportableTextDocument, AbstractNotebookExporter, String, String, int...) - Constructor for class com.cafean.document.notebook.components.CRealAwareDocxTable
 
CRealAwareOdfTable - Class in com.cafean.document.notebook.components
 
CRealAwareOdfTable(ExportableTextDocument, AbstractNotebookExporter, String, int...) - Constructor for class com.cafean.document.notebook.components.CRealAwareOdfTable
 
CRealAwareOdfTable(ExportableTextDocument, AbstractNotebookExporter, String, String, int...) - Constructor for class com.cafean.document.notebook.components.CRealAwareOdfTable
 
CRealEditor - Class in com.cafean.client.values.editors
An editor for AbstractCReal instances.
CRealEditor() - Constructor for class com.cafean.client.values.editors.CRealEditor
Creates a new instance.
CRealEditor(boolean) - Constructor for class com.cafean.client.values.editors.CRealEditor
Creates new form CRealEditor
CRealFixedArrayEditor - Class in com.cafean.client.values.editors
A fixed-length CReal array editor.
CRealFixedArrayEditor() - Constructor for class com.cafean.client.values.editors.CRealFixedArrayEditor
 
CRealNDTableEditor - Class in com.cafean.client.values.editors
An editor for a DDT generated 'table' of independent and dependent Real values.
CRealNDTableEditor() - Constructor for class com.cafean.client.values.editors.CRealNDTableEditor
 
CRealNoRefArrayEditor - Class in com.cafean.client.values.editors
This editor allows creating a new CReal array editing dialog where numerics references are disabled for each node.
CRealNoRefArrayEditor() - Constructor for class com.cafean.client.values.editors.CRealNoRefArrayEditor
 
CRealNoRefArrayEditor(boolean, int) - Constructor for class com.cafean.client.values.editors.CRealNoRefArrayEditor
 
CRealNoRefEditor - Class in com.cafean.client.values.editors
A CReal editor which disables selecting references.
CRealNoRefEditor() - Constructor for class com.cafean.client.values.editors.CRealNoRefEditor
 
CRealPlainDocument - Class in com.cafean.client.values.util
 
CRealPlainDocument() - Constructor for class com.cafean.client.values.util.CRealPlainDocument
 
CRealPlainDocument(AbstractModel) - Constructor for class com.cafean.client.values.util.CRealPlainDocument
 
CRealPlainDocument(DecimalFormat) - Constructor for class com.cafean.client.values.util.CRealPlainDocument
 
CRealPlainDocument(DecimalFormat, AbstractModel) - Constructor for class com.cafean.client.values.util.CRealPlainDocument
 
CRealPlainDocument(AbstractDocument.Content, DecimalFormat) - Constructor for class com.cafean.client.values.util.CRealPlainDocument
 
CRealPlainDocument(AbstractDocument.Content, DecimalFormat, AbstractModel) - Constructor for class com.cafean.client.values.util.CRealPlainDocument
 
CRealPlainDocument.InsertErrorListener - Interface in com.cafean.client.values.util
 
CRealTableCellEditor - Class in com.cafean.client.values.ui
A TableCellEditor for CReals.
CRealTableCellEditor(AbstractNumericsModel) - Constructor for class com.cafean.client.values.ui.CRealTableCellEditor
Creates a new instance.
CRealTableCellEditor(AbstractNumericsModel, boolean) - Constructor for class com.cafean.client.values.ui.CRealTableCellEditor
Creates a new instance.
CRealTableCellEditor(AbstractNumericsModel, CRealTextField) - Constructor for class com.cafean.client.values.ui.CRealTableCellEditor
Creates a new instance.
CRealTableCellEditor(AbstractNumericsModel, CRealTextField, boolean) - Constructor for class com.cafean.client.values.ui.CRealTableCellEditor
Creates a new instance.
CRealTableRenderer - Class in com.cafean.client.values.ui
A table cell renderer for CReal values.
CRealTableRenderer() - Constructor for class com.cafean.client.values.ui.CRealTableRenderer
default constructor.
CRealTableRenderer(int) - Constructor for class com.cafean.client.values.ui.CRealTableRenderer
creates a new renderer with a default horizontal alignment already set.
CRealTextField - Class in com.cafean.client.values.ui
The LocalRealTextField is a JTextField that is specialized for working with CReal values and extensions.
CRealTextField() - Constructor for class com.cafean.client.values.ui.CRealTextField
Creates a default textfield with a null string, 0 columns, and a null DecimalFormat.
CRealTextField(int) - Constructor for class com.cafean.client.values.ui.CRealTextField
Creates a default textfield with a null string, 0 columns, and a null DecimalFormat.
CRealTextField(int, DecimalFormat) - Constructor for class com.cafean.client.values.ui.CRealTextField
Creates a textfield with an inital null String as text, and the specified number of columns and format.
CRealTextField(String) - Constructor for class com.cafean.client.values.ui.CRealTextField
Creates a textfield with the specified text, 0 columns and a null DecimalFormat
CRealTextField(String, int) - Constructor for class com.cafean.client.values.ui.CRealTextField
Creates a textfield with the specified text, the specified number of columns, and a null DecimalFormat
CRealTextField(String, int, DecimalFormat) - Constructor for class com.cafean.client.values.ui.CRealTextField
 
CRealTextField(String, int, DecimalFormat, boolean) - Constructor for class com.cafean.client.values.ui.CRealTextField
This constructor allows for the MouseListener that opens the right click menu for the text field to be disabled.
CRealTextFieldBeanInfo - Class in com.cafean.client.values.ui
 
CRealTextFieldBeanInfo() - Constructor for class com.cafean.client.values.ui.CRealTextFieldBeanInfo
 
CRealTwoDimArrayDialog - Class in com.cafean.client.values.ui
This dialog allows the user to change the values stored inside a 2D array of Reals.
CRealTwoDimArrayDialog(Frame, CReal[][], boolean, ComponentElement) - Constructor for class com.cafean.client.values.ui.CRealTwoDimArrayDialog
Creates a new RealArrayDialog for editing the given array, setting whether the array's length can be modified.
CRealTwoDimArrayDialog(Frame, CReal[][], boolean, ComponentElement, JTable) - Constructor for class com.cafean.client.values.ui.CRealTwoDimArrayDialog
Creates a new RealArrayDialog for editing the given array, setting whether the array's length can be modified.
CRealTwoDimArrayDialog(Frame, CReal[][], ComponentElement) - Constructor for class com.cafean.client.values.ui.CRealTwoDimArrayDialog
Creates new form RealArrayDialog
CRealTwoDimArrayDialog(JDialog, CReal[][], boolean, ComponentElement) - Constructor for class com.cafean.client.values.ui.CRealTwoDimArrayDialog
 
CRealTwoDimArrayDialog(JDialog, CReal[][], ComponentElement) - Constructor for class com.cafean.client.values.ui.CRealTwoDimArrayDialog
Creates new form RealArrayDialog
CRealUnitsEditor - Class in com.cafean.client.values.editors
com.cafean.client.ui.beans.UnitsEditor A property editor for selecting from the available Unit types.
CRealUnitsEditor() - Constructor for class com.cafean.client.values.editors.CRealUnitsEditor
Creates new form RealBeanEditor
create() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
create() - Static method in class com.cafean.client.validation.DefaultContextWriter
Creates and returns a new context writer.
create(AbstractNumericsModel) - Method in class com.cafean.client.values.functions.NumericFunctionDesc
Creates a function component instance
create(AbstractNumericsModel) - Method in class com.cafean.client.values.sources.NumericDataSourceDesc
Creates a data store component instance
create(Window) - Static method in class com.cafean.client.ui.ObjectSelectionDialog
Creates a new object selection dialog with the given parent window.
create(String, File) - Static method in class com.cafean.JobStatus.ui.util.OpenAction
Creates a new open action for the given file.
create(String, String, String, PlatformProperties) - Static method in class com.cafean.jobstream.common.TerminateContext
Creates a list containing a single terminate context with the given values
createApplication(String, String) - Method in class com.cafean.jobstream.common.util.ApplicationContainer
creates (but does not add) a new application definition with the given name and type
createArrow(double, Point3d, Point3d, Object, TransformGroup) - Static method in class com.cafean.utils.Arrow
Creates an arrow between the two points, pointing from the start to the end.
createArrow(double, Point3d, Point3d, Object, TransformGroup, Appearance) - Static method in class com.cafean.utils.Arrow
Creates an arrow between the two points, pointing from the start to the end.
createAsciiDocument(Writeable) - Method in class com.cafean.client.validation.AbstractValidationWrapper
Returns a styled document appropriate for the display of the ASCII form of this wrapper's model that will be generated by this wrapper.
createAuthToken(byte[], byte[]) - Method in class com.cafean.CalcServer.LockHandler
Attempts to create an authorization token for use by the given request.
createBeanSelectionMenu(JMenu) - Method in class com.cafean.client.ui.Toolbox
Creates a select menu appropriate for selecting AbstractDisplayBean instances within the DrawnView parent of this Toolbox.
createBorderRegion(Shape, int, double) - Method in class com.cafean.client.ui.DrawnComponent
Creates a border shape on the specified face of the given shape
createBufferedImage(int, int) - Method in class com.cafean.utils.SplashPanel
Create an off-screen drawable image to be used for double buffering.
createButton() - Static method in class com.cafean.client.anim.available.JobAvailabilityQueue
Creates a button for use in displaying the jobs available for animation
createButtonBorder(boolean, boolean) - Static method in class com.cafean.client.ui.pview.PseudoTableBorder
 
createCallback(CallbackAuthorization, RPCResponder) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
 
createCallback(CallbackAuthorization, RPCResponder) - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
Creates a callback notifier for the given authorization and responder.
createCallback(CallbackAuthorization, RPCResponder) - Method in class com.cafean.client.rpc.ModelEditorResponder
Returns null to refuse all callback creation
createCallback(CallbackAuthorization, RPCResponder) - Method in class com.cafean.JobStatus.rpc.JobStatusResponder
Returns null to refuse all callback creation
createCallback(CallbackAuthorization, RPCResponder) - Method in class com.cafean.rpc.RPCResponder
Creates a callback notifier for the given authorization and responder.
createCategoryAnchor(Category) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a reference anchor for categories.
createCategoryAnchor(Category) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a reference anchor for categories.
createCategoryAnchor(Category) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createCategoryAnchor(Category) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createCategoryReference(Category) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a reference to a category anchor.
createCategoryReference(Category) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a reference to a category anchor.
createCategoryReference(Category) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createCategoryReference(Category) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createCategoryReference(Category, String) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a reference to a category anchor.
createCategoryReference(Category, String) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createCategoryReference(Category, String) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createCategoryToolBars() - Method in class com.cafean.client.ui.Toolbox
Creates a set of JToolBar instances appropriate for allowing quick selection of types for the Insertion Tool.
createCategoryView(Category, boolean, boolean) - Method in class com.cafean.client.analysis.AbstractModel
Opens a new view for the current model, initializes the name, and adds all of the components with the selected category.
createCenterShape(Shape, int, double) - Method in class com.cafean.client.ui.DrawnComponent
Creates a stripe down the center of a given shape
createChild(Category) - Method in class com.cafean.client.analysis.AbstractComponent
Creates a new instance of the child component type with the given category.
createClientToken(Key, byte[], boolean) - Static method in class com.cafean.CalcServer.LockHandler
Converts the server supplied token into an appropriate form to be returned to the server via a client request.
createCollapsableRowTable(Object, String, Object[]) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
createCollapsableRowTable(Object, String, Object[], int[]) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a collapsable row table with standard styles.
createCollapsableRowTable(String, String, Object[], int[]) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a collapsable row table.
createCollapsableRowTable(String, String, Object[], int[]) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createCollapsableRowTable(String, String, Object[], int[]) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createColumnSignature(NumericsTableColumn[]) - Static method in class com.cafean.client.values.components.AbstractCTable
Creates a signature indicating the columns types of the given column array.
createComponent() - Method in class com.cafean.client.ui.tools.AnnotationAction
Creates a new instance of this action's Annotation type.
createComponent() - Method in class com.cafean.client.ui.tools.BeanAction
Creates a new instance of the bean this action represents.
createComponent(AbstractModel) - Method in class com.cafean.client.analysis.Category
Creates an AbstractComponent for this category.
createComponent(AbstractModel) - Method in interface com.cafean.client.analysis.ComponentCreator
Creates a new component, and adds it to the given model.
createComponent(AbstractModel) - Method in class com.cafean.client.analysis.SearchCategory
 
createComponent(AbstractModel) - Method in class com.cafean.client.anim.RangeCreator
 
createComponent(AbstractModel) - Method in class com.cafean.client.values.util.TableVariableCreator
 
createComponent(AbstractModel, String) - Method in class com.cafean.client.values.util.TableVariableCreator
 
createComponent(AbstractModel, JDialog) - Method in class com.cafean.client.anim.RangeCreator
 
createComponent(Category) - Method in class com.cafean.client.analysis.AbstractModel
Creates an appropriate AbstractComponent for the given leaf node category.
createComponent(Category) - Method in class com.cafean.client.values.AbstractNumericsModel
 
createComponentAnchor(AbstractComponent) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates an anchor for a component.
createComponentAnchor(AbstractComponent) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a reference anchor for components.
createComponentAnchor(AbstractComponent, Object) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates an anchor to a link.
createComponentAnchor(AbstractComponent, Object) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a reference anchor for components.
createComponentAnchor(AbstractComponent, Object) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createComponentAnchor(AbstractComponent, Object) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createComponentDocRef(String, AbstractComponent) - Static method in class com.cafean.utils.RptDoc.ReportGenerator
 
createComponentReference(AbstractComponent) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a reference to a component anchor.
createComponentReference(AbstractComponent, Object) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a reference to a component anchor.
createConnectionPrototypes() - Static method in class com.cafean.client.ui.DrawnComponent
Creates the various archtypes of Connection Shapes to be used at connection points
createConnectionPt(double, double, double, int, int, int, int, ConnectionData) - Method in class com.cafean.client.ui.DrawnComponent
Initializes and creates a new connecting point at the specified location and having the specified characteristics
createContextWriter(Writeable) - Method in class com.cafean.client.validation.AbstractValidationWrapper
Returns a context writer implementation that should be used to create the ASCII form of this wrapper's model.
createCopyModel(AbstractModel) - Static method in class com.cafean.client.ui.clipboard.ComponentCopier
creates an AbstractModel instance suitable for use as a clipboard model for the given source model.
createCReal(Class, ComponentElement) - Method in class com.cafean.client.values.AbstractNumericsModel
Create a CReal derivative whose class name matches the provided name.
createCReal(String, ComponentElement) - Method in class com.cafean.client.values.AbstractNumericsModel
Create a CReal derivative whose class name matches the provided name.
createCReal(String, ComponentElement) - Method in class com.cafean.client.values.NumericsUnitDescriptor
 
createCReal(String, ComponentElement) - Method in class com.cafean.client.values.UnitDescriptor
Creates a CReal for the provided unit assigned the provided owner.
createCRealAwareTable(ExportableTextDocument, AbstractNotebookExporter, String, String, int...) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a CReal aware table.
createCRealAwareTable(ExportableTextDocument, AbstractNotebookExporter, String, String, int...) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createCRealAwareTable(ExportableTextDocument, AbstractNotebookExporter, String, String, int...) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createCursor(String) - Static method in class com.cafean.client.ui.Toolbox
Creates a Cursor from the image referred to by the given resource name.
created - Variable in class com.cafean.CalcServer.command.ConnectionInfo
the time (in seconds) that the connection was created.
created_on - Variable in class com.cafean.jobstream.tracker.CallbackRec
Time stamp indicating when the message was generated.
created_on - Variable in class com.cafean.jobstream.tracker.ClientRec
Time stamp indicating when the record was added to the table.
created_on - Variable in class com.cafean.jobstream.tracker.LogRec
a time stamp indicating when the log message was created
createDefault() - Static method in class com.cafean.client.ui.util.DrawingLayer
 
CreateDemuxDataRequest - Class in com.cafean.CalcServer.command
This class provides IO access to CreateDemuxDataRequest data bocks.
CreateDemuxDataRequest() - Constructor for class com.cafean.CalcServer.command.CreateDemuxDataRequest
Construct an empty instance.
CreateDemuxDataRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.CreateDemuxDataRequest
Construct an instance from a PIB file entry.
createDialog(Component, AbstractModel, AbstractModel, String, String) - Static method in class com.cafean.client.integrator.ui.SubSystemSelectionDialog
 
createDialog(Component, AbstractModel, List<CrossReference>, AbstractSubSystem) - Static method in class com.cafean.client.integrator.ui.CrossReferencesDialog
 
createDialog(Component, String) - Method in class com.cafean.utils.OptionPane
createDialog(Component, List<Message>) - Static method in class com.cafean.client.integrator.ui.MessageDisplayDialog
Creates a new message display dialog for the given messages
createDialog(Window, AbstractNumericsModel, Category) - Static method in class com.cafean.client.values.ui.SharedValueSelectionDialog
 
createDialog(JComponent, IntegrationCase, IntegrationDefinition[]) - Static method in class com.cafean.client.integrator.editors.IntegrationDefinitionDialog
 
createDialog(JComponent, CTable1D) - Static method in class com.cafean.client.values.ui.CTable1DDialog
 
createDialog(JComponent, CTableND, AbstractNumericsModel) - Static method in class com.cafean.client.values.ui.CTableNDDialog
 
createDisplayBeans(int, double, AnimationBeanGenerator) - Method in class com.cafean.client.ui.Toolbox
Attempts to create a set of AbstractDisplayBeans from the given AnimationBeanGenerator using AnimationBeanGenerator.createDisplayBeans(int, double, java.lang.ClassLoader).
createDisplayBeans(int, double, ClassLoader) - Method in interface com.cafean.client.ui.AnimationBeanGenerator
Creates and configures a set of AbstractDisplayBeans for use in displaying this Object in an animatable view.
createDisplayBeans(int, double, ClassLoader) - Method in class com.cafean.client.ui.DrawnComponent
Creates and configures a set of AbstractDisplayBeans for use in displaying this DrawnComponent in an animatable view.
createDisplayBeans(int, double, ClassLoader) - Method in class com.cafean.client.ui.DrawnConnection
 
createDisplayBeans(int, AnimationBeanGenerator) - Method in class com.cafean.client.ui.Toolbox
Attempts to create a set of AbstractDisplayBeans from the given AnimationBeanGenerator using AnimationBeanGenerator.createDisplayBeans(int, double, java.lang.ClassLoader).
createDoubleMatrix(int, int) - Static method in class com.cafean.client.values.util.matlab.MXArray
 
createDownloadBuilder() - Method in interface com.cafean.jobstream.common.util.download.DownloaderFactory
Returns a builder that will create a downloader for this platform module.
createDrawnComponent() - Method in class com.cafean.client.analysis.AbstractComponent
Returns the renderer for this abstract component.
createDrawnComponent() - Method in class com.cafean.client.analysis.Connection
Creates a DrawnConnection to render this Connection.
createDrawnComponent() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
UserDefinedFunctions are not visual components.
createDrawnComponent() - Method in class com.cafean.client.analysis.numerics.UserDefinedValue
This creates a new DrawnUserValue to render this UserDefinedValue inside a view.
createDrawnComponent() - Method in class com.cafean.client.analysis.ViewComponent
Returns the renderer for this abstract component.
createDrawnComponent() - Method in class com.cafean.client.values.components.SharedBoolean
 
createDrawnComponent() - Method in class com.cafean.client.values.components.SharedInteger
 
createDrawnComponent() - Method in class com.cafean.client.values.components.SharedReal
 
createDrawnComponent() - Method in class com.cafean.client.values.components.SharedString
 
createDrawnComponent() - Method in class com.cafean.client.values.components.SharedTable
 
createDrawnConnection(Connection, DrawnComponent, DrawnComponent) - Static method in class com.cafean.client.ui.DrawnConnection
 
createEntry(AbstractComponent) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
creates an entry for the given component
createFolder(String, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that a folder be created on the server in the given folder path location with the given name.
CreateFolderRequest - Class in com.cafean.CalcServer.command
This class provides IO access to CreateFolderRequest data bocks.
CreateFolderRequest() - Constructor for class com.cafean.CalcServer.command.CreateFolderRequest
Construct an empty instance.
CreateFolderRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.CreateFolderRequest
Construct an instance from a PIB file entry.
createGraphics(BufferedImage) - Static method in class com.cafean.moviegen.SvgImage
 
createGraphics2D(BufferedImage) - Method in class com.cafean.utils.SplashPanel
Create a 2D Graphics context for offscreen rendering.
createHorizontalScrollBar() - Method in class com.cafean.client.ui.swing.MScrollPane
 
createHyperlink(String, Object, Object) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates an ExportableHyperlink with the given parameters.
createHyperlink(String, Object, Object) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createHyperlink(String, Object, Object) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createImageBlock(File, String, Length, Length, boolean) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates an ExportableImageBlock with the specified parameters.
createImageBlock(File, String, Length, Length, boolean) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createImageBlock(File, String, Length, Length, boolean) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createIntegratedModel() - Method in class com.cafean.client.integrator.IntegrationCase
This method creates and returns an AbstractModel instance that is the result of the sub-system integrations defined in this case.
createIntegrator(AbstractSubSystem, AbstractSubSystem) - Method in class com.cafean.client.integrator.ui.ImportSubsystemAction
 
createList() - Method in class com.cafean.client.utils.pybatch.MEBatchPy4JInterface
Creates a new java.util.ArrayList instance.
createList(ExportableList.ItemType) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns a list based on the type of document this exporter is exporting.
createList(ExportableTextDocument, ExportableList.ItemType, String, String, String) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates an ExportableList with the given parameters.
createList(ExportableTextDocument, ExportableList.ItemType, String, String, String) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createList(ExportableTextDocument, ExportableList.ItemType, String, String, String) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createLocalPlatform(File, Configurator) - Static method in class com.cafean.config.site.AbstractSiteConfigLoader
Creates a PlatformDefinition describing the implicit "Local" platform.
createMessageGroups(List<MessageGroup>) - Method in class com.cafean.client.values.nif.NIFReport
 
createMessageGroups(List<MessageGroup>) - Method in class com.cafean.client.values.nif.NumericsExportReport
 
createMessageGroups(List<MessageGroup>) - Method in class com.cafean.client.values.nif.NumericsImportReport
Groups messages together and adds them to a List.
createModel(MECodePlugin) - Method in class com.cafean.client.ui.MainFrame
Creates a new AbstractModel for the given plugin.
createModel(String) - Method in class com.cafean.client.utils.pybatch.MEBatchPy4JInterface
Creates a model using the plug-in with the given ID
createModelPackage(File, File, File...) - Method in class com.cafean.client.analysis.AbstractModel
This routine will bundle up a given model into a compressed zip file.
createNew(CalcJobFile, String) - Static method in class com.cafean.CalcServer.JobHandle
This creates a new JobHandle from a job file.
createNew(File, boolean) - Static method in class com.cafean.CalcServer.CalcJobFile
 
createNewModel(boolean) - Method in class com.cafean.CodePlugins.MECodePlugin
Creates a new instance of the AbstractModel defined by this plugin.
createNumericsMapping() - Method in class com.cafean.client.analysis.AbstractModel
This routine provides the ability to map user numerics which are too long to export to a ascii file, to a temporary token placed in the ascii export.
createOpenFolderAction(JobStreamRec, StreamContext) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
createOpenTaskAction(JobStreamRec, TaskRec, StreamContext) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
createOptionsPanel() - Method in class com.cafean.client.analysis.TableND
Creates a panel for editing options for this TableND.
createOptionsPanel() - Method in class com.cafean.client.values.components.CTableND
Creates a panel for editing options for this TableND.
createParagraph(Object...) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a ExportableParagraph with the given content.
createParagraph(Object...) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns a paragraph based on the type of document this exporter is exporting.
createParagraph(Object...) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createParagraph(Object...) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createParagraph(List) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a ExportableParagraph with the given content.
createParagraph(List) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns a paragraph based on the type of document this exporter is exporting.
createParagraph(List) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createParagraph(List) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createPattern(int, Color, Color) - Static method in class com.cafean.client.ui.annotation.pattern.FillPatterns
Creates a newly allocated BufferedImage, 16 both wide and tall, containing the indicated pattern of the specified foreground and background color.
createPibBlock() - Method in class com.cafean.client.ui.annotation.ImageAnnotation
 
createPopupMenu() - Method in class com.cafean.client.ui.DrawnComponent
Creates a custom popup context menu for this DrawnComponent that includes an optional Actions menu from sub components.
createPopupMenu(int, int) - Method in class com.cafean.client.ui.AsciiViewer
 
createPopupMenu(MouseEvent) - Method in class com.cafean.client.ui.BeanBox
Creates a popup menu suitable for this GlassPanel and the model it is viewing.
createProperties() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Creates and initializes a new platform properties object with the options specified in this platform definition.
createPropertiesTable(Object, String, int...) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a Properties View style table for the given component with the given name and column widths.
createPropertiesTable(String, String, int...) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a properties table using the given target and table name as the name, and the given widths.
createPropertiesTable(String, String, int...) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createPropertiesTable(String, String, int...) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createPseudoMultiTable(ExportableTextDocument, AbstractNotebookExporter, String, int, PseudoSubTable...) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a pseudo multi table.
createPseudoMultiTable(ExportableTextDocument, AbstractNotebookExporter, String, int, PseudoSubTable...) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createPseudoMultiTable(ExportableTextDocument, AbstractNotebookExporter, String, int, PseudoSubTable...) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createQuickNote(AbstractModel, Window) - Static method in class com.cafean.client.mdocs.ALModelNotesFrame
creates a new QuickNote and adds it to the given model.
createReference(ReferenceType, ReferenceFormat, String, Object, String) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a Reference to the given target.
createReference(ReferenceType, ReferenceFormat, String, Object, String) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createReference(ReferenceType, ReferenceFormat, String, Object, String) - Method in class com.cafean.document.notebook.OdfExporterModule
Creates a reference anchor for components.
createReferenceAnchor(AbstractComponent, String, Object) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a reference anchor for components.
createReferenceAnchor(AbstractComponent, String, Object) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a reference anchor for components.
createReferenceAnchor(AbstractComponent, String, Object) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createReferenceAnchor(AbstractComponent, String, Object) - Method in class com.cafean.document.notebook.OdfExporterModule
Creates a reference anchor for components.
createRequest(String, Key, boolean) - Static method in class com.cafean.CalcServer.LockHandler
Creates an appropriate request string from the given interface name and key.
createRequester() - Method in class com.cafean.rpc.RPCOriginator
Creates a new requester for use in communicating with the target host/port of this originator.
createRightBorder(boolean, boolean) - Static method in class com.cafean.client.ui.pview.PseudoTableBorder
 
createSectionReference(AbstractComponent) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a reference to a component anchor.
createSectionReference(AbstractComponent) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a section reference to a component anchor.
createSectionReference(AbstractComponent) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createSectionReference(AbstractComponent) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createSelected(InsertionSource) - Method in class com.cafean.client.ui.Toolbox
Creates an instance of the currently selected component type in the given model and returns a renderer for the created component.
createSequence(Window, String, String, String, PlatformProperties, SubmissionProperties) - Static method in class com.cafean.jobstream.common.SubmitContext
Creates a new submission context for use in submitting a stream manager
createSourceData(ConnectionData) - Method in class com.cafean.client.analysis.AbstractComponent
Ensures that the given ConnectionData object is suitable for a connection from this component.
createSpan(String, Object) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates an ExportableSpan with the specified style and content.
createSpan(String, Object) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns a span based on the type of document this exporter is exporting.
createSpan(String, Object) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createSpan(String, Object) - Method in class com.cafean.document.notebook.OdfExporterModule
 
createStream(Window, String, String, String, PlatformProperties, SubmissionProperties) - Static method in class com.cafean.jobstream.common.SubmitContext
Creates a new submission context for use in submitting a stream manager
createSubSystemIntegrator(AbstractSubSystem, AbstractSubSystem) - Method in class com.cafean.CodePlugins.MECodePlugin
This factory method is used to create plug-in specific sub-system integrator objects.
createSubsystemMenu(AbstractModel, List<AbstractComponent>) - Static method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Creates a menu intended for us as a sub-menu of the pop-up menu for the given list of selected components.
createSummaryTable(String, int...) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a summary table with the given table name and column widths.
createSummaryTable(String, int...) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a Summary style table with the given name and column widths using the Summary table, cell and paragraph styles.
createSummaryTable(String, int...) - Method in class com.cafean.document.notebook.DocxExporterModule
 
createSummaryTable(String, int...) - Method in class com.cafean.document.notebook.OdfExporterModule
 
CreateTableDialog - Class in com.cafean.client.values.ui
A dialog used to define the columns in a new SharedTable.
createTargetData(ConnectionData) - Method in class com.cafean.client.analysis.AbstractComponent
Ensures that the given ConnectionData object is suitable for a connection to this component.
createTempFile(String, String) - Method in class com.cafean.client.ui.SnapPreferences
return a new temporary file created in the user-specified temporary folder
createTempFile(String, String) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
createTempFolder(String, String) - Method in class com.cafean.client.ui.SnapPreferences
return a new temporary folder created in the user-specified temporary folder
createTemplateEntry() - Method in class com.cafean.client.mdocs.AbstractDocument
Creates a Template Entry for reconnecting documentation to components.
createTemplateEntry() - Method in class com.cafean.client.ui.DrawnComponent
Creates a new TemplateEntry for this DrawnComponent that stores all of the location and state data for this DranwComponent.
createTemplateEntry() - Method in class com.cafean.client.ui.DrawnConnection
Creates a new TemplateEntry for this DrawnComponent that stores all of the location and state data for this DranwComponent.
createTemplateEntry() - Method in class com.cafean.client.ui.DrawnViewComponent
Creates a new TemplateEntry for this DrawnComponent that stores all of the location and state data for this DranwComponent.
createTemplateEntry() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Creates a new TemplateEntry for this DrawnComponent that stores all of the location and state data for this DranwComponent.
createTemplateEntry() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
createTemplateEntry() - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
createTidy() - Static method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates and configures the Tidy object used to convert HTML to XHTML.
createValidationDocument() - Method in class com.cafean.client.validation.AbstractValidationWrapper
Returns a styled document appropriate for the display of the validation results will be generated by this wrapper.
createVerticalScrollBar() - Method in class com.cafean.client.ui.swing.MScrollPane
 
createView(boolean, boolean) - Method in class com.cafean.client.ui.navigator.CategoryNode
Creates a new DrawnView and adds all the components in this node's Category.
createView(boolean, boolean) - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Creates a new DrawnView and adds all the components in this node's Category.
createViewItems(PlatformDefinition, CalcServerRequester, Job, ViewableFile[]) - Static method in class com.cafean.JobStatus.ui.joblist.CSFileAction
Returns a list of menus and menu items that contain one item for each viewable file organized into sub-menus based on their broad category as defined in FileTypeCategory.
createViewMenuItems() - Method in class com.cafean.JobStatus.ui.util.TablePreferences
Creates menu items that show and hide table columns.
CreateViewsDialog - Class in com.cafean.client.ui
A dialog intended for creating views for a newly imported model.
CreateViewsDialog(Frame, AbstractModel) - Constructor for class com.cafean.client.ui.CreateViewsDialog
 
CreateViewsDialog(Frame, AbstractModel, Category[]) - Constructor for class com.cafean.client.ui.CreateViewsDialog
Creates new CreateViewsDialog to allow the user to select which component categories to create views for.
createWrapper(String, String, String, boolean, String, String, String, PlatformProperties, SubmissionProperties) - Static method in class com.cafean.jobstream.common.SubmitContext
Creates a new submission context for use in submitting an execution wrapper
critical(String) - Method in class com.cafean.CalcServer.util.AbstractLoggable
Writes a critical log message.
critical(String) - Method in class com.cafean.jobstream.common.util.StreamLogger
Logs a critical message.
critical(String, Throwable) - Method in class com.cafean.CalcServer.util.AbstractLoggable
Writes a critical log message.
critical(String, Throwable) - Method in class com.cafean.client.ui.ClientLogger
Logs a critical message.
critical(String, Throwable) - Method in class com.cafean.JobStatus.ui.stream.JobStatusLogger
Logs a critical message.
critical(String, Throwable) - Method in class com.cafean.jobstream.common.util.ApplicationContainer
Logs a critical message.
critical(String, Throwable) - Method in class com.cafean.jobstream.common.util.StreamLogger
Logs a critical message.
CROSSFLOW_DROP_ZONE - Static variable in class com.cafean.client.ui.ConnectingPt
A connection target for a crossflow connect
CROSSHATCH - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates the Pad for the ConnectingPt should be a Crosshatch
CrossReference - Class in com.cafean.client.integrator
An object representing a reference from one component to another via foreign key, Connection instance, etc.
CrossReference(AbstractIntegrator, String) - Constructor for class com.cafean.client.integrator.CrossReference
Creates a new cross reference with the given name (internal id) with the given parent integrator.
CrossReferencesDialog - Class in com.cafean.client.integrator.ui
 
crypt(String, String) - Static method in class com.cafean.utils.Password
Returns a String containing the encrypted passwd
CSFileAction - Class in com.cafean.JobStatus.ui.joblist
A file viewer action for a calculation server for files that should use the SNAP File Viewer (a.k.a.
CSFileViewerAction - Class in com.cafean.JobStatus.ui.joblist
A file viewer action for a calculation server for files that should use the SNAP File Viewer (a.k.a.
CSInterface - Class in com.cafean.JobStatus.ui.csstream
 
CSInterface(CSStreamPanel, URI, JLabel) - Constructor for class com.cafean.JobStatus.ui.csstream.CSInterface
 
CSInterfaceRequest - Class in com.cafean.JobStatus.ui.csstream
 
CSInterfaceRequest(String, CSInterface) - Constructor for class com.cafean.JobStatus.ui.csstream.CSInterfaceRequest
 
CSOpenFileAction - Class in com.cafean.JobStatus.ui.joblist
An action used to open files on a calculation server with the desktop defined application.
CSPlotFileAction - Class in com.cafean.JobStatus.ui.joblist
An action used to open files on a calculation server with the desktop defined application.
CSRowData - Interface in com.cafean.JobStatus.ui.csstream.table
 
CSStreamPanel - Class in com.cafean.JobStatus.ui.csstream
The Calculation Server Stream Details Panel
CSStreamPanel(PlatformDefinition, String) - Constructor for class com.cafean.JobStatus.ui.csstream.CSStreamPanel
Creates new form CSStreamPanel
CString - Class in com.cafean.client.values.components
This value represents either a local string value, or a reference to a shared string value.
CString() - Constructor for class com.cafean.client.values.components.CString
Construct an empty instance.
CString(PibFile) - Constructor for class com.cafean.client.values.components.CString
Construct an instance from a PIB file entry.
CString(ComponentElement) - Constructor for class com.cafean.client.values.components.CString
Construct an instance with the given owner.
CString(ComponentElement, String) - Constructor for class com.cafean.client.values.components.CString
Construct a new instance with the given owner and initial value.
CString(DataInputStream) - Constructor for class com.cafean.client.values.components.CString
Construct an instance from a PIB DataInputStream.
CString(String) - Constructor for class com.cafean.client.values.components.CString
Construct an instance with the given initial value.
CStringDocument - Class in com.cafean.client.values.editors
A custom DefaultStyleDocument that includes a public method for retrieving the foreground color and range for the style run at a predefined index.
CStringDocument() - Constructor for class com.cafean.client.values.editors.CStringDocument
 
CStringEditor - Class in com.cafean.client.values.editors
An editor for CString instances.
CStringEditor() - Constructor for class com.cafean.client.values.editors.CStringEditor
 
CStringStyleFilter - Class in com.cafean.client.values.editors
This is a DocumentFilter that highlights variable references that use the ${var:<name>} format.
CStringStyleFilter(DefaultStyledDocument, JTextComponent, AbstractNumericsModel) - Constructor for class com.cafean.client.values.editors.CStringStyleFilter
 
CStringTableEditor - Class in com.cafean.client.values.ui
A TableCellEditor for CStrings.
CStringTableEditor(AbstractNumericsModel) - Constructor for class com.cafean.client.values.ui.CStringTableEditor
Creates a new instance.
CStringTableEditor(AbstractNumericsModel, JTextField) - Constructor for class com.cafean.client.values.ui.CStringTableEditor
Creates a new instance.
CStringTableRenderer - Class in com.cafean.client.values.ui
A table cell renderer for CStrings.
CStringTableRenderer() - Constructor for class com.cafean.client.values.ui.CStringTableRenderer
 
CTable1D - Class in com.cafean.client.values.components
An interface describing a 1D table with one independent variable and 0 or more dependent variables.
CTable1D() - Constructor for class com.cafean.client.values.components.CTable1D
 
CTable1DDialog - Class in com.cafean.client.values.ui
The dialog used in CTable1DEditor to edit instances of CTable1D.
CTable1DDialog(Frame, CTable1D) - Constructor for class com.cafean.client.values.ui.CTable1DDialog
Creates new form CTable1DDialog
CTableEditor - Class in com.cafean.client.values.editors
A table for AbstractCTable implementations.
CTableEditor() - Constructor for class com.cafean.client.values.editors.CTableEditor
 
CTableND - Class in com.cafean.client.values.components
This class contains a table with multiple independent variables and possibly multiple dependent variables.
CTableND() - Constructor for class com.cafean.client.values.components.CTableND
Creates a new instance of TableND
CTableNDDialog - Class in com.cafean.client.values.ui
The dialog used in CRealNDTableEditor to edit instances of CTableND.
CTableNDDialog(Dialog, CTableND, AbstractNumericsModel) - Constructor for class com.cafean.client.values.ui.CTableNDDialog
Creates new form CTableNDDialog
CTableNDDialog(Frame, CTableND, AbstractNumericsModel) - Constructor for class com.cafean.client.values.ui.CTableNDDialog
Creates new form CTableNDDialog
CTableNDPanel - Class in com.cafean.client.values.editors
 
CTableNDPanel(CTableND, int) - Constructor for class com.cafean.client.values.editors.CTableNDPanel
Creates new form CTableNDPanel
cubic(double[], double[], boolean) - Method in class com.cafean.h2o.NewSteamTables
 
CURRENT - Variable in class com.cafean.client.io.med.DrawnLayerRec
No Documentation Available.
currentTime - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
CURSOR_CONNECT - Static variable in class com.cafean.client.ui.tools.ConnectMouseHandler
The cursor for the connect tool
CURSOR_CONNECT_COMPLETE - Static variable in class com.cafean.client.ui.tools.ConnectMouseHandler
The cursor for the connect tool when connection completion is possible
CURSOR_CONNECT_OFF - Static variable in class com.cafean.client.ui.tools.ConnectMouseHandler
The cursor for the connect tool when no connection is possible
CURSOR_MANIP_P - Static variable in class com.cafean.client.ui.Toolbox
used to indicate the manipulation of points
CURSOR_PAN - Static variable in class com.cafean.client.ui.tools.PanMouseHandler
The cursor for the pan tool, when a mouse button is not being pressed
CURSOR_PAN_GRIP - Static variable in class com.cafean.client.ui.tools.PanMouseHandler
The cursor for the pan tool, while a mouse button is being pressed
CURSOR_ZOOM_IN - Static variable in class com.cafean.client.ui.tools.ZoomMouseHandler
The cursor for the Zoom Tool
CURSOR_ZOOM_OUT - Static variable in class com.cafean.client.ui.tools.ZoomMouseHandler
The cursor for the Zoom Tool
CustomAction(String, HTML.Tag) - Constructor for class com.cafean.client.mdocs.HTMLEditorPanel.CustomAction
 
CustomAction(String, HTML.Tag, Hashtable) - Constructor for class com.cafean.client.mdocs.HTMLEditorPanel.CustomAction
 
CustomizedMenuCategoryBean - Interface in com.cafean.client.ui.navigator
An interface which allows access to the full list of pop-up items available to a Category node which can be manipulated as desired.
customizeNodeMenu(Category, JPopupMenu) - Method in interface com.cafean.client.ui.navigator.CustomizedMenuCategoryBean
Provides the ability to access and customize the list of pop-up items available to a category node.
CustomProcessing - Class in com.cafean.jobstream.server.components
An encapsulation of a custom processing command for a task.
CustomProcessing() - Constructor for class com.cafean.jobstream.server.components.CustomProcessing
creates a new empty custom processing command set
CustomProcessing(String, String[]) - Constructor for class com.cafean.jobstream.server.components.CustomProcessing
creates a new custom processing command set with the given execPhase and commands
CustomReportData - Class in com.cafean.utils.RptDoc
Wrapper for custom report data, key/value pair.
CustomReportData(String, String) - Constructor for class com.cafean.utils.RptDoc.CustomReportData
Constructor which initializes the key/value pair
CustomReportData(String, String, ALDocRef[]) - Constructor for class com.cafean.utils.RptDoc.CustomReportData
Constructor which initializes the key/value pair
CustomReportTable - Class in com.cafean.utils.RptDoc
A data structure which represents table data.
CustomReportTable(String[]) - Constructor for class com.cafean.utils.RptDoc.CustomReportTable
Initializes the CustomReportTable
CustomReportTable(String[], ALDocRef[]) - Constructor for class com.cafean.utils.RptDoc.CustomReportTable
Initializes the CustomReportTable
CustomUnitCodes - Class in com.cafean.CalcServer
This class allows defining a custom set of engineering unit codes for a given data source.
CustomUnitCodes(UnitCodeResponse) - Constructor for class com.cafean.CalcServer.CustomUnitCodes
Create a new instance from the given code data.
CustomUnitCodes(CustomUnitCodes.EUCode[]) - Constructor for class com.cafean.CalcServer.CustomUnitCodes
Create a new instance with the given code data.
CustomUnitCodes(JUnitCodeRequest) - Constructor for class com.cafean.CalcServer.CustomUnitCodes
Create a new instance from the given code data.
CustomUnitCodes.EUCode - Class in com.cafean.CalcServer
This class manages the descriptive label, the SI and British unit labels, and the conversion factor for a custom engineering unit code.
cut() - Method in class com.cafean.client.ui.BeanBox
Serialize the current selection to the system clipboard, and then remove it from the BeanBox.
cut() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Copies the current selection to the clipboard then deletes it without confirming.
cut() - Method in class com.cafean.client.ui.navigator.NavigatorSelectionModel
Copies and then deletes the the currently selected nodes.
Cyan - com.cafean.document.notebook.plot.ExportColor
 

D

D2O - Static variable in class com.cafean.h2o.FluidState
 
d2oReadwrite - Class in com.cafean.h2o.utils
This class reads in a regular binary d2o steam table and writes it out in xdr format.
d2oReadwrite() - Constructor for class com.cafean.h2o.utils.d2oReadwrite
Creates new readwrite
D2oSteamTables - Class in com.cafean.h2o
This class contains the RELAP5 d2o steam table routines.
dash_array - Static variable in class com.cafean.client.ui.annotation.pattern.LineStyles
 
dash_array_length - Static variable in class com.cafean.client.ui.annotation.pattern.LineStyles
 
dash_array0 - Static variable in class com.cafean.client.ui.annotation.pattern.LineStyles
 
dash_array1 - Static variable in class com.cafean.client.ui.annotation.pattern.LineStyles
 
dash_array2 - Static variable in class com.cafean.client.ui.annotation.pattern.LineStyles
 
dash_array3 - Static variable in class com.cafean.client.ui.annotation.pattern.LineStyles
 
dash_array4 - Static variable in class com.cafean.client.ui.annotation.pattern.LineStyles
 
dash_array5 - Static variable in class com.cafean.client.ui.annotation.pattern.LineStyles
 
dash_array6 - Static variable in class com.cafean.client.ui.annotation.pattern.LineStyles
 
dash_array7 - Static variable in class com.cafean.client.ui.annotation.pattern.LineStyles
 
dash_array8 - Static variable in class com.cafean.client.ui.annotation.pattern.LineStyles
 
data - Variable in class com.cafean.CalcServer.command.DemuxDataRequest
No Documentation Available.
data - Variable in class com.cafean.CalcServer.command.MuxDataRequest
No Documentation Available.
data - Variable in class com.cafean.CalcServer.command.RestartDataRequest
No Documentation Available.
data - Variable in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
No Documentation Available.
data - Variable in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
No Documentation Available.
DATA_COMPLETE - Static variable in class com.cafean.client.analysis.GenericObject
Indication that this object is complete and error free.
DATA_ERROR - Static variable in class com.cafean.client.analysis.GenericObject
Indication that this object has a fatal error that requires attention.
DATA_INCOMPLETE - Static variable in class com.cafean.client.analysis.GenericObject
Indication that this object is missing required data.
DATA_WARNING - Static variable in class com.cafean.client.analysis.GenericObject
Indication that this object has a non-fatal error that requires attention.
DataChannel - Class in com.cafean.CalcServer.command
This class provides IO access to DataChannel data bocks.
DataChannel() - Constructor for class com.cafean.CalcServer.command.DataChannel
Construct an empty instance.
DataChannel(PibFile) - Constructor for class com.cafean.CalcServer.command.DataChannel
Construct an instance from a PIB file entry.
DataChannelsRequest - Class in com.cafean.CalcServer.command
This class provides IO access to DataChannelsRequest data bocks.
DataChannelsRequest() - Constructor for class com.cafean.CalcServer.command.DataChannelsRequest
Construct an empty instance.
DataChannelsRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.DataChannelsRequest
Construct an instance from a PIB file entry.
dataSinkUpdate(DataSinkEvent) - Method in class com.cafean.moviegen.support.JMFVideoType
Event handler for the file writer.
DataSource - Class in com.cafean.client.anim
The base class for all animation related data sources.
DataSource() - Constructor for class com.cafean.client.anim.DataSource
Creates a new uninitialized DataSource.
DataSource(AbstractModel) - Constructor for class com.cafean.client.anim.DataSource
 
DataSource.IndependentDataType - Enum in com.cafean.client.anim
An enumeration of possible independent data types for a data source.
DataSourceIdentEditor - Class in com.cafean.client.ui.beans
Creates an Ident reference editor for ident references to DataSources.
DataSourceIdentEditor() - Constructor for class com.cafean.client.ui.beans.DataSourceIdentEditor
Creates a new instance of AbstractControlIdentEditor
dataSourceNames - Variable in class com.cafean.client.rpc.command.AnimateJobRequest
No Documentation Available.
date - Variable in class com.cafean.rpc.command.VersionRequest
No Documentation Available.
dateChanged(CalendarPanel.DateEvent) - Method in interface com.cafean.client.ui.beans.CalendarPanel.DateListener
 
DateEvent(Object, Date) - Constructor for class com.cafean.client.ui.beans.CalendarPanel.DateEvent
 
DateRenderer - Class in com.cafean.JobStatus.ui
 
DateRenderer() - Constructor for class com.cafean.JobStatus.ui.DateRenderer
 
DateRenderer(int) - Constructor for class com.cafean.JobStatus.ui.DateRenderer
 
dateStamp() - Static method in class com.cafean.client.ui.MainFrame
Gets a string that contains the current date.
dateStamp() - Method in class com.cafean.client.ui.MessageWindow
Creates a formatted date stamp of the current time/date.
dateWritten - Variable in class com.cafean.snapdx.SNAPDXFileInfo
No Documentation Available.
DAYS - com.cafean.client.anim.enums.TimeScale
 
db_id - Variable in class com.cafean.jobstream.tracker.CallbackRec
Generated Primary Key.
db_id - Variable in class com.cafean.jobstream.tracker.ClientRec
Generated Primary Key.
db_id - Variable in class com.cafean.jobstream.tracker.FileRefRec
Generated Primary Key.
db_id - Variable in class com.cafean.jobstream.tracker.JobStreamPropertyRec
Generated Primary Key
db_id - Variable in class com.cafean.jobstream.tracker.JobStreamRec
Generated Primary Key
db_id - Variable in class com.cafean.jobstream.tracker.LogRec
Generated Primary Key
db_id - Variable in class com.cafean.jobstream.tracker.TaskKeywordRec
Generated Primary Key.
db_id - Variable in class com.cafean.jobstream.tracker.TaskRec
Generated Primary Key.
DB_ID - Variable in class com.cafean.client.io.med.DrawnComponentRec
Unique primary key for a COMPONENT_DRAWINGS table entry.
DB_ID - Variable in class com.cafean.client.io.med.DrawnNumericRec
Unique primary key for a COMPONENT_DRAWINGS table entry.
DB_ID - Variable in class com.cafean.client.io.med.ViewCompRec
The Unique identifier for the View .
dbid - Variable in class com.cafean.CalcServer.command.DataChannelsRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.DeleteJobRequest
The calculation server DBID of the job handle managing the job.
dbid - Variable in class com.cafean.CalcServer.command.DemuxDataRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.EvtCommandDelivered
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.EvtConsoleOutput
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.EvtEndTimeChanged
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.EvtJobAdded
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.EvtJobRemoved
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.EvtLogOutput
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.EvtStatusTriggered
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.EvtTaskStatusChanged
The calc server DBID assigned to the stream that owns the task that changed.
dbid - Variable in class com.cafean.CalcServer.command.GetJobInfoRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.GetMessagesRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.InteractCommandRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.InteractiveVarsRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.JobPriorityRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.MuxDataRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.ReleaseJobRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.RestartDataRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.RestartInfoRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.SetMuxTimeRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.UnitCodeRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.UnloadJobRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.ViewableFileBlockRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.ViewableFileLenRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.ViewableFileOpenRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.ViewableFilesRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.ViewablePoiRequest
No Documentation Available.
dbid - Variable in class com.cafean.CalcServer.command.ViewableSearchRequest
No Documentation Available.
DBL_PROP_NAMES - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
DBL_PROP_VALUES - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
DCB_MINI_NAV - Static variable in class com.cafean.client.ui.SnapPreferences
a behavior enumeration that indicates that double-clicking a DrawnComponent will open a MiniNavigator for that component
DCB_NAV_SELECT - Static variable in class com.cafean.client.ui.SnapPreferences
a behavior enumeration that indicates that double-clicking a DrawnComponent will select that component in the Navigator.
DDTVERSION - Static variable in class com.cafean.client.integrator.components.SubSystemIntegration_file
The version of DDT used to export this file.
DDTVERSION - Static variable in class com.cafean.client.values.components.CNL_LIBRARY_file
 
deactivate() - Method in class com.cafean.client.ui.pview.GroupPanel
Deactivates and collapses this panel.
deactivate() - Method in class com.cafean.client.ui.tools.CaptureMouseHandler
 
deactivate() - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
 
deactivate() - Method in class com.cafean.client.ui.tools.InsertMouseHandler
Deactivates this MouseHandler and cleans up any current operations.
deactivate() - Method in class com.cafean.client.ui.tools.MouseHandler
Deactivates this MouseHandler and cleans up any current operations.
deactivate() - Method in class com.cafean.client.ui.tools.SelectMouseHandler
 
deactivate() - Method in class com.cafean.client.ui.tools.ZoomMouseHandler
 
deactivateRedoButtons() - Static method in class com.cafean.client.ui.ApplicationFrame
disables the undoButton and redoButton
deadhost - Static variable in class com.cafean.utils.images.ImageMgr
 
debug - Static variable in class com.cafean.client.ui.MainFrame
Display all debug information to the standard output
debug(String) - Method in class com.cafean.CalcServer.util.AbstractLoggable
Writes a debug message only if debug mode is enabled.
debug(String) - Static method in class com.cafean.client.analysis.GenericObject
Writes the provided message to System.err with a DEBUG tag.
debug(String) - Static method in class com.cafean.JobStatus.Main
Prints the given message to stderr in DEBUG format.
debug(String) - Method in class com.cafean.jobstream.common.util.StreamLogger
Writes a debug message only if debug mode is enabled.
debug(String, Throwable) - Method in class com.cafean.CalcServer.util.AbstractLoggable
Writes a debug message only if debug mode is enabled.
debug(String, Throwable) - Method in class com.cafean.client.ui.ClientLogger
Logs a debug message.
debug(String, Throwable) - Static method in class com.cafean.JobStatus.Main
Prints the given message to stderr in DEBUG format.
debug(String, Throwable) - Method in class com.cafean.JobStatus.ui.stream.JobStatusLogger
Logs a debug message.
debug(String, Throwable) - Method in class com.cafean.jobstream.common.util.ApplicationContainer
Logs a debug message.
debug(String, Throwable) - Method in class com.cafean.jobstream.common.util.StreamLogger
Logs a debug message.
debug_level - Static variable in class com.cafean.CalcServer.CalcServer
The debug level used to control the amount of information written to the log file.
DebugWriteable - Interface in com.cafean.client.io
Interface implemented by components that know how to write themselves, but should only provide 'Show ASCII' functionality when running in debug mode.
DeckWriter - Interface in com.cafean.client.ui
This interface must be implemented by any class used for exporting ASCII decks.
decodeTimeStamp(String) - Static method in class com.cafean.moviegen.ZipSourceStream
Extracts a time stamp from a given file name.
DecoratedBean - Interface in com.cafean.client.ui.beans
An interface describing a bean customized for display in a Navigator type list.
deepClone() - Method in class com.cafean.client.analysis.Category
Produces a deep clone of this Category, including it's fields and clones of it's child nodes.
deepClone() - Method in class com.cafean.client.analysis.SearchCategory
 
DEF_IMAGE - Static variable in class com.cafean.client.ui.annotation.ImageAnnotation
 
DEFAULT_CAPABILITIES - Static variable in class com.cafean.utils.Arrow
 
DEFAULT_INDEX - Variable in class com.cafean.client.io.med.UserConstantRec
The default index in the parameter list for this constant.
DEFAULT_NAME - Static variable in class com.cafean.client.ui.util.DrawingLayer
 
DEFAULT_TIMESTAMP - Static variable in class com.cafean.jobstream.common.components.PlatformDefinition
the default stream name format
DEFAULT_VALUE - Variable in class com.cafean.client.io.med.UserConstantRec
The default value of the user defined constant.
DefaultAccordionModel<Type> - Class in com.cafean.client.ui.swing.accordion
The default implementation of the AccordionModel interface.
DefaultAccordionModel() - Constructor for class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
DefaultAccordionRenderer - Class in com.cafean.client.ui.swing.accordion
The default AccordionRenderer for Accordion objects returns an empty JPanel for all values.
DefaultAccordionRenderer() - Constructor for class com.cafean.client.ui.swing.accordion.DefaultAccordionRenderer
 
DefaultAccordionSelectionModel - Class in com.cafean.client.ui.swing.accordion
The default implementation of AccordionSelectionModel employed by the Accordion class.
DefaultAccordionSelectionModel() - Constructor for class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
DefaultApplicationMap - Class in com.cafean.config.site
This utility keeps track of which application definition is the default for a given application type and platform.
DefaultApplicationMap() - Constructor for class com.cafean.config.site.DefaultApplicationMap
 
DefaultContextWriter - Class in com.cafean.client.validation
The default implementation of a ContextWriter that includes ExportContext support and uses a StringBuilder back end for use in a validation display.
DefaultNavigatorModelComponent - Class in com.cafean.client.ui.navigator
The default NavigatorComponent displayed in the Navigator for models, this component contains the familiar navigator tree used to view components, categories, etc.
DefaultNavigatorModelComponent(AbstractModel) - Constructor for class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
Creates a new DefaultNavigatorModelComponent.
DefaultSiteConfigLoader - Class in com.cafean.config.site
 
DefaultSiteConfigLoader() - Constructor for class com.cafean.config.site.DefaultSiteConfigLoader
 
DefaultSiteConfigLoader(Configurator) - Constructor for class com.cafean.config.site.DefaultSiteConfigLoader
 
definitionChanged() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
definitionChanged(PlatformDefinition) - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
delete() - Method in class com.cafean.client.ui.BeanBox
Remove the current selection from the model.
delete(boolean) - Method in class com.cafean.client.ui.navigator.ComponentNode
 
delete(boolean) - Method in class com.cafean.client.ui.navigator.NavigatorNode
Deletes the current selection
delete(boolean) - Method in class com.cafean.client.ui.navigator.NavigatorSelectionModel
Deletes the currently selected nodes from the model.
delete(CopiableSubBlock[], boolean) - Method in interface com.cafean.client.ui.clipboard.PibParentClipHandler
Attempts to delete the given sub blocks.
deleteAllComments() - Method in class com.cafean.client.analysis.GenericObject
Removes all Comments from this object.
deleteComment(int) - Method in class com.cafean.client.analysis.GenericObject
Removes the given Comment from this object's comment list.
DeleteFailedDialog - Class in com.cafean.JobStatus.ui
 
DeleteFailedDialog(Dialog) - Constructor for class com.cafean.JobStatus.ui.DeleteFailedDialog
Creates new form DeleteFailedDialog
DeleteFailedDialog(Frame) - Constructor for class com.cafean.JobStatus.ui.DeleteFailedDialog
Creates new form DeleteFailedDialog
DeleteFailedException - Exception in com.cafean.CalcServer.util
 
DeleteFailedException(Job, File) - Constructor for exception com.cafean.CalcServer.util.DeleteFailedException
 
DeleteFailedException(Job, List<File>) - Constructor for exception com.cafean.CalcServer.util.DeleteFailedException
 
deleteJob(int, String, boolean, boolean) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the given job be removed from the server.
deleteJob(CalcJobFile, boolean, boolean) - Method in class com.cafean.CalcServer.JobQueue
Attempts to delete the given job and it's related files.
DeleteJobRequest - Class in com.cafean.CalcServer.command
This class provides IO access to DeleteJobRequest data bocks.
DeleteJobRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
DeleteJobRequest() - Constructor for class com.cafean.CalcServer.command.DeleteJobRequest
Construct an empty instance.
DeleteJobRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.DeleteJobRequest
Construct an instance from a PIB file entry.
DeleteJobRequest(CSInterface, Job) - Constructor for class com.cafean.JobStatus.ui.csstream.request.DeleteJobRequest
 
DeleteJobResponse - Class in com.cafean.CalcServer.command
This class provides IO access to DeleteJobResponse data bocks.
DeleteJobResponse() - Constructor for class com.cafean.CalcServer.command.DeleteJobResponse
Construct an empty instance.
DeleteJobResponse(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.DeleteJobResponse
Construct an instance from a PIB file entry.
deleteNode(BeanNode) - Method in class com.cafean.client.ui.navigator.BeanArrayNode
Removes the given node from the tree and it's user object from the array.
deleteRow(int) - Method in class com.cafean.client.ui.message.MessageTable
Removes the specified row
deleteRubberBox() - Method in class com.cafean.client.ui.GlassPanel
Erases the existing rubberband selection box.
deleteRubberBoxes() - Method in class com.cafean.client.ui.GlassPanel
Erase the current rubberband selection boxes.
deleteRubberLine(Point, Point) - Method in class com.cafean.client.ui.GlassPanel
Removes the currently set rubber-band line and repaints the corresponding section of the glass panel.
deleteRubberLines(Vector, Point) - Method in class com.cafean.client.ui.GlassPanel
Removes the current set of rubber lines and repaints the corresponding section of the glass panel.
DEMO - Static variable in class com.cafean.utils.Version
 
demultiplexed - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
demux - com.cafean.jobstream.common.components.FileTypeCategory
demultiplexed plot files.
DemuxDataRequest - Class in com.cafean.CalcServer.command
This class provides IO access to DemuxDataRequest data bocks.
DemuxDataRequest() - Constructor for class com.cafean.CalcServer.command.DemuxDataRequest
Construct an empty instance.
DemuxDataRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.DemuxDataRequest
Construct an instance from a PIB file entry.
Density - Class in com.cafean.h2o.units
English Units: lbm / ft3., SI Units: kg / m3.
Density() - Constructor for class com.cafean.h2o.units.Density
Creates a new instance with an unknown value.
Density(double) - Constructor for class com.cafean.h2o.units.Density
Creates a new instance initialized to a value.
Density(Real) - Constructor for class com.cafean.h2o.units.Density
Creates a new instance initialized from another Real.
DeprecatedBean - Interface in com.cafean.client.anim
An interface that may be implemented by AbstractDisplayBean implementations to indicate that the bean has been replaced by another bean with similar functionality.
deriveUnitIndexFromChannelName() - Method in class com.cafean.client.anim.AnimationModule
Returns true if engineering unit codes are determined from the channel names.
DescListCellRenderer - Class in com.cafean.client.values.functions.ui
 
DescListCellRenderer() - Constructor for class com.cafean.client.values.functions.ui.DescListCellRenderer
 
Description - com.cafean.client.ui.util.search.GSMatchType
 
Description - com.cafean.client.values.nif.NumericsPropertyType
 
DESCRIPTION - Variable in class com.cafean.client.io.med.ModelHeaderRec
This text will appear in the tooltip of the MED file.
DESCRIPTION - Variable in class com.cafean.client.io.med.UserConstantRec
The text description of this variable.
DESCRIPTION - Variable in class com.cafean.client.io.med.UserFunctionRec
The text description of this variable.
DESCRIPTION - Variable in class com.cafean.client.io.med.UserVariableRec
The text description of this variable.
DESCRIPTION - Variable in class com.cafean.client.io.med.ViewCompRec
The description of this View.
DescriptionEditor - Class in com.cafean.client.ui.beans
This editor allows modifying a component description.
DescriptionEditor() - Constructor for class com.cafean.client.ui.beans.DescriptionEditor
 
DescriptiveBlock - Interface in com.cafean.client.ui.beans
This interface can be used to implement display labels and validation for subblocks that appear in a property view.
deSelectAll() - Method in class com.cafean.h2o.ui.JSteamFrame
 
deselectGroup(int) - Method in class com.cafean.client.ui.BeanBox
Deselects the objects in the given group and all parent and child groups.
deselectView(DrawnView) - Static method in class com.cafean.client.ui.util.DrawnLayerDialog
 
destroy() - Method in class com.cafean.CalcServer.BlockFileAccessManager
frees all BFAM resources.
destroy() - Method in class com.cafean.client.anim.DataSource
Destroy this data source object, releasing all interface connections.
destroy() - Method in class com.cafean.client.anim.SourceManager
Destroy this source manager object, releasing all interface connections.
destroy() - Method in class com.cafean.document.notebook.util.AptBatchIntf
forcibly destroys this APTPlot batch interface, the plot tool process (if it's running) and the threads used to manage its output streams.
destroy() - Method in class com.cafean.JobStatus.OutputViewer.BlockFileAccessClient
frees all resources associated with this BFAC
destroy() - Method in class com.cafean.utils.Configurator
Cleans up all object references inside Configurator.
destroyArray() - Method in class com.cafean.client.values.util.matlab.MXArray
mxArray destructor.
detach() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Removes this node and it's children from all listener lists.
DFORMAT_LAST_MOD - Static variable in class com.cafean.document.notebook.AbstractNotebookExporter
the formatter used for last modified times
DFORMAT_REVIEWED - Static variable in class com.cafean.document.notebook.AbstractNotebookExporter
the formatter used for last reviewed times
Diamond - com.cafean.document.notebook.plot.ExportSymbol
 
DIAMOND - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates the Pad for the ConnectingPt should be a Diamond
die() - Method in class com.cafean.client.ui.navigator.UndoableAddToView
 
die() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
die() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
die() - Method in class com.cafean.client.ui.util.UndoableVersionChange
 
diff() - Method in class com.cafean.client.ui.diff.Diff
Runs diff and returns the results.
Diff - Class in com.cafean.client.ui.diff
Compares two collections, returning a list of the additions, changes, and deletions between them.
Diff(Object[], Object[]) - Constructor for class com.cafean.client.ui.diff.Diff
Constructs the Diff object for the two arrays, using the default comparison mechanism between the objects, such as equals and compareTo.
Diff(Object[], Object[], Comparator) - Constructor for class com.cafean.client.ui.diff.Diff
Constructs the Diff object for the two arrays, using the given comparator.
Diff(Collection, Collection) - Constructor for class com.cafean.client.ui.diff.Diff
Constructs the Diff object for the two collections, using the default comparison mechanism between the objects, such as equals and compareTo.
Diff(Collection, Collection, Comparator) - Constructor for class com.cafean.client.ui.diff.Diff
Constructs the Diff object for the two collections, using the given comparator.
DIFF_VAL - Static variable in class com.cafean.client.ui.beans.NamedIntEditor
 
DIFF_VAL - Static variable in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
DiffEngine - Class in com.cafean.client.utils.diff
This is the abstract parent of the component differencing engines supported by the ModelEditor.
DiffEngine() - Constructor for class com.cafean.client.utils.diff.DiffEngine
 
Difference - Class in com.cafean.client.ui.diff
Represents a difference, as used in Diff.
Difference(int, int, int, int) - Constructor for class com.cafean.client.ui.diff.Difference
Creates the difference for the given start and end points for the deletion and addition.
DIFFERENCES - Static variable in class com.cafean.client.ui.diff.CategoryGroup
 
DiffViewer - Class in com.cafean.client.ui.diff
Provides a GUI that displays the differences between two source texts as calculated by the JavaDiff implementation of the longest common subsequences algorithm.
DiffViewer(ArrayList<String>, String, String, ArrayList<String>, String, String, AbstractComponent, AbstractComponent, AbstractModel, Frame) - Constructor for class com.cafean.client.ui.diff.DiffViewer
Gathers the differences between two source files, initializes the GUI, and if the input components are equal, sets up a component listener on the right component.
Dimless - Class in com.cafean.Number
A mutable dimensionless value.
Dimless() - Constructor for class com.cafean.Number.Dimless
Creates a new instance with an unknown value.
Dimless(double) - Constructor for class com.cafean.Number.Dimless
Creates a new instance initialized to a value.
DirectoryFilter - Class in com.cafean.utils
Directory Filter class
DirectoryFilter() - Constructor for class com.cafean.utils.DirectoryFilter
 
directParent(Category) - Method in class com.cafean.client.analysis.AbstractComponent
This method determines if this component should show children from the included category directly below this in the navigator.
disable() - Method in class com.cafean.client.ui.AsciiViewer.Updater
Disables and deactivates this Updater.
DISABLED - Static variable in interface com.cafean.client.ui.beans.PropertyController
the group containing only disabled properties.
DISABLED_CONNECTOR - Static variable in class com.cafean.client.ui.ConnectingPt
a connection point that is non-functional
DISABLED_VALUE - Static variable in class com.cafean.document.notebook.AbstractNotebookExporter
a flag to CRealAwareTable that a properties entry is disabled
disableFrame() - Static method in class com.cafean.client.ui.ApplicationFrame
Disables all mouse events for this MainFrame.
disableJobActivityNotices() - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that this requester's callback no longer be notified of state changes to all active jobs.
discardAllEdits() - Method in class com.cafean.client.ui.SnapUndoManager
Empty the undo manager, sending each edit a die message in the process.
discardStreamData() - Method in class com.cafean.client.analysis.AbstractModel
Removes all job streams and job stream elements from this model.
discardStreamData(ViewComponent) - Method in class com.cafean.client.analysis.AbstractModel
Removes all job streams and job stream elements from the given view.
discardUnusedVisualGroups() - Method in class com.cafean.client.ui.BeanBox
Discards any unused VisualGroup objects in this view without performing any consistency checks or Undo/Redo state edits.
disconnect() - Method in class com.cafean.client.analysis.Connection
Disconnects this Connection between two AbstractComponent objects.
disconnect() - Method in class com.cafean.moviegen.ZipDataSource
 
disconnect(Connection) - Method in class com.cafean.client.analysis.AbstractComponent
This should only be used by Connection.disconnect(). Called by a Connection to remove itself from this component.
disconnect(Connection) - Method in class com.cafean.client.ui.navigator.ConnectionListNode
 
disconnect(AbstractSubSystem) - Method in class com.cafean.client.integrator.reference.FKArrayCrossReference
Connects this SimpleFKCrossReference by setting the FK to 0.
disconnect(AbstractSubSystem) - Method in class com.cafean.client.integrator.reference.IntegratingCrossReference
Connects this cross-reference by setting the FK to 0.
disconnect(AbstractSubSystem) - Method in class com.cafean.client.integrator.reference.NestedFKCrossReference
 
disconnect(AbstractSubSystem) - Method in class com.cafean.client.integrator.reference.SimpleFKCrossReference
Connects this SimpleFKCrossReference by setting the FK to 0.
disconnect(CrossReference, AbstractSubSystem) - Method in class com.cafean.client.integrator.AbstractIntegrator
Disconnects the given CrossReference by setting the FK to 0 or removing the connection and the reference to it.
DISP_String - Static variable in class com.cafean.client.values.components.CDimless
 
DisplayElementValueMap - Class in com.cafean.client.ui.util
A mapping of name vs double value pairs intended for use in optimizing the loading and saving of very large sets of double or float properties using a DrawnDisplayElementRec.
DisplayElementValueMap(int) - Constructor for class com.cafean.client.ui.util.DisplayElementValueMap
creates a new map with double the given initial size
DisplayElementValueMap(DrawnDisplayElementRec) - Constructor for class com.cafean.client.ui.util.DisplayElementValueMap
creates a new map and loads in the double properties stored in the given record
displayModelReport(AbstractModel) - Static method in class com.cafean.client.ui.ApplicationFrame
Displays a model report dialog if the given model implements ModelReportBuilder.
displayMonospaced() - Method in class com.cafean.client.ui.beans.BeanPropDescriptionPanel
Sets this description panel's font to a monospaced derivative of the current default text area font.
displayPlotFiles(List<File>, List<FileType>) - Method in class com.cafean.utils.AcGraceIntf
Determines the appropriate way to load and select the given set of files and their corresponding types.
dispose() - Method in class com.cafean.CalcServer.JobHandle
 
dispose() - Method in class com.cafean.CalcServer.util.FileToucher
deactivates this file toucher *
dispose() - Method in class com.cafean.client.ui.beans.GenericPropSetArrayDialog
 
dispose() - Method in class com.cafean.client.ui.EnumSelectionDialog
 
dispose() - Method in class com.cafean.client.ui.PreferencesDialog
This closes the dialog and removes it from the registered dialog list.
dispose() - Method in class com.cafean.client.ui.pview.PropertyPanel
disposes of this panel and its resources
dispose() - Method in class com.cafean.client.ui.report.ModelReportViewer
 
dispose() - Method in class com.cafean.client.ui.util.ArrowKeyMovementHandler
uninstalls this handler and discards any resources currently in use
dispose() - Method in class com.cafean.client.ui.util.DrawnLayerDialog
 
dispose() - Method in class com.cafean.client.ui.util.ModelReportDialog
 
dispose() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
dispose() - Method in class com.cafean.client.ui.util.search.GlobalSearchDialog
 
dispose() - Method in class com.cafean.client.ui.ValidationOptionsDialog
 
dispose() - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
Unloads and disposes of all unnecessary resources after numeric function execution.
dispose() - Method in class com.cafean.config.site.AbstractSiteConfigLoader
Disposes of any resources held by this configuration loader.
dispose() - Method in class com.cafean.config.site.DefaultSiteConfigLoader
 
dispose() - Method in class com.cafean.JobStatus.ui.queue.BackgroundQueue
 
dispose() - Method in class com.cafean.jobstream.common.PlatformModule
Disposes of any resources allocated by this PlatformModule.
dispose() - Method in interface com.cafean.jobstream.common.util.download.Downloader
Dispose of any resources no longer needed after the download has completed or been cancelled.
dispose() - Method in class com.cafean.jobstream.tracker.TrackerModule
Disposes of any currently active resources held by this module.
dispose() - Method in class com.cafean.utils.BlockingDialog
 
dispose() - Method in class com.cafean.utils.jobstream.ClientTrackerModuleLoader
disposes of each of the currently loaded tracker modules
disposeAllJobs() - Method in class com.cafean.CalcServer.JobQueue
Terminates and disposes of all jobs in the job queue.
divide(double) - Method in class com.cafean.Number.Real
 
divide(Int) - Method in class com.cafean.Number.Int
 
divide(Real) - Method in class com.cafean.Number.Real
 
divideby(double) - Method in class com.cafean.Number.Real
 
divideby(Real) - Method in class com.cafean.Number.Real
 
dmpFile - Variable in class com.cafean.CalcServer.command.CommandFile_file
 
dmpFile - Variable in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
 
dmpFile - Variable in class com.cafean.client.integrator.components.SubSystemIntegration_file
 
dmpFile - Variable in class com.cafean.client.io.med.MED_file
 
dmpFile - Variable in class com.cafean.client.rpc.command.ModelEditorCommand_file
 
dmpFile - Variable in class com.cafean.client.values.components.CNL_LIBRARY_file
 
dmpFile - Variable in class com.cafean.config.rpc.command.ConfigToolCommand_file
 
dmpFile - Variable in class com.cafean.h2o.utils.NewStreadTest
 
dmpFile - Variable in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
 
dmpFile - Variable in class com.cafean.rpc.command.RPC_file
 
dmpFile - Variable in class com.cafean.snapdx.SNAPDataExchange_file
 
DockablePanel - Class in com.cafean.client.ui
 
DockablePanel() - Constructor for class com.cafean.client.ui.DockablePanel
 
DOCKED - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
dockView() - Method in class com.cafean.client.analysis.ViewComponent
Builds this view and displays it as a docked window.
DocMedia - Class in com.cafean.utils.ReferenceDocs
Provides document media types
DocMedia(String, int, int, String, String) - Constructor for class com.cafean.utils.ReferenceDocs.DocMedia
Creates a new instance of DocMedia
document - com.cafean.jobstream.common.components.FileTypeCategory
Misc.
DocumentController - Interface in com.cafean.utils.ReferenceDocs
Provides plug-in document configuration controls.
DocumentLink - Class in com.cafean.utils.ReferenceDocs
This class manages a link to user code manual documentation.
DocumentLink(String, String, String, int) - Constructor for class com.cafean.utils.ReferenceDocs.DocumentLink
Creates a new instance of DocumentLink
DocumentLink(Hashtable, Object, String, String, String, String, int) - Constructor for class com.cafean.utils.ReferenceDocs.DocumentLink
Creates a new instance of DocumentLink
DocumentLinkClient - Class in com.cafean.utils.ReferenceDocs
A utility class used to open document links from user interface elements.
DocumentLinkClient(AbstractModel) - Constructor for class com.cafean.utils.ReferenceDocs.DocumentLinkClient
creates a new link client utility object for opening links from the given model
DocumentSearcher - Class in com.cafean.client.validation.util
A utility used to search through large ASCII syntax documents in a JTextPane.
DocumentSearcher(JTextPane, JTextField, JButton, String) - Constructor for class com.cafean.client.validation.util.DocumentSearcher
Creates a new searcher utility.
DocumentTemplateEntry - Class in com.cafean.client.io
An IO holder class used to XML serlialize the unique id names of components which share a given AbstractDocument.
DocumentTemplateEntry() - Constructor for class com.cafean.client.io.DocumentTemplateEntry
Creates a new instance of DocumentTemplateEntry
DocumentTemplateEntry(DocumentTemplateEntry) - Constructor for class com.cafean.client.io.DocumentTemplateEntry
Creates a new instance of DocumentTemplateEntry initialized with the values of a different DocumentTemplateEntry.
DocxCollapsibleRowTable - Class in com.cafean.document.notebook.components
 
DocxCollapsibleRowTable(ExportableTextDocument, AbstractNotebookExporter, String, int, int...) - Constructor for class com.cafean.document.notebook.components.DocxCollapsibleRowTable
 
DocxCollapsibleRowTable(ExportableTextDocument, AbstractNotebookExporter, String, String, int, int[]) - Constructor for class com.cafean.document.notebook.components.DocxCollapsibleRowTable
 
DocxExporterModule - Class in com.cafean.document.notebook
This exporter module provides some utility methods for creating DOCX specific components such as tables, anchors, references, etc.
DocxExporterModule(File, AbstractNotebookExporter) - Constructor for class com.cafean.document.notebook.DocxExporterModule
 
DocxPseudoMultiTable - Class in com.cafean.document.notebook.components
 
DocxPseudoMultiTable(ExportableTextDocument, AbstractNotebookExporter, String, int, PseudoSubTable...) - Constructor for class com.cafean.document.notebook.components.DocxPseudoMultiTable
 
doesSteamTableExist() - Static method in class com.cafean.h2o.D2oSteamTables
 
doesSteamTableExist() - Static method in class com.cafean.h2o.NewSteamTables
 
doLayout() - Method in class com.cafean.client.ui.annotation.TextAnnotation
Resets the size of the label and the text annotation to be slightly larger then the prefered size of the label.
doMultiEdit() - Method in class com.cafean.client.ui.RealEditor
 
doMultiEdit() - Method in class com.cafean.client.values.ui.CIntegerTableEditor
Returns a true if the most recent edit is suitable for multi-edit.
doMultiEdit() - Method in class com.cafean.client.values.ui.CRealTableCellEditor
Returns true if the most recent edit was suitable for multi-edit.
doMultiEdit() - Method in class com.cafean.client.values.ui.CStringTableEditor
Returns a true if the most recent edit is suitable for multi-edit.
doOrganize() - Method in class com.cafean.client.ui.InsertComponentDialog
Getter for the final state of the organize checkbox.
DOUBLE_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
DoubleArray - Class in com.cafean.Number
An unsynchronized dynamicaly sized array of double.
DoubleArray(double[]) - Constructor for class com.cafean.Number.DoubleArray
 
DoubleArray(int) - Constructor for class com.cafean.Number.DoubleArray
Creates a new DoubleArray with the given initial capacity.
DoubleClickSelEditor - Class in com.cafean.client.ui.beans
This bean editor creates a Combo Box for the enumerated selection of double-click behaviors.
DoubleClickSelEditor() - Constructor for class com.cafean.client.ui.beans.DoubleClickSelEditor
Creates a new instance of DoubleClickSelEditor
DOWN - com.cafean.client.ui.util.Orientation
 
DOWN - Static variable in class com.cafean.client.ui.DrawnComponent
Oriented towards the bottom of the screen
downloadBegin() - Method in class com.cafean.jobstream.common.util.download.DownloadProgress
Indicates that the file download portion of the process has begun.
DownloadCancelledException - Exception in com.cafean.jobstream.common.util.download
This exception should be thrown any time a download process is cancelled or its thread interrupted.
DownloadCancelledException() - Constructor for exception com.cafean.jobstream.common.util.download.DownloadCancelledException
create a new empty exception
downloadEnd() - Method in class com.cafean.jobstream.common.util.download.DownloadProgress
Indicates that the file download portion of the process has ended.
Downloader - Interface in com.cafean.jobstream.common.util.download
A job stream download process.
DownloaderBuilder - Class in com.cafean.jobstream.common.util.download
The base builder class for job stream downloading utilities.
DownloaderBuilder() - Constructor for class com.cafean.jobstream.common.util.download.DownloaderBuilder
 
DownloaderFactory - Interface in com.cafean.jobstream.common.util.download
A platform module that supports the download of job streams to the calculation server.
Downloading - com.cafean.JobStatus.ui.csstream.ConsoleStatus
 
DownloadProgress - Class in com.cafean.jobstream.common.util.download
A progress display adapter for processes that download job streams as sets of files.
DownloadProgress() - Constructor for class com.cafean.jobstream.common.util.download.DownloadProgress
 
DownloadStreamRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
DownloadStreamRequest(CSInterface, JLabel, JProgressBar) - Constructor for class com.cafean.JobStatus.ui.csstream.request.DownloadStreamRequest
 
DownloadTaskRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
DownloadTaskRequest(Task, CSInterface, JLabel) - Constructor for class com.cafean.JobStatus.ui.csstream.request.DownloadTaskRequest
 
draw(Graphics2D, boolean) - Method in class com.cafean.client.ui.DrawnComponent
Tints the current DrawnComponent according to its state.
draw(Graphics2D, boolean) - Method in class com.cafean.client.ui.DrawnConnection
Draws indicator colored lines between each of this DrawnConnection's plotted points.
draw(Graphics2D, boolean) - Method in class com.cafean.client.ui.DrawnUserValue
 
draw(Graphics2D, boolean) - Method in class com.cafean.client.ui.DrawnViewComponent
Draw a simple X'd box if there is no image.
draw(Graphics2D, boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
draw(Graphics2D, boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
draw(Graphics2D, boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
draw(Shape) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
DRAW_CONN_BOTH - Static variable in interface com.cafean.client.ui.ConnectionLineRenderer
 
DRAW_CONN_SOURCE - Static variable in interface com.cafean.client.ui.ConnectionLineRenderer
 
DRAW_CONN_TARGET - Static variable in interface com.cafean.client.ui.ConnectionLineRenderer
 
DRAW_LINE - Static variable in interface com.cafean.client.ui.ConnectionLineRenderer
 
DRAWANGLE - Variable in class com.cafean.client.io.med.DrawnComponentRec
Drawing angle.
DRAWANGLE - Variable in class com.cafean.client.io.med.DrawnNumericRec
Drawing angle.
drawArc(int, int, int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawGlyphVector(GlyphVector, float, float) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
DRAWHEIGHT - Variable in class com.cafean.client.io.med.DrawnComponentRec
Drawing height.
DRAWHEIGHT - Variable in class com.cafean.client.io.med.DrawnNumericRec
Drawing height.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class com.cafean.client.ui.util.PdfGraphics2D
img - the specified image to be drawn.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawImage(Image, int, int, ImageObserver) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
DRAWING_MODE - Variable in class com.cafean.client.io.med.DrawnComponentRec
No Documentation Available.
DrawingLayer - Class in com.cafean.client.ui.util
An object representing an interleaved "layer" of drawing objects inside a BeanBox.
DrawingLayer() - Constructor for class com.cafean.client.ui.util.DrawingLayer
Creates a new instance of DrawingLayer
DrawingLayer(DrawnLayerRec) - Constructor for class com.cafean.client.ui.util.DrawingLayer
Creates a new instance of DrawingLayer
DrawingLayerElement - Interface in com.cafean.client.ui.util
 
drawLabelStrings(Shape, Graphics2D, int) - Method in class com.cafean.client.ui.DrawnComponent
This draws all of the Strings to at the center of the Object.
drawLine(int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
DrawnAnnotationRec - Class in com.cafean.client.io.med
This class provides IO access to DrawnAnnotationRec data bocks.
DrawnAnnotationRec() - Constructor for class com.cafean.client.io.med.DrawnAnnotationRec
Construct an empty instance.
DrawnAnnotationRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.DrawnAnnotationRec
Construct an instance from a PIB file entry.
DrawnAnnotationRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the DrawnAnnotationRec class.
DrawnAnnotationRecBeanInfo() - Constructor for class com.cafean.client.io.med.DrawnAnnotationRecBeanInfo
 
DrawnComponent - Class in com.cafean.client.ui
The DrawnComponent is a renderer for an AbstractComponent.
DrawnComponent(AbstractComponent) - Constructor for class com.cafean.client.ui.DrawnComponent
Creates a default DrawnComponent of the provided AbstractComponent centered at (0,0) with an angle of 0 and an orientation of RIGHT
DrawnComponentRec - Class in com.cafean.client.io.med
This class provides IO access to DrawnComponentRec data bocks.
DrawnComponentRec() - Constructor for class com.cafean.client.io.med.DrawnComponentRec
Construct an empty instance.
DrawnComponentRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.DrawnComponentRec
Construct an instance from a PIB file entry.
DrawnComponentRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the DrawnComponentRec class.
DrawnComponentRecBeanInfo() - Constructor for class com.cafean.client.io.med.DrawnComponentRecBeanInfo
 
DrawnConnection - Class in com.cafean.client.ui
A renderer for a Connection between two components that draws a segmented line between the DrawnComponent renderers of the two sides of the connection.
DrawnConnection(Connection) - Constructor for class com.cafean.client.ui.DrawnConnection
Creates a renderer for the given Connection object.
DrawnConnection(Connection, DrawnComponent, DrawnComponent) - Constructor for class com.cafean.client.ui.DrawnConnection
Creates a renderer for the given Connection object and initializes its' source and target DrawnComponent references.
DrawnConnectionBeanInfo - Class in com.cafean.client.ui
 
DrawnConnectionBeanInfo() - Constructor for class com.cafean.client.ui.DrawnConnectionBeanInfo
 
DrawnConnLine - Class in com.cafean.client.io.med
This class provides IO access to DrawnConnLine data bocks.
DrawnConnLine() - Constructor for class com.cafean.client.io.med.DrawnConnLine
Construct an empty instance.
DrawnConnLine(PibFile) - Constructor for class com.cafean.client.io.med.DrawnConnLine
Construct an instance from a PIB file entry.
DrawnDisplayBeanRec - Class in com.cafean.client.io.med
This class provides IO access to DrawnDisplayBeanRec data bocks.
DrawnDisplayBeanRec() - Constructor for class com.cafean.client.io.med.DrawnDisplayBeanRec
Construct an empty instance.
DrawnDisplayBeanRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.DrawnDisplayBeanRec
Construct an instance from a PIB file entry.
DrawnDisplayBeanRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the DrawnDisplayBeanRec class.
DrawnDisplayBeanRecBeanInfo() - Constructor for class com.cafean.client.io.med.DrawnDisplayBeanRecBeanInfo
 
DrawnDisplayElementRec - Class in com.cafean.client.io.med
This class provides IO access to DrawnDisplayElementRec data bocks.
DrawnDisplayElementRec() - Constructor for class com.cafean.client.io.med.DrawnDisplayElementRec
Construct an empty instance.
DrawnDisplayElementRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.DrawnDisplayElementRec
Construct an instance from a PIB file entry.
DrawnDisplayElementRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the DrawnDisplayElementRec class.
DrawnDisplayElementRecBeanInfo() - Constructor for class com.cafean.client.io.med.DrawnDisplayElementRecBeanInfo
 
DrawnImageAnnotationRec - Class in com.cafean.client.io.med
This class provides IO access to DrawnImageAnnotationRec data bocks.
DrawnImageAnnotationRec() - Constructor for class com.cafean.client.io.med.DrawnImageAnnotationRec
Construct an empty instance.
DrawnImageAnnotationRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.DrawnImageAnnotationRec
Construct an instance from a PIB file entry.
DrawnImageAnnotationRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the DrawnImageAnnotationRec class.
DrawnImageAnnotationRecBeanInfo() - Constructor for class com.cafean.client.io.med.DrawnImageAnnotationRecBeanInfo
 
DrawnLayerDialog - Class in com.cafean.client.ui.util
 
DrawnLayerDialog(Dialog) - Constructor for class com.cafean.client.ui.util.DrawnLayerDialog
Creates new form DrawingLayerDialog
DrawnLayerDialog(Frame) - Constructor for class com.cafean.client.ui.util.DrawnLayerDialog
Creates new form DrawingLayerDialog
DrawnLayerRec - Class in com.cafean.client.io.med
This class provides IO access to DrawnLayerRec data bocks.
DrawnLayerRec() - Constructor for class com.cafean.client.io.med.DrawnLayerRec
Construct an empty instance.
DrawnLayerRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.DrawnLayerRec
Construct an instance from a PIB file entry.
DrawnLayerRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the DrawnLayerRec class.
DrawnLayerRecBeanInfo() - Constructor for class com.cafean.client.io.med.DrawnLayerRecBeanInfo
 
DrawnLayerRemoveDialog - Class in com.cafean.client.ui.util
 
DrawnLayerRemoveDialog(Dialog, DrawingLayer, DrawingLayer[], int) - Constructor for class com.cafean.client.ui.util.DrawnLayerRemoveDialog
Creates new form DeleteDrawnLayerDialog
DrawnNumeric - Interface in com.cafean.client.values.drawn
An interface that defines the methods needed by a component that wishes to use a DrawnSharedValueDialog as its pop-up editor.
DrawnNumericRec - Class in com.cafean.client.io.med
This class provides IO access to DrawnNumericRec data bocks.
DrawnNumericRec() - Constructor for class com.cafean.client.io.med.DrawnNumericRec
Construct an empty instance.
DrawnNumericRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.DrawnNumericRec
Construct an instance from a PIB file entry.
DrawnNumericRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the DrawnNumericRec class.
DrawnNumericRecBeanInfo() - Constructor for class com.cafean.client.io.med.DrawnNumericRecBeanInfo
 
DrawnScaleDialog - Class in com.cafean.client.ui
An editor for adjusting the length and width scale factors of a DrawnComponent.
DrawnScaleDialog(Dialog, boolean, DrawnComponent) - Constructor for class com.cafean.client.ui.DrawnScaleDialog
Creates new form DrawnScaleDialog
DrawnScaleDialog(Dialog, boolean, DrawnComponent[]) - Constructor for class com.cafean.client.ui.DrawnScaleDialog
Creates new form DrawnScaleDialog
DrawnScaleDialog(Frame, boolean, DrawnComponent) - Constructor for class com.cafean.client.ui.DrawnScaleDialog
Creates new form DrawnScaleDialog
DrawnScaleDialog(Frame, boolean, DrawnComponent[]) - Constructor for class com.cafean.client.ui.DrawnScaleDialog
Creates new form DrawnScaleDialog
DrawnSharedBoolean - Class in com.cafean.client.values.drawn
A representation of a SharedBoolean in a DrawnView
DrawnSharedBoolean(SharedBoolean) - Constructor for class com.cafean.client.values.drawn.DrawnSharedBoolean
Creates a new instance of DrawnSharedBoolean
DrawnSharedInteger - Class in com.cafean.client.values.drawn
A Representation of a DrawnSharedInteger in a DrawnView
DrawnSharedInteger(SharedInteger) - Constructor for class com.cafean.client.values.drawn.DrawnSharedInteger
Creates a new instance of DrawnSharedInteger
DrawnSharedReal - Class in com.cafean.client.values.drawn
A Representation of a DrawnSharedReal in a DrawnView
DrawnSharedReal(SharedReal) - Constructor for class com.cafean.client.values.drawn.DrawnSharedReal
Creates a new instance of DrawnSharedReal
DrawnSharedString - Class in com.cafean.client.values.drawn
A Representation of a shared string in a DrawnView
DrawnSharedString(SharedString) - Constructor for class com.cafean.client.values.drawn.DrawnSharedString
Creates a new instance of DrawnSharedString
DrawnSharedString.MComboBoxUI - Class in com.cafean.client.values.drawn
 
DrawnSharedTable - Class in com.cafean.client.values.drawn
A representation of a SharedBoolean in a DrawnView
DrawnSharedTable(SharedTable) - Constructor for class com.cafean.client.values.drawn.DrawnSharedTable
Creates a new instance of DrawnSharedBoolean
DrawnSharedValue - Interface in com.cafean.client.values.drawn
An empty interface that should be implemented by all SharedValue DrawnComponent implementations.
DrawnSharedValueDialog - Class in com.cafean.client.values.drawn
A dialog used to modify the drawing properties of a DrawnComponent that implements the DrawnNumeric interface
DrawnSharedValueDialog(DrawnNumeric) - Constructor for class com.cafean.client.values.drawn.DrawnSharedValueDialog
Creates new form DrawnSharedValueDialog
DrawnSubComponent - Class in com.cafean.client.ui
 
DrawnSubComponent() - Constructor for class com.cafean.client.ui.DrawnSubComponent
Creates a new instance of DrawnSubComponent
DrawnUserValue - Class in com.cafean.client.ui
A Representation of a DrawnUserValue in a DrawnView
DrawnUserValue(UserDefinedValue) - Constructor for class com.cafean.client.ui.DrawnUserValue
Creates a new instance of DrawnUserValue
DrawnUserValueDialog - Class in com.cafean.client.ui
A dialog used to modify the drawing properties of DrawnUserValue.
DrawnUserValueDialog(DrawnUserValue) - Constructor for class com.cafean.client.ui.DrawnUserValueDialog
Creates new form TextAnnotationDialog
DrawnView - Class in com.cafean.client.ui
The DrawnView is the panel that displays AbstractComponents and their connections.
DrawnView(AbstractModel, ViewComponent) - Constructor for class com.cafean.client.ui.DrawnView
Creates a new instance of DrawnView.
DrawnView.ViewImageCopyAction - Class in com.cafean.client.ui
 
DrawnViewComponent - Class in com.cafean.client.ui
A DrawnComponent extension used to render one ViewComponent inside another View.
DrawnViewComponent(AbstractComponent) - Constructor for class com.cafean.client.ui.DrawnViewComponent
Creates a new instance of DrawnComponentView
DrawnViewDialog - Class in com.cafean.client.ui
A dialog container for a DrawnView used in the Multiple Window arrangement and when Views are undocked.
DrawnViewDialog(Frame, DrawnView) - Constructor for class com.cafean.client.ui.DrawnViewDialog
Creates new form DrawnViewDialog
DrawnVisualGroupRec - Class in com.cafean.client.io.med
This class provides IO access to DrawnVisualGroupRec data bocks.
DrawnVisualGroupRec() - Constructor for class com.cafean.client.io.med.DrawnVisualGroupRec
Construct an empty instance.
DrawnVisualGroupRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.DrawnVisualGroupRec
Construct an instance from a PIB file entry.
DrawnVisualGroupRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the DrawnVisualGroupRec class.
DrawnVisualGroupRecBeanInfo() - Constructor for class com.cafean.client.io.med.DrawnVisualGroupRecBeanInfo
 
drawOval(int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawPolygon(int[], int[], int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawPolyline(int[], int[], int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawRoundRect(int, int, int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawRubberBox(Rectangle) - Method in class com.cafean.client.ui.GlassPanel
Replaces the previously set rubber-band box with the given rectangle and repaints the corresponding section of the glass panel.
drawRubberBoxes(Rectangle[]) - Method in class com.cafean.client.ui.GlassPanel
Replaces the existing rubber-band selection boxes with the given boxes and repaints the corresponding section of the glass panel.
drawRubberLine(Point, Point, Point) - Method in class com.cafean.client.ui.GlassPanel
Replaces the previously set rubber line with the given runnber line and repaints the corresponding section of the glass panel.
drawRubberLines(Vector<Point>, Point, Point) - Method in class com.cafean.client.ui.GlassPanel
Replaces the current set of rubber-band lines with the given points and last point and repaints the corresponding section of the glass panel.
drawString(String, float, float) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawString(String, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawString(AttributedCharacterIterator, float, float) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
drawString(AttributedCharacterIterator, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
DRAWWIDTH - Variable in class com.cafean.client.io.med.DrawnComponentRec
Drawing width.
DRAWWIDTH - Variable in class com.cafean.client.io.med.DrawnNumericRec
Drawing width.
drop(DropTargetDropEvent, DropTarget) - Method in class com.cafean.client.analysis.AbstractComponent
Provides custom drop action for this component when adding the component to a drawn view.
drop(DropTargetDropEvent, DropTarget) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
DummyCompElement - Class in com.cafean.client.analysis
An empty component element for use in stub methods or in specialized editors for an entire component.
DummyCompElement(ComponentElement) - Constructor for class com.cafean.client.analysis.DummyCompElement
Creates a new instance of DummyCompElement
dumpArray(PrintWriter, String) - Method in class com.apt.xdr.MdBoolArray
Dump the Array values to a print writer.
dumpArray(PrintWriter, String) - Method in class com.apt.xdr.MdDblArray
Dump the Array values to a print writer.
dumpArray(PrintWriter, String) - Method in class com.apt.xdr.MdFltArray
Dump the Array values to a print writer.
dumpArray(PrintWriter, String) - Method in class com.apt.xdr.MdIntArray
Dump the Array values to a print writer.
dumpArray(PrintWriter, String) - Method in class com.apt.xdr.MultiDimArray
 
dumpBlock(PrintWriter) - Method in interface com.apt.xdr.PibBlock
Dump an instance of the data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Dump an instance of the ActivityNoticeRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Dump an instance of the CanCreateDemuxRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Dump an instance of the ConnectionInfo data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Dump an instance of the ConsoleOutputRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Dump an instance of the CreateDemuxDataRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Dump an instance of the CreateFolderRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.DataChannel
Dump an instance of the DataChannel data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Dump an instance of the DataChannelsRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Dump an instance of the DeleteJobRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Dump an instance of the DeleteJobResponse data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Dump an instance of the DemuxDataRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Dump an instance of the EvtCommandDelivered data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Dump an instance of the EvtConsoleOutput data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Dump an instance of the EvtEndTimeChanged data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.EvtJobAdded
Dump an instance of the EvtJobAdded data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Dump an instance of the EvtJobRemoved data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Dump an instance of the EvtLogOutput data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Dump an instance of the EvtStatusTriggered data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Dump an instance of the EvtTaskStatusChanged data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.FileEntry
Dump an instance of the FileEntry data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.FileRequest
Dump an instance of the FileRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Dump an instance of the FileRequestResponse data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.FilesListRequest
Dump an instance of the FilesListRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Dump an instance of the FindStreamsRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.Folder
Dump an instance of the Folder data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Dump an instance of the FolderContentsRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.FolderEntry
Dump an instance of the FolderEntry data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Dump an instance of the FolderLocationRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Dump an instance of the FolderTreeRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Dump an instance of the GetFileCancelRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Dump an instance of the GetFileContentsRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.GetFileRequest
Dump an instance of the GetFileRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.GetFileResponse
Dump an instance of the GetFileResponse data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Dump an instance of the GetJobInfoRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Dump an instance of the GetMessagesRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Dump an instance of the HasDemuxRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Dump an instance of the IncrementTimeslice data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Dump an instance of the InteractCommandRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Dump an instance of the InteractiveVariable data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Dump an instance of the InteractiveVarsRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.Job
Dump an instance of the Job data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Dump an instance of the JobFilesEntry data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.JobFilesList
Dump an instance of the JobFilesList data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Dump an instance of the JobFilesRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Dump an instance of the JobLocationRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Dump an instance of the JobPriorityRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.JobRPCRequest
Dump an instance of the JobRPCRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.JobSet
Dump an instance of the JobSet data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.Keyword
Dump an instance of the Keyword data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Dump an instance of the LaunchJobRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.LoadJobRequest
Dump an instance of the LoadJobRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Dump an instance of the LoadMuxChannelsRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.LogOutputRequest
Dump an instance of the LogOutputRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Dump an instance of the MountFolderRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Dump an instance of the MuxDataRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Dump an instance of the NotificationsRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Dump an instance of the ReleaseJobRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Dump an instance of the RemoveFolderRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Dump an instance of the RenameFolderRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Dump an instance of the RestartDataRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Dump an instance of the RestartInfoRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Dump an instance of the SendFileCancelRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Dump an instance of the SendFileContentsRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.SendFileRequest
Dump an instance of the SendFileRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Dump an instance of the ServerStatusRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Dump an instance of the SetMuxTimeRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ShutdownRequest
Dump an instance of the ShutdownRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Dump an instance of the StatusTriggerRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.String16
Dump an instance of the String16 data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Dump an instance of the TerminateRunRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Dump an instance of the UnitCodeRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Dump an instance of the UnitCodeResponse data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Dump an instance of the UnloadJobRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Dump an instance of the UnMountFolderRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ViewableFile
Dump an instance of the ViewableFile data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Dump an instance of the ViewableFileBlockRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Dump an instance of the ViewableFileLenRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Dump an instance of the ViewableFileOpenRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Dump an instance of the ViewableFilesRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Dump an instance of the ViewablePoiRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Dump an instance of the ViewableSearchRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Dump an instance of the JConsoleRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Dump an instance of the JDataChannel data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Dump an instance of the JDataChannelsRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Dump an instance of the JEvtCommandDelivered data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Dump an instance of the JEvtConsoleOutput data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Dump an instance of the JEvtEndTimeChanged data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Dump an instance of the JEvtEvaluationChanged data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Dump an instance of the JEvtLogOutput data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Dump an instance of the JEvtStatusChanged data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Dump an instance of the JEvtTaskStatusChanged data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Dump an instance of the JFileRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Dump an instance of the JInteractCommandRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Dump an instance of the JInteractiveVariable data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Dump an instance of the JInteractiveVarsRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Dump an instance of the JLoadMuxChannelsRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Dump an instance of the JLogRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Dump an instance of the JMuxDataRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Dump an instance of the JRestartDataRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Dump an instance of the JRestartInfoRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Dump an instance of the JSetMuxTimeRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Dump an instance of the JShutdownRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Dump an instance of the JString16 data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Dump an instance of the JTaskStatusRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Dump an instance of the JTerminateRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Dump an instance of the JTimestepIncrRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Dump an instance of the JUnitCodeRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Dump an instance of the AbstractIntegrationCase data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Dump an instance of the IntegrationDefinition data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.Attribute
Dump an instance of the Attribute data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Dump an instance of the DrawnAnnotationRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.DrawnComponentRec
Dump an instance of the DrawnComponentRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.DrawnConnLine
Dump an instance of the DrawnConnLine data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Dump an instance of the DrawnDisplayBeanRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Dump an instance of the DrawnDisplayElementRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Dump an instance of the DrawnImageAnnotationRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.DrawnLayerRec
Dump an instance of the DrawnLayerRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.DrawnNumericRec
Dump an instance of the DrawnNumericRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Dump an instance of the DrawnVisualGroupRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.FontRec
Dump an instance of the FontRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Dump an instance of the _MedVerInfo_ data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.ModelHeaderRec
Dump an instance of the ModelHeaderRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.Plugin
Dump an instance of the Plugin data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.String16
Dump an instance of the String16 data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.UserConstantRec
Dump an instance of the UserConstantRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.UserFunctionRec
Dump an instance of the UserFunctionRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.UserVariableRec
Dump an instance of the UserVariableRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.io.med.ViewCompRec
Dump an instance of the ViewCompRec data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.mdocs.ALDocRef
Dump an instance of the ALDocRef data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.mdocs.ALOwnership
Dump an instance of the ALOwnership data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.rpc.command.ActivateRequest
Dump an instance of the ActivateRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Dump an instance of the AnimateJobRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.rpc.command.ModelListRequest
Dump an instance of the ModelListRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.rpc.command.ModelListResponse
Dump an instance of the ModelListResponse data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.AbstractCBoolean
Dump an instance of the CBoolean data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.AbstractCInteger
Dump an instance of the CInteger data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.AbstractCReal
Dump an instance of the CReal data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Dump an instance of the AbstractFunctionCatProps data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.AttribProps
Dump an instance of the AttribProps data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.CBoolean_E
Dump an instance of the CBoolean data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.CBoolean
Dump an instance of the CBoolean data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.CInteger_E
Dump an instance of the CInteger data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.CInteger
Dump an instance of the CInteger data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.CReal_E
Dump an instance of the CReal data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.CReal
Dump an instance of the CReal data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.CString
Dump an instance of the CString data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.EnumEntry
Dump an instance of the EnumEntry data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.ExternFunction
Dump an instance of the ExternFunction data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.NumericsCatProps
Dump an instance of the NumericsCatProps data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.NumericsTableColumn
Dump an instance of the NumericsTableColumn data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.SharedBoolean
Dump an instance of the SharedBoolean data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.SharedFunction
Dump an instance of the SharedFunction data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.SharedInteger
Dump an instance of the SharedInteger data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.SharedReal
Dump an instance of the SharedReal data block.
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.SharedString
 
dumpBlock(PrintWriter) - Method in class com.cafean.client.values.components.SharedTable
Dump an instance of the SharedTable data block.
dumpBlock(PrintWriter) - Method in class com.cafean.config.rpc.command.ActivateRequest
Dump an instance of the ActivateRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Dump an instance of the SelectAreaRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Dump an instance of the ActivateRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Dump an instance of the OpenConsoleRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Dump an instance of the SelectJobRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.rpc.command.CallbackAuthorization
Dump an instance of the CallbackAuthorization data block.
dumpBlock(PrintWriter) - Method in class com.cafean.rpc.command.CallbackAuthRequest
Dump an instance of the CallbackAuthRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.rpc.command.CallbackContext
Dump an instance of the CallbackContext data block.
dumpBlock(PrintWriter) - Method in class com.cafean.rpc.command.Ping
Dump an instance of the Ping data block.
dumpBlock(PrintWriter) - Method in class com.cafean.rpc.command.VersionRequest
Dump an instance of the VersionRequest data block.
dumpBlock(PrintWriter) - Method in class com.cafean.snapdx.SDXElement
Dump an instance of the SDXElement data block.
dumpBlock(PrintWriter) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Dump an instance of the SDXIntegerArrayValue data block.
dumpBlock(PrintWriter) - Method in class com.cafean.snapdx.SDXIntegerValue
Dump an instance of the SDXIntegerValue data block.
dumpBlock(PrintWriter) - Method in class com.cafean.snapdx.SDXRealArrayValue
Dump an instance of the SDXRealArrayValue data block.
dumpBlock(PrintWriter) - Method in class com.cafean.snapdx.SDXRealValue
Dump an instance of the SDXRealValue data block.
dumpBlock(PrintWriter) - Method in class com.cafean.snapdx.SDXStringArrayValue
Dump an instance of the SDXStringArrayValue data block.
dumpBlock(PrintWriter) - Method in class com.cafean.snapdx.SDXStringValue
Dump an instance of the SDXStringValue data block.
dumpBlock(PrintWriter) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Dump an instance of the SNAPDXFileInfo data block.
dumpBlock(PrintWriter) - Method in class com.cafean.snapdx.SNAPDXRecord
Dump an instance of the SNAPDXRecord data block.
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.analysis.AbstractBeanComponent
A stub method implemented here to allow AbstractBeanComponent objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.analysis.AbstractConnectionList
A stub method implemented here to allow AbstractConnectionList objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.analysis.ConditionSet
* This method is required to extend this block from DDT.This does nothing.
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.analysis.ConnectionBean
A stub method implemented here to allow ConnectionBean objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.analysis.ConnectionBeanData
 
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.analysis.ElementBean
A stub method implemented here to allow ElementBean objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.analysis.RealBean
 
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
A stub method implemented here to allow ElementBean objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.analysis.Table1D
 
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.analysis.TableND
 
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.analysis.ValidationOptions
Simple dumpBlockParams added so that ValidationOptions can be subblocks.
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.mdocs.ALDocRef
A stub method implemented here to allow ALDocRef objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.values.components.AbstractValue
Returns true.
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.values.components.CTable1D
 
dumpBlockParams(PrintWriter) - Method in class com.cafean.client.values.components.CTableND
 
dumpBlockParams(PrintWriter) - Method in class com.cafean.utils.RptDoc.AbstractReportData
 
dumpBlockParams(Object) - Method in class com.cafean.document.notebook.components.AbstractFrontMatter
 
duplicateArray() - Method in class com.cafean.client.values.util.matlab.MXArray
Make a deep copy of an array, return a pointer to the copy.
DuplicateNameCheck - Class in com.cafean.client.values.util
a duplicate name validation check for the given set of categories as a single pool of names.
DuplicateNameCheck(AbstractModel, int, Category...) - Constructor for class com.cafean.client.values.util.DuplicateNameCheck
Creates a duplicate name validation check for the given set of categories as a single pool of names.
DynamicallyDescribed - Interface in com.cafean.client.ui.beans
This interface allows a Java Beans object to dynamically change the display name and long description of a property before the property is displayed in a Property View.

E

earlierThanOrEqualTo(int, int, int) - Method in class com.cafean.client.io.MEDUtil
Returns true if the current MED version info has a plug-in version number less than or equal to the given version.
edit(JComponent) - Method in class com.cafean.client.validation.ExportContext
Opens the appropriate editor for this context.
edit(JComponent) - Method in class com.cafean.client.validation.GenericTableContext
 
edit(JComponent) - Method in class com.cafean.client.validation.PropertyContext
 
EDIT_LABEL - Static variable in class com.cafean.client.values.ui.CBooleanCheckBox
the label used for all property events fired directly by the editor
editCellAt(int, int) - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
Programmatically starts editing the cell at row and column, if those indices are in the valid range, and the cell at those indices is editable.
editCellAt(int, int) - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
Programmatically starts editing the cell at row and column, if those indices are in the valid range, and the cell at those indices is editable.
editCellAt(int, int) - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
Programmatically starts editing the cell at row and column, if those indices are in the valid range, and the cell at those indices is editable.
editCellAt(int, int) - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
Programmatically starts editing the cell at row and column, if those indices are in the valid range, and the cell at those indices is editable.
EditNoteDialog - Class in com.cafean.client.mdocs
 
EditNoteDialog(Dialog, QuickNote) - Constructor for class com.cafean.client.mdocs.EditNoteDialog
Creates new form EditNoteDialog
EditNoteDialog(Frame, QuickNote) - Constructor for class com.cafean.client.mdocs.EditNoteDialog
Creates new form EditNoteDialog
editorChangeValue(Object) - Method in class com.cafean.client.anim.IVarEditor
Update the editor's display to reflect the new value.
editorChangeValue(Border) - Method in class com.cafean.client.ui.beans.BorderStyleEditor
Update the user interface to reflect the edited border properties.
editRedone(UndoableEdit, List<AbstractComponent>) - Method in class com.cafean.client.mdocs.ALModelNotesFrame
notifies this listener that the given edit has been redone
editRedone(UndoableEdit, List<AbstractComponent>) - Method in class com.cafean.client.ui.ComponentUsagesDialog
 
editRedone(UndoableEdit, List<AbstractComponent>) - Method in class com.cafean.client.ui.text.TextAreaNonModalDialog
 
editRedone(UndoableEdit, List<AbstractComponent>) - Method in interface com.cafean.client.ui.UndoListener
Notifies this listener that the given edit has been redone.
editRedone(UndoableEdit, List<AbstractComponent>) - Method in class com.cafean.client.ui.util.search.GSUndoListener
 
editRedone(UndoableEdit, List<AbstractComponent>) - Method in class com.cafean.client.validation.ValidationDisplayPanel
 
editsDiscarded() - Method in interface com.cafean.client.ui.UndoStackListener
Notifies the UndoListener that all undoable edits have been cleared
editUndone(UndoableEdit, List<AbstractComponent>) - Method in class com.cafean.client.mdocs.ALModelNotesFrame
notifies this listener that the given edit has been undone
editUndone(UndoableEdit, List<AbstractComponent>) - Method in class com.cafean.client.ui.ComponentUsagesDialog
 
editUndone(UndoableEdit, List<AbstractComponent>) - Method in class com.cafean.client.ui.text.TextAreaNonModalDialog
 
editUndone(UndoableEdit, List<AbstractComponent>) - Method in interface com.cafean.client.ui.UndoListener
Notifies this listener that the given edit has been undone.
editUndone(UndoableEdit, List<AbstractComponent>) - Method in class com.cafean.client.ui.util.search.GSUndoListener
 
editUndone(UndoableEdit, List<AbstractComponent>) - Method in class com.cafean.client.validation.ValidationDisplayPanel
 
EFFECTIVE_DPI - Static variable in class com.cafean.document.notebook.AbstractNotebookExporter
the resolution that all drawn components are assumed to render at
element() - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
elementAt(int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
ElementBean - Class in com.cafean.client.analysis
The base class for ModelEditor Elements that are full fledged beans.
ElementBean() - Constructor for class com.cafean.client.analysis.ElementBean
Creates a new ElementBean with a DATA_INCOMPLETE data state and named unnamed
ElementBean(int) - Constructor for class com.cafean.client.analysis.ElementBean
Creates a new ElementBean with a DATA_INCOMPLETE data state and named unnamed
ElementBeanBeanInfo - Class in com.cafean.client.analysis
 
ElementBeanBeanInfo() - Constructor for class com.cafean.client.analysis.ElementBeanBeanInfo
 
ElementList - Class in com.cafean.client.analysis
A storage class for GenericObjects.
ElementList() - Constructor for class com.cafean.client.analysis.ElementList
Creates a new instance of ElementList with a category of Components that starts in a sorted state.
ElementList(boolean) - Constructor for class com.cafean.client.analysis.ElementList
Creates a new instance of ElementList with a category of Components.
ElementList(String, boolean) - Constructor for class com.cafean.client.analysis.ElementList
Creates a new instance of ElementList with the given category name and the given initial sorted state.
elements - Variable in class com.cafean.snapdx.SDXElement
No Documentation Available.
elements - Variable in class com.cafean.snapdx.SNAPDXRecord
No Documentation Available.
elements() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
ElementsAddedEvent - Class in com.cafean.client.event
An event object describing a change to an array contained in a component.
ElementsAddedEvent(AbstractComponent, Object[], Object[], int[]) - Constructor for class com.cafean.client.event.ElementsAddedEvent
Creates a new event describing the addition of elements to an array in a particular component.
elementsEqual(MultiDimArray) - Method in class com.apt.xdr.MdBoolArray
 
elementsEqual(MultiDimArray) - Method in class com.apt.xdr.MdDblArray
 
elementsEqual(MultiDimArray) - Method in class com.apt.xdr.MdFltArray
 
elementsEqual(MultiDimArray) - Method in class com.apt.xdr.MdIntArray
 
elementsEqual(MultiDimArray) - Method in class com.apt.xdr.MultiDimArray
 
ElementsRemovedEvent - Class in com.cafean.client.event
An event object describing the removal of elements from an array in a given component.
ElementsRemovedEvent(AbstractComponent, Object[], Object[], int[]) - Constructor for class com.cafean.client.event.ElementsRemovedEvent
Creates a new event describing the removal of elements from an array in a particular component.
EllipticalAnnotation - Class in com.cafean.client.ui.annotation
A configurable drawn ellipse.
EllipticalAnnotation() - Constructor for class com.cafean.client.ui.annotation.EllipticalAnnotation
Creates a new instance of RectangularAnnotation
EllipticalAnnotation(DrawnDisplayElementRec) - Constructor for class com.cafean.client.ui.annotation.EllipticalAnnotation
 
EllipticalAnnotationBeanInfo - Class in com.cafean.client.ui.annotation
 
EllipticalAnnotationBeanInfo() - Constructor for class com.cafean.client.ui.annotation.EllipticalAnnotationBeanInfo
 
EMBEDDED_CONS - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
EmbeddedConnectionMap - Class in com.cafean.client.analysis
This data structure is a map of the embedded connections in any drawn-sub component inside a ViewComponent.
EmbeddedConnectionMap() - Constructor for class com.cafean.client.analysis.EmbeddedConnectionMap
Creates a new instance of EmbeddedConnectionMap
EmbeddedConnectionMap(EmbeddedConnectionMap) - Constructor for class com.cafean.client.analysis.EmbeddedConnectionMap
Creates a deep copy of the provided EmbeddedConnectionMap.
EmbeddedConnectionMap(ViewComponent) - Constructor for class com.cafean.client.analysis.EmbeddedConnectionMap
Creates a new instance of EmbeddedConnectionMap
EmbeddedConnectionMapBeanInfo - Class in com.cafean.client.analysis
 
EmbeddedConnectionMapBeanInfo() - Constructor for class com.cafean.client.analysis.EmbeddedConnectionMapBeanInfo
 
EmbeddedImage - Class in com.cafean.client.mdocs
This class provides a wrapper for an image which is to be embedded into a model note.
EmbeddedImage(Image, long) - Constructor for class com.cafean.client.mdocs.EmbeddedImage
 
EMPTY_EXPANSION - Static variable in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
a flag that indicates an empty expansion
EMPTY_SELECTION - Static variable in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
a flag that indicates an empty selection
enableArrowKeyMovement() - Method in class com.cafean.client.analysis.ViewComponent
Enables arrow key movement of graphical elements in this view.
enableCanvasFont() - Method in class com.cafean.client.analysis.ViewComponent
Enables the canvas font override property in this view.
enableDumpFile() - Method in class com.cafean.client.io.MEDUtil
Enables the debugging "dump" file routines.
enableFrame() - Static method in class com.cafean.client.ui.ApplicationFrame
Deactivates this MainFrame's glass pane thus allowing mouse events to pass through to the underlying components.
enableNotifications - Variable in class com.cafean.CalcServer.command.ActivityNoticeRequest
No Documentation Available.
enableVisualGrouping() - Method in class com.cafean.client.analysis.ViewComponent
Enables visual grouping for this view.
encode(String) - Static method in class com.cafean.jobstream.common.util.EscapeMap
Escapes the given string for use in the path segment of a URI.
ENCODED - Static variable in class com.cafean.moviegen.support.AbstractVideoType
 
encodeLineTokens(String) - Static method in enum com.cafean.client.values.nif.NIFReplacementToken
Encodes the escape character strings to remove the escape character.
ENCODING - Static variable in class com.cafean.moviegen.PreviewFrame
 
end() - Method in class com.cafean.client.analysis.ComponentStateEdit
This method should be called after all of the edits are completed.
end() - Method in class com.cafean.client.mdocs.UndoableALRefEdit
Gets the post-edit state of the AbstractComponent and ends the edit.
end() - Method in class com.cafean.client.ui.AbstractConnectionUndo
Gets the post-edit state of the StateEditable object and ends the edit.
end() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
end() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
end() - Method in class com.cafean.client.ui.util.FastStateEdit
ends the edit
end() - Method in class com.cafean.client.ui.util.UndoableVersionChange
Ends the edit, and stores the new major and minor version numbers.
END_VALUE - Variable in class com.cafean.client.io.med.UserConstantRec
The end point of an incremental parameter.
endAndPrint() - Method in class com.cafean.utils.OpTimer
Records the timing for the single iteration and prints a summary to standard error.
endEdit() - Method in class com.cafean.client.mdocs.HTMLEditorPanel
 
endElement(String, String, String) - Method in class com.cafean.jobstream.common.components.io.FileTypeReader
 
endElement(String, String, String) - Method in class com.cafean.jobstream.server.components.io.PlatformPropsReader
 
endIteration() - Method in class com.cafean.utils.OpTimer
Records the timing for last the iteration started with OpTimer.startIteration().
endOfStream() - Method in class com.cafean.moviegen.ZipDataSource
Returns whether the stream has finished fetching images.
endOfStream() - Method in class com.cafean.moviegen.ZipSourceStream
Returns true if no media is available to be read.
endTime - Variable in class com.cafean.CalcServer.command.EvtEndTimeChanged
No Documentation Available.
endTime - Variable in class com.cafean.CalcServer.command.FindStreamsRequest
No Documentation Available.
endTime - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
endTime - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
No Documentation Available.
endVirtualMode(AbstractModel, boolean, boolean) - Method in class com.cafean.client.ui.MainFrame
 
endVirtualMode(AbstractModel, boolean, boolean, String) - Method in class com.cafean.client.ui.MainFrame
 
ENG_String - Static variable in class com.cafean.client.values.components.CDimless
 
engClose(EnginePointer) - Method in interface com.cafean.client.values.util.matlab.EngineLibrary
Close down matlab server
engEvalString(EnginePointer, byte[]) - Method in interface com.cafean.client.values.util.matlab.EngineLibrary
Execute matlab statement.
engGetVariable(EnginePointer, String) - Method in interface com.cafean.client.values.util.matlab.EngineLibrary
Get a variable with the specified name from MATLAB's workspace.
engGetVisible(EnginePointer, ByteByReference) - Method in interface com.cafean.client.values.util.matlab.EngineLibrary
 
Engine - Class in com.cafean.client.values.util.matlab
 
Engine() - Constructor for class com.cafean.client.values.util.matlab.Engine
 
Engine(boolean) - Constructor for class com.cafean.client.values.util.matlab.Engine
 
Engine(String, boolean, boolean, int) - Constructor for class com.cafean.client.values.util.matlab.Engine
 
EngineeringUnitsEditor - Class in com.cafean.client.values.functions.editors
This bean editor creates a Combo Box for an enumerated selection.
EngineeringUnitsEditor() - Constructor for class com.cafean.client.values.functions.editors.EngineeringUnitsEditor
Creates a new instance of EngineeringUnitsEditor
EngineLibrary - Interface in com.cafean.client.values.util.matlab
MATLAB Engine Library.
EnginePointer - Class in com.cafean.client.values.util.matlab
 
EnginePointer() - Constructor for class com.cafean.client.values.util.matlab.EnginePointer
 
EnginePointer(Pointer) - Constructor for class com.cafean.client.values.util.matlab.EnginePointer
 
engOpen(String) - Method in interface com.cafean.client.values.util.matlab.EngineLibrary
Start matlab process.
engOpenSingleUse(String, Pointer, IntByReference) - Method in interface com.cafean.client.values.util.matlab.EngineLibrary
Start matlab process for single use.
engOutputBuffer(EnginePointer, ByteBuffer, int) - Method in interface com.cafean.client.values.util.matlab.EngineLibrary
Register a buffer to hold matlab text output.
engPutVariable(EnginePointer, String, MXArray) - Method in interface com.cafean.client.values.util.matlab.EngineLibrary
Put a variable into MATLAB's workspace with the specified name.
engSetVisible(EnginePointer, boolean) - Method in interface com.cafean.client.values.util.matlab.EngineLibrary
 
ensureCapacity(int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Ensures that the model contains at least the given capacity for elements.
ensureCapacity(int) - Method in interface com.cafean.client.validation.ContextWriter
Ensures that the capacity of the string builder back end is at least the given minimum.
ensureCapacity(int) - Method in class com.cafean.client.validation.DefaultContextWriter
 
ensureCapacity(int) - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
ensureCapacity(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Sets the capacity of the column to match the given value, if and only if the provided integer is greater than the current capacity.
ensureCapacity(int) - Method in class com.cafean.Number.DoubleArray
Enlarges the capacity of this array instance to be large enough to contain the given number of elements.
ensureCapacity(int) - Method in class com.cafean.Number.FloatArray
Enlarges the capacity of this array instance to be large enough to contain the given number of elements.
ensureCapacity(int) - Method in class com.cafean.Number.IntegerArray
Enlarges the capacity of this array instance to be large enough to contain the given number of elements.
ensureCapacity(int) - Method in class com.cafean.Number.LongArray
Enlarges the capacity of this array instance to be large enough to contain the given number of elements.
ensureVersion21() - Method in class com.cafean.client.ui.annotation.TextAnnotation
Updates the font, text and color values of this TextAnnotation to compensate for an older version which used only the JLabel properties.
Enthalpy - Class in com.cafean.h2o.units
English Units: Btu / lbm, SI Units: J / kg.
Enthalpy() - Constructor for class com.cafean.h2o.units.Enthalpy
 
Enthalpy(double) - Constructor for class com.cafean.h2o.units.Enthalpy
 
ENTHALPY - Static variable in class com.cafean.h2o.ui.JSteamFrame
 
ENTPY - Static variable in class com.cafean.h2o.FluidState
 
ENTPY - Static variable in class com.cafean.h2o.NewSteamTables
 
ENTPYF - Static variable in class com.cafean.h2o.FluidState
 
ENTPYF - Static variable in class com.cafean.h2o.NewSteamTables
 
ENTPYG - Static variable in class com.cafean.h2o.FluidState
 
ENTPYG - Static variable in class com.cafean.h2o.NewSteamTables
 
ENTROPY - Static variable in class com.cafean.h2o.ui.JSteamFrame
 
EnumEntry - Class in com.cafean.client.values.components
This class provides IO access to EnumEntry data bocks.
EnumEntry() - Constructor for class com.cafean.client.values.components.EnumEntry
Construct an empty instance.
EnumEntry(PibFile) - Constructor for class com.cafean.client.values.components.EnumEntry
Construct an instance from a PIB file entry.
EnumEntry(ComponentElement) - Constructor for class com.cafean.client.values.components.EnumEntry
Construct an empty instance.
EnumEntryDialog - Class in com.cafean.client.values.ui
A dialog used to edit EnumEntry arrays.
EnumEntryEditor - Class in com.cafean.client.values.editors
An editor for adjusting EnumEntry arrays.
EnumEntryEditor() - Constructor for class com.cafean.client.values.editors.EnumEntryEditor
Creates a new instance of EnumEntryEditor
Enumerated_Values - com.cafean.client.values.nif.NumericsPropertyType
 
EnumSelectionDialog<T extends ModelEnumeration> - Class in com.cafean.client.ui
A dialog that allows for the selection of a ModelEnumeration.
EnumSelectionDialog(Window, AbstractModel, List<T>, T) - Constructor for class com.cafean.client.ui.EnumSelectionDialog
Creates new instance of the dialog.
EnumSelEditor<T extends ModelEnumeration> - Class in com.cafean.client.ui
A table cell editor for an arbitrary ModelEnumeration.
EnumSelEditor(AbstractModel, List<T>) - Constructor for class com.cafean.client.ui.EnumSelEditor
Creates a new editor.
EnumSelEditor(AbstractModel, List<T>, boolean) - Constructor for class com.cafean.client.ui.EnumSelEditor
Creates a new editor.
EnumSelRenderer - Class in com.cafean.client.ui
A table cell renderer that shows the display name of a table cell value that is a ModelEnumeration.
EnumSelRenderer() - Constructor for class com.cafean.client.ui.EnumSelRenderer
 
EnumSelRenderer(BiFunction<Integer, Integer, Boolean>) - Constructor for class com.cafean.client.ui.EnumSelRenderer
 
equals(double) - Method in class com.cafean.client.values.components.AbstractCReal
Determines if the resolved value of this real is equal to the provided double.
equals(double) - Method in class com.cafean.Number.Real
 
equals(double, double) - Static method in class com.cafean.client.values.components.AbstractCReal
Returns true if the given doubles differ by less than 5E-9, or both values are NaN.This differs from typical equality with floating point values, where NaN == NaN returns false, even for the same bit pattern.
equals(double, double) - Static method in class com.cafean.Number.Real
Returns true if the given doubles differ by less than 5E-9.
equals(double, double, double) - Static method in class com.cafean.client.values.components.AbstractCReal
Returns true if the given doubles differ by less than the given ( a + b ) * delta, or both values are NaN.This differs from typical equality with floating point values, where NaN == NaN returns false, even for the same bit pattern.
equals(double, double, double) - Static method in class com.cafean.Number.Real
Returns true if the given doubles differ by less than the given ( a + b ) * delta.
equals(int) - Method in class com.cafean.Number.Int
 
equals(RowData) - Method in class com.cafean.client.anim.channel.ChannelRowData
 
equals(RowData) - Method in class com.cafean.client.anim.channel.SetRowData
 
equals(CSRowData) - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
equals(CSRowData) - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
equals(QueueEntry) - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
equals(RowData) - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
equals(RowData) - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
equals(Int) - Method in class com.cafean.Number.Int
 
equals(Real) - Method in class com.cafean.Number.Real
NOTE: This does not get called instead of Object.equals
equals(Object) - Method in class com.cafean.client.analysis.Category
Checks equivalence based on reference equivalence or name equivalence.
equals(Object) - Method in class com.cafean.client.analysis.ConnectionData
Determines the equivalence of this ConnectionData with the given object.
equals(Object) - Method in class com.cafean.client.analysis.DummyCompElement
 
equals(Object) - Method in class com.cafean.client.analysis.GenericObject
Returns true if the given object is this object, determined by reference equivalence.
equals(Object) - Method in class com.cafean.client.analysis.ViewImgDataElem
 
equals(Object) - Method in class com.cafean.client.anim.available.AvailableJobEntry
 
equals(Object) - Method in class com.cafean.client.classify.Classification
 
equals(Object) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.integrator.ReferenceLocation
 
equals(Object) - Method in class com.cafean.client.io.med.Attribute
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.io.TemplateDescriptor
 
equals(Object) - Method in class com.cafean.client.io.TemplateEntry
 
equals(Object) - Method in class com.cafean.client.mdocs.ALDocRef
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.mdocs.ALOwnership
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
equals(Object) - Method in class com.cafean.client.ui.diff.Difference
Compares this object to the other for equality.
equals(Object) - Method in class com.cafean.client.ui.navigator.CategoryNode
Used to compare two category nodes.
equals(Object) - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Used to compare two category nodes.
equals(Object) - Method in class com.cafean.client.ui.navigator.ModelAccordionNode
 
equals(Object) - Method in interface com.cafean.client.values.Accessor
Accessor implementations must provide a non-trivial deep equals implementation.
equals(Object) - Method in class com.cafean.client.values.AccessorType
Implementations of AccessorType must implement a non-trivial equals method, so that newly instantiated instances can be compared for equivalence during search.
equals(Object) - Method in class com.cafean.client.values.components.AbstractCBoolean
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.AbstractCInteger
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.AbstractCReal
Two CReals are considered equal if one of the following is true: they refer to the same SharedReal neither has a valid reference, and both share a common value (two reals with NaN values are considered equal, even though NaN == NaN returns false).
equals(Object) - Method in class com.cafean.client.values.components.AbstractCString
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.AttribProps
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.CBoolean_E
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.CBoolean
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.CInteger_E
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.CInteger
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.CReal_E
Two CReals are considered equal if one of the following is true: they refer to the same SharedReal neither has a valid reference, and both share a common value (two reals with NaN values are considered equal, even though NaN == NaN returns false).
equals(Object) - Method in class com.cafean.client.values.components.CReal
Two CReals are considered equal if one of the following is true: they refer to the same SharedReal neither has a valid reference, and both share a common value (two reals with NaN values are considered equal, even though NaN == NaN returns false).
equals(Object) - Method in class com.cafean.client.values.components.CString
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.EnumEntry
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.ExternFunction
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.NumericsCatProps
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.NumericsTableColumn
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.SharedBoolean
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.SharedFunction
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.SharedInteger
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.SharedReal
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.components.SharedString
 
equals(Object) - Method in class com.cafean.client.values.components.SharedTable
Test a block for equality, ignoring the primary key field.
equals(Object) - Method in class com.cafean.client.values.RealAccessorType
This implementation returns true if obj is an instance of RealAccessorType that references the same model and returns falseotherwise.
equals(Object) - Method in class com.cafean.JobStatus.StreamContext
 
equals(Object) - Method in class com.cafean.JobStatus.ui.queue.TerminateRequest
 
equals(Object) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
equals(Object) - Method in class com.cafean.jobstream.common.components.ApplicationInput
equals(Object) - Method in class com.cafean.jobstream.common.components.ApplicationLocation
 
equals(Object) - Method in class com.cafean.jobstream.common.components.ApplicationOutput
equals(Object) - Method in class com.cafean.jobstream.common.components.ApplicationVersion
 
equals(Object) - Method in class com.cafean.jobstream.common.components.FileType
 
equals(Object) - Method in class com.cafean.jobstream.common.components.Keyword
 
equals(Object) - Method in class com.cafean.jobstream.common.components.PlatformProperties
 
equals(Object) - Method in class com.cafean.jobstream.common.components.SnapInstallation
 
equals(Object) - Method in class com.cafean.jobstream.common.components.StagingLocation
 
equals(Object) - Method in class com.cafean.jobstream.common.components.SubmissionProperties
 
equals(Object) - Method in class com.cafean.jobstream.common.FileReference
 
equals(Object) - Method in class com.cafean.Number.Int
 
equals(Object) - Method in class com.cafean.Number.Real
 
equals(Object) - Method in class com.cafean.utils.Version
Returns true if and only if the given Object is equivilant to this Version.
equivalent(double) - Method in class com.cafean.client.values.components.AbstractCReal
Determines if the given double value and this value are equivalent.
equivalent(double, double) - Static method in class com.cafean.client.values.components.AbstractCReal
Determines if the two double values are equivalent.
equivalent(double, double, DecimalFormat) - Static method in class com.cafean.client.values.components.AbstractCReal
Determines if the two double values are equivalent.
equivalent(AbstractCReal) - Method in class com.cafean.client.values.components.AbstractCReal
Determines if the given AbstractCReal value and this value are equivalent.
equivTable(SharedTable) - Method in class com.cafean.client.values.components.CTable1D
Returns true if the given SharedTable has the same equivalent columns as this table.
equivUnits(AbstractCReal) - Method in class com.cafean.client.values.components.AbstractCReal
This compares the unit name of this real with a given real.
error(String) - Method in class com.cafean.CalcServer.util.AbstractLoggable
Writes a error message.
error(String) - Method in class com.cafean.CalcServer.util.CJFImporterLoader
Writes a error message.
error(String) - Static method in class com.cafean.client.ui.pview.GroupPanel
Prints the given message to stderr in TRACE format.
error(String) - Static method in class com.cafean.JobStatus.Main
Prints the given message to stderr in ERROR format.
error(String) - Method in class com.cafean.jobstream.common.util.StreamLogger
Logs an error message.
error(String) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
 
error(String, Object...) - Method in class com.cafean.jobstream.common.util.download.DownloadProgress
Displays the given formatted error message.
error(String, Throwable) - Method in class com.cafean.CalcServer.util.AbstractLoggable
Writes a error message.
error(String, Throwable) - Method in class com.cafean.CalcServer.util.CJFImporterLoader
Writes a error message.
error(String, Throwable) - Method in class com.cafean.client.ui.ClientLogger
Logs an error message.
error(String, Throwable) - Static method in class com.cafean.JobStatus.Main
Prints the given message to stderr in ERROR format.
error(String, Throwable) - Method in class com.cafean.JobStatus.ui.stream.JobStatusLogger
Logs an error message.
error(String, Throwable) - Method in class com.cafean.jobstream.common.util.ApplicationContainer
Logs an error message.
error(String, Throwable) - Method in class com.cafean.jobstream.common.util.StreamLogger
Logs an error message.
error(String, Throwable) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
 
error(Throwable, String, Object...) - Method in class com.cafean.jobstream.common.util.download.DownloadProgress
Displays the given formatted error message with an accompanying exception.
error(SAXParseException) - Method in class com.cafean.jobstream.server.components.io.StreamDefinitionReader
This method is part of this reader's implementation of the ContentHandler interface and should not be called directly.
error(SAXParseException) - Method in class com.cafean.jobstream.server.sequence.io.SequenceDefinitionReader
This method is part of this reader's implementation of the ContentHandler interface and should not be called directly.
ERROR - Static variable in class com.cafean.client.ui.message.Message
Message severity for errors that are considered user created or caused
EscapeMap - Class in com.cafean.jobstream.common.util
A utility class intended for use in encoding raw strings as escaped segments suitable for including in a URI.
EuChangeListener - Interface in com.cafean.client.anim
Interface for objects that support changes to Engineering unit types and data sources.
eucode - Variable in class com.cafean.CalcServer.CalcServerCorba.VarStruct
 
eucode - Variable in class com.cafean.CalcServer.command.DataChannel
No Documentation Available.
eucode - Variable in class com.cafean.CalcServer.jobrpc.command.JDataChannel
No Documentation Available.
euCode - Variable in class com.cafean.CalcServer.command.UnitCodeResponse
the unit code for the unit.
euCode - Variable in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
No Documentation Available.
EUCode(int, int, String, String, String, double, double) - Constructor for class com.cafean.CalcServer.CustomUnitCodes.EUCode
 
eucodeTyp - Variable in class com.cafean.utils.NrcDBUnits
The type of engineering units code (0==SI, 1==British).
euType - Variable in class com.cafean.CalcServer.command.UnitCodeResponse
the underlying type for values; 0 for values stored in SI, 1 for values stored in British.
euType - Variable in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
No Documentation Available.
euUnitsChanged(EuUnitsChangedEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
Invoked when the selected units type is changed between SI and British.
euUnitsChanged(EuUnitsChangedEvent) - Method in interface com.cafean.client.anim.EuChangeListener
Invoked when the selected units type is changed SI<->British.
euUnitsChanged(EuUnitsChangedEvent) - Method in class com.cafean.client.anim.PlaybackButtonPanel
 
euUnitsChanged(EuUnitsChangedEvent) - Method in class com.cafean.client.anim.PlaybackToolbar
 
EuUnitsChangedEvent - Class in com.cafean.client.anim
The engineering units changed event.
EuUnitsChangedEvent(SourceManager, int) - Constructor for class com.cafean.client.anim.EuUnitsChangedEvent
Constructor.
eval(InputStream) - Method in class com.cafean.client.values.util.matlab.Engine
Evaluate commands from stream and keep output.
eval(InputStream, boolean) - Method in class com.cafean.client.values.util.matlab.Engine
 
eval(String) - Method in class com.cafean.client.values.util.matlab.Engine
Evalulate command and keep output.
eval(String, boolean) - Method in class com.cafean.client.values.util.matlab.Engine
 
evalDisplay - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
evalDisplay - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
No Documentation Available.
EVENT_ID - Static variable in class com.cafean.client.anim.EuUnitsChangedEvent
 
EVENT_ID - Static variable in class com.cafean.client.anim.SourceChangedEvent
 
EVENT_ID - Static variable in class com.cafean.client.anim.TransientDataChangedEvent
 
EvtCommandDelivered - Class in com.cafean.CalcServer.command
This class provides IO access to EvtCommandDelivered data bocks.
EvtCommandDelivered() - Constructor for class com.cafean.CalcServer.command.EvtCommandDelivered
Construct an empty instance.
EvtCommandDelivered(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.EvtCommandDelivered
Construct an instance from a PIB file entry.
EvtConsoleOutput - Class in com.cafean.CalcServer.command
This class provides IO access to EvtConsoleOutput data bocks.
EvtConsoleOutput() - Constructor for class com.cafean.CalcServer.command.EvtConsoleOutput
Construct an empty instance.
EvtConsoleOutput(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.EvtConsoleOutput
Construct an instance from a PIB file entry.
EvtEndTimeChanged - Class in com.cafean.CalcServer.command
This class provides IO access to EvtEndTimeChanged data bocks.
EvtEndTimeChanged() - Constructor for class com.cafean.CalcServer.command.EvtEndTimeChanged
Construct an empty instance.
EvtEndTimeChanged(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.EvtEndTimeChanged
Construct an instance from a PIB file entry.
EvtJobAdded - Class in com.cafean.CalcServer.command
This class provides IO access to EvtJobAdded data bocks.
EvtJobAdded() - Constructor for class com.cafean.CalcServer.command.EvtJobAdded
Construct an empty instance.
EvtJobAdded(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.EvtJobAdded
Construct an instance from a PIB file entry.
EvtJobRemoved - Class in com.cafean.CalcServer.command
This class provides IO access to EvtJobRemoved data bocks.
EvtJobRemoved() - Constructor for class com.cafean.CalcServer.command.EvtJobRemoved
Construct an empty instance.
EvtJobRemoved(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.EvtJobRemoved
Construct an instance from a PIB file entry.
EvtLogOutput - Class in com.cafean.CalcServer.command
This class provides IO access to EvtLogOutput data bocks.
EvtLogOutput() - Constructor for class com.cafean.CalcServer.command.EvtLogOutput
Construct an empty instance.
EvtLogOutput(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.EvtLogOutput
Construct an instance from a PIB file entry.
EvtNotificationQueue - Class in com.cafean.CalcServer.rpc
A synchronized, coalescing priority queue for OutgoingEvents.
EvtNotificationQueue() - Constructor for class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
EvtStatusTriggered - Class in com.cafean.CalcServer.command
This class provides IO access to EvtStatusTriggered data bocks.
EvtStatusTriggered() - Constructor for class com.cafean.CalcServer.command.EvtStatusTriggered
Construct an empty instance.
EvtStatusTriggered(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.EvtStatusTriggered
Construct an instance from a PIB file entry.
EvtTaskStatusChanged - Class in com.cafean.CalcServer.command
This class provides IO access to EvtTaskStatusChanged data bocks.
EvtTaskStatusChanged() - Constructor for class com.cafean.CalcServer.command.EvtTaskStatusChanged
Construct an empty instance.
EvtTaskStatusChanged(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.EvtTaskStatusChanged
Construct an instance from a PIB file entry.
Excluded - com.cafean.jobstream.server.components.Status
a task that was excluded from execution based on input file conditionals
execMonConFailed(String, int) - Method in interface com.cafean.CalcServer.CalcServerClient
Called when the CalcServerConnector has failed to establish a connection.
execMonConFailed(String, int) - Method in class com.cafean.JobStatus.tree.CalcServerNode
Called when the CalcServerConnector has failed to establish a connection.
execMonConFailed(String, int) - Method in class com.cafean.utils.CalcServerProxy
Called when the CalcServerConnector has failed to establish a connection.
execMonConnected(String, int, CalcServerRequester) - Method in interface com.cafean.CalcServer.CalcServerClient
Called when the CalcServerConnector has established a connection.
execMonConnected(String, int, CalcServerRequester) - Method in class com.cafean.JobStatus.tree.CalcServerNode
Called when the CalcServerConnector has established a connection.
execMonConnected(String, int, CalcServerRequester) - Method in class com.cafean.utils.CalcServerProxy
Called when the CalcServerConnector has established a connection.
execMonConUpdate(String, int, String) - Method in interface com.cafean.CalcServer.CalcServerClient
Called periodically while the CalcServerConnector is trying to establish a connection.
execMonConUpdate(String, int, String) - Method in class com.cafean.JobStatus.tree.CalcServerNode
Called periodically while the CalcServerConnector is trying to establish a connection.
execMonConUpdate(String, int, String) - Method in class com.cafean.utils.CalcServerProxy
Called periodically while the CalcServerConnector is trying to establish a connection.
ExecutableLocationEditor - Class in com.cafean.vcs.ui
This editor is used to select the current SVN executable location desired by the user.
ExecutableLocationEditor() - Constructor for class com.cafean.vcs.ui.ExecutableLocationEditor
 
execute() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Executes the python code in this function.
execute(ReportParams) - Method in class com.cafean.client.values.functions.AbstractNumericFunction
Executes this function using the given report parameters to control the resulting output.
ExecuteFunctionEditor - Class in com.cafean.client.values.editors
 
ExecuteFunctionEditor() - Constructor for class com.cafean.client.values.editors.ExecuteFunctionEditor
Creates new form ExecuteFunctionEditor
executeFunctions(ReportParams) - Method in class com.cafean.client.values.AbstractNumericsModel
Executes shared functions which are set to automatic execution then does a validation check on all of the model components.
executeFunctions(ReportParams, boolean) - Method in class com.cafean.client.values.AbstractNumericsModel
Executes shared functions which are set to automatic execution and optionally does a validation check on all of the model components.
executeModelValidations(boolean) - Method in class com.cafean.client.analysis.AbstractModel
This executes all of the tests that are found in this model.
executeUserDefinedFunctions() - Method in class com.cafean.client.analysis.AbstractModel
Executes all user defined functions in this model.
executeUserDefinedFunctions() - Method in class com.cafean.client.values.AbstractNumericsModel
 
executeUserDefinedFunctions(boolean) - Method in class com.cafean.client.values.AbstractNumericsModel
Executes all user defined functions in this model.
executeUserDefinedFunctions(ReportParams) - Method in class com.cafean.client.values.AbstractNumericsModel
Executes all user defined functions in this model using the provided report parameters.
executeUserDefinedFunctions(ReportParams, boolean) - Method in class com.cafean.client.values.AbstractNumericsModel
Only execute all user defined functions in this model using the provided options if the execute parameter is set to true.
executeUserDefinedFunctions(ReportParams, boolean, boolean) - Method in class com.cafean.client.values.AbstractNumericsModel
Executes all user defined functions in this model.
executeUserDefinedFunctions(Set<AbstractNumericsModel>) - Method in class com.cafean.client.values.AbstractNumericsModel
Executes all user defined functions in this model.
ExecutionModeEditor - Class in com.cafean.client.values.editors
Editor which sets the user defined function mode to automatic or manual.
ExecutionModeEditor() - Constructor for class com.cafean.client.values.editors.ExecutionModeEditor
Creates a new instance of ExecutionModeEditor
ExecutionStatus - Enum in com.cafean.CalcServer.util
 
ExecutionWrapper - com.cafean.CalcServer.util.JobHandleType
 
exit() - Method in class com.cafean.client.utils.pybatch.MEBatchPy4JInterface
Exits the Model Editor
exit(int) - Static method in class com.cafean.CalcServer.CalcServer
 
exitApplication(boolean) - Method in class com.cafean.client.ui.MainFrame
 
expand() - Method in class com.cafean.client.ui.pview.GroupPanel
Expands this panel to allow it's contained properties to be visible.
expand() - Method in class com.cafean.client.ui.util.search.GSSearchResult
 
expand(boolean) - Method in class com.cafean.client.ui.pview.GroupPanel
Expands this panel and displays it's properties (if not empty ).
expand(byte[], int) - Static method in class com.apt.xdr.Xdr
Expand a byte array.
expand(PanelExpansion) - Method in class com.cafean.client.ui.pview.GroupPanel
Expands this panel based on the given expansion if its name matches the given expansion's name.
ExpandableCell - Class in com.cafean.JobStatus.ui.csstream.table
 
ExpandableCell(JTable, TableCellRenderer) - Constructor for class com.cafean.JobStatus.ui.csstream.table.ExpandableCell
 
ExpandableCellEditor - Class in com.cafean.client.anim.channel
An editor for an expandable and collapsible table row.
ExpandableCellEditor(JTable, TableCellRenderer) - Constructor for class com.cafean.client.anim.channel.ExpandableCellEditor
Creates a new cell editor for the given table
ExpandableTableCell - Class in com.cafean.JobStatus.ui.stream
 
ExpandableTableCell(TableCellRenderer) - Constructor for class com.cafean.JobStatus.ui.stream.ExpandableTableCell
 
expandComponentNode(AbstractModel, AbstractComponent) - Static method in class com.cafean.client.ui.navigator.Navigator
Expands the categorized ComponentNode for the given component.
expandComponentNodes(AbstractModel, boolean, AbstractComponent...) - Static method in class com.cafean.client.ui.navigator.Navigator
Expands the categorized ComponentNodes for the given components.
expanded - Variable in class com.cafean.client.ui.pview.PanelExpansion
indicates whether the panel was expanded
Expanded - com.cafean.client.ui.swing.accordion.NodeState
 
ExpandedHighlighted - com.cafean.client.ui.swing.accordion.NodeState
 
ExpandedPressed - com.cafean.client.ui.swing.accordion.NodeState
 
expandGroup(String) - Method in class com.cafean.client.ui.beans.PropertySetPanel
Expands the GroupPanel for the given group name, if one is present.
expandGroup(String, boolean) - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
Expands the attribute group with the given name.
expandGroup(String, boolean) - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
Expands the attribute group with the given name.
expandGroup(String, boolean) - Method in class com.cafean.client.ui.beans.PropertySetPanel
Expands the GroupPanel for the given group name, if one is present.
expandNode() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
 
expandNode() - Method in class com.cafean.client.ui.navigator.BeanNode
 
expandNode() - Method in class com.cafean.client.ui.navigator.CategoryNode
Expands the current Category.
expandNode() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Expands the current Category.
expandNode() - Method in class com.cafean.client.ui.navigator.ComponentNode
This builds the children for this node by getting all of the connections that a specific component has, and organizing them by connection name.
expandNode() - Method in class com.cafean.client.ui.navigator.ConnectionListNode
 
expandNode() - Method in class com.cafean.client.ui.navigator.ConnectionNode
 
expandNode() - Method in class com.cafean.client.ui.navigator.MiniNavigatorRootNode
 
expandNode() - Method in class com.cafean.client.ui.navigator.ModelNode
 
expandNode() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Explores this node's children and adds nodes for each.
expandNode() - Method in interface com.cafean.client.ui.navigator.NavigatorRoot
 
expandNode() - Method in class com.cafean.client.ui.navigator.NavigatorRootNode
 
expandNode() - Method in class com.cafean.client.ui.navigator.PluginNode
 
expandNode() - Method in class com.cafean.client.ui.navigator.ViewComponentNode
This builds the children for this node
expandNode() - Method in class com.cafean.client.ui.util.search.GSTreeNode
Create the children of this node in an on-demand basis.
expandNode() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
 
expandNode(NavigatorNode) - Static method in class com.cafean.client.ui.navigator.BeanArrayNode
Explores this node, creating BeanNode children for each of the array elements in it's array.
expandNode(NavigatorNode) - Static method in class com.cafean.client.ui.navigator.BeanNode
This expands a given bean node into bean nodes and bean array nodes
expandNode(NavigatorNode) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
expandNode(NavigatorNode) - Static method in class com.cafean.client.ui.navigator.Navigator
 
expandNode(NavigatorNode, boolean) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
Expands and explores the given node.
expandNode(NavigatorNode, boolean) - Static method in class com.cafean.client.ui.navigator.Navigator
Expands and explores the given node.
expandPath(AbstractModel, TreePath) - Static method in class com.cafean.client.ui.navigator.Navigator
Expands the Navigator's tree using the given TreePath.
expandPath(TreePath) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
Expands the tree using the given TreePath.
expandRow(int) - Method in class com.cafean.client.anim.channel.ChannelTableModel
expands the row at the given index
expandRow(int) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
expandRow(int) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
expandRows(List<String>) - Method in class com.cafean.client.anim.channel.ChannelTableModel
Expands the necessary group heading rows to ensure that the channels in the given list are displayed in the table.
expansionChanged(AccordionExpansionEvent) - Method in interface com.cafean.client.ui.swing.accordion.AccordionExpansionListener
Called whenever the value of the expansion changes.
export() - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Exports this notebook's model to a text-document using the CAFEAN ODF library.
export(PibFile) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Exports a summary of this utility's model to the given PibFile in SNAP Data Exchange format.
export(AptBatchIntf, int) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
export(AptBatchIntf, int) - Method in class com.cafean.document.notebook.plot.ExportLegendProperties
 
export(AptBatchIntf, int, int) - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
export(File) - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Exports a summary of this utility's model to the given location in SNAP Data Exchange format.
exportBeforeFrontMatter(boolean, MasterStyleBlock, QuickNote) - Method in class com.cafean.document.notebook.AbstractExporterModule
Exports a front matter that is to be placed before the table of contents.
exportBeforeFrontMatter(boolean, MasterStyleBlock, QuickNote) - Method in class com.cafean.document.notebook.DocxExporterModule
 
exportBeforeFrontMatter(boolean, MasterStyleBlock, QuickNote) - Method in class com.cafean.document.notebook.OdfExporterModule
 
exportCollapsedRealTable(ComponentElement, String, String, String, CReal[][], Class) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Exports the given 2D array of values as a collapsed table.
ExportColor - Enum in com.cafean.document.notebook.plot
 
exportConditionSet(ConditionSet, String) - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method exports a condition set to a local file in a CSV formatted file.
exportConditionSet(AbstractNumericsModel, ConditionSet, Path, boolean) - Static method in class com.cafean.client.ic.AbstractConditionSetManager
This method generates an condition set file that contains the data in the condition set in the sets current units.
ExportContext - Class in com.cafean.client.validation
The base class for simple objects that correlate positions in the ASCII view of a model to the properties and graphical editors in the user interface.
ExportDataSet - Class in com.cafean.document.notebook.plot
 
ExportDataSet(double[], double[]) - Constructor for class com.cafean.document.notebook.plot.ExportDataSet
 
ExportDataSet(List<Double>, List<Double>) - Constructor for class com.cafean.document.notebook.plot.ExportDataSet
 
exportDrawnComponent(AbstractComponent) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Exports the drawn component rendering to an image file, then includes the image file in the document.
ExportGraph - Class in com.cafean.document.notebook.plot
 
ExportGraph() - Constructor for class com.cafean.document.notebook.plot.ExportGraph
 
ExportGraph() - Method in class com.cafean.document.notebook.plot.ExportGraph
 
ExportGraph(ExportDataSet...) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
ExportGraph(List<ExportDataSet>) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
ExportImageDialog - Class in com.cafean.utils
A dialog for requesting the desired size of an image from the user.
ExportImageDialog(JDialog, int, int) - Constructor for class com.cafean.utils.ExportImageDialog
Creates new form ExportImageDialog
ExportImageDialog(JFrame, int, int) - Constructor for class com.cafean.utils.ExportImageDialog
Creates new form ExportImageDialog
ExportLabelPlacement - Enum in com.cafean.document.notebook.plot
 
ExportLegendProperties - Class in com.cafean.document.notebook.plot
 
ExportLegendProperties() - Constructor for class com.cafean.document.notebook.plot.ExportLegendProperties
 
exportModel(AbstractModel, PrintWriter) - Method in class com.cafean.client.integrator.IntegratedModelExporter
Exports the given model to the given PrintWriter
exportModel(PrintWriter) - Method in class com.cafean.client.validation.AbstractValidationWrapper
Exports this wrapper's model to the given writer.
exportModelMetrics(File) - Method in class com.cafean.client.analysis.AbstractModel
Export a file containing the state of all testable metrics for the given model.
exportModelMetricsSpec(File) - Method in class com.cafean.client.analysis.AbstractModel
Export a file containing the metrics specification for the model.
exportNotebook(AbstractNotebookExporter) - Method in class com.cafean.client.values.functions.AbstractNumericFunction
Exports the properties of this function to a model notebook using the given model notebook exporter object.
exportNotebook(AbstractNotebookExporter) - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
Exports the properties of this data store to a model notebook using the given model notebook exporter object.
exportNotebook(AbstractNotebookExporter) - Method in interface com.cafean.document.notebook.NotebookComponent
Exports the data in this component that is not represented by values directly in the properties view.
exportPropertiesTables(ComponentElement) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Exports a table of property names, values, owner/reviewer data, etc., for each of the attribute groups (including General) that are defined in the given component.
exportPropertiesTables(ComponentElement, ArrayList<String>) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Exports a table of property names, values, owner/reviewer data, etc., for each of the attribute groups (including General) supplied.
exportPublicKey(File) - Static method in class com.cafean.CalcServer.LockHandler
Exports this lock handler's public key to the given file.
exportRestartCase(File) - Method in class com.cafean.client.integrator.IntegrationCase
 
exportRestartCase(OutputStream) - Method in class com.cafean.client.integrator.IntegrationCase
 
ExportSymbol - Enum in com.cafean.document.notebook.plot
 
exportTitlePage(QuickNote, String, File) - Method in class com.cafean.document.notebook.AbstractExporterModule
Exports a title page with the given note and classification label to the given location.
exportTitlePage(QuickNote, String, File) - Method in class com.cafean.document.notebook.DocxExporterModule
 
exportTitlePage(QuickNote, String, File) - Method in class com.cafean.document.notebook.OdfExporterModule
 
exportTitlePage(QuickNote, String, File, ExportableTextDocument.ExportDocType) - Static method in class com.cafean.document.notebook.AbstractNotebookExporter
 
exportViewImage(ViewComponent) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Exports a ViewComponent display as an image in the document.
exportViewTemplate(File) - Method in class com.cafean.client.analysis.ViewComponent
Exports a view template (*.mvt) of this 2D View to the given file.
ExternFunction - Class in com.cafean.client.values.components
This class provides IO access to ExternFunction data bocks.
ExternFunction() - Constructor for class com.cafean.client.values.components.ExternFunction
Construct an empty instance.
ExternFunction(PibFile) - Constructor for class com.cafean.client.values.components.ExternFunction
Construct an instance from a PIB file entry.
ExternFunction(ComponentElement) - Constructor for class com.cafean.client.values.components.ExternFunction
Construct an empty instance.
ExternFunction(DataInputStream) - Constructor for class com.cafean.client.values.components.ExternFunction
Construct an instance from a PIB file entry.
ExternFunctionBeanInfo - Class in com.cafean.client.values.components
This class provides BeanInfo for the ExternFunction class.
ExternFunctionBeanInfo() - Constructor for class com.cafean.client.values.components.ExternFunctionBeanInfo
 
extractFiles(File, File, String) - Static method in class com.cafean.jobstream.common.util.FileUtils
Extract every entry in the ZIP file that starts with the prefix to the target directory.
extractFromModel(AbstractModel) - Method in class com.cafean.client.analysis.RestartCase
This method extracts the relevant restart data from the given model and stores it in this case
ExtractLocal - com.cafean.jobstream.common.components.ApplicationSetup
The specified application must be extracted into the working directory.
extractPropertiesFile(File, String) - Static method in class com.cafean.jobstream.common.util.FileUtils
Extracts the text contents of the source file named in the ZIP path from the given ZIP file and returns it as a string.
ExtractStage - com.cafean.jobstream.common.components.ApplicationSetup
The specified application must be extracted into the staging location.
extractTextFile(File, String) - Static method in class com.cafean.jobstream.common.util.FileUtils
Extracts the text contents of the source file named in the ZIP path from the given ZIP file and returns it as a string.

F

failed() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
failed(String) - Method in class com.cafean.jobstream.common.util.download.FileProgress
Update the progress display to indicate that this file download has failed with the given reason.
failed(Throwable) - Method in class com.cafean.JobStatus.ui.stream.request.AllStreamLogsRequest
 
failed(Throwable) - Method in class com.cafean.JobStatus.ui.stream.request.StreamLogRequest
 
failed(Throwable) - Method in interface com.cafean.JobStatus.util.RequestListener
 
failed(Throwable) - Method in class com.cafean.jobstream.common.util.download.FileProgress
Update the progress display to indicate that this file download has failed with the given cause.
Failed - com.cafean.JobStatus.ui.csstream.ConsoleStatus
 
Failed - com.cafean.jobstream.server.components.Status
a task that has completed but a failure was reported
failedFiles - Variable in class com.cafean.CalcServer.command.DeleteJobResponse
No Documentation Available.
failedJob - Variable in class com.cafean.CalcServer.command.DeleteJobResponse
No Documentation Available.
failure(String) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
failure(String) - Method in class com.cafean.jobstream.common.util.Progress
Notifies this Progress that the process has failed with a message indicating why.
failure(String, Throwable) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
failure(String, Throwable) - Method in class com.cafean.jobstream.common.util.Progress
Notifies this Progress that the process has failed with a message and an exception indicating why.
FAILURE - Static variable in class com.cafean.rpc.RPCResponse
the return code indicating that the request failed on the responder side
FAMILY - Variable in class com.cafean.client.io.med.FontRec
No Documentation Available.
FastStateEdit - Class in com.cafean.client.ui.util
An undoable edit suitable for the general case of modifying an instance of StateEditable that contains too much information for StateEdit to be a valid choice.
FastStateEdit(StateEditable) - Constructor for class com.cafean.client.ui.util.FastStateEdit
Creates a new edit
FastStateEdit(StateEditable, String) - Constructor for class com.cafean.client.ui.util.FastStateEdit
Creates a new edit
FastStateValueEdit - Class in com.cafean.client.values.util
 
FastStateValueEdit(StateEditable, AbstractNumericsModel) - Constructor for class com.cafean.client.values.util.FastStateValueEdit
 
FastStateValueEdit(StateEditable, String, AbstractNumericsModel) - Constructor for class com.cafean.client.values.util.FastStateValueEdit
 
FatalBatchError - Error in com.cafean.client.io
A runtime exception thrown to indicate a fatal error in processing a batch command.
FatalBatchError(String, String) - Constructor for error com.cafean.client.io.FatalBatchError
Creates a new instance of FatalBatchError
FatalBatchError(String, Throwable) - Constructor for error com.cafean.client.io.FatalBatchError
Creates a new instance of FatalBatchError
FatalNIFException - Exception in com.cafean.client.values.nif
An exception thrown during NIF Import/Export when a fatal error occurs.
FatalNIFException(String) - Constructor for exception com.cafean.client.values.nif.FatalNIFException
 
FatalNIFException(String, Throwable) - Constructor for exception com.cafean.client.values.nif.FatalNIFException
 
file - Variable in class com.cafean.CalcServer.command.FileRequestResponse
No Documentation Available.
file - Variable in class com.cafean.CalcServer.jobrpc.command.JFileRequest
No Documentation Available.
file - Variable in class com.cafean.JobStatus.ui.stream.FileInfo
 
file_dbid - Variable in class com.cafean.jobstream.tracker.CallbackRec
Optional Foreign Key to the FILE table.
file_desc - Variable in class com.cafean.CalcServer.command.CommandFile_file
 
file_desc - Variable in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
 
file_desc - Variable in class com.cafean.client.integrator.components.SubSystemIntegration_file
 
file_desc - Variable in class com.cafean.client.io.med.MED_file
 
file_desc - Variable in class com.cafean.client.rpc.command.ModelEditorCommand_file
 
file_desc - Variable in class com.cafean.client.values.components.CNL_LIBRARY_file
 
file_desc - Variable in class com.cafean.config.rpc.command.ConfigToolCommand_file
 
file_desc - Variable in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
 
file_desc - Variable in class com.cafean.rpc.command.RPC_file
 
file_desc - Variable in class com.cafean.snapdx.SNAPDataExchange_file
 
FILE_PERSONAL - Static variable in class com.cafean.config.site.AbstractSiteConfigLoader
 
FILE_PORTFILE - Static variable in class com.cafean.CalcServer.CalcServer
The absolute file location of the calculation server port file.
FILE_PORTFILE - Static variable in class com.cafean.config.ConfigToolLauncher
The absolute file location of the calculation server port file.
FILE_PORTFILE - Static variable in class com.cafean.JobStatus.Main
The absolute file location of the calculation server port file.
FILE_PRIVATE - Static variable in class com.cafean.CalcServer.LockHandler
the absolute file location of the server's private key
FILE_PUBLIC - Static variable in class com.cafean.CalcServer.LockHandler
the absolute file location of the server's public key
FILE_REFRESH - Static variable in class com.cafean.CalcServer.CalcServer
The absolute file location of the config refresh file.
FILE_SHUTDOWN - Static variable in class com.cafean.CalcServer.CalcServer
The absolute file location of the shutdown file.
FILE_SITE_CONFIG_PROPS - Static variable in class com.cafean.config.site.AbstractSiteConfigLoader
the name of the site configuration properties file
FILE_STATFILE - Static variable in class com.cafean.CalcServer.CalcServer
The absolute file location of the calculation server status file.
file_type - Variable in class com.cafean.CalcServer.command.CommandFile_file
 
file_type - Variable in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
 
file_type - Variable in class com.cafean.client.integrator.components.SubSystemIntegration_file
 
file_type - Variable in class com.cafean.client.io.med.MED_file
 
file_type - Variable in class com.cafean.client.rpc.command.ModelEditorCommand_file
 
file_type - Variable in class com.cafean.client.values.components.CNL_LIBRARY_file
 
file_type - Variable in class com.cafean.config.rpc.command.ConfigToolCommand_file
 
file_type - Variable in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
 
file_type - Variable in class com.cafean.jobstream.tracker.FileRefRec
The file type identifier used for Job steps.
file_type - Variable in class com.cafean.rpc.command.RPC_file
 
file_type - Variable in class com.cafean.snapdx.SNAPDataExchange_file
 
FILE_TYPE - Static variable in class com.cafean.moviegen.PreviewFrame
 
file_version - Variable in class com.cafean.CalcServer.command.CommandFile_file
 
file_version - Variable in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
 
file_version - Variable in class com.cafean.client.integrator.components.SubSystemIntegration_file
 
file_version - Variable in class com.cafean.client.io.med.MED_file
 
file_version - Variable in class com.cafean.client.rpc.command.ModelEditorCommand_file
 
file_version - Variable in class com.cafean.client.values.components.CNL_LIBRARY_file
 
file_version - Variable in class com.cafean.config.rpc.command.ConfigToolCommand_file
 
file_version - Variable in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
 
file_version - Variable in class com.cafean.rpc.command.RPC_file
 
file_version - Variable in class com.cafean.snapdx.SNAPDataExchange_file
 
fileBegin(String, Path, long) - Method in class com.cafean.jobstream.common.util.download.DownloadProgress
Display the beginning of a file download.
fileCategory - Variable in class com.cafean.CalcServer.command.JobFilesRequest
An optional file category to limit the retrieved file listings.
FileChooser - Class in com.cafean.utils
This extension of JFileChooser always appears in the center of the view.
FileChooser() - Constructor for class com.cafean.utils.FileChooser
 
FileDiff - Class in com.cafean.client.ui.diff
 
FileDiff(ArrayList<String>, ArrayList<String>) - Constructor for class com.cafean.client.ui.diff.FileDiff
 
FileDocument - Class in com.cafean.JobStatus.OutputViewer
 
FileDocument() - Constructor for class com.cafean.JobStatus.OutputViewer.FileDocument
Creates a new document
FileEntry - Class in com.cafean.CalcServer.command
This class provides IO access to FileEntry data bocks.
FileEntry() - Constructor for class com.cafean.CalcServer.command.FileEntry
Construct an empty instance.
FileEntry(PibFile) - Constructor for class com.cafean.CalcServer.command.FileEntry
Construct an instance from a PIB file entry.
FileExtension - Class in com.cafean.utils
Filter class
FileExtension(String) - Constructor for class com.cafean.utils.FileExtension
 
FileExtension(String[]) - Constructor for class com.cafean.utils.FileExtension
 
fileID - Variable in class com.cafean.CalcServer.command.GetFileCancelRequest
No Documentation Available.
fileID - Variable in class com.cafean.CalcServer.command.GetFileContentsRequest
No Documentation Available.
fileID - Variable in class com.cafean.CalcServer.command.GetFileResponse
No Documentation Available.
fileID - Variable in class com.cafean.CalcServer.command.SendFileCancelRequest
No Documentation Available.
fileID - Variable in class com.cafean.CalcServer.command.SendFileContentsRequest
No Documentation Available.
fileIndex - Variable in class com.cafean.CalcServer.command.ViewableFileBlockRequest
No Documentation Available.
fileIndex - Variable in class com.cafean.CalcServer.command.ViewablePoiRequest
No Documentation Available.
FileInfo - Class in com.cafean.JobStatus.ui.stream
 
FileInfo(TaskRec, FileRefRec) - Constructor for class com.cafean.JobStatus.ui.stream.FileInfo
 
FileInfoQuery - Class in com.cafean.JobStatus.ui.stream
 
FileInfoQuery(TrackerModule, List<TaskRec>, TrackerStreamPanel) - Constructor for class com.cafean.JobStatus.ui.stream.FileInfoQuery
 
FileInfoTableModel - Class in com.cafean.JobStatus.ui.stream
A table model representing the union of the retrieved inputs and stored outputs for a set of selected tasks.
FileInfoTableModel() - Constructor for class com.cafean.JobStatus.ui.stream.FileInfoTableModel
Creates a new table of file information
FileInfoTableMouseListener - Class in com.cafean.JobStatus.ui.stream
 
FileInfoTableMouseListener(StreamContext, JobStreamRec) - Constructor for class com.cafean.JobStatus.ui.stream.FileInfoTableMouseListener
 
fileLabels - Variable in class com.cafean.client.rpc.command.AnimateJobRequest
No Documentation Available.
fileLength - Variable in class com.cafean.CalcServer.command.GetFileResponse
No Documentation Available.
FileLocation - Class in com.cafean.jobstream.server.sequence
 
FileLocation() - Constructor for class com.cafean.jobstream.server.sequence.FileLocation
 
filename - Variable in class com.cafean.jobstream.tracker.FileRefRec
The file name (does not include path).
FileProgress - Class in com.cafean.jobstream.common.util.download
Handles the progress of an individual file being downloaded as part of a set of one or more files.
FileReference - Class in com.cafean.jobstream.common
The base class used to encapsulate a reference to a single file.
FileRefRec - Class in com.cafean.jobstream.tracker
Utility class used to hold records for the FILEREF Database Table.
FileRefRec() - Constructor for class com.cafean.jobstream.tracker.FileRefRec
 
FileRequest - Class in com.cafean.CalcServer.command
This class provides IO access to FileRequest data bocks.
FileRequest() - Constructor for class com.cafean.CalcServer.command.FileRequest
Construct an empty instance.
FileRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.FileRequest
Construct an instance from a PIB file entry.
FileRequestResponse - Class in com.cafean.CalcServer.command
This class provides IO access to FileRequestResponse data bocks.
FileRequestResponse() - Constructor for class com.cafean.CalcServer.command.FileRequestResponse
Construct an empty instance.
FileRequestResponse(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.FileRequestResponse
Construct an instance from a PIB file entry.
files - Variable in class com.cafean.CalcServer.command.FilesListRequest
No Documentation Available.
files - Variable in class com.cafean.CalcServer.command.FolderEntry
No Documentation Available.
files - Variable in class com.cafean.CalcServer.command.JobFilesList
No Documentation Available.
files - Variable in class com.cafean.CalcServer.command.ViewableFilesRequest
No Documentation Available.
FileSelectionEditor - Class in com.cafean.client.ui.beans
A simple editor for a file path stored as a String.
FileSelectionEditor() - Constructor for class com.cafean.client.ui.beans.FileSelectionEditor
Creates a new FileSelectionEditor
FilesListRequest - Class in com.cafean.CalcServer.command
This class provides IO access to FilesListRequest data bocks.
FilesListRequest() - Constructor for class com.cafean.CalcServer.command.FilesListRequest
Construct an empty instance.
FilesListRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.FilesListRequest
Construct an instance from a PIB file entry.
FileToucher - Class in com.cafean.CalcServer.util
A simple thread utility that sets the last modified time on a file every touchDelay milliseconds with sleeps of sleepDelay milliseconds between.
FileToucher(File) - Constructor for class com.cafean.CalcServer.util.FileToucher
Creates a new toucher for the given file that touches every 30 seconds with a sleep delay of 5 seconds.
FileToucher(File, long, long) - Constructor for class com.cafean.CalcServer.util.FileToucher
Creates a new toucher for the given file that touches every touchDelay and sleeps sleepDelay between time checks.
FileType - Class in com.cafean.jobstream.common.components
This class holds information indicating a type of file for use by job steps.
FileType(String, String, int) - Constructor for class com.cafean.jobstream.common.components.FileType
Creates a new FileType with the source, name and type defined.
FileType(String, String, int, String) - Constructor for class com.cafean.jobstream.common.components.FileType
Creates a new FileType with the source, name, type and description defined.
FileType(String, String, int, String, FileTypeCategory) - Constructor for class com.cafean.jobstream.common.components.FileType
Creates a new FileType with the source, name, type and description defined.
FileType(String, String, int, String, PointOfInterest[], FileTypeCategory[]) - Constructor for class com.cafean.jobstream.common.components.FileType
Creates a new FileType with the source, name, type and description defined.
FileTypeCategory - Enum in com.cafean.jobstream.common.components
An encapsulation of a category of files used for a particular purpose such as AptPlot-supported graphics files or OpenOffice.org documents.
FileTypeLoader - Class in com.cafean.jobstream.common.components.io
A utility class used to read FileType objects from each of the JARs in the SNAP plugins folder.
FileTypeLoader() - Constructor for class com.cafean.jobstream.common.components.io.FileTypeLoader
Creates a new loader for loading file types from the SNAP plugins folder.
FileTypeReader - Class in com.cafean.jobstream.common.components.io
A SAX ContentHandler intended for use in reading FileTypes from XML.
FileTypeReader() - Constructor for class com.cafean.jobstream.common.components.io.FileTypeReader
 
FileTypeReader(XMLReader, ContentHandler) - Constructor for class com.cafean.jobstream.common.components.io.FileTypeReader
 
FileUtils - Class in com.cafean.jobstream.common.util
A collection of file related utility methods.
fill(Shape) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
FILL_COLOR - Static variable in class com.cafean.client.ui.annotation.pattern.FillPatterns
 
FILL_NONE - Static variable in class com.cafean.client.ui.annotation.pattern.FillPatterns
 
FILL_PATTERN - Static variable in class com.cafean.client.ui.annotation.pattern.FillPatterns
 
fillArc(int, int, int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
fillOval(int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
FillPatternComboBox - Class in com.cafean.client.ui.annotation.pattern
 
FillPatternComboBox(JComponent) - Constructor for class com.cafean.client.ui.annotation.pattern.FillPatternComboBox
Creates new form PatternSelectionCombo
FillPatternEditor - Class in com.cafean.client.ui.annotation.pattern
 
FillPatternEditor() - Constructor for class com.cafean.client.ui.annotation.pattern.FillPatternEditor
Creates new form FillPatternEditor
FillPatterns - Class in com.cafean.client.ui.annotation.pattern
 
FillPatterns() - Constructor for class com.cafean.client.ui.annotation.pattern.FillPatterns
 
FillPatternSelectionPopup - Class in com.cafean.client.ui.annotation.pattern
 
FillPatternSelectionPopup() - Constructor for class com.cafean.client.ui.annotation.pattern.FillPatternSelectionPopup
 
fillPolygon(int[], int[], int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
fillRect(int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
fillRoundRect(int, int, int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
filter - Static variable in class com.cafean.utils.images.ImageMgr
 
filter(String) - Method in class com.cafean.client.ui.beans.PropertySet
This method will refresh the set of available properties using the provided filter expression.
Filter - Enum in com.cafean.JobStatus.tree
 
FilteredFolderNode - Class in com.cafean.JobStatus.tree
An extension of DefaultMutableTreeNode used internally to represent a filtered set of job streams on a calculation server.
FilteredFolderNode(Filter) - Constructor for class com.cafean.JobStatus.tree.FilteredFolderNode
 
FilteredMultiCompSelectionDialog - Class in com.cafean.client.ui.beans
A modal dialog used to edit the list of components included in a sub-system.
FilteredMultiCompSelectionDialog(Window, int[], AbstractNumericsModel) - Constructor for class com.cafean.client.ui.beans.FilteredMultiCompSelectionDialog
Creates a new included component editing dialog
FilterPropertySetDialog - Class in com.cafean.client.ui.beans
This is a filter enabled non-modal dialog for editing ComponentElements.
FilterPropertySetDialog(Dialog, ComponentElement) - Constructor for class com.cafean.client.ui.beans.FilterPropertySetDialog
Creates new form PropertySetDialog
FilterPropertySetDialog(Frame, ComponentElement) - Constructor for class com.cafean.client.ui.beans.FilterPropertySetDialog
Creates new form PropertySetDialog
FilterPropertySetEditor - Class in com.cafean.client.ui.beans
A non modal editor for subblocks, generically built it spawns a propertysetpanel to edit.
FilterPropertySetEditor() - Constructor for class com.cafean.client.ui.beans.FilterPropertySetEditor
 
findAccessor(String) - Method in class com.cafean.client.values.AbstractNumericsModel
Returns the Accessor with the matching identifier, or null if not match is found.
findActiveJob(JobHandle) - Method in class com.cafean.CalcServer.rpc.CalcServerListener
 
findApplication(String) - Method in class com.cafean.jobstream.common.util.ApplicationContainer
finds the first available locally defined application with the given name
findApplication(String) - Method in class com.cafean.jobstream.server.components.Stream
returns the ApplicationDefinition for the application with the given name.
findApplication(String, String) - Method in class com.cafean.config.site.AbstractSiteConfigLoader
Retrieves the application with the given name located on the given platform.
findApplication(String, String) - Method in class com.cafean.jobstream.server.components.Stream
returns the ApplicationDefinition for the application with the given name.
findAsciiLocation(int, StyledDocument, StyledDocument) - Method in class com.cafean.client.validation.AbstractValidationWrapper
Returns caret location in the given model ASCII display document corresponding to the given caret location in the given validation results document.
findAttributeGroups(Class) - Static method in class com.cafean.document.notebook.AbstractNotebookExporter
finds the available attribute groups associated with the target class.
findAvailableRange() - Method in class com.cafean.client.anim.AbstractRangedBean
Attempts to find an appropriate range for this Display Bean.
findAvailableRange() - Method in class com.cafean.client.anim.AbstractVolumeBean
 
findAvailableRange() - Method in class com.cafean.client.ui.annotation.PolygonBean
Attempts to find an appropriate range for this Display Bean if the containing View is part of an animatable model.
findByCC(int, Category) - Method in class com.cafean.client.analysis.ComponentList
Retrieves the AbstractComponent with the given component number.
findByCC(int, Category<T>) - Method in class com.cafean.client.analysis.ComponentSet
Retrieves the component in this model that has the given component number and is in a subset of the given category.
findByCC(AbstractModel, int) - Method in class com.cafean.client.analysis.Category
Gets the component in this model for this category which has the provided component number.
findByCC(AbstractModel, int) - Method in class com.cafean.client.analysis.SearchCategory
 
findByDB_ID(int) - Method in class com.cafean.client.analysis.ElementList
Retrieves the GenericObject with the given DB_ID.
findByDB_ID(AbstractModel, int) - Method in class com.cafean.client.analysis.Category
Gets the component in this model for this category which has the provided db id number.
findByDB_ID(AbstractModel, int) - Method in class com.cafean.client.analysis.SearchCategory
 
findByDBID(int) - Method in class com.cafean.client.analysis.ComponentSet
Finds the abstract component with the given DB_ID.
findByDBID(Category<T>, int) - Method in class com.cafean.client.analysis.ComponentSet
Finds the abstract component with the given DB_ID.
findByIdent(int) - Method in class com.cafean.client.analysis.ComponentSet
Finds the abstract component with the given ident.
findByIdent(int) - Method in class com.cafean.client.analysis.ElementList
Retrieves the GenericObject with the given ident.
findByIdent(int) - Method in class com.cafean.jobstream.server.components.TaskList
Retrieves the Task with the given ident.
findByIdent(int, boolean) - Method in class com.cafean.client.analysis.ElementList
Retrieves the GenericObject with the given ident.
findByIdent(AbstractModel, int) - Method in class com.cafean.client.analysis.Category
Gets the component in this model for this category which has the provided ident.
findByIdent(AbstractModel, int) - Method in class com.cafean.client.analysis.SearchCategory
 
findByIdent(Category<T>, int) - Method in class com.cafean.client.analysis.ComponentSet
Finds the abstract component with the given ident in the given category.
findByName(String) - Method in class com.cafean.jobstream.server.components.TaskList
Retrieves the FIRST Task with the given name.
findByRelativePath(String) - Method in class com.cafean.jobstream.server.components.Stream
Returns the Task with the given relativeLocation or null if none is found.
findByRelativePath(String) - Method in class com.cafean.jobstream.server.components.TaskList
Retrieves the FIRST Task with the given folder path and name.
findByUniqueID(AbstractModel, String) - Method in class com.cafean.client.analysis.Category
Gets the component in this model for this category which has the provided unique ID.
findByUniqueID(AbstractModel, String) - Method in class com.cafean.client.analysis.SearchCategory
 
findByUniqueID(String, Category<T>) - Method in class com.cafean.client.analysis.ComponentSet
Retrieves the component in this model that has the given Unique Identifier and is in a subset of the given category.
findCategoryByName(String) - Method in class com.cafean.client.analysis.AbstractModel
Gets the Category with the given name.
findCategoryByShortName(String) - Method in class com.cafean.client.analysis.AbstractModel
Gets the Category with the given short name.
findCategoryNode(Category) - Method in class com.cafean.client.ui.navigator.CategoryNode
This recursive function is used to find the category node for a given Category.
findCategoryNode(Category) - Method in class com.cafean.client.ui.navigator.ChildComponentNode
This recursive function is used to find the category node for a given Category.
findCategoryNode(Category) - Method in class com.cafean.client.ui.navigator.ModelNode
Finds the CategoryNode representing the given Category in this ModelNode.
findCJFs(String) - Method in class com.cafean.CalcServer.JobQueue
Retrieves a set of CalcJobFile handles describing the contents of the given folder path.
findColumn(SharedTable, ColumnDescription) - Static method in class com.cafean.client.values.components.ColumnDescription
Finds the first column in a SharedTable that matches the data type defined in the ColumnDescription.
findColumn(SharedTable, ColumnDescription, int) - Static method in class com.cafean.client.values.components.ColumnDescription
Finds the first column in a SharedTable that matches the data type defined in the ColumnDescription, starting from a specific index.
findColumnIndex(String) - Method in class com.cafean.client.values.components.AbstractTableReference
Finds the index in the mapping to the selected column name.
findComponentAt(int, int) - Method in class com.cafean.client.ui.BeanBox
 
findComponentAt(int, int) - Method in class com.cafean.client.values.drawn.DrawnSharedBoolean
 
findComponentAt(int, int) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
findComponentAt(int, int) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
findComponentAt(int, int) - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
findComponentAt(int, int) - Method in class com.cafean.client.values.drawn.DrawnSharedTable
 
findComponentByCC(int, Category<T>) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the component in this model that has the given CC or component number and is in a subset of the given category.
findComponentByCC(int, String) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the component in this model that has the given CC or component number and is in a subset of the given category.
findComponentByDB_ID(int) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the component in this model that has the given dbid by searching through each category.
findComponentByDB_ID(int, Category<T>) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the component in this model that has the given dbid and is in a subset of the given category.
findComponentByID(String) - Method in class com.cafean.client.analysis.AbstractModel
This method allows finding a model by a user-friendly identifier.
findComponentByIdent(int) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the component in this model that has the given ident by searching through each category.
findComponentByIdent(int, Category<T>) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the component in this model that has the given ident and is in a subset of the given category.
findComponentByUniqueID(String, Category) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the component in this model that has the given Unique Identifier and is in a subset of the given category.
findComponentByUniqueID(String, String) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the component in this model that has the given Unique Identifier and is in a subset of the given category.
findComponentByUniqueID(String, String) - Method in class com.cafean.client.values.AbstractNumericsModel
 
findComponentGroup(Category) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the appropriate ComponentNumberGroup instance for the given Category.
findComponentNode(AbstractComponent) - Method in class com.cafean.client.ui.navigator.CategoryNode
Retrieves the component node for the given component
findComponentNode(AbstractComponent) - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Retrieves the component node for the given component
findComponentNode(AbstractComponent) - Method in class com.cafean.client.ui.navigator.MiniNavigatorRootNode
 
findComponentReferences(AbstractComponent) - Method in class com.cafean.client.analysis.AbstractModel
This method returns a list of all of the AbstractComponent instances in this model that have an ident or name reference to the specified component.
findComponentsInside(int, int, int, int) - Method in class com.cafean.client.ui.BeanBox
Retreive the list of components located within a rectangular region bounded by the points (x1,y1) and (x2,y2).
findConditionSet(String) - Method in class com.cafean.client.ic.AbstractConditionSetManager
Returns the ConditionSet with the provided name in the current model.
findConnectionList(Connection) - Method in class com.cafean.client.ui.navigator.ComponentNode
This attempts to find the ConnectionListNode that the specified connection would fall in.
findConstant(AbstractModel, String) - Static method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Finds the UserDefinedConstant in the given model with the given name.
findContext(int) - Method in class com.cafean.client.validation.util.AsciiCaretListener
Retrieves the export context for the given position
findCRealClass(String) - Method in class com.cafean.client.values.AbstractNumericsModel
Finds the CReal derivative whose class name matches the provided name.
findCrossReferences() - Method in class com.cafean.client.integrator.SubsystemIntegrator
Finds the necessary CrossReferences in the SubSystems selected for integration.
findDataStore(AbstractModel, String) - Static method in class com.cafean.client.values.components.AbstractSharedValue
Provides the appropriately named data store.
findDefaultApplication(String) - Method in class com.cafean.jobstream.server.components.Stream
Find the appropriate default application definition of the given type.
findDisplayBeanClass(String) - Static method in class com.cafean.client.ui.Toolbox
Retrieves the Class with the given class name in the list of Display Bean classes available.
findElementByDB_ID(int) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the GenericObject in this model with the given DB_ID.
findElementByIdent(int) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the element in this model with the given ident.
findEmbedded(DrawnEmbeddedConnection[], int, ConnectionData) - Method in class com.cafean.client.ui.DrawnViewComponent
 
findEquivalentSharedComponent(SharedComponent) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves an equivalent SharedComponent for the given component.
findExistingNumeric(HashMap<String, AbstractSharedValue>, AbstractSharedValue) - Static method in class com.cafean.client.values.nif.NumericsImporter
 
findFeaturePlugin(String) - Method in class com.cafean.client.utils.pybatch.MEBatchPy4JInterface
Returns the MEFeaturePlugin with the given ID
findFileType(String) - Static method in class com.cafean.CalcServer.CalcServer
 
findFileType(String) - Method in class com.cafean.jobstream.common.components.io.FileTypeLoader
returns the FileType with the given type string or null if it is not found
findFolderContents(FolderContentsRequest) - Method in class com.cafean.CalcServer.JobQueue
Retrieves a set of Job and Folder objects describing the contents of the requested folder
findFunction(AbstractModel, int) - Static method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Finds the UserDefinedFunction in the given model with the given name.
findFunction(AbstractModel, int) - Static method in class com.cafean.client.values.components.AbstractSharedValue
Finds a AbstractNumericFunction by its primary key.
findGroupByIdent(int) - Method in class com.cafean.client.ui.BeanBox
Retrieves the VisualGroup instance in this BeanBox that has the given ident.
findGroupByOldIdent(int) - Method in class com.cafean.client.ui.BeanBox
Retrieves the VisualGroup instance in this BeanBox that has the given old ident.
findicet(int, double, double, double, boolean) - Method in class com.cafean.h2o.NewSteamTables
 
findInput(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
returns the input with the given label or null if none is found
findInputByName(String) - Method in class com.cafean.jobstream.server.components.Task
returns the file handle with the given runtime file name.
findJob(int) - Method in class com.cafean.CalcServer.JobQueue
Retrieves the loaded job with the given dbid.
findJob(String) - Method in class com.cafean.CalcServer.JobQueue
Locate a job in the queue.
findJobByCJF(File) - Method in class com.cafean.CalcServer.JobQueue
Finds the job that is defined by the given CJF.
findJobByFolderPath(String) - Static method in class com.cafean.CalcServer.CalcServer
Attempts to load the CJF for the job at the given location.
findJobByFolderPath(String) - Method in class com.cafean.CalcServer.JobQueue
Attempts to load the CJF for the job at the given location.
findJobImporter(String) - Static method in class com.cafean.CalcServer.CalcServer
 
findJobsRecursively(String) - Method in class com.cafean.CalcServer.JobQueue
Retrieves the set of SnapRun objects for loaded jobs found by recursively searching the given folder path.
findJobStreams(boolean, long, long) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
 
findLayerByIdent(int) - Method in class com.cafean.client.ui.BeanBox
Retrieves the DrawingLayer instance in this BeanBox that has the given ident.
findLayerByName(String) - Method in class com.cafean.client.ui.BeanBox
Retrieves the DrawingLayer instance in this BeanBox that has the given name.
findLayerByOldIdent(int) - Method in class com.cafean.client.ui.BeanBox
Retrieves the DrawingLayer instance in this BeanBox that has the given old ident.
findLocation(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Returns the location of this application on the given platform or null if none is found
findMappedColumn(String) - Method in class com.cafean.client.values.components.AbstractTableReference
Finds the index in the column mapping that matches the provided name.
findMappedTableName(AbstractNumericsModel, String[]) - Static method in class com.cafean.client.values.components.AbstractTableReference
 
findMasterDataSource(AbstractModel) - Static method in class com.cafean.client.anim.AbstractDisplayBean
Finds the most recently created master data source in this bean's animation model.
findMediaByID(int) - Method in class com.cafean.utils.ReferenceDocs.RefDocLoader
Locates a media type by its id
findMenuItem(JPopupMenu, String) - Static method in class com.cafean.client.ui.navigator.NavigatorNode
Finds the menu item in the given popup menu that has the given name.
findMePort(File) - Static method in class com.cafean.client.rpc.ModelEditorLauncher
Finds the model editor port for an open instance of the ModelEditor that either was opened most recently, or has a model that corresponds to the given save file location.
findModelByFile(File) - Static method in class com.cafean.client.ui.MainFrame
Returns AbstractModel with the given save file.
findModelByIdent(int) - Static method in class com.cafean.client.ui.MainFrame
This finds the AbstractModel with the given ident.
findModelComponent(AbstractModel) - Method in class com.cafean.client.ui.navigator.NavigatorAccordionModel
 
findModelDocuments(AbstractComponent) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the model documents (notes, etc.) that correspond to the given component.
findModelIndex(AbstractModel) - Method in class com.cafean.client.ui.navigator.NavigatorAccordionModel
 
findModelKey(AbstractModel) - Static method in class com.cafean.client.ui.MainFrame
This method determines the model key of an AbstractModel by searching the list of loaded models to find the key for the current model.
findModelKey(AbstractModel) - Method in class com.cafean.client.utils.pybatch.MEBatchPy4JInterface
 
findModelNode(AbstractModel) - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Finds the ModelNode representing the given AbstractModel.
findModelNode(AbstractModel) - Method in class com.cafean.client.ui.navigator.PluginNode
Finds the ModelNode representing the given AbstractModel.
findNext(boolean, boolean) - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
findNodePath(NavigatorNode, Object) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTreeModel
Finds the path to the node that contains the given value as it's user object.
findNodePath(Object) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTreeModel
Finds the path to the node that contains the given value as it's user object.
findOrActivateJob(String) - Method in class com.cafean.CalcServer.JobQueue
 
findOutput(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
returns the output with the given label or null if none is found
findOutputByName(String) - Method in class com.cafean.jobstream.server.components.Task
returns the file handle with the given runtime file name.
findOutputUsers(URI) - Method in class com.cafean.jobstream.server.components.Stream
Returns a list of the tasks that use the given file as an input.
findOutputUsers(URI) - Method in class com.cafean.jobstream.server.components.TaskList
Returns a list of the tasks that use the given file as an input.
findPanel(PlatformDefinition) - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
findPlatform(String) - Method in class com.cafean.config.site.AbstractSiteConfigLoader
Returns the platform definition with the given name.
findPlatform(List<PlatformDefinition>) - Method in class com.cafean.utils.jobstream.LocalStageMapping
returns the PlatformDefinition for the platform this mapping refers to.
findPlugin(String) - Static method in class com.cafean.client.ui.MainFrame
Finds a plugin by its ID.
findPlugin(String) - Method in class com.cafean.client.utils.pybatch.MEBatchPy4JInterface
Returns the MECodePlugin with the given ID
findPluginNode(AbstractModel) - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Retrieves the PluginNode for the given model.
findPrev(boolean, boolean) - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
findProperty(JobStreamProperty, JobStreamPropertyRec[]) - Static method in enum com.cafean.jobstream.tracker.JobStreamProperty
returns the JobStreamPropertyRec that corresponds to the given JobStreamPropertyRec *
findReal(String) - Method in class com.cafean.client.analysis.AbstractModel
Finds the Real derivative who's SI units are equal to the given String or an empty Dimless if none is found.
findReferenceModel(AbstractModel, File) - Static method in class com.cafean.client.ui.MainFrame
This method attempts to find the reference model for the given parent model that has the given save file location.
findReferenceModel(AbstractModel, String) - Static method in class com.cafean.client.ui.MainFrame
This method attempts to find the reference model for the given parent model that has the given save file location.
findResponder(String) - Method in class com.cafean.rpc.RPCListener
Returns the responder with the given ID
findRestartCaseByName(String) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the component in this model that has the given name and is in a subset of the given category.
findRootCategoryNode(AbstractModel, String) - Static method in class com.cafean.client.ui.navigator.Navigator
Retrieves the root-level CategoryNode for the Category with the given name in the given model.
findSnapInstallByVersion(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
returns the locations of the SNAP installation on the target platform
findStagingLocation(JobStreamRec, PlatformDefinition) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
Returns the staging location that represents the location of the given stream.
findStagingLocation(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
returns the staging location with the given name
findStreams(FindStreamsRequest) - Method in class com.cafean.CalcServer.util.StreamLocationTable
Returns the set of streams that match the given request parameters.
FindStreamsRequest - Class in com.cafean.CalcServer.command
This class provides IO access to FindStreamsRequest data bocks.
FindStreamsRequest() - Constructor for class com.cafean.CalcServer.command.FindStreamsRequest
Construct an empty instance.
FindStreamsRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.FindStreamsRequest
Construct an instance from a PIB file entry.
findString(String, int, boolean) - Method in class com.cafean.CalcServer.BlockFileAccessManager
Gets the line number of the first occurrence of inString in the file starting from line startLine; The direction of the search is defined by the boolean forward parameter.
findString(String, int, boolean, boolean, boolean) - Method in class com.cafean.CalcServer.BlockFileAccessManager
Gets the line number of the first occurrence of inString in the file starting from line startLine; The direction of the search is defined by the boolean forward parameter.
findSubBlockByDBID(int) - Method in interface com.cafean.client.integrator.components.TopLevelSubBlockHandler
 
findSubBlockByIdent(int) - Method in interface com.cafean.client.integrator.components.TopLevelSubBlockHandler
 
findSystem(AbstractModel) - Static method in class com.cafean.vcs.utils.VCSystemManager
Finds the version control system with the provided model.
findSystem(String) - Static method in class com.cafean.vcs.utils.VCSystemManager
Finds the version control system with the provided name.
findTable(AbstractModel, String) - Static method in class com.cafean.client.values.components.AbstractSharedValue
Finds a table with the given name.
findTask(Job) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
findTaskByIdent(int) - Method in class com.cafean.jobstream.server.components.Stream
returns the Task with the given ident or null if none is found
findText(String, boolean, boolean, boolean) - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
Initiates a search for a user input string in the output file in reaction to a findButton event, starting with line startPosition
findText(String, int, boolean, boolean, boolean) - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
Performs a string search, starting at the current line.
findTimestep(double) - Method in class com.cafean.CalcServer.TimestepTable
Finds the timestep at the given time
findTimestep(int, double) - Method in class com.cafean.CalcServer.TimestepTable
Finds the timestep at the given time
findTimestep(int, long) - Method in class com.cafean.CalcServer.TimestepTable
Finds the timestep at the given file position
findTimestep(long) - Method in class com.cafean.CalcServer.TimestepTable
Finds the timestep at the given file position
findTrackerModule(String) - Static method in class com.cafean.client.ui.MainFrame
retrieves the loaded TrackerModule loaded for the given platform path *
findTrackerModule(String) - Method in class com.cafean.utils.jobstream.ClientTrackerModuleLoader
retrieves the loaded TrackerModule loaded for the given platform path
findValue(AbstractModel, String) - Static method in class com.cafean.client.values.components.AbstractSharedValue
Finds a value with the given name.
findValue(AbstractModel, String, Category, Class...) - Static method in class com.cafean.client.values.components.AbstractSharedValue
Finds a value with the given name and category.
findValue(AbstractModel, String, Class...) - Static method in class com.cafean.client.values.components.AbstractSharedValue
Finds a value with the given name.
findValueByName(String, Category) - Method in class com.cafean.client.values.AbstractNumericsModel
Attempts to find the Shared value with the given name.
findVariable(AbstractModel, String) - Static method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Finds the UserDefinedVariable in the given model with the given name.
findVariable(AbstractModel, String) - Static method in class com.cafean.client.values.components.AbstractSharedValue
Finds a variable type value with the given name.
findViewableFileText(int, String, int, String, int, boolean, boolean, boolean) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the number of lines in the given viewable file.
finish() - Method in class com.cafean.client.ui.util.InsertionSource
Notifies this insertion source that the insertion is finished and it should perform any final processing required.
finish() - Method in class com.cafean.client.values.nif.NIFBlockingDialog
 
finished - Variable in class com.cafean.jobstream.tracker.JobStreamRec
Time stamp indicating when the Stream Manager finished.
finished - Variable in class com.cafean.jobstream.tracker.TaskRec
Time stamp indicating when the task finished.
finished() - Method in class com.cafean.utils.SwingWorker
Called on the event dispatching thread after the construct method has returned.
finished(LogRec) - Method in class com.cafean.JobStatus.ui.stream.request.StreamLogRequest
 
finished(LogRec[]) - Method in class com.cafean.JobStatus.ui.stream.request.AllStreamLogsRequest
 
finished(T) - Method in interface com.cafean.JobStatus.util.RequestListener
 
finishInsert(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.AbstractInsertHandler
finishInsert(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.LineAnnotInsertHandler
Completes the insertion by setting the current path of points into the component.
finishInsert(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.PolygonInsertHandler
Completes the insertion by setting the current path of points into the component and updating its location.
finishInsert(MouseEvent) - Method in class com.cafean.client.ui.tools.InsertMouseHandler
Completes the current insertion by adding the component and initializing it.
finishPanel() - Method in class com.cafean.client.ui.swing.OverlapPanel
Hides this panel and removes it from it's parent component.
fireAllComponentsChanged() - Method in class com.cafean.client.analysis.AbstractModel
Fires a ComponentChangedEvent for all of the components in this model.
fireCommandDelivered(File, int, double, String) - Method in class com.cafean.CalcServer.rpc.CalcServerListener
 
fireCommandDelivered(File, EvtCommandDelivered) - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
 
fireComponentChanged() - Method in class com.cafean.client.analysis.AbstractComponent
Notifies each ComponentListener registered with this component.
fireComponentChanged() - Method in class com.cafean.client.analysis.ViewComponent
This calls the component changed function on all of the listeners currently listening to this abstract component
fireComponentChanged() - Method in class com.cafean.client.ui.text.TextHolder
 
fireComponentChanged(ComponentChangedEvent) - Method in class com.cafean.client.analysis.AbstractComponent
Notifies each ComponentListener registered with this component of the given changed event.
fireComponentConnected(Connection) - Method in class com.cafean.client.analysis.AbstractComponent
This calls the component connected function on all of the listeners currently listening to this abstract component.
fireComponentDeleted() - Method in class com.cafean.client.analysis.AbstractComponent
This calls the component deleted function on all of the listeners currently listening to this abstract component
fireComponentDeleted() - Method in class com.cafean.client.analysis.numerics.UserDefinedValue
 
fireComponentDeleted() - Method in class com.cafean.client.analysis.ViewComponent
This calls the component deleted function on all of the listeners currently listening to this abstract component
fireComponentDisconnected(Connection) - Method in class com.cafean.client.analysis.AbstractComponent
This calls the component disconnected function on all of the listeners currently listening to this abstract component.
fireConsoleOutput(int, String) - Method in class com.cafean.CalcServer.JobHandle
 
fireEditingStopped() - Method in class com.cafean.client.ui.EnumSelEditor
 
fireEndTimeChanged(File, int, double) - Method in class com.cafean.CalcServer.rpc.CalcServerListener
 
fireEndTimeChanged(File, EvtEndTimeChanged) - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
 
fireInteractiveCommandDelivered(String, double) - Method in class com.cafean.client.anim.DataSource
Notifies each listener that an interactive commands was delivered to the job being animated via this data source at the given calculation time.
fireJobAdded(File, int) - Method in class com.cafean.CalcServer.rpc.CalcServerListener
 
fireJobAdded(File, EvtJobAdded) - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
 
fireJobChanged(File, Job) - Method in class com.cafean.CalcServer.rpc.CalcServerListener
 
fireJobRemoved(EvtJobRemoved, File) - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
 
fireJobRemoved(Job, File) - Method in class com.cafean.CalcServer.rpc.CalcServerListener
 
fireJobsChanged(File, Job[]) - Method in class com.cafean.CalcServer.rpc.CalcServerListener
 
fireJobsChanged(File, JobSet) - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
 
fireLogOutput(int, String) - Method in class com.cafean.CalcServer.JobHandle
 
fireMessageSelected(Message[]) - Static method in class com.cafean.client.ui.MessageWindow
Fires a new MessageSelectionEvent on all the listeners.
firePropertyChange() - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
Report that we have been modified to any interested listeners.
firePropertyChange() - Method in class com.cafean.client.ui.beans.OptionalBooleanEditor
Report that we have been modified to any interested listeners.
firePropertyChange() - Method in class com.cafean.client.ui.beans.RealBeanEditor
Report that we have been modified to any interested listeners.
firePropertyChange() - Method in class com.cafean.client.values.editors.CDoubleEditor
Report that we have been modified to any interested listeners.
firePropertyChange() - Method in class com.cafean.client.values.editors.CRealEditor
Report that we have been modified to any interested listeners.
firePropertyChange() - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
Report that we have been modified to any interested listeners.
firePropertyChange() - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
Report that we have been modified to any interested listeners.
firePropertyChange() - Method in class com.cafean.client.values.editors.OptionalCStringEditor
Report that we have been modified to any interested listeners.
firePropertyChange() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
Report that we have been modified to any interested listeners.
firePropertyChange() - Method in class javax.swing.beaninfo.SwingFontEditor
Fires a new property change event by calling the super-class implementation.
firePropertyChange(String, Object, Object) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
fireTableStructureChanged() - Method in class com.cafean.client.ui.GenericTableModel
 
fireTaskStatusChanged(int, int, String, String[], String[]) - Method in class com.cafean.CalcServer.rpc.CalcServerListener
 
fireTaskStatusChanged(EvtTaskStatusChanged) - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
 
firstChannel - Variable in class com.cafean.CalcServer.command.DataChannelsRequest
No Documentation Available.
firstChannel - Variable in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
No Documentation Available.
firstElement() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
fitToWindow() - Method in class com.cafean.client.ui.BeanBox
sets this BeanBox's zoom such that its contents will fit in the current window size in the same way as the "Fit To Window" menu item.
FixedGenericTableEditor - Class in com.cafean.client.ui
An extension to GenericTableEditor that prevents the add/remove functionality.
FixedGenericTableEditor() - Constructor for class com.cafean.client.ui.FixedGenericTableEditor
 
FixedRealArrayEditor - Class in com.cafean.client.ui.beans
This bean editor contains a label and a button for editing an array of Real values.
FixedRealArrayEditor() - Constructor for class com.cafean.client.ui.beans.FixedRealArrayEditor
Creates a new instance of FixedRealArrayEditor
FixedWidthTextDialog - Class in com.cafean.client.ui
A dialog that displays the a model description, with a vertical line drawn at a defined character threshold.
FixedWidthTextDialog(String) - Constructor for class com.cafean.client.ui.FixedWidthTextDialog
Initializes a description viewer that displays the input text.
fixme(String) - Static method in class com.cafean.client.analysis.GenericObject
Writes the provided message to System.err with a DEBUG tag.
FKArrayCrossReference - Class in com.cafean.client.integrator.reference
A cross-reference representing an entry in an array of foreign keys.
fkLink(AbstractComponent) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a hyper-link and cross reference pair to the given component using the component's toString as the link content.
fkNames - Static variable in class com.cafean.client.integrator.components.IntegrationDefinition
Foriegn keys.
fkNames - Static variable in class com.cafean.client.io.med.DrawnAnnotationRec
Foriegn keys.
fkNames - Static variable in class com.cafean.client.io.med.DrawnComponentRec
Foriegn keys.
fkNames - Static variable in class com.cafean.client.io.med.DrawnDisplayBeanRec
Foriegn keys.
fkNames - Static variable in class com.cafean.client.io.med.DrawnImageAnnotationRec
Foriegn keys.
fkNames - Static variable in class com.cafean.client.io.med.DrawnNumericRec
Foriegn keys.
fkNames - Static variable in class com.cafean.client.io.med.DrawnVisualGroupRec
Foriegn keys.
fkNames - Static variable in class com.cafean.client.values.components.CBoolean_E
Foriegn keys.
fkNames - Static variable in class com.cafean.client.values.components.CBoolean
Foreign keys.
fkNames - Static variable in class com.cafean.client.values.components.CInteger_E
Foriegn keys.
fkNames - Static variable in class com.cafean.client.values.components.CInteger
Foriegn keys.
fkNames - Static variable in class com.cafean.client.values.components.CReal_E
 
fkNames - Static variable in class com.cafean.client.values.components.CReal
 
FLAVOR - Static variable in class com.cafean.client.ui.clipboard.TransferableCopiedSubBlocks
 
FLAVOR - Static variable in class com.cafean.client.ui.clipboard.TransferableDrawnComponents
 
FLAVOR - Static variable in class com.cafean.client.ui.clipboard.TransferableModel
 
FLAVOR - Static variable in class com.cafean.client.ui.clipboard.TransferablePibArray
 
flip() - Method in class com.cafean.client.ui.DrawnComponent
Flips the orientation of a DrawnComponent to the next one in the given rotation.
FloatArray - Class in com.cafean.Number
An unsynchronized dynamicaly sized array of float.
FloatArray(float[]) - Constructor for class com.cafean.Number.FloatArray
 
FloatArray(int) - Constructor for class com.cafean.Number.FloatArray
Creates a new FloatArray with the given initial capacity.
FLUID - Static variable in class com.cafean.client.anim.GeneralRange
 
fluidNames - Static variable in class com.cafean.h2o.FluidState
 
FluidPropCtrl - Class in com.cafean.h2o.ui
This class provides control over the input interface for a single fluid property.
FluidPropCtrl - Class in com.cafean.JSteam
This class provides control over the input interface for a single fluid property.
FluidState - Class in com.cafean.h2o
This class is intended to define a fluid state.
FluidState() - Constructor for class com.cafean.h2o.FluidState
Default constructor.
FluidState(int) - Constructor for class com.cafean.h2o.FluidState
Creates a FluidState given only the fluid type.
FluidState(int, double, double, double, double, double, double, double, double, double, double, double[]) - Constructor for class com.cafean.h2o.FluidState
This is the preferred constructor
flush() - Method in class com.cafean.client.mdocs.EmbeddedImage
 
flush() - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
flushStream() - Method in class com.cafean.moviegen.ZipDataSource
Flushes the stream.
flushStream() - Method in class com.cafean.moviegen.ZipSourceStream
Reset the stream.
FM_AUTO - Static variable in class com.cafean.client.values.editors.UDNFunctionModeSelEditor
 
FM_DISABLED - Static variable in class com.cafean.client.values.editors.UDNFunctionModeSelEditor
 
FM_MANUAL - Static variable in class com.cafean.client.values.editors.UDNFunctionModeSelEditor
 
focusGained(FocusEvent) - Method in class com.cafean.client.ui.swing.CheckBoxFocusRenderer
 
focusLost(FocusEvent) - Method in class com.cafean.client.ui.swing.CheckBoxFocusRenderer
 
folder - Variable in class com.cafean.CalcServer.command.FolderTreeRequest
No Documentation Available.
Folder - Class in com.cafean.CalcServer.command
This class provides IO access to Folder data bocks.
Folder() - Constructor for class com.cafean.CalcServer.command.Folder
Construct an empty instance.
Folder(PibFile) - Constructor for class com.cafean.CalcServer.command.Folder
Construct an instance from a PIB file entry.
folderCollapsed - Static variable in class com.cafean.utils.images.ImageMgr
 
FolderContentsRequest - Class in com.cafean.CalcServer.command
This class provides IO access to FolderContentsRequest data bocks.
FolderContentsRequest() - Constructor for class com.cafean.CalcServer.command.FolderContentsRequest
Construct an empty instance.
FolderContentsRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.FolderContentsRequest
Construct an instance from a PIB file entry.
FolderEntry - Class in com.cafean.CalcServer.command
This class provides IO access to FolderEntry data bocks.
FolderEntry() - Constructor for class com.cafean.CalcServer.command.FolderEntry
Construct an empty instance.
FolderEntry(PibFile) - Constructor for class com.cafean.CalcServer.command.FolderEntry
Construct an instance from a PIB file entry.
folderExpanded - Static variable in class com.cafean.utils.images.ImageMgr
 
FolderLocationRequest - Class in com.cafean.CalcServer.command
This class provides IO access to FolderLocationRequest data bocks.
FolderLocationRequest() - Constructor for class com.cafean.CalcServer.command.FolderLocationRequest
Construct an empty instance.
FolderLocationRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.FolderLocationRequest
Construct an instance from a PIB file entry.
FolderNode - Class in com.cafean.JobStatus.tree
An extension of DefaultMutableTreeNode used internally to represent a ProjectStruct in a JobTable.
FolderNode(String) - Constructor for class com.cafean.JobStatus.tree.FolderNode
 
folders - Variable in class com.cafean.CalcServer.command.FilesListRequest
No Documentation Available.
folders - Variable in class com.cafean.CalcServer.command.FolderContentsRequest
No Documentation Available.
folders - Variable in class com.cafean.CalcServer.command.FolderEntry
No Documentation Available.
FolderSelectionEditor - Class in com.cafean.client.ui.beans
A simple editor for a folder path stored as a String.
FolderSelectionEditor() - Constructor for class com.cafean.client.ui.beans.FolderSelectionEditor
Creates a new FolderSelectionEditor
FolderTreeRequest - Class in com.cafean.CalcServer.command
This class provides IO access to FolderTreeRequest data bocks.
FolderTreeRequest() - Constructor for class com.cafean.CalcServer.command.FolderTreeRequest
Construct an empty instance.
FolderTreeRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.FolderTreeRequest
Construct an instance from a PIB file entry.
FontRec - Class in com.cafean.client.io.med
This class provides IO access to FontRec data bocks.
FontRec() - Constructor for class com.cafean.client.io.med.FontRec
Construct an empty instance.
FontRec(PibFile) - Constructor for class com.cafean.client.io.med.FontRec
Construct an instance from a PIB file entry.
FontRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the FontRec class.
FontRecBeanInfo() - Constructor for class com.cafean.client.io.med.FontRecBeanInfo
 
forceUpdate() - Method in class com.cafean.CalcServer.util.FileToucher
wakes this file toucher and forces an update *
forEach(Consumer<? super AbstractComponent>) - Method in class com.cafean.client.analysis.ComponentSet
 
formatChanged() - Method in class com.cafean.client.ui.RealTextField
This function is called when the document changes format
formatChanged() - Method in class com.cafean.client.values.ui.CRealTextField
This function is called when the document changes format
formatDate(Date) - Method in class com.cafean.JobStatus.ui.DateRenderer
 
FormatFilter - Class in com.cafean.moviegen.util
A filter set to display only files of a certain media format.
FormatFilter(String, int) - Constructor for class com.cafean.moviegen.util.FormatFilter
A FormatFilter of a specific type.
formatString(String, VarArgs) - Static method in class com.cafean.utils.PrintfFormat
Formats the args the same as sprintf but returns the resulting String rather than printing it.
forTransformPoint(Point) - Method in class com.cafean.client.ui.DrawnComponent
Transforms a point from LocalSpace coordinates (inlet) up to ComponentSpace coordinates (upper left corner).
forward - Variable in class com.cafean.CalcServer.command.ViewableSearchRequest
No Documentation Available.
forward() - Method in class com.cafean.client.anim.SourceManager
Fast forwards the run to the end of the current runtime
forwardMouseEvent(MouseEvent) - Method in class com.cafean.client.ui.GlassPanel
Forward a mouse event to the current mouse target, setting it if necessary.
forwardMouseEventToBeanBox(MouseEvent) - Method in class com.cafean.client.ui.GlassPanel
Forward a mouse event to the current mouse target, setting it if necessary.
fprintf(PrintWriter, String, int) - Static method in class com.cafean.utils.PrintfFormat
fprintf -- Uses a PrintWriter.
fprintf(PrintWriter, String, VarArgs) - Static method in class com.cafean.utils.PrintfFormat
fprintf -- Uses a PrintWriter.
fprintf(PrintWriter, String, String) - Static method in class com.cafean.utils.PrintfFormat
fprintf -- Uses a PrintWriter.
fromMedValueToEnum(int) - Static method in enum com.cafean.client.anim.enums.TimeScale
Resolves the integer value to the appropriate enumeration constant.
FrontMatterDialog - Class in com.cafean.document.notebook.ui
This dialog creates a listing of front page material to be added to model notebooks.
FrontMatterDialog(Dialog, AbstractModel, ArrayList<NotebookSectionMarker>, ArrayList<AbstractFrontMatter>, AbstractFrontMatter) - Constructor for class com.cafean.document.notebook.ui.FrontMatterDialog
Creates new form FrontMatterDialog
fsatT(double) - Method in class com.cafean.h2o.IFC1967
 
FullScreenDrawing - Interface in com.cafean.client.ui
An interface describing a visual DrawnComponent or Annotation extension who's size is always that of the BeanBox that contains it.
FUNCTION - Variable in class com.cafean.client.io.med.UserFunctionRec
No Documentation Available.
FUNCTION_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
FUNCTION_TYPE - Variable in class com.cafean.client.io.med.UserFunctionRec
Indicates the code that is used to execute the function.
FunctionConstants - Interface in com.cafean.client.values.util
Defines a series of constants for external functions.
FunctionExecutor - Class in com.cafean.client.values.functions.ui
An encapsulation of the background execution of a numeric function.
FunctionExecutor(AbstractNumericFunction) - Constructor for class com.cafean.client.values.functions.ui.FunctionExecutor
Creates a new executor for the given function.
FunctionSource - Class in com.cafean.client.analysis.numerics
Holds the source code for the user defined function along with a reference to the UDF.
FunctionSource() - Constructor for class com.cafean.client.analysis.numerics.FunctionSource
Creates a new instance of FunctionSource
FunctionSource(ComponentElement) - Constructor for class com.cafean.client.analysis.numerics.FunctionSource
Construct an empty instance.
FunctionSource(String, ComponentElement) - Constructor for class com.cafean.client.analysis.numerics.FunctionSource
Construct an empty instance.
FunctionSourceDialog - Class in com.cafean.client.ui.beans
An editing dialog for the source of a UserDefinedFunction spawned from FunctionSourceEditor.
FunctionSourceDialog(JDialog, UserDefinedFunction) - Constructor for class com.cafean.client.ui.beans.FunctionSourceDialog
Creates a FunctionSourceDialog with the given parent for use in editing the given user defined function.
FunctionSourceDialog(JFrame, UserDefinedFunction) - Constructor for class com.cafean.client.ui.beans.FunctionSourceDialog
Creates a FunctionSourceDialog with the given parent for use in editing the given user defined function.
FunctionSourceEditor - Class in com.cafean.client.ui.beans
Bean property editor used to edit the Python source of a UserDefinedFunction.
FunctionSourceEditor() - Constructor for class com.cafean.client.ui.beans.FunctionSourceEditor
 

G

GAS_INTERNAL_ENERGY - Static variable in class com.cafean.h2o.ui.JSteamFrame
 
gasIntEnergy() - Method in class com.cafean.h2o.FluidState
 
GCPanel - Class in com.cafean.utils
A panel containing a JProgressBar used to display the current memory usage.
GCPanel() - Constructor for class com.cafean.utils.GCPanel
Creates new form gcPanel
GEN_POINTS - Variable in class com.cafean.client.io.med.DrawnConnLine
No Documentation Available.
GeneralPathPersistanceDelegate - Class in com.cafean.client.io
A persistance delegate used to store a General Path.
GeneralPathPersistanceDelegate() - Constructor for class com.cafean.client.io.GeneralPathPersistanceDelegate
 
GeneralRange - Class in com.cafean.client.anim
 
GeneralRange() - Constructor for class com.cafean.client.anim.GeneralRange
No-arg constructor.
GeneralRangeBeanInfo - Class in com.cafean.client.anim
 
GeneralRangeBeanInfo() - Constructor for class com.cafean.client.anim.GeneralRangeBeanInfo
 
GeneralRangeIdentEditor - Class in com.cafean.client.ui.beans
Creates an Ident reference editor for ident references to DataSources.
GeneralRangeIdentEditor() - Constructor for class com.cafean.client.ui.beans.GeneralRangeIdentEditor
Creates a new instance of AbstractControlIdentEditor
GeneralRangeIdentEmptyEditor - Class in com.cafean.client.ui.beans
Creates an Ident reference editor for ident references to DataSources.
GeneralRangeIdentEmptyEditor() - Constructor for class com.cafean.client.ui.beans.GeneralRangeIdentEmptyEditor
Creates a new instance of AbstractControlIdentEditor
generate() - Method in class com.cafean.jobstream.common.util.ApplicationGenerator
generates and/or modifies one or more application definitions
generateFormat(double, int) - Method in class com.cafean.client.values.components.AbstractCReal
Creates a new DecimalFormat to format the given value within the given maximum number of columns.
generateFormat(double, int) - Method in class com.cafean.client.values.editors.CDoubleEditor
Creates a new DecimalFormat to format the given d within the given maximum number of columns.
generateKeys() - Static method in class com.cafean.CalcServer.LockHandler
Generates a public/private pair of RSA encryption keys
GENERIC - Static variable in class com.cafean.client.anim.GeneralRange
 
GENERIC_2D - Static variable in class com.cafean.client.anim.GeneralRange
 
GenericObject - Class in com.cafean.client.analysis
A generic model object with a name, description data state etc.
GenericObject() - Constructor for class com.cafean.client.analysis.GenericObject
Creates a new GenericObject with a DATA_INCOMPLETE data state and named unnamed, and a component number of 0.
GenericObject(int) - Constructor for class com.cafean.client.analysis.GenericObject
Creates a new GenericObject with a DATA_INCOMPLETE data state and named unnamed
GenericPropArrayEditor - Class in com.cafean.client.ui.beans
Class is an editor for arrays of subblocks, generically built it spawns a propertysetpanel to edit
GenericPropArrayEditor() - Constructor for class com.cafean.client.ui.beans.GenericPropArrayEditor
 
GenericPropertySetEditor - Class in com.cafean.client.ui.beans
Class is an editor for subblocks, generically built it spawns a propertysetpanel to edit
GenericPropertySetEditor() - Constructor for class com.cafean.client.ui.beans.GenericPropertySetEditor
 
GenericPropSetArrayDialog - Class in com.cafean.client.ui.beans
This dialog allows the generic editing of an array of simple ComponentElements.
GenericPropSetArrayDialog(Frame, boolean, ComponentElement[]) - Constructor for class com.cafean.client.ui.beans.GenericPropSetArrayDialog
Creates new form GenericPropSetArrayDialog
GenericPropSetArrayDialog(Frame, boolean, ComponentElement[], AbstractComponent) - Constructor for class com.cafean.client.ui.beans.GenericPropSetArrayDialog
Creates new form GenericPropSetArrayDialog
GenericPropSetArrayDialog(Frame, boolean, ComponentElement[], ComponentElement) - Constructor for class com.cafean.client.ui.beans.GenericPropSetArrayDialog
Creates new form GenericPropSetArrayDialog
GenericTableContext - Class in com.cafean.client.validation
An export context for model properties displayed as a column in a GenericTableDialog.
GenericTableContext(ComponentElement, String, String) - Constructor for class com.cafean.client.validation.GenericTableContext
Creates a new GenericTableContext.
GenericTableDialog - Class in com.cafean.client.ui
A generic dialog that is used to edit/display simple tabular data.
GenericTableDialog.Builder - Class in com.cafean.client.ui
This builder is used to build an instance of the GenericTableDialog.
GenericTableEditor - Class in com.cafean.client.ui
This is an implementation of AbstractGenericTableEditor that uses introspection to implement the AbstractGenericTableEditor interface, and is intended to be used with arrays of subblocks.
GenericTableEditor() - Constructor for class com.cafean.client.ui.GenericTableEditor
 
GenericTableModel - Class in com.cafean.client.ui
A generic implementation of a ClipboardTableModel.
GenericTableModel(AbstractModel, String, NumericsClipboardEnabledTable, Supplier<GenericTMColumn[]>, Supplier<Integer>) - Constructor for class com.cafean.client.ui.GenericTableModel
Creates a new instance.
GenericTableModel(AbstractModel, String, NumericsClipboardEnabledTable, List<GenericTMColumn>, Supplier<Integer>) - Constructor for class com.cafean.client.ui.GenericTableModel
Creates a new instance.
GenericTMColumn - Class in com.cafean.client.ui
A column for use with a GenericTableModel.
GenericTMColumn(Function<Integer, ComponentElement>, Class<?>, String, boolean) - Constructor for class com.cafean.client.ui.GenericTMColumn
Builds a table column for a GenericTableModel from a bean attribute and will derive the display name and enabling logic (if desired) automatically
GenericTMColumn(Function<Integer, ComponentElement>, Class<?>, String, boolean, PropertyContextType) - Constructor for class com.cafean.client.ui.GenericTMColumn
Builds a table column for a GenericTableModel from a bean attribute and will derive the display name and enabling logic (if desired) automatically
GenericTMColumn(Function<Integer, ComponentElement>, Class<?>, String, Predicate<Integer>) - Constructor for class com.cafean.client.ui.GenericTMColumn
Builds a table column for a GenericTableModel from a bean attribute and will derive the display name and enabling logic (if desired) automatically
GenericTMColumn(Function<Integer, ComponentElement>, Class<?>, String, Predicate<Integer>, PropertyContextType) - Constructor for class com.cafean.client.ui.GenericTMColumn
Builds a table column for a GenericTableModel from a bean attribute and will derive the display name and enabling logic (if desired) automatically
GenericTMColumn(Function<Integer, Object>, BiConsumer<Integer, Object>, String, Class<? extends Object>, boolean) - Constructor for class com.cafean.client.ui.GenericTMColumn
Builds a table column for a GenericTableModel
GenericTMColumn(Function<Integer, Object>, BiConsumer<Integer, Object>, String, Class<? extends Object>, boolean, PropertyContextType) - Constructor for class com.cafean.client.ui.GenericTMColumn
Builds a table column for a GenericTableModel
GenericTMColumn(Function<Integer, Object>, BiConsumer<Integer, Object>, String, Class, Predicate<Integer>) - Constructor for class com.cafean.client.ui.GenericTMColumn
Builds a table column for a GenericTableModel
GenericTMColumn(Function<Integer, Object>, BiConsumer<Integer, Object>, String, Class, Predicate<Integer>, PropertyContextType) - Constructor for class com.cafean.client.ui.GenericTMColumn
Builds a table column for a GenericTableModel
GenSrcExtractor - Class in com.cafean.utils
A ZIP extraction utility for use in extracting the _modified_ files from a given ZIP file.
GenSrcExtractor() - Constructor for class com.cafean.utils.GenSrcExtractor
 
get() - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Configures the dialog with the parameters supplied to this builder and returns the constructed dialog.
get() - Method in class com.cafean.utils.SwingWorker
Returns the value created by the construct method.
get(int) - Method in class com.cafean.client.analysis.ElementList
Retrieves the element at the given index.
get(int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
get(int) - Method in class com.cafean.JobStatus.ui.csstream.table.KeywordInfo
 
get(int) - Method in class com.cafean.JobStatus.ui.stream.KeywordInfo
 
get(int) - Method in class com.cafean.Number.DoubleArray
Returns the value of the double at the given index.
get(int) - Method in class com.cafean.Number.FloatArray
Returns the value of the float at the given index.
get(int) - Method in class com.cafean.Number.IntegerArray
Returns the value of the int at the given index.
get(int) - Method in class com.cafean.Number.LongArray
Returns the value of the long at the given index.
get(String) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
retrieves the value with the given name or Double.NaN if none is available
get(String) - Method in class com.cafean.client.values.util.ReportParams
 
get(String, double) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
retrieves the value with the given name or defValue if none is available
get(String, double[]) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
Retrieves the array of values with the given name and places it in the given double array.
get(String, double[][]) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
Retrieves the 2D array of values with the given name and places it in the given double array.
get(String, float[]) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
Retrieves the array of values with the given name and places it in the given float array.
get(String, float[][]) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
Retrieves the 2D array of values with the given name and places it in the given float array.
get(String, String) - Method in class com.cafean.config.site.DefaultApplicationMap
Get the path of the application that should be used by default on the given platform for steps and tasks of the given type.
get_magnetic_intensity() - Method in class com.cafean.client.organize.MagneticField
put your documentation comment here
get_magnetic_orientation() - Method in class com.cafean.client.organize.MagneticField
put your documentation comment here
getAbortOnBatchError() - Method in class com.cafean.utils.BatchCommandProcessor
 
getAbstractModelAt(int) - Static method in class com.cafean.client.ui.MainFrame
Returns the AbstractModel at a specified index.
getAbstractModelCount() - Static method in class com.cafean.client.ui.MainFrame
Returns the number of models currently inside the calculation project.
getAccess() - Method in class com.cafean.CalcServer.command.Job
Access function for access attribute.
getAccess() - Method in class com.cafean.client.anim.DataSource
Return the access identifier for this data source.
getAccessorDesc(String) - Method in class com.cafean.client.values.AbstractNumericsModel
Returns a short descriptive label for an Accessor that matches the given id, regardless of whether the matching component is in the model or not.
getAccessorIcon() - Method in interface com.cafean.client.values.Accessor
Gets an ImageIcon that represents the variable.
getAccessorIcon() - Method in class com.cafean.client.values.components.SharedReal
 
getAccessorID() - Method in interface com.cafean.client.values.Accessor
Gets a unique identifier for the underlying variable.The value must be unique within the parent model.
getAccessorID() - Method in class com.cafean.client.values.components.SharedReal
 
getAccessorModifiedValue(CReal, ApplyRule) - Method in interface com.cafean.client.values.Accessor
Gets a newly instantiated copy of the original model value after being modified by a given variate with the provided rule.This method must be consistent with adjustAccessorValue.Implementation that return false from isAccessorSingleValue but still represent a single value (such as in implementations that always replace the original value while setting a type flag with the application rule) may still return a value from this method.
getAccessorModifiedValue(CReal, ApplyRule) - Method in class com.cafean.client.values.components.SharedReal
 
getAccessorName() - Method in interface com.cafean.client.values.Accessor
Gets the name of the underlying variable.This value need not be unique, and may be arbitrarily defined by the user.
getAccessorName() - Method in class com.cafean.client.values.components.SharedReal
 
getAccessorNominalValue() - Method in interface com.cafean.client.values.Accessor
Gets the nominal value of the underlying variable before any modifications are made.
getAccessorNominalValue() - Method in class com.cafean.client.values.components.SharedReal
 
getAccessorRangeDesc() - Method in interface com.cafean.client.values.Accessor
Gets a short description of the values represented by this instance when isAccessorSingleValue() returns false.
getAccessorRangeDesc() - Method in class com.cafean.client.values.components.SharedReal
 
getAccessorReportDescription() - Method in interface com.cafean.client.values.Accessor
Gets a description of the variable suitable for display in reports.
getAccessorReportDescription() - Method in class com.cafean.client.values.components.SharedReal
 
getAccessorRules() - Method in interface com.cafean.client.values.Accessor
Gets the set of rules that may be applied to this Accessor.
getAccessorRules() - Method in class com.cafean.client.values.components.SharedReal
 
getAccessors() - Method in class com.cafean.client.values.AccessorType
Gets the Accessors associated with the type.
getAccessors() - Method in class com.cafean.client.values.RealAccessorType
 
getAccessorShortDescription() - Method in interface com.cafean.client.values.Accessor
Gets a short description of the variable suitable for display in the user interface.
getAccessorShortDescription() - Method in class com.cafean.client.values.components.SharedReal
 
getAccessorShortType() - Method in interface com.cafean.client.values.Accessor
Gets the name of the accessor type as a short description suitable for use in ASCII files.
getAccessorShortType() - Method in class com.cafean.client.values.components.SharedReal
 
getAccessorType() - Method in interface com.cafean.client.values.Accessor
Gets the name of the parent AccessorType for this variable.
getAccessorType() - Method in class com.cafean.client.values.components.SharedReal
 
getAccessorTypes() - Method in class com.cafean.client.values.AbstractNumericsModel
Returns a List of AccessorType instances that describe Accessors available in this model.
getAccessorUnitName() - Method in interface com.cafean.client.values.Accessor
Gets the name of the units for the underlying value, suitable for use with methods in UnitDescriptor.
getAccessorUnitName() - Method in class com.cafean.client.values.components.SharedReal
 
getAccodionSelectionListeners() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
Returns an array of all AccordionSelectionListeners added to the selection model.
getAccordion() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
getAccordion() - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Returns the accordion used to select from among the currently specified platforms.
getAccordionDataListeners() - Method in class com.cafean.client.ui.swing.accordion.AbstractAccordionModel
Returns an array of all AccordionDataListeners added to the model.
getAccordionExpansionListeners() - Method in class com.cafean.client.ui.swing.accordion.Accordion
 
getAccordionExpansionListeners() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
Returns an array of registered AccordionExpansionListeners.
getAccordionNodeExpandedComponent(Accordion, Object, int) - Method in class com.cafean.client.ui.navigator.NavigatorModelRenderer
 
getAccordionNodeExpandedComponent(Accordion, Object, int) - Method in interface com.cafean.client.ui.swing.accordion.AccordionRenderer
Returns the component displayed for a given expanded value.
getAccordionNodeExpandedComponent(Accordion, Object, int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionRenderer
 
getAccordionSelectionListeners() - Method in class com.cafean.client.ui.swing.accordion.Accordion
Returns an array of selection listeners added to the accordion.
getActionListeners() - Method in class com.cafean.client.ui.swing.accordion.Accordion
 
getActionListeners() - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Returns an array of the ActionListeners registered with the button.
getActivation() - Method in class com.cafean.client.ui.beans.PropertyActivationTuple
Returns the Boolean state of the activation value or null if the activation value should not be changed.
getACTIVE() - Method in class com.cafean.client.io.med.DrawnLayerRec
Access function for ACTIVE attribute.
getActiveCount() - Method in class com.cafean.JobStatus.ui.queue.BackgroundQueue
 
getActiveJobDescriptions() - Method in class com.cafean.CalcServer.JobQueue
Returns Job entries for each of the running or waiting jobs in the queue.
getActiveJobs() - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Access function for activeJobs attribute.
getActiveJobs(int) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Indexed access function for activeJobs attribute.
getActiveKeyword() - Method in interface com.cafean.utils.RptDoc.Report
The keyword used by the main report which will enable or disable this report.
getActiveOnly() - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Access function for activeOnly attribute.
getActiveReports() - Method in class com.cafean.utils.RptDoc.ReportDialog
Provides a list of the selected reports
getAddConsole() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Access function for addConsole attribute.
getAddedApplications() - Method in class com.cafean.jobstream.common.util.ApplicationContainer
returns the list of application definitions added via this container
getAddedComponents() - Method in class com.cafean.client.ui.util.InsertComponentContext
 
getAddedEdit() - Method in class com.cafean.client.ui.util.InsertComponentContext
 
getAddedEnd() - Method in class com.cafean.client.ui.diff.Difference
The point at which the addition ends, if any.
getAddedStart() - Method in class com.cafean.client.ui.diff.Difference
The point at which the addition starts, if any.
getAddFolder() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Access function for addFolder attribute.
getAdditionalBeanInfo() - Method in class com.apt.xdr.MdBoolArrayBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.apt.xdr.MdDblArrayBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.apt.xdr.MdFltArrayBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.apt.xdr.MdIntArrayBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.anim.AbstractDisplayBeanBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.anim.AbstractRangedBeanBeanInfo
 
getAdditionalBeanInfo() - Method in class com.cafean.client.anim.AbstractVolumeBeanBeanInfo
 
getAdditionalBeanInfo() - Method in class com.cafean.client.anim.GeneralRangeBeanInfo
 
getAdditionalBeanInfo() - Method in class com.cafean.client.anim.InteractiveCommandBeanInfo
Retrieves a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCaseBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.integrator.components.IntegrationDefinitionBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.integrator.IntegrationCaseBeanInfo
 
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.DrawnAnnotationRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.DrawnComponentRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.DrawnDisplayElementRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.DrawnLayerRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.DrawnNumericRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.DrawnVisualGroupRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.FontRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.ModelHeaderRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.PluginBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.String16BeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.UserConstantRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.UserFunctionRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.UserVariableRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.io.med.ViewCompRecBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.ui.annotation.AnnotationBeanInfo
 
getAdditionalBeanInfo() - Method in class com.cafean.client.ui.ConnectionSetPanelBeanInfo
 
getAdditionalBeanInfo() - Method in class com.cafean.client.ui.DrawnConnectionBeanInfo
 
getAdditionalBeanInfo() - Method in class com.cafean.client.values.components.AbstractFunctionCatPropsBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.values.components.AttribPropsBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.values.components.ExternFunctionBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.values.components.NumericsCatPropsBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.values.components.SharedBooleanBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.values.components.SharedFunctionCatPropsBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.values.components.SharedIntegerBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.values.components.SharedRealBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.values.components.SharedStringBeanInfo
 
getAdditionalBeanInfo() - Method in class com.cafean.client.values.components.SharedTableBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.client.values.ui.CRealTextFieldBeanInfo
 
getAdditionalBeanInfo() - Method in class com.cafean.utils.JDoubleFieldBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.utils.JFloatFieldBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.utils.JIntegerFieldBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.cafean.utils.VersionBeanInfo
Gets a BeanInfo for the superclass of this bean.
getAdditionalContextInfo() - Method in class com.cafean.client.validation.ExportContext
Returns a string representation of any additional information that may be relevant when examining or debugging the contents of a validation display.
getAddJob() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Access function for addJob attribute.
getAddTaskStatus() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Access function for addTaskStatus attribute.
getALDocDisplayName(String) - Method in class com.cafean.client.analysis.AbstractComponent
This component's internally defined set of attribute "display names" that should be used to display the attribute to users.
getALDocDisplayName(String) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
 
getALDocDisplayName(String) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Return the description for a documentation reference.
getALDocDisplayName(String) - Method in class com.cafean.client.values.components.NumericsCatProps
Return the description for a documentation reference.
getALDocDisplayName(String) - Method in class com.cafean.client.values.components.SharedBoolean
 
getALDocDisplayName(String) - Method in class com.cafean.client.values.components.SharedInteger
 
getALDocDisplayName(String) - Method in class com.cafean.client.values.components.SharedReal
 
getALDocDisplayName(String) - Method in class com.cafean.client.values.components.SharedString
 
getALDocDisplayName(String) - Method in class com.cafean.client.values.components.SharedTable
 
getALDocRefs() - Method in class com.cafean.client.analysis.AbstractComponent
Retrieves this component's set of ALDocRef objects containing its attribute level documentation references to model documentation objects.
getALDocRefs(String) - Method in class com.cafean.client.analysis.AbstractComponent
Retrieves this component's set of ALDocRef objects containing its attribute level documentation references from the given attribute short name.
getALDocShortNames() - Method in class com.cafean.client.analysis.AbstractComponent
This component's internally defined set of attribute "short names" that can be used as keys to connect attribute level documentation.
getALDocShortNames() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
 
getALDocShortNames() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Return the array of all attribute level documentation short names.
getALDocShortNames() - Method in class com.cafean.client.values.components.NumericsCatProps
Return the array of all attribute level documentation short names.
getALDocShortNames() - Method in class com.cafean.client.values.components.SharedBoolean
 
getALDocShortNames() - Method in class com.cafean.client.values.components.SharedFunctionCatProps
Overriden to disable the model documentation for these properies.
getALDocShortNames() - Method in class com.cafean.client.values.components.SharedInteger
 
getALDocShortNames() - Method in class com.cafean.client.values.components.SharedReal
 
getALDocShortNames() - Method in class com.cafean.client.values.components.SharedString
 
getALDocShortNames() - Method in class com.cafean.client.values.components.SharedTable
 
getALDocShortNames(String) - Method in class com.cafean.client.analysis.AbstractComponent
Returns the set of attribute "short names" that correspond to the given property name and can be used as keys to connect that property to attribute level documentation.
getALDocShortNames(String) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
 
getALDocShortNames(String) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Return the array of all attribute level documentation short names for a given property.
getALDocShortNames(String) - Method in class com.cafean.client.values.components.NumericsCatProps
Return the array of all attribute level documentation short names for a given property.
getALDocShortNames(String) - Method in class com.cafean.client.values.components.SharedBoolean
 
getALDocShortNames(String) - Method in class com.cafean.client.values.components.SharedFunctionCatProps
Overriden to disable the model documentation for these properies.
getALDocShortNames(String) - Method in class com.cafean.client.values.components.SharedInteger
 
getALDocShortNames(String) - Method in class com.cafean.client.values.components.SharedReal
 
getALDocShortNames(String) - Method in class com.cafean.client.values.components.SharedString
 
getALDocShortNames(String) - Method in class com.cafean.client.values.components.SharedTable
 
getAlertCount() - Method in class com.cafean.client.ui.message.ModelErrorReport
returns the number of alerts in this report
getAlias() - Method in class com.cafean.CalcServer.command.MountFolderRequest
Access function for alias attribute.
getAlias() - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Access function for alias attribute.
getAlias() - Method in class com.cafean.utils.ReferenceDocs.CategoryMedia
Getter for the name of the alias to use for the displayed media
getAlignment() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
getAllChildren() - Method in class com.cafean.client.analysis.Category
Retrieves all of this category's children, recursively.
getAllChildren() - Method in class com.cafean.client.analysis.SearchCategory
 
getAllGroupsList() - Method in class com.cafean.config.site.AbstractSiteConfigLoader
Returns a list of the groups loaded from site configuration including the global and personal implicit groups.
getAllGroupsList() - Static method in class com.cafean.JobStatus.Main
returns the list of all site configuration groups including personal and global
getAllowedPlugins() - Method in class com.cafean.jobstream.common.components.io.FileTypeReader
 
getAllowedPlugins(FileType) - Method in class com.cafean.jobstream.common.components.io.FileTypeLoader
returns the allowed plug-ins for the given file type
getAllowFileImport() - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
returns true if this data model should include nodes for jobs
getAllowsChildren() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
 
getAllowsChildren() - Method in class com.cafean.client.ui.navigator.BeanNode
 
getAllowsChildren() - Method in class com.cafean.client.ui.navigator.CategoryNode
Returns true if the receiver allows children.
getAllowsChildren() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Returns true if the receiver allows children.
getAllowsChildren() - Method in class com.cafean.client.ui.navigator.ComponentNode
 
getAllowsChildren() - Method in class com.cafean.client.ui.navigator.ConnectionListNode
 
getAllowsChildren() - Method in class com.cafean.client.ui.navigator.ConnectionNode
 
getAllowsChildren() - Method in class com.cafean.client.ui.navigator.MiniNavigatorRootNode
 
getAllowsChildren() - Method in class com.cafean.client.ui.navigator.ModelNode
 
getAllowsChildren() - Method in class com.cafean.client.ui.navigator.NavigatorRootNode
The root node always allows children.
getAllowsChildren() - Method in class com.cafean.client.ui.navigator.PluginNode
 
getALOwner(String) - Method in class com.cafean.client.analysis.AbstractComponent
Retrieves this component's set of ALOwnership objects containing its attribute level ownership information for the given attribute short name.
getALOwners() - Method in class com.cafean.client.analysis.AbstractComponent
Retrieves this component's set of ALOwnership objects containing its attribute level ownership information.
getAncillaryIcon() - Method in class com.cafean.client.ui.navigator.ModelAccordionNode
 
getAncillaryIcon() - Method in class com.cafean.client.ui.swing.accordion.AccordionNode
Returns an alternate Icon placed at the right side of the accordion node.
getAncillaryIcon() - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Returns the ancillary icon associated with the button.
getAnimation() - Method in class com.cafean.JobStatus.AnimationOverrideEntry
Get the value of animation
getAnimation(int) - Method in class com.cafean.JobStatus.AnimationOverrideList
retrieves the Key at the given index in this chain
getAnimation(String) - Method in class com.cafean.JobStatus.AnimationOverrideList
retrieves the Key at the given index in this chain
getAnimationHint() - Method in class com.cafean.CalcServer.CalcJobFile
Gets the animation hint for this CJF.
getAnimationHint() - Method in class com.cafean.CalcServer.command.Job
Access function for animationHint attribute.
getAnimationHint() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Gets the animation hint for this CJF.
getAnimationModel() - Method in class com.cafean.client.anim.available.AvailableJobEntry
returns a File indicating which animation model to open
getAnimationModel() - Method in class com.cafean.jobstream.server.components.Task
Returns the location of the animation mask selected to animate this task.
getAnimationModule() - Method in class com.cafean.client.anim.AbstractDisplayBean
Return the client side analysis code plugin for the data source.
getAnimationModule() - Method in class com.cafean.client.anim.DataSource
Retrieves the animation module being used to handle this data source's data conversion.
getAnimationModuleTypes() - Static method in class com.cafean.client.ui.MainFrame
returns a list of the currently available Animation Modules *
getAnnotationArray() - Method in class com.cafean.client.analysis.ViewComponent
Gets an byte array containing the XML encoded stream of annotations from this DrawnView.
getAnnotations() - Method in class com.cafean.client.ui.BeanBox
This gets fills a vector with all of the annotations it contains.
getAnnotations() - Method in class com.cafean.client.ui.DrawnView
Gets all of the annotations in the panel for this Drawn View.
getANNOTATIONS() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for ANNOTATIONS attribute.
getApplication() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
getApplication() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getApplication() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getApplication() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
getApplication() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getApplication() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getApplication() - Method in class com.cafean.jobstream.server.components.Task
Returns the application definition that this task will use during execution.
getApplicationGroup(String) - Static method in class com.cafean.jobstream.common.util.EscapeMap
returns the group portion of the given application path
getApplicationName() - Method in class com.cafean.jobstream.server.components.Task
Returns the name of the application definition that this task will use during execution.
getApplicationName(String) - Static method in class com.cafean.jobstream.common.util.EscapeMap
returns the application name portion of the given path
getApplicationPath() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Returns this definition's "path" which is comprised of the name of the group that contains it (if any) followed by its name.
getApplications() - Method in class com.cafean.config.site.AbstractSiteConfigLoader
Retrieves the list of ApplicationDefinitions.
getApplications() - Method in class com.cafean.jobstream.server.components.Stream
Returns a list of the applications used by tasks within this stream.
getApplications(String) - Method in class com.cafean.jobstream.server.components.Stream
Returns a list of the applications defined in this stream that are of the given application type;
getApplications(String, String) - Method in class com.cafean.config.site.AbstractSiteConfigLoader
Retrieves the list of ApplicationDefinitions with the given type located on the given platform.
getApplicationsByGroup(String) - Method in class com.cafean.config.site.AbstractSiteConfigLoader
Retrieves the list of ApplicationDefinitions retrieved from the given group.
getApproximateColumnWidth(int, int, FontMetrics) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getAppType() - Method in class com.cafean.client.anim.AnimationModule
Returns the application type that this animation module supports.
getAppType() - Method in class com.cafean.JobStatus.jimport.JobImporter
Returns the application type that corresponds to the step/wrapper type for this importer.
getAptBatchExec() - Static method in class com.cafean.utils.Configurator
Returns a file reference to the AptBatch executable installed with SNAP.
getAptBatchIntf() - Method in class com.cafean.document.notebook.plot.GraphWriter
Returns the AptBatchIntf used to send commands to AptPlot (in batch mode).
getAptPlotExec() - Static method in class com.cafean.utils.Configurator
Returns a file reference to the AptPlot executable installed with SNAP.
getAptPlotIndex() - Method in enum com.cafean.document.notebook.plot.ExportColor
 
getAptPlotIndex() - Method in enum com.cafean.document.notebook.plot.ExportSymbol
 
getAptPlotVersion() - Method in class com.cafean.document.notebook.util.AptBatchIntf
Returns the AptPlot version report at initialization or null if none was output.
getArch() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns the architecture of the target platform (e.g.
getArch() - Method in class com.cafean.jobstream.common.components.PlatformProperties
returns the architecture of the selected platform
getArcHeight() - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
Getter for property arcHeight.
getArchitecture() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns the architecture of the target platform (e.g.
getArchitecture() - Method in class com.cafean.jobstream.common.components.PlatformProperties
Returns the architecture of the target platform (e.g.
getArcWidth() - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
Getter for property arcWidth.
getAreaName() - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Access function for areaName attribute.
getArguments() - Method in class com.cafean.CalcServer.command.FileRequest
Access function for arguments attribute.
getArguments() - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Access function for arguments attribute.
getArguments() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Retrieves the list of command line arguments that should be used to execute the application.
getArguments(int) - Method in class com.cafean.CalcServer.command.FileRequest
Indexed access function for arguments attribute.
getArguments(int) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Indexed access function for arguments attribute.
getArray() - Method in class com.cafean.client.io.StringArrayWriter
Returns all of the text that has been written to this writer.
getArray() - Method in class com.cafean.client.ui.RealArrayDialog
Gets the array that has been modified by this dialog.
getArray() - Method in class com.cafean.client.ui.RealTwoDimArrayDialog
Gets the array that has been modified by this dialog.
getArray() - Method in class com.cafean.client.values.ui.CRealArrayDialog
Gets the array that has been created by this dialog.
getArray() - Method in class com.cafean.client.values.ui.CRealTwoDimArrayDialog
Gets the array that has been modified by this dialog.
getArray() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog
Gets the array that has been created by this dialog.
getArrows() - Method in class com.cafean.client.ui.annotation.LineAnnotation
Getter for property arrows.
getArrowSize() - Method in class com.cafean.client.ui.annotation.LineAnnotation
Getter for property arrowSize.
getArrowTypeName(int) - Static method in class com.cafean.client.ui.annotation.LineAnnotation
 
getAscii() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Access function for ascii attribute.
getAscii() - Method in class com.cafean.CalcServer.command.SendFileRequest
Access function for ascii attribute.
getAscii() - Method in class com.cafean.jobstream.common.FileReference
Returns true this file should be treated as an ASCII formatted file when transferred between computers.
getAsciiPrintWriter(Writer, Writeable) - Method in class com.cafean.CodePlugins.MECodePlugin
Retrieves an appropriately configured print writer for use in writing an ASCII representation of individual components.
getAsciiStyledDocument(Writeable) - Method in class com.cafean.CodePlugins.MECodePlugin
Retrieves a StyledDocument suitable for displaying the written ASCII of the given Writeable component.
getAsFile() - Method in class com.cafean.jobstream.common.FileReference
Returns this reference's location attribute as a local File reference.
getAsFile(FileReference, File) - Static method in class com.cafean.jobstream.common.FileReference
Returns the given reference's location attribute as a local File relative to the given anchor folder.
getAsFile(URI, File) - Static method in class com.cafean.jobstream.common.FileReference
Returns a File referring to the given URI's location relative to the given anchor folder.
getAssociatedComponentActive() - Method in class com.cafean.client.ui.annotation.Annotation
 
getAssociatedComponentActive() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getAssociatedComponentCat() - Method in class com.cafean.client.ui.annotation.Annotation
returns the category of the AbstractComponent associated with this bean
getAssociatedComponentCat() - Method in class com.cafean.client.ui.annotation.PolygonBean
returns the category of the AbstractComponent associated with this bean
getAssociatedComponentID() - Method in class com.cafean.client.ui.annotation.Annotation
returns the id of the AbstractComponent associated with this bean
getAssociatedComponentID() - Method in class com.cafean.client.ui.annotation.PolygonBean
returns the id of the AbstractComponent associated with this bean
getAssociatedComponentIdent() - Method in class com.cafean.client.ui.annotation.Annotation
returns the cached ident of the AbstractComponent associated with this bean.
getAssociatedComponentIdent() - Method in class com.cafean.client.ui.annotation.PolygonBean
returns the cached ident of the AbstractComponent associated with this bean.
getAssociatedComponentRef() - Method in class com.cafean.client.ui.annotation.Annotation
returns the AbstractComponent associated with this bean
getAssociatedComponentRef() - Method in class com.cafean.client.ui.annotation.PolygonBean
returns the AbstractComponent associated with this bean
getAsText() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
getAsText() - Method in class com.cafean.client.anim.ChannelNameEditor
 
getAsText() - Method in class com.cafean.client.anim.ComponentIdEditor
 
getAsText() - Method in class com.cafean.client.anim.InteractiveNameEditor
 
getAsText() - Method in class com.cafean.client.anim.IVarEditor
The property value as a human editable string.
getAsText() - Method in class com.cafean.client.anim.UDLROrientationEditor
The property value as a human editable string.
getAsText() - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
getAsText() - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
getAsText() - Method in class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
getAsText() - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.BooleanEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.BorderStyleEditor
The property value as a human editable string.
getAsText() - Method in class com.cafean.client.ui.beans.CalendarEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.IconImageEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.IntNonMultiEdit
 
getAsText() - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.ObjectPropertyEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.OptionalStringEditor
Gets the property value as a string suitable for presentation to a human to edit.
getAsText() - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Gets the property value as a string suitable for presentation to a human to edit.
getAsText() - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.SingleStringSetEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.StringDisplayEditor
getAsText() - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
getAsText() - Method in class com.cafean.client.ui.beans.UnitsEditor
 
getAsText() - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
 
getAsText() - Method in class com.cafean.client.values.editors.CBooleanEditor
 
getAsText() - Method in class com.cafean.client.values.editors.CDoubleEditor
 
getAsText() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
getAsText() - Method in class com.cafean.client.values.editors.CIntegerEditor
 
getAsText() - Method in class com.cafean.client.values.editors.CRealEditor
 
getAsText() - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
getAsText() - Method in class com.cafean.client.values.editors.CStringEditor
 
getAsText() - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
getAsText() - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
getAsText() - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
getAsText() - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
getAsText() - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
getAsText() - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
getAsText() - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
getAsText() - Method in class com.cafean.client.values.editors.SharedValueEditor
 
getAsText() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
getAsText() - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
getAsText() - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
getAsText() - Method in class javax.swing.beaninfo.SwingColorEditor
 
getAsText() - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
getAsText() - Method in class javax.swing.beaninfo.SwingFontEditor
 
getAsText() - Method in class javax.swing.beaninfo.SwingStringEditor
Gets the property value as a string suitable for presentation to a human to edit.
getAttribs() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for attribs attribute.
getAttribs(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Indexed access function for attribs attribute.
getAttribsCount() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Return the number of elements in attribs.
getAttributeGroup(String) - Static method in class com.cafean.client.analysis.ViewComponent
Retrieves the name of the Attribute Group for the given property name.
getAttributeGroup(String) - Static method in class com.cafean.client.ui.SnapPreferences
Retrieves the name of the Attribute Group for the given property name.
getAttributeGroups() - Static method in class com.cafean.client.analysis.ViewComponent
Retrieves the Attribute Group Names for this View Component.
getAttributeGroups() - Static method in class com.cafean.client.ui.SnapPreferences
Retrieves the Attribute Group Names for this preferences object.
getAttributeIndex(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Returns a relative index that can be used to order property lists.
getAttributeIndex(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
Returns a relative index that can be used to order property lists.
getAttributeIndex(String) - Method in class com.cafean.client.analysis.ViewComponent
 
getAttributeIndex(String) - Method in class com.cafean.client.anim.DataSource
 
getAttributeIndex(String) - Method in class com.cafean.client.anim.GeneralRange
 
getAttributeIndex(String) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Retrieves the relative index for ordering an Attribute.
getAttributeIndex(String) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Retrieves the relative index for ordering an Attribute.
getAttributeIndex(String) - Method in class com.cafean.client.mdocs.QuickNote
 
getAttributeIndex(String) - Method in class com.cafean.client.ui.annotation.Annotation
 
getAttributeIndex(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getAttributeIndex(String) - Method in interface com.cafean.client.ui.beans.PropertyController
Returns a relative index that can be used to order property lists.
getAttributeIndex(String) - Method in class com.cafean.client.ui.SnapPreferences
 
getAttributeIndex(String) - Method in class com.cafean.client.values.components.SharedBoolean
Retrieves the relative index for ordering an Attribute.
getAttributeIndex(String) - Method in class com.cafean.client.values.components.SharedInteger
Retrieves the relative index for ordering an Attribute.
getAttributeIndex(String) - Method in class com.cafean.client.values.components.SharedReal
Retrieves the relative index for ordering an Attribute.
getAttributeIndex(String) - Method in class com.cafean.client.values.components.SharedString
Retrieves the relative index for ordering an Attribute.
getAttributeIndex(String) - Method in class com.cafean.client.values.components.SharedTable
Retrieves the relative index for ordering an Attribute.
getAttributeIndex(String) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
getAttributeIndex(String) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
getAttributeIndex(String) - Method in class com.cafean.JobStatus.jimport.JobImporter
 
getAttributesForGroup(String) - Static method in class com.cafean.client.analysis.ViewComponent
Retrieves the Attribute Names for the given group.
getAttributesForGroup(String) - Static method in class com.cafean.client.ui.SnapPreferences
Retrieves the Attribute Names for the given group.
getAUTO_SCALE() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for AUTO_SCALE attribute.
getAUTO_SCALE() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for AUTO_SCALE attribute.
getAutoExecutionBoolean() - Method in class com.cafean.client.values.components.SharedFunction
 
getAutoscrolls() - Method in class com.cafean.client.ui.swing.MTextArea
 
getAutoscrolls() - Method in class com.cafean.client.ui.swing.MTextField
 
getAuxLibVersion() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for auxLibVersion attribute.
getAuxLibVersion(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Indexed access function for auxLibVersion attribute.
getAuxLibVersionCount() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Return the number of elements in auxLibVersion.
getAvailableCategories() - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method returns the Category[] that contains all of the component categories in the current model that can support initial conditions.
getAvailableList() - Method in class com.cafean.client.values.functions.ui.MultiObjectSelectionPanel
 
getAvailableUsers() - Method in class com.cafean.client.analysis.OwnershipManager
Requests the list of available user IDs.
getAx() - Method in class com.cafean.client.ui.util.AnchoredControlPoint
returns the anchor point x coordinate
getAy() - Method in class com.cafean.client.ui.util.AnchoredControlPoint
returns the anchor point y coordinate
getBackground() - Method in class com.cafean.client.analysis.ViewComponent
Gets the background color from the DrawnView, or from the local variable if the DrawnView has not been created.
getBackground() - Method in class com.cafean.client.classify.Classification
Returns the color that should be used for the background of any classification indicators displaying this classification.
getBackground() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
 
getBackground() - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
 
getBackground() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
getBackground() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getBackground() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
getBackground() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
getBackground() - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
getBackgroundColor() - Method in class com.cafean.client.anim.GeneralRange
Getter for property backgroundColor.
getBackgroundColor() - Method in class com.cafean.client.io.TemplateDescriptor
gets the view's background color
getBadgeColors() - Method in class com.cafean.client.ui.ConnectingPt
Gets the colors of the Badges for this ConnectingPt
getBadges() - Method in class com.cafean.client.ui.ConnectingPt
Gets the Badges for this ConnectingPt
getBaseErrorColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getBaseFolder() - Method in class com.cafean.jobstream.common.util.AbstractModuleLoader
returns the base folder that contains the module folders that will be searched by this loader.
getBaseHeatedColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getBaseIncompleteColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getBaseName() - Method in class com.cafean.client.ui.ParametricExportDialog
Gets the name that will be modified and used to create the directory for each individual export.
getBaseName() - Method in class com.cafean.client.values.ui.ParametricExportDialog
Gets the name that will be modified and used to create the directory for each individual export.
getBaseNormalColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getBaseNormCsColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getBaseOffset() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
getBasePoweredColor() - Method in class com.cafean.client.ui.SnapPreferences
Getter for property poweredColorBase.
getBaseSelectedColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getBaseSpecialColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getBaseWarningColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getBatchID() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
getBatchID() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getBatchID() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getBatchID() - Method in class com.cafean.jobstream.common.TerminateContext
gets the batchID to terminate
getBatchID() - Method in class com.cafean.jobstream.server.components.Stream
Returns the batch queuing system job ID assigned to the stream.
getBatchID() - Method in class com.cafean.jobstream.server.sequence.Sequence
Returns the batch queuing system job ID assigned to the sequence.
getBatchID() - Method in class com.cafean.jobstream.tracker.event.StreamStartedEvent
Returns a String containing the batch ID assigned to the stream by the batch queuing system.
getBatchID() - Method in class com.cafean.jobstream.tracker.event.StreamSubmittedEvent
Returns a String containing the batch ID assigned to the stream by the batch queuing system.
getBatchID() - Method in class com.cafean.jobstream.tracker.event.TaskStartedEvent
Returns a String containing the batch ID assigned to the task by the batch queuing system.
getBatchID() - Method in class com.cafean.jobstream.tracker.event.TaskSubmittedEvent
Returns a String containing the batch ID assigned to the task by the batch queuing system.
getBatchJobID() - Method in class com.cafean.jobstream.server.components.Task
returns the "Job Identifier" given to the execution wrapper by the scheduling system or null if it is unknown.
getBatchProcessor() - Method in class com.cafean.client.ui.MainFrame
 
getBean() - Method in class com.cafean.client.anim.ChannelInfoRef
Getter for the bean.
getBeanBox() - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the BeanBox that contains this DrawnComponent or null if this DrawnComponent exists outside of a BeanBox.
getBeanBox() - Method in class com.cafean.client.ui.DrawnView
An accessor for the BeanBox from the ZoomablePanel
getBeanBox() - Method in class com.cafean.client.ui.swing.OverlapPanel
Returns the BeanBox contained in the DrawnView parent of this overlap panel
getBeanBox() - Method in class com.cafean.client.ui.ZoomablePanel
The BeanBox contains all the components that are visible inside the DrawnView.
getBeanBox(JComponent) - Static method in class com.cafean.client.values.drawn.DrawnSharedString
Retrieves the BeanBox that contains the given component
getBeanBox(JComponent) - Static method in class com.cafean.client.values.ui.MCIntegerTextField
Retrieves the BeanBox that contains the given component
getBeanBox(JComponent) - Static method in class com.cafean.client.values.ui.MCRealTextField
Retrieves the BeanBox that contains the given component
getBeanDescriptor() - Method in class com.apt.xdr.MdBoolArrayBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.apt.xdr.MdDblArrayBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.apt.xdr.MdFltArrayBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.apt.xdr.MdIntArrayBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.apt.xdr.MultiDimArrayBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.analysis.AbstractBeanComponentBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.analysis.ConnectionBeanBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.analysis.ElementBeanBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.analysis.EmbeddedConnectionMapBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstantBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunctionBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariableBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.analysis.ValidationTestBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.analysis.ViewComponentBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.anim.AbstractDisplayBeanBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.anim.AbstractRangedBeanBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.anim.AbstractVolumeBeanBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.anim.ChannelInfoRefBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.anim.GeneralRangeBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.anim.InteractiveCommandBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCaseBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.integrator.components.IntegrationDefinitionBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.integrator.IntegrationCaseBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.io.med.DrawnAnnotationRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.DrawnComponentRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.DrawnDisplayElementRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.DrawnLayerRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.DrawnNumericRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.DrawnVisualGroupRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.FontRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.ModelHeaderRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.PluginBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.String16BeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.UserConstantRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.UserFunctionRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.UserVariableRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.io.med.ViewCompRecBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.mdocs.QuickNoteBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.annotation.AnnotationBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotationBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.annotation.ImageAnnotationBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.annotation.LineAnnotationBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.annotation.PolygonBeanBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.annotation.PolygonPointBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.annotation.RectangularAnnotationBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.annotation.TextAnnotationBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.ConnectionSetPanelBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.DrawnConnectionBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.NumericPlainDocumentBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.RealTextFieldBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.SnapPreferencesBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.swing.OverlapPanelBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.ui.util.VisualGroupBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.values.components.AbstractFunctionCatPropsBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.values.components.AbstractSharedValueBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.values.components.AttribPropsBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.values.components.ExternFunctionBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.values.components.NumericsCatPropsBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.values.components.SharedBooleanBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.values.components.SharedFunctionCatPropsBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.values.components.SharedIntegerBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.values.components.SharedRealBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.values.components.SharedStringBeanInfo
 
getBeanDescriptor() - Method in class com.cafean.client.values.components.SharedTableBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.client.values.ui.CRealTextFieldBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.values.ui.SharedIntegerWrapperBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.client.values.ui.SharedRealWrapperBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.JobStatus.AnimationOverrideEntryBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.JobStatus.jimport.JobImporterBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.jobstream.common.components.PlatformPropertiesBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.jobstream.common.components.SubmissionPropertiesBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class com.cafean.utils.JDoubleFieldBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.utils.JFloatFieldBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.utils.JIntegerFieldBeanInfo
Gets the BeanDescriptor for this bean.
getBeanDescriptor() - Method in class com.cafean.utils.VersionBeanInfo
Gets the BeanDescriptor for this bean.
getBeanParent(JComponent) - Static method in class com.cafean.client.values.drawn.DrawnSharedString
Retrieves the JComponent parent of the given component that is contained directly in a BeanBox.
getBeanParent(JComponent) - Static method in class com.cafean.client.values.ui.MCIntegerTextField
Retrieves the JComponent parent of the given component that is contained directly in a BeanBox.
getBeanParent(JComponent) - Static method in class com.cafean.client.values.ui.MCRealTextField
Retrieves the JComponent parent of the given component that is contained directly in a BeanBox.
getBlock() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Access function for block attribute.
getBlock(int) - Method in class com.cafean.CalcServer.BlockFileAccessManager
Retrieves the requested block from the current file; blocks are retrieved as arrays of String
getBlock(int) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Indexed access function for block attribute.
getBlockIndex() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Access function for blockIndex attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ConnectionInfo
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.DataChannel
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.EvtJobAdded
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.EvtLogOutput
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.FileEntry
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.FileRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.FileRequestResponse
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.FilesListRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.Folder
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.FolderEntry
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.GetFileRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.GetFileResponse
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.InteractiveVariable
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.Job
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.JobFilesList
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.JobLocationRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.JobRPCRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.JobSet
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.Keyword
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.LoadJobRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.LogOutputRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.MountFolderRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.MuxDataRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.RestartDataRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.SendFileRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ShutdownRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.String16
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ViewableFile
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.Attribute
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.DrawnLayerRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.FontRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.ModelHeaderRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.Plugin
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.String16
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.UserVariableRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.mdocs.ALDocRef
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.mdocs.ALOwnership
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.rpc.command.ActivateRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.rpc.command.ModelListRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.rpc.command.ModelListResponse
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.AbstractCBoolean
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.AbstractCInteger
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.AbstractCReal
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.AbstractCString
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.AttribProps
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.CBoolean_E
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.CBoolean
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.CInteger_E
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.CInteger
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.CReal_E
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.CReal
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.EnumEntry
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.ExternFunction
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.NumericsCatProps
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.SharedBoolean
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.SharedFunction
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.SharedFunctionCatProps
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.SharedInteger
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.SharedReal
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.SharedString
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.client.values.components.SharedTable
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.config.rpc.command.ActivateRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.rpc.command.CallbackAuthorization
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.rpc.command.CallbackAuthRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.rpc.command.CallbackContext
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.rpc.command.Ping
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.rpc.command.VersionRequest
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.snapdx.SDXElement
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.snapdx.SDXIntegerValue
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.snapdx.SDXRealArrayValue
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.snapdx.SDXRealValue
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.snapdx.SDXStringArrayValue
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.snapdx.SDXStringValue
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Access function for the block type attribute.
getBlockType() - Method in class com.cafean.snapdx.SNAPDXRecord
Access function for the block type attribute.
getBlockTypes() - Method in interface com.apt.xdr.PibFile
Return the list of blocks that are defined for this file.
getBlockTypes() - Method in class com.cafean.CalcServer.command.CommandFile_file
Return the list of blocks that are defined for this file.
getBlockTypes() - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Return the list of blocks that are defined for this file.
getBlockTypes() - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Return the list of blocks that are defined for this file.
getBlockTypes() - Method in class com.cafean.client.io.med.MED_file
Return the list of blocks that are defined for this file.
getBlockTypes() - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Return the list of blocks that are defined for this file.
getBlockTypes() - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Return the list of blocks that are defined for this file.
getBlockTypes() - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Return the list of blocks that are defined for this file.
getBlockTypes() - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Return the list of blocks that are defined for this file.
getBlockTypes() - Method in class com.cafean.rpc.command.RPC_file
Return the list of blocks that are defined for this file.
getBlockTypes() - Method in class com.cafean.snapdx.SNAPDataExchange_file
Return the list of blocks that are defined for this file.
getBody() - Method in class com.cafean.client.ui.message.Message
 
getBody() - Method in class com.cafean.client.ui.util.search.GSQuickNoteCache
 
getBooleanProperty(String, boolean) - Method in class com.cafean.client.io.TemplateEntry
Attempts to find an integer property.
getBooleanValues() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for booleanValues attribute.
getBooleanValues(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Indexed access function for booleanValues attribute.
getBooleanValuesCount() - Method in class com.cafean.client.values.components.NumericsTableColumn
Return the number of elements in booleanValues.
getBoolOption(String, boolean) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns the value specified for the given option in site configuration as a boolean value.
getBoolOption(String, boolean) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Returns the value specified for the given option in this properties object as a boolean value.
getBoolOption(String, boolean) - Method in class com.cafean.jobstream.common.components.SubmissionProperties
Returns the value specified for the given option in this properties object as a boolean value.
getBoolProp(String, DrawnDisplayElementRec, boolean) - Static method in class com.cafean.client.anim.AbstractDisplayBean
returns the value of the property with the given name or defValue if the property is not available
getBoolProperty(String) - Method in class com.cafean.CalcServer.CalcJobFile
 
getBoolProperty(String) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getBoolProperty(String, Boolean) - Method in class com.cafean.CalcServer.CalcJobFile
 
getBoolProperty(String, Boolean) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getBoolProperty(String, String, boolean) - Method in class com.cafean.utils.Configurator
Retrieves a named property from the given module without affecting the current module setting.
getBorder() - Method in class com.cafean.client.ui.annotation.Annotation
 
getBorderInsets(Component) - Method in class com.cafean.client.ui.pview.PseudoTableBorder
Returns the insets of the border.
getBorderProp(String, DrawnDisplayElementRec, Border) - Static method in class com.cafean.client.anim.AbstractDisplayBean
Retrieves the border property with the given name
getBorderType(Border) - Method in class com.cafean.client.ui.beans.BorderStyleEditor
Determine the border type for a given border.
getBounds() - Method in class com.cafean.client.ui.annotation.Annotation
 
getBreadCrumbName() - Method in class com.cafean.client.validation.PropertyContextType
 
getBreadCrumbName(String) - Method in class com.cafean.client.validation.PropertyContextType
 
getBritishUnitString(int) - Method in class com.cafean.client.anim.AbstractDisplayBean
Return the British units string for a given units code.
getBrLabel() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Access function for brLabel attribute.
getBrLabel() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Access function for brLabel attribute.
getBrLabel(int) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed access function for brLabel attribute.
getBrLabel(int) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed access function for brLabel attribute.
getBrowserOpen() - Method in class com.cafean.utils.RptDoc.ReportDialog
Determines if the generated report should be opened.
getBugfix() - Method in class com.cafean.rpc.command.VersionRequest
Access function for bugfix attribute.
getBugfix() - Method in class com.cafean.utils.Version
returns the bugfix revision number.
getBundleDetails(PlatformProperties, List<Task>) - Method in class com.cafean.jobstream.common.PlatformModule
This method returns a bundle property details object that will be used to add additional columns to the bundling display.
getBurnupData() - Method in class com.cafean.client.anim.DataSource
Retrieves burnup data from the server.
getBurnupData(double) - Method in class com.cafean.client.anim.DataSource
Retrieves burnup data from the server at a given time.
getButtonIcon() - Method in class com.cafean.client.ui.tools.CaptureMouseHandler
Returns the icon for use in creating an activation toolbar button for this handler.
getButtonIcon() - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
Returns the icon for use in creating an activation toolbar button for this handler.
getButtonIcon() - Method in class com.cafean.client.ui.tools.InteractiveMouseHandler
Returns the icon for use in creating an activation toolbar button for this handler.
getButtonIcon() - Method in class com.cafean.client.ui.tools.MouseHandler
Returns the icon for use in creating an activation toolbar button for this handler.
getButtonIcon() - Method in class com.cafean.client.ui.tools.PanMouseHandler
Returns the icon for use in creating an activation toolbar button for this handler.
getButtonIcon() - Method in class com.cafean.client.ui.tools.SelectMouseHandler
Returns the icon for use in creating an activation toolbar button for this handler.
getButtonIcon() - Method in class com.cafean.client.ui.tools.ZoomMouseHandler
Returns the icon for use in creating an activation toolbar button for this handler.
getButtonState(int) - Method in class com.cafean.client.ui.diff.CategoryGroup
Returns the states of the button at the given index.
getByInt(int) - Static method in enum com.cafean.client.anim.DataSource.IndependentDataType
Returns the IndependentDataType that corresponds to the given int.
getBytes() - Method in class com.cafean.CalcServer.command.String16
Access function for bytes attribute.
getBytes() - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Access function for bytes attribute.
getBytes() - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Access function for bytes attribute.
getBytes() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Access function for bytes attribute.
getBytes() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Access function for bytes attribute.
getBytes() - Method in class com.cafean.client.io.med.String16
Access function for bytes attribute.
getBYTES() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for BYTES attribute.
getC1X() - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
getC1Y() - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
getC2X() - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
getC2Y() - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
getCacheSize() - Method in class com.cafean.JobStatus.OutputViewer.BlockFileAccessClient
gets the current cache size
getCafeanHome() - Static method in class com.cafean.utils.Configurator
 
getCalcCurTime() - Method in class com.cafean.CalcServer.CalcJobFile
Gets the current calculation time of this job (in the context of the calculation).
getCalcCurTime() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Gets the current calculation time of this job (in the context of the calculation).
getCalcEndTime() - Method in class com.cafean.CalcServer.CalcJobFile
gets the calculation end time of this job (in the context of the calculation)
getCalcEndTime() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
gets the calculation end time of this job (in the context of the calculation)
getCalcJobFile() - Method in class com.cafean.CalcServer.JobHandle
Returns the calculation job file that defines this job.
getCalcServerLauncher() - Static method in class com.cafean.CalcServer.CalcServerConnector
Returns a File referring to the location of the calculation server launcher or null if the file is not available or not readable.
getCalcServerNode() - Method in class com.cafean.JobStatus.tree.FilteredFolderNode
Returns the CalcServerNode that is node parent.
getCalcServerNode() - Method in class com.cafean.JobStatus.tree.FolderNode
Returns the CalcServerNode that is node parent.
getCalcServerNode() - Method in class com.cafean.JobStatus.tree.JobNode
Returns the CalcServerNode that is node parent.
getCalcStartTime() - Method in class com.cafean.CalcServer.CalcJobFile
gets the calculation start time of this job (in the context of the calculation)
getCalcStartTime() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
gets the calculation start time of this job (in the context of the calculation)
getCalculationStartTime() - Method in class com.cafean.CalcServer.JobHandle
Get the start time for this calculation.
getCANVAS_FONT() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for CANVAS_FONT attribute.
getCANVAS_FONT_ACTIVE() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for CANVAS_FONT_ACTIVE attribute.
getCanvasFont() - Method in class com.cafean.client.analysis.ViewComponent
Returns the canvas font used by this view.
getCanvasFont() - Method in class com.cafean.client.io.TemplateDescriptor
Gets the user defined canvas font.
getCanvasFont() - Method in class com.cafean.client.ui.SnapPreferences
 
getCanvasFontDefault() - Method in class com.cafean.client.analysis.ViewComponent
Returns the default canvas font as defined by the user preference "Canvas Font".
getCanvasFontItalic() - Method in class com.cafean.client.ui.SnapPreferences
 
getCanvasFontItalicMetrics() - Method in class com.cafean.client.ui.SnapPreferences
 
getCanvasFontMetrics() - Method in class com.cafean.client.analysis.ViewComponent
Returns a cached font metrics object which encapsulates information about the rendering of the canvas font font within this view.
getCanvasFontMetrics() - Method in class com.cafean.client.ui.SnapPreferences
 
getCanvasSize() - Method in class com.cafean.client.analysis.ViewComponent
Gets the size of the view's canvas or the locally stored canvas size, if the DrawnView has never been opened.
getCanvasSize() - Method in class com.cafean.client.ui.DrawnView
Getter for the size of the ZoomablePanel
getCaretOffset() - Method in class com.cafean.client.ui.text.TextHolder
 
getCaseCategories() - Method in class com.cafean.client.values.AbstractNumericsModel
Returns the categories in this model that represent restart case or other case-like objects that should be considered cases for the purposes of error detection and naming conflicts.
getCatCCComparator() - Static method in class com.cafean.client.analysis.AbstractComponent
Returns a comparator object for comparing the Category and component number of two AbstractComponent objects; for use in sorting or searching.
getCatComparator() - Static method in class com.cafean.client.ui.diff.MultiComponentDiffViewer
Returns a comparator object for comparing the Category and component number of two AbstractComponent objects; for use in sorting or searching.
getCategories() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the root Categories for this model type.
getCategories() - Method in class com.cafean.client.analysis.ComponentNumberGroup
returns a Category[] that contains all the categories controlled by this controller
getCategories() - Method in class com.cafean.client.values.AbstractNumericsModel
 
getCategories() - Method in class com.cafean.jobstream.common.components.FileType
returns the names of the file type categories that this file type is a member of
getCategory() - Method in class com.cafean.client.analysis.AbstractComponent
Retrieves the most narrow category that this component is a member of.
getCategory() - Method in class com.cafean.client.analysis.Connection
Retrieves the most narrow category that this component is a member of.
getCategory() - Method in class com.cafean.client.analysis.ElementList
Retrieves the name of the category of the elements contained by thisElementList
getCategory() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
The category for a UserDefinedConstant is always CAT_CONSTANT
getCategory() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
The category for a UserDefinedFunction is always CAT_FUNCTION
getCategory() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
The category for a UserDefinedVariable is always CAT_VARIABLE
getCategory() - Method in class com.cafean.client.analysis.RestartCase
 
getCategory() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
getCategory() - Method in class com.cafean.client.analysis.ViewComponent
 
getCategory() - Method in class com.cafean.client.anim.DataSource
 
getCategory() - Method in class com.cafean.client.anim.GeneralRange
 
getCategory() - Method in class com.cafean.client.integrator.AbstractIntegrator
returns the component category handled by this Integrator
getCategory() - Method in class com.cafean.client.integrator.IntegrationCase
 
getCategory() - Method in class com.cafean.client.integrator.ReferenceLocation
 
getCategory() - Method in class com.cafean.client.mdocs.AbstractDocument
 
getCategory() - Method in class com.cafean.client.mdocs.QuickNote
 
getCategory() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
Gets the Category for this ComponentSelectionEditor.
getCategory() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
Gets the Category for this ComponentSelectionEditor.
getCategory() - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
Gets the Category for this ComponentSelectionEditor.
getCategory() - Method in class com.cafean.client.ui.message.CategoryMessageGroup
 
getCategory() - Method in class com.cafean.client.ui.navigator.CategoryNode
An accessor to the category
getCategory() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
An accessor to the category
getCategory() - Method in class com.cafean.client.ui.tools.CategoryAction
Retrieves the Category of component that this action will be used to create.
getCategory() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Retrieves the most narrow category that this component is a member of.
getCategory() - Method in class com.cafean.client.values.components.NumericsCatProps
Retrieves the most narrow category that this component is a member of.
getCategory() - Method in class com.cafean.client.values.components.SharedBoolean
Retrieves the most narrow category that this component is a member of.
getCategory() - Method in class com.cafean.client.values.components.SharedFunction
Retrieves the most narrow category that this component is a member of.
getCategory() - Method in class com.cafean.client.values.components.SharedInteger
Retrieves the most narrow category that this component is a member of.
getCategory() - Method in class com.cafean.client.values.components.SharedReal
Retrieves the most narrow category that this component is a member of.
getCategory() - Method in class com.cafean.client.values.components.SharedString
 
getCategory() - Method in class com.cafean.client.values.components.SharedTable
Retrieves the most narrow category that this component is a member of.
getCategory() - Method in class com.cafean.client.values.functions.AbstractNumericFunction
 
getCategory() - Method in class com.cafean.client.values.functions.InsertionOnlyFunction
 
getCategory() - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
 
getCategory() - Method in class com.cafean.client.values.sources.InsertionOnlyDataSource
 
getCategoryActions(Category, AbstractModel) - Method in class com.cafean.client.utils.diff.DiffEngine
This builds the list of actions to be used when a category is right-clicked in the Navigator.
getCategoryActions(Category, AbstractModel) - Method in class com.cafean.client.utils.diff.WriteableDiffEngine
 
getCategoryComponent(Category) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the optional component associated with the given cateogry.
getCategoryLinkName(Category, String) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a link name used for category anchors and references.
getCategoryName() - Method in interface com.cafean.client.anim.RepresentitiveBean
Retrieves the name of the Category of the component represented by this bean.
getCategoryName() - Method in class com.cafean.client.io.TemplateEntry
Getter for property categoryName.
getCategoryObject(Category) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the optional object associated with the given category.
getCategoryObject(Category) - Method in class com.cafean.client.values.AbstractNumericsModel
 
getCatMedia() - Method in class com.cafean.utils.ReferenceDocs.RefDocMap
returns the full set of category entries in this map
getCatMedia(String) - Method in class com.cafean.utils.ReferenceDocs.RefDocMap
returns the category entries for the given category
getCCnumber() - Method in class com.cafean.client.analysis.GenericObject
Retrieves this objects's CC number.
getCCnumber() - Method in class com.cafean.client.analysis.RestartCase
 
getCCnumber() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
getCCnumber() - Method in class com.cafean.client.analysis.ViewComponent
 
getCCnumber() - Method in class com.cafean.client.anim.DataSource
 
getCCnumber() - Method in class com.cafean.client.anim.GeneralRange
returns an empty string to prevent a component number from being displayed
getCCnumber() - Method in class com.cafean.client.mdocs.QuickNote
 
getCCnumber() - Method in class com.cafean.client.values.components.AbstractSharedValue
 
getCCnumber() - Method in class com.cafean.client.values.components.NumericsCatProps
 
getCCNUMBER() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for CCNUMBER attribute.
getCCNumberComparator() - Static method in class com.cafean.client.analysis.AbstractComponent
Returns a comparator object for comparing the component number of two AbstractComponent objects, for use in sorting or searching.
getCCNumberIncrement() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the increment number for retrieved CC numbers.
getCCRef(int) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
 
getCell(NativeLong) - Method in class com.cafean.client.values.util.matlab.MXArray
Get a pointer to the specified cell element.
getCellEditor(int, int) - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
 
getCellEditor(int, int) - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
 
getCellEditor(int, int) - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
 
getCellEditor(int, int) - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
 
getCellEditorValue() - Method in class com.cafean.client.anim.channel.ExpandableCellEditor
 
getCellEditorValue() - Method in class com.cafean.client.ui.EnumSelEditor
 
getCellEditorValue() - Method in class com.cafean.client.ui.RealEditor
This gets the value from the RealTextField.
getCellEditorValue() - Method in class com.cafean.client.ui.SourceTargetTableEditor
 
getCellEditorValue() - Method in class com.cafean.client.values.ui.CBooleanTableEditor
 
getCellEditorValue() - Method in class com.cafean.client.values.ui.CIntegerTableEditor
 
getCellEditorValue() - Method in class com.cafean.client.values.ui.CRealTableCellEditor
 
getCellEditorValue() - Method in class com.cafean.client.values.ui.CStringTableEditor
 
getCellEditorValue() - Method in class com.cafean.JobStatus.ui.csstream.table.ExpandableCell
 
getCellEditorValue() - Method in class com.cafean.JobStatus.ui.stream.ExpandableTableCell
 
getChangeListeners() - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Returns an array of ChangeListeners registered with the button.
getChangeListeners() - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Return an array of registered ChangeListeners.
getChannelDataValue(String) - Method in class com.cafean.client.analysis.ConditionSet
This method returns the SI value for a field in the initial conditions hash.
getChannelDataValue(String) - Method in interface com.cafean.utils.ChannelDataHolder
Locate and return a channel's data value.
getChannelDataValue(String) - Method in class com.cafean.utils.RestartData
Locate and return a channel's data value.
getChannelDataValue(String, CInteger, boolean) - Method in interface com.cafean.utils.ChannelDataHolder
This method sets the value of a provided CInteger to the value with the given name.
getChannelDataValue(String, CReal, boolean) - Method in interface com.cafean.utils.ChannelDataHolder
This method sets the value of a provided CReal to the value with the given name.
getChannelDataValues(String[]) - Method in class com.cafean.client.analysis.ConditionSet
This method returns an array of double values that correspond to an array of keys.
getChannelDataValues(String[]) - Method in interface com.cafean.utils.ChannelDataHolder
Locate and return an array of channel data values.
getChannelDataValues(String[]) - Method in class com.cafean.utils.RestartData
Locate and return an array of channel data values.
getChannelIndex(String) - Method in class com.cafean.client.anim.channel.ChannelTableModel
Returns the index of the given channel in the row list if it is currently expanded unless it is a group heading.
getChannelIndex(String) - Method in class com.cafean.client.anim.DataSource
Add a data channel to the list of multiplexed data channels needed to drive the display.
getChannelIndex(String, boolean) - Method in class com.cafean.client.anim.DataSource
Retrieves the index of the given channel index into the channel list.
getChannelIndexes(String[]) - Method in class com.cafean.client.anim.DataSource
Add data channels to the list of multiplexed data channels needed to drive the display.
getChannelName() - Method in enum com.cafean.client.anim.DataSource.IndependentDataType
 
getChannelName() - Method in class com.cafean.client.ui.annotation.PolygonBean
Access routine for the channel name.
getChannelNames() - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Access function for channelNames attribute.
getChannelNames() - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Access function for channelNames attribute.
getChannelNames() - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Access function for channelNames attribute.
getChannelNames(int) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Indexed access function for channelNames attribute.
getChannelNames(int) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Indexed access function for channelNames attribute.
getChannelNames(int) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Indexed access function for channelNames attribute.
getChannelNames(int[]) - Method in class com.cafean.client.anim.channel.ChannelTableModel
Returns the names of the channels at the given row indexes, ignoring any rows that are set rows (i.e.
getChannels() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Access function for channels attribute.
getChannels() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Access function for channels attribute.
getChannels(int) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Indexed access function for channels attribute.
getChannels(int) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Indexed access function for channels attribute.
getChar() - Method in class com.cafean.utils.VarArgs
returns a char.
getChars() - Method in class com.cafean.client.values.util.matlab.MXArray
Get string array data.
getCheckBox() - Method in class com.cafean.client.values.ui.CBooleanCheckBox
Returns the JCheckBox used in the editor.
getChildCategories() - Method in class com.cafean.client.analysis.AbstractComponent
Returns the categories of components which this component may contain as child components.
getChildFKs() - Method in interface com.apt.xdr.PibBlock
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ConnectionInfo
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.DataChannel
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.EvtJobAdded
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.EvtLogOutput
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.FileEntry
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.FileRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.FileRequestResponse
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.FilesListRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.Folder
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.FolderEntry
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.GetFileRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.GetFileResponse
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.InteractiveVariable
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.Job
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.JobFilesList
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.JobLocationRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.JobRPCRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.JobSet
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.Keyword
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.LoadJobRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.LogOutputRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.MountFolderRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.MuxDataRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.RestartDataRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.SendFileRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ShutdownRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.String16
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ViewableFile
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.Attribute
 
getChildFKs() - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.DrawnComponentRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.DrawnConnLine
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.DrawnLayerRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.DrawnNumericRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.FontRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.ModelHeaderRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.Plugin
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.String16
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.UserConstantRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.UserFunctionRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.UserVariableRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.io.med.ViewCompRec
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.mdocs.ALDocRef
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.rpc.command.ActivateRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.rpc.command.ModelListRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.rpc.command.ModelListResponse
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.AttribProps
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.CBoolean_E
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.CBoolean
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.CInteger_E
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.CInteger
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.CReal_E
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.CReal
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.CString
Return the child foreign key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.EnumEntry
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.ExternFunction
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.NumericsCatProps
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.NumericsTableColumn
Return the child Foreign key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.SharedBoolean
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.SharedFunction
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.SharedInteger
Return the child Foreign key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.SharedReal
Return the child foreign key identifiers.
getChildFKs() - Method in class com.cafean.client.values.components.SharedString
 
getChildFKs() - Method in class com.cafean.client.values.components.SharedTable
Return the child foreign key identifiers.
getChildFKs() - Method in class com.cafean.config.rpc.command.ActivateRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.rpc.command.CallbackAuthorization
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.rpc.command.CallbackAuthRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.rpc.command.CallbackContext
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.rpc.command.Ping
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.rpc.command.VersionRequest
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.snapdx.SDXElement
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.snapdx.SDXIntegerValue
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.snapdx.SDXRealArrayValue
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.snapdx.SDXRealValue
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.snapdx.SDXStringArrayValue
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.snapdx.SDXStringValue
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Return the child foriegn key identifiers.
getChildFKs() - Method in class com.cafean.snapdx.SNAPDXRecord
Return the child foriegn key identifiers.
getChildren() - Method in class com.cafean.client.analysis.Category
Retrieves this Category's direct children.
getChildren() - Method in class com.cafean.client.analysis.SearchCategory
 
getChildren() - Method in class com.cafean.client.values.AccessorType
Gets a List of child AccessorTypes.The results of this method, combined with the recursive results of getChildren on the AccessorTypes in the results, is used to form a tree hierarchy of Accessor categories.
getChildren() - Method in class com.cafean.client.values.RealAccessorType
 
getChildren(Category) - Method in class com.cafean.client.analysis.AbstractComponent
Finds all of the components inside the model that references this component as their parent component.
getCIntegerContent(CInteger) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
getCIntegerEnumContent(Object, Class) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns a custom value for the SharedInteger enumerated value editor.
getCLASS() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Access function for CLASS attribute.
getCLASS_NAME() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for CLASS_NAME attribute.
getClassID() - Method in class com.cafean.client.values.util.matlab.MXArray
Return the class (catergory) of data that the array holds.
getClassification() - Method in class com.cafean.client.analysis.AbstractModel
Returns the minimum classification level required for this model.
getClassification() - Method in class com.cafean.client.ui.navigator.ModelAccordionNode
 
getClassification() - Method in class com.cafean.client.ui.swing.accordion.AccordionNode
Returns the Classification of the object.
getClassLoader() - Method in class com.cafean.client.anim.AnimationModuleLoader
returns the ClassLoader that will be used to load Animation Modules
getClassLoader() - Method in class com.cafean.CodePlugins.CodePluginClassLoader
Retrieves the ClassLoader used by this code plug-in loader.
getClassName() - Method in class com.cafean.client.values.util.matlab.MXArray
Return the name of an array's class.
getClassPrereqs() - Method in class com.cafean.client.values.functions.NumericFunctionDesc
Returns the name of any specific classes required by this function that are not included in the main SNAP distribution, the standard Java distribution or with this function.
getClassPrereqs() - Method in class com.cafean.client.values.sources.NumericDataSourceDesc
Returns the name of any specific classes required by this data store that are not included in the main SNAP distribution, the standard Java distribution or with this data store.
getClassPrereqs() - Method in class com.cafean.CodePlugins.MEPluginData
Returns the name of any specific classes required by this plugin that are not included in the main ModelEditor distribution, the standard Java distribution or this plugin.
getClassPrereqs() - Method in class com.cafean.vcs.desc.VersionControlSystemDesc
Returns the name of any specific classes required by this function that are not included in the main SNAP distribution, the standard Java distribution or with this function.
getClientIdent() - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Access function for clientIdent attribute.
getClientIdent() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Access function for clientIdent attribute.
getClientIdent() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Access function for clientIdent attribute.
getClientIdent() - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Access function for clientIdent attribute.
getClientIdent() - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Access function for clientIdent attribute.
getClientIdent() - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Access function for clientIdent attribute.
getClientIdent() - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Access function for clientIdent attribute.
getClientIdent() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Access function for clientIdent attribute.
getClientScpCommand() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
getClientScpCommand() - Method in class com.cafean.jobstream.common.components.PlatformProperties
 
getClientSshCommand() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
getClientSshCommand() - Method in class com.cafean.jobstream.common.components.PlatformProperties
 
getClip() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getClipboard() - Static method in class com.cafean.client.ui.ApplicationFrame
 
getClipboardListener(AbstractModel) - Static method in class com.cafean.client.ui.clipboard.ComponentCopier
Retrieves the ClipboardListener responsible for the plug-in of the given model.
getClipboardListeners(AbstractModel) - Static method in class com.cafean.client.ui.clipboard.ComponentCopier
Returns the list of clipboard listeners that should be notified of events occurring to the given plug-in.
getClipBounds() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getClockwiseFace(int) - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the face value that is 90 degrees clockwise from the given face.
getCode() - Method in class com.cafean.CalcServer.command.FileRequestResponse
Access function for code attribute.
getCode() - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Access function for code attribute.
getCodePlugins() - Static method in class com.cafean.client.ui.MainFrame
This returns all of the plugins currently loaded that extend MECodePlugin.
getCodes() - Method in class com.cafean.CalcServer.CustomUnitCodes
Returns a newly-allocated clone of the codes array.
getCollapsedIcon() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
Return the collapsed tree node icon.
getCollapsedIcon() - Method in class com.cafean.client.ui.navigator.BeanNode
Return the collapsed tree node icon.
getCollapsedIcon() - Method in class com.cafean.client.ui.navigator.CategoryNode
Return the collapsed tree node icon.
getCollapsedIcon() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Return the collapsed tree node icon.
getCollapsedIcon() - Method in class com.cafean.client.ui.navigator.ComponentNode
Return the collapsed tree node icon.
getCollapsedIcon() - Method in class com.cafean.client.ui.navigator.ConnectionListNode
Return the collapsed tree node icon.
getCollapsedIcon() - Method in class com.cafean.client.ui.navigator.ConnectionNode
Return the collapsed tree node icon.
getCollapsedIcon() - Method in class com.cafean.client.ui.navigator.ModelNode
Return the collapsed tree node icon.
getCollapsedIcon() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Return the collapsed tree node icon.
getCollapsedIcon() - Method in class com.cafean.client.ui.navigator.PluginNode
Return the collapsed tree node icon.
getCollapsedIntegerDisplay(ArrayList<Integer>) - Static method in class com.cafean.document.notebook.AbstractNotebookExporter
Takes an array of integers and creates a display string which collapses those integers into ascending ranges.
getColor() - Method in class com.cafean.client.ui.beans.ColorChooserDialog
 
getColor() - Method in class com.cafean.client.ui.beans.SwatchPanel
 
getColor() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getColor(int, double) - Method in class com.cafean.client.anim.GeneralRange
Determine the color for a data value by intepolating over the range.
getColor(int, double, double, double, double) - Method in class com.cafean.client.anim.GeneralRange
Determine the color for a thermal-hydraulic state by intepolating over the appropriate range.
getColor(String) - Method in class com.cafean.utils.Configurator
Retrieves the color stored with the given name from the current module.
getColor(String) - Method in class com.cafean.utils.ConfigWrapper
Retrieves the color stored with the given name from the current module.
getColor(String, Color) - Method in class com.cafean.utils.Configurator
Retrieves the color stored with the given name from the current module.
getColor(String, Color) - Method in class com.cafean.utils.ConfigWrapper
Retrieves the color stored with the given name from the current module.
getColor(String, String) - Method in class com.cafean.utils.Configurator
Retrieves the color stored with the given name from the current module.
getColor(String, String, Color) - Method in class com.cafean.utils.Configurator
Retrieves the color stored with the given name from the current module.
getCOLOR() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for COLOR attribute.
getCOLOR(int) - Method in class com.cafean.client.io.med.ViewCompRec
Indexed access function for COLOR attribute.
getColorArray() - Method in class com.cafean.client.analysis.ViewComponent
This returns the current background in the form of an array of three integers.
getColorProp(String, DrawnDisplayElementRec, Color) - Static method in class com.cafean.client.anim.AbstractDisplayBean
gets the integer property the given property name and returns a color created using the integer as the RGB value
getColumn() - Method in class com.cafean.client.ui.beans.FunctionSourceDialog
 
getColumn() - Method in class com.cafean.utils.SourceEditor
 
getColumn(String) - Method in class com.cafean.client.values.components.AbstractTableReference
Attempts to find the column in the Table variable that is mapped to the provided plug-in table column name.
getColumnClass(int) - Method in class com.cafean.client.analysis.Table1D
Returns the class of the values in the given column.
getColumnClass(int) - Method in class com.cafean.client.anim.channel.ChannelTableModel
 
getColumnClass(int) - Method in class com.cafean.client.ui.GenericTableModel
 
getColumnClass(int) - Method in class com.cafean.client.ui.TableSorter
Returns the Class of the given column.
getColumnClass(int) - Method in class com.cafean.client.values.components.CTable1D
Returns the class of the values in the given column.
getColumnClass(int) - Method in class com.cafean.client.values.components.CTableND
 
getColumnClass(int) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getColumnClass(int) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
getColumnClass(int) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getColumnClass(int) - Method in class com.cafean.utils.TableMap
 
getColumnCount() - Method in class com.cafean.client.analysis.Table1D
Returns the number of columns in this table.
getColumnCount() - Method in class com.cafean.client.analysis.TableND
Returns the number of columns in this table.
getColumnCount() - Method in class com.cafean.client.anim.channel.ChannelTableModel
 
getColumnCount() - Method in class com.cafean.client.ui.GenericTableModel
 
getColumnCount() - Method in class com.cafean.client.ui.TableSorter
Returns the number of columns in the tablemodel.
getColumnCount() - Method in class com.cafean.client.values.components.CTable1D
Returns the number of columns in this table.
getColumnCount() - Method in class com.cafean.client.values.components.CTableND
Returns the number of columns in this table.
getColumnCount() - Method in class com.cafean.document.notebook.components.PseudoSubTable
Returns the number of columns in the table.
getColumnCount() - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getColumnCount() - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
getColumnCount() - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getColumnCount() - Method in class com.cafean.utils.TableMap
 
getColumnDescription(int) - Method in class com.cafean.client.analysis.Table1D
Returns the description of the given column to be used as it's tooltip or popup help.
getColumnDescription(int) - Method in class com.cafean.client.values.components.CTable1D
Returns the description of the given column to be used as it's tooltip or popup help.
getColumnDoc(int, boolean) - Method in class com.cafean.client.analysis.TableND
 
getColumnDoc(int, boolean) - Method in class com.cafean.client.values.components.CTableND
 
getColumnDoc(int, boolean, AbstractModel) - Method in class com.cafean.client.analysis.TableND
 
getColumnDoc(int, boolean, AbstractModel) - Method in class com.cafean.client.values.components.CTableND
 
getColumnHTMLLabel(ComponentElement) - Method in class com.cafean.client.ui.SubblockArrayTableColumn
Gets the display label for this column.
getColumnMap() - Method in class com.cafean.client.values.components.AbstractTableReference
Returns table variable column names that are mapped to the plug-in table columns.
getColumnMap(int) - Method in class com.cafean.client.values.components.AbstractTableReference
Returns table variable column name at the provided index that is mapped to the plug-in table columns.
getColumnMapCount() - Method in class com.cafean.client.values.components.AbstractTableReference
Returns the size of the column mapping.
getColumnName(int) - Method in class com.cafean.client.analysis.Table1D
Returns the name of the given column.
getColumnName(int) - Method in class com.cafean.client.analysis.TableND
 
getColumnName(int) - Method in class com.cafean.client.anim.channel.ChannelTableModel
 
getColumnName(int) - Method in class com.cafean.client.ui.GenericTableModel
 
getColumnName(int) - Method in class com.cafean.client.ui.TableSorter
Returns the name of the given column.
getColumnName(int) - Method in class com.cafean.client.values.components.CTable1D
Returns the name of the given column.
getColumnName(int) - Method in class com.cafean.client.values.components.CTableND
 
getColumnName(int) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getColumnName(int) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
getColumnName(int) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getColumnName(int) - Method in class com.cafean.utils.TableMap
 
getColumnName(int, AbstractNotebookExporter) - Method in class com.cafean.document.notebook.components.PseudoSubTable
Returns a formattable object (String, Paragraph, etc.) containing the name of the indicated column.
getColumnNames() - Method in class com.cafean.client.values.components.AbstractTableReference
Returns the plug-in table column names for the table variable mapping.
getColumnNames(int) - Method in class com.cafean.client.values.components.AbstractTableReference
Returns the plug-in table column name at the given index for the table variable mapping.
getColumnPropertyName(int, String) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getColumns() - Method in class com.cafean.client.analysis.Table1D
Returns the real arrays that make up this 1D table, independent var first.
getColumns() - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getColumns() - Method in class com.cafean.client.values.components.AbstractCTable
Returns the data of this table in the form of an array of NumericsTableColumn instances.
getColumns() - Method in class com.cafean.client.values.components.CTable1D
Returns the real arrays that make up this 1D table, independent var first.
getColumns() - Method in class com.cafean.client.values.components.SharedTable
Access function for columns attribute.
getColumns(int) - Method in class com.cafean.client.values.components.SharedTable
Indexed access function for columns attribute.
getColumnsCount() - Method in class com.cafean.client.values.components.SharedTable
Return the number of elements in columns.
getColumnUnitsLabel(int) - Method in class com.cafean.client.values.components.CTableND
 
getCommand() - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Access function for command attribute.
getCommand() - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Access function for command attribute.
getCommand() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Access function for command attribute.
getCommand() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Access function for command attribute.
getCommand() - Method in class com.cafean.client.anim.AbstractDisplayBean
Return the command property for this component.
getCommand(int) - Method in class com.cafean.client.anim.InteractiveCommand
Retrieve the interactive command for a menu item.
getCommands() - Method in class com.cafean.jobstream.server.components.CustomProcessing
returns the commands in this set
getComment(int) - Method in class com.cafean.client.analysis.GenericObject
Retrieves the comment at the given index.
getComments() - Method in class com.cafean.client.analysis.GenericObject
Retrieves all the comments inside this object as Strings.
getComments(int) - Method in class com.cafean.client.analysis.GenericObject
Retrieves the comment at the given index.
getComp_index() - Method in class com.cafean.CalcServer.command.DataChannel
Access function for comp_index attribute.
getComp_index() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Access function for comp_index attribute.
getComparator() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Returns the comparator that will be used to sort components when displayed by sub-system user interface elements.
getComparator() - Static method in class com.cafean.client.integrator.IntegrationCase
Returns a comparator object for integration cases
getComparator() - Static method in class com.cafean.client.mdocs.QuickNote
 
getCompComparator() - Static method in class com.cafean.client.ui.clipboard.ComponentPaster
Returns a comparator object for comparing the Category and component number of two AbstractComponent objects; for use in sorting or searching.
getComplete() - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Access function for complete attribute.
getComplete() - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Access function for complete attribute.
getCompleted() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
getCompleted() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getCompleted() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getCompleted() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
getCompleted() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getCompleted() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getCompletedDate() - Method in class com.cafean.CalcServer.CalcJobFile
Returns the completion date & time for this job.
getCompletedDate() - Method in class com.cafean.CalcServer.command.Job
Access function for completedDate attribute.
getCompletedDate() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Returns the completion date & time for this job.
getCompletedJobFile() - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
getCompletedJobLocation() - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
getCompletedJobName() - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
getCompletedJobPath() - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
getCompletedTime() - Method in class com.cafean.CalcServer.JobHandle
Get the completed time for this calculation.
getCompletionTime() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
getComponent() - Method in class com.cafean.client.analysis.AbstractComponent
This method is overwritten to return this component.
getComponent() - Method in interface com.cafean.client.analysis.ComponentElement
Retrieves the AbstractComponent that contains this ComponentElement.
getComponent() - Method in class com.cafean.client.analysis.DummyCompElement
 
getComponent() - Method in class com.cafean.client.event.ComponentChangedEvent
retrieves the component whos change is described by this event
getComponent() - Method in class com.cafean.client.ic.ConditionSetAdapter
 
getComponent() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
getComponent() - Method in class com.cafean.client.mdocs.ALDocRef
 
getComponent() - Method in class com.cafean.client.mdocs.ALOwnership
 
getComponent() - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Returns the component that this connection line renderer is representing in a 2D View
getComponent() - Method in class com.cafean.client.ui.DrawnComponent
Each DrawnComponent is a rendering object for a specific AbstractComponent.
getComponent() - Method in class com.cafean.client.ui.message.AutoCorrection
Returns the AbstractComponent parent of the target of this auto-correction.
getComponent() - Method in class com.cafean.client.ui.navigator.ComponentNode
Allows access to the component that this component node represents.
getComponent() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Retrieves the AbstractComponent that this node represents, or represents part of.
getComponent() - Method in class com.cafean.client.ui.SnapPreferences
 
getComponent() - Method in class com.cafean.client.ui.text.TextHolder
 
getComponent() - Method in class com.cafean.client.ui.util.search.GSMatchContext
 
getComponent() - Method in class com.cafean.client.ui.util.search.GSSearchResult
 
getComponent() - Method in class com.cafean.client.utils.diff.WeakComponentRef
 
getComponent() - Method in class com.cafean.client.validation.GenericTableContext
Gets the component this context applies to
getComponent() - Method in class com.cafean.client.values.components.AbstractCBoolean
 
getComponent() - Method in class com.cafean.client.values.components.AbstractCInteger
 
getComponent() - Method in class com.cafean.client.values.components.AbstractCReal
 
getComponent() - Method in class com.cafean.client.values.components.AbstractCString
 
getComponent() - Method in class com.cafean.client.values.components.AttribProps
 
getComponent() - Method in class com.cafean.client.values.components.EnumEntry
 
getComponent() - Method in class com.cafean.client.values.components.ExternFunction
 
getComponent() - Method in class com.cafean.client.values.components.NumericsTableColumn
 
getComponent() - Method in class com.cafean.client.values.ui.CBooleanTableEditor
 
getComponent() - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
getComponent() - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
getComponent(int) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Returns the AbstractComponent primary key at the given index.
getCOMPONENT_DB_ID() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for COMPONENT_DB_ID attribute.
getCOMPONENT_DB_ID() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for COMPONENT_DB_ID attribute.
getCOMPONENT_NUMBER() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for COMPONENT_NUMBER attribute.
getCOMPONENT_NUMBER() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for COMPONENT_NUMBER attribute.
getCOMPONENT_NUMBER() - Method in class com.cafean.client.io.med.UserVariableRec
Access function for COMPONENT_NUMBER attribute.
getComponentActions(AbstractComponent) - Method in class com.cafean.client.utils.diff.DiffEngine
This builds the list of actions to be used when a single component is right-clicked in the Navigator or in a 2D view.
getComponentActions(AbstractComponent) - Method in class com.cafean.client.utils.diff.WriteableDiffEngine
 
getComponentCategory() - Method in class com.cafean.client.ui.Toolbox
Retrieves the Category of the currently selected component type in the palette of the Toolbox.
getComponentCCNumber(GenericObject) - Static method in class com.cafean.client.analysis.GenericObject
Returns the CC number of the given component or "0" if null.
getComponentComparator() - Method in class com.cafean.client.analysis.AbstractModel
Returns a Comparator object suitable for sorting all of the components in this model in any context.
getComponentComparator(Category) - Method in class com.cafean.client.analysis.AbstractModel
Returns a Comparator object suitable for sorting components in the given category.
getComponentComparator(Category) - Method in class com.cafean.client.values.AbstractNumericsModel
 
getComponentCount() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves a count of the components in this model by calling getComponentCount on each Category returned by AbstractModel.getCategories().
getComponentCount() - Method in class com.cafean.client.ui.clipboard.ComponentCopier
Returns the number of components that were intentionally copied.
getComponentCount(Category) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves a count of the components in this model that are in a subset of the given category.
getComponentDependencies(List) - Method in class com.cafean.client.analysis.AbstractComponent
Returns an array of the components that this component depends on and should carry with it during copy/paste operations.
getComponentDependencies(List) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Returns an array of the components that this component depends on and should carry with it during copy/paste operations.
getComponentGroups() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves an array of the ComponentNumberGroup instances used by this model to ensure that each component has a valid component number.
getComponentID() - Method in class com.cafean.client.io.DocumentTemplateEntry
Getter for the id for the AbstractDocument.
getComponentID() - Method in class com.cafean.client.io.TemplateEntry
 
getComponentID() - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the ident of this drawn component's component
getComponentImage(AbstractComponent) - Method in class com.cafean.utils.RptDoc.ReportGenerator
Converts an AbstractComponent to a .jpegimage
getComponentIterator(Category) - Method in class com.cafean.client.analysis.AbstractModel
Creates an iterator suitable for traversing all the components that are in subsets of the given category.
getComponentLinkName(AbstractComponent, String) - Method in class com.cafean.document.notebook.AbstractExporterModule
Gets a link name for an AbstractComponent.
getComponentLinkName(AbstractComponent, String) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Retrieves the anchor name to use for links to the section for the given component.
getComponentList(AbstractModel) - Method in class com.cafean.client.analysis.Category
Gets the list of components in the provided model for this category.
getComponentList(AbstractModel) - Method in class com.cafean.client.analysis.SearchCategory
 
getComponentNode() - Method in class com.cafean.client.ui.navigator.ConnectionNode
 
getComponentNumber() - Method in class com.cafean.client.analysis.GenericObject
Retrieves this object's component number.
getComponentNumber() - Method in interface com.cafean.client.anim.RepresentitiveBean
Retrieves the component number of the component represented by this bean.
getComponentNumber() - Method in class com.cafean.client.io.TemplateDescriptor
gets the component number of the source view.
getComponentNumber() - Method in class com.cafean.client.io.TemplateEntry
Getter for property componentNumber.
getComponents() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves all components in this model.
getComponents() - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Returns all of the AbstractComponent primary keys in this map as an array.
getComponents() - Method in class com.cafean.client.ui.navigator.BeanNode
 
getComponents() - Method in class com.cafean.client.ui.navigator.CategoryNode
Retrieves an array of the components in this category.
getComponents() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Retrieves an array of the components in this category.
getComponents() - Method in class com.cafean.client.ui.navigator.ComponentNode
 
getComponents() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Returns the AbstractComponents represented by this Navigator node.
getComponents(boolean) - Method in class com.cafean.client.ui.BeanBox
Retrieves a Vector of all the Components in this BeanBox.
getComponents(boolean) - Method in class com.cafean.client.ui.DrawnView
Returns all of the components stored inside the beanbox in an array.
getComponents(Category) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves all components in this model that are in a subset of the given category.
getComponentSelection() - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
getComponentSelection() - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Returns the current selection.
getComponentSelectionListeners() - Method in class com.cafean.client.ui.navigator.Navigator
 
getComponentSelectionListeners() - Method in class com.cafean.client.ui.navigator.NavigatorComponent
 
getComposite() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getCompsFromBeanBox(BeanBox) - Static method in class com.cafean.client.ui.clipboard.ComponentCopier
 
getCompsFromBeanBox(BeanBox, Component[]) - Static method in class com.cafean.client.ui.clipboard.ComponentCopier
 
getConData(int) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Returns the ConnectionData for the element at the given index.
getConditions() - Method in class com.cafean.jobstream.server.components.InputFileHandle
returns the list of input conditionals defined for this handle
getConditionSetManager() - Method in class com.cafean.client.ic.PartialConditionSet
This method returns the AbstractConditionSetManager for the current model.
getConditionSets() - Method in class com.cafean.client.ui.ConditionSetDialog
 
getConditionsMet() - Method in class com.cafean.jobstream.server.components.InputFileHandle
This method is not currently used and simply returns false.
getConectionData() - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Returns all of the ConnectionData entries in this map as an array.
getConfigFile() - Method in class com.cafean.utils.Configurator
Retrieves the name and location of this Configurator's config file.
getConfigFileDir() - Method in class com.cafean.utils.Configurator
Retrieves the directory that contains the current user's configuration
getConfigFileName(String) - Static method in class com.cafean.utils.Configurator
determines the configuration file name based on the default configuration file name.
getConfigurator() - Method in class com.cafean.utils.ConfigWrapper
returns the Configurator backing for this wrapper
getConnectedStatuses() - Static method in enum com.cafean.CalcServer.util.JobHandleStatus
Returns the set of statuses that indicate that the job should be currently connected to the calculation server.
getConnectingLocation(ConnectingPt) - Method in class com.cafean.client.ui.DrawnComponent
Returns the absolute screen location of the given ConnectingPt.
getConnectingPt(int) - Method in class com.cafean.client.ui.DrawnComponent
Returns a ConnectingPt for a given int.
getConnectingPt(int, ConnectionData) - Method in class com.cafean.client.ui.DrawnViewComponent
 
getConnectingPt(ConnectionData) - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the ConnectingPt for the given ConnectionData or null of none is found.
getConnectingPtAt(double, double) - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the connector at the given coordinates
getConnectingText() - Method in class com.cafean.client.anim.DataSource
Retrieves an array of Strings used to set the text displayed in the "connecting to data source" dialog.
getConnection() - Method in class com.cafean.client.ui.navigator.ConnectionNode
 
getConnection(int) - Method in class com.cafean.client.analysis.AbstractConnectionList
Retrieves the component referred to by this IdentReference.
getConnectionColor() - Method in class com.cafean.client.analysis.Connection
Returns the Color used to paint this Connection in a View.
getConnectionColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getConnectionCount() - Static method in class com.cafean.CalcServer.CalcServer
 
getConnectionCount() - Method in class com.cafean.client.analysis.AbstractComponent
Returns the number of connections contained in this component.
getConnectionCount() - Method in class com.cafean.client.analysis.AbstractConnectionList
Returns the count of the component references in this Subsystem.
getConnectionData() - Method in class com.cafean.client.ui.ConnectingPt
Gets the ConnectionData that defines this ConnectingPt's position.
getConnectionIndex() - Method in class com.cafean.client.analysis.ConnectionData
Retrieves this ConnectionData's ConnectingPt index.
getConnectionName(Connection) - Method in class com.cafean.client.analysis.AbstractComponent
This returns the name of this connection as perceived by this component.
getConnections() - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Access function for connections attribute.
getConnections() - Method in class com.cafean.client.analysis.AbstractComponent
This is the default "getConnections" function for abstract components.
getConnections() - Method in class com.cafean.client.analysis.AbstractConnectionList
Retrieves an array of the components referred to by this subsystem.
getConnections() - Method in class com.cafean.rpc.RPCManager
Returns an unmodifiable list of the connections spawned by this RPCManager.
getConnections(int) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Indexed access function for connections attribute.
getConnectionSize() - Method in class com.cafean.client.ui.SnapPreferences
 
getConnectionSource() - Method in class com.cafean.client.ui.GlassPanel
Gets the AbstractComponent that started the connection.
getConnectionSource() - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
Returns the AbstractComponent that started the connection.
getConnectionState() - Method in class com.cafean.JobStatus.tree.CalcServerNode
Returns the state code of the given TreeNode.
getConnectionState() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
 
getConnectionStroke() - Method in class com.cafean.client.analysis.Connection
Returns the Stroke used to paint this connection in a View.
getConnectionType(int) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Gets the label of the connection at the given index.
getConnectionType(int) - Method in class com.cafean.client.ui.DrawnConnection
 
getConnectionTypes() - Method in class com.cafean.client.analysis.AbstractComponent
Returns an empty instance of every Connection derivative that can be connected to this component type.
getConnectSize() - Method in class com.cafean.client.ui.DrawnComponent
Returns the size (in pixels) that will be used to paint connecting points in a drawn view.
getConRendDesc() - Method in class com.cafean.client.integrator.ConnectionCrossReference
 
getConsole(AbstractModel) - Static method in class com.cafean.client.values.functions.AbstractNumericFunction
 
getConsoleHistory(ScreenListener) - Method in class com.cafean.CalcServer.util.ThreadedScreenReader
Sends the entire history of this screenreader's output to the given run's console listeners.
getConstant() - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns a true if this value is constant.
getConstrainedFileName(String) - Static method in class com.cafean.jobstream.common.util.EscapeMap
returns the given file name with all invalid characters replaced with underscores (_).
getConstrainedFileName(String, boolean) - Static method in class com.cafean.jobstream.common.util.EscapeMap
returns the given file name with all invalid characters replaced with underscores (_).
getConstrainedLocation(String) - Static method in class com.cafean.jobstream.common.util.EscapeMap
Returns the given location converted to a relative folder location with valid folder names at each level as defined by EscapeMap.getConstrainedFileName(java.lang.String).
getConstrainedLocation(String, boolean) - Static method in class com.cafean.jobstream.common.util.EscapeMap
Returns the given location converted to a relative folder location with valid folder names at each level as defined by EscapeMap.getConstrainedFileName(java.lang.String).
getContainedDocuments(AbstractSubSystem) - Method in class com.cafean.client.mdocs.ALDocReferenceTable
Returns a list of the documents that are wholly contained in the given subsystem.
getContainedIdents(boolean, boolean) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Returns the idents of the resolved contents of this sub-system.
getContainedNotes(AbstractSubSystem) - Method in class com.cafean.client.mdocs.ALDocReferenceTable
Returns a list of the notes that are wholly contained in the given subsystem.
getContent() - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Access function for content attribute.
getContent() - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Access function for content attribute.
getContent() - Method in class com.cafean.client.mdocs.HTMLEditorPanel
retrieves the currently edited HTML content
getContent() - Method in class com.cafean.client.mdocs.QuickNote
 
getContent() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
getContent() - Method in class com.cafean.jobstream.tracker.event.StreamLogEvent
Get the new log content
getContent() - Method in class com.cafean.jobstream.tracker.LogRec
 
getContent() - Method in class com.cafean.utils.RptDoc.Content
Getter for the list of content which resides a level below the current.
getContentDescriptor() - Method in class com.cafean.moviegen.ZipSourceStream
 
getContentLength() - Method in class com.cafean.moviegen.ZipSourceStream
 
getContentPanel() - Method in class com.cafean.client.ui.swing.OverlapPanel
Retrieves the content panel for this overlapping panel.
getContents() - Method in interface com.cafean.client.validation.ContextWriter
Returns a String containing the text that has been written to this writer.
getContents() - Method in class com.cafean.client.validation.DefaultContextWriter
 
getContents() - Method in class com.cafean.JobStatus.tree.FilteredFolderNode
 
getContents(boolean, boolean) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Returns the resolved contents of this sub-system.
getContentType() - Method in class com.cafean.moviegen.ZipDataSource
 
getContext() - Method in class com.cafean.client.ui.AbstractGenericTableEditor
Gets the context this dialog uses when the dialog is opened.
getContext() - Method in class com.cafean.client.ui.message.Message
 
getContext() - Method in class com.cafean.client.ui.message.MessageGroup
 
getContext() - Method in class com.cafean.client.ui.util.search.GSSearchResult
 
getContext() - Method in class com.cafean.client.validation.AbstractContextWriter
Returns the list of export context objects that have been added to this writer via calls to ContextWriter.openContext(ExportContext).
getContext() - Method in interface com.cafean.client.validation.ContextWriter
Returns the list of export context objects that have been added to this writer via calls to ContextWriter.openContext(ExportContext).
getContext() - Method in class com.cafean.client.validation.util.ModelDisplayResults
Gets the list of export contexts.
getContext() - Method in interface com.cafean.JobStatus.StreamCallbackListener
 
getContext() - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
getContext() - Method in class com.cafean.rpc.command.CallbackContext
Access function for context attribute.
getContextColumn(PropertyContextType) - Method in class com.cafean.client.ui.GenericTableModel
Gets the column in this table model which is mapped to the provided context type
getContextEnd(String) - Method in class com.cafean.client.ui.AsciiViewer
Gets the ending character offset location of the provided context.
getContextEnd(String) - Method in class com.cafean.client.validation.ValidationDisplayPanel
Gets the ending character offset location of the provided context.
getContextStart(String) - Method in class com.cafean.client.ui.AsciiViewer
Gets the starting character offset location of the provided context.
getContextStart(String) - Method in class com.cafean.client.validation.ValidationDisplayPanel
Gets the starting character offset location of the provided context.
getContiguousSelectionRanges(int[]) - Static method in class com.cafean.client.ui.util.ContiguousSelectionFinder
This method finds each contiguous selection range from the given selection.
getControl(String) - Method in class com.cafean.moviegen.ZipDataSource
 
getControl(String) - Method in class com.cafean.moviegen.ZipSourceStream
 
getController() - Method in class com.cafean.utils.ReferenceDocs.DocMedia
Returns the ID of this document
getControlPoints() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getControlPoints() - Method in interface com.cafean.client.ui.util.PointControlledDrawing
Returns an array of control points describing the points used to manipulate the appearance of this drawing.
getControls() - Method in class com.cafean.moviegen.ZipDataSource
 
getControls() - Method in class com.cafean.moviegen.ZipSourceStream
 
getConversionFactor() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Access function for conversionFactor attribute.
getConversionFactor() - Method in class com.cafean.CalcServer.CustomUnitCodes.EUCode
 
getConversionFactor() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Access function for conversionFactor attribute.
getConversionFactor() - Method in class com.cafean.client.values.components.AbstractCReal
Retrieves the conversion factor used to convert this CReal's value from SI to British units.
getConversionFactor() - Method in class com.cafean.client.values.editors.CDoubleEditor
Retrieves the conversion factor used to convert this CReal's d from SI to British units.
getConversionFactor() - Method in class com.cafean.h2o.units.Density
Retrieves the conversion factor used to convert this Real's value from SI to British units.
getConversionFactor() - Method in class com.cafean.h2o.units.Enthalpy
 
getConversionFactor() - Method in class com.cafean.h2o.units.Pressure
 
getConversionFactor() - Method in class com.cafean.h2o.units.SpecEnergy
 
getConversionFactor() - Method in class com.cafean.Number.Angle
Retrieves the conversion factor used to convert this Real's value from SI to British units.
getConversionFactor() - Method in class com.cafean.Number.Dimless
Retrieves the conversion factor used to convert this Real's value from SI to British units.
getConversionFactor() - Method in class com.cafean.Number.Int
 
getConversionFactor() - Method in class com.cafean.Number.Real
Retrieves the conversion factor used to convert this Real's value from SI to British units.
getConversionFactor() - Method in class com.cafean.Number.Time
 
getConversionFactor(int) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed access function for conversionFactor attribute.
getConversionFactor(int) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed access function for conversionFactor attribute.
getConversionOffset() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Access function for conversionOffset attribute.
getConversionOffset() - Method in class com.cafean.CalcServer.CustomUnitCodes.EUCode
 
getConversionOffset() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Access function for conversionOffset attribute.
getConversionOffset() - Method in class com.cafean.client.values.components.AbstractCReal
Gets the conversion offset used to convert this CReal's value from SI to British units.
getConversionOffset() - Method in class com.cafean.client.values.editors.CDoubleEditor
Retrieves the conversion offset used to convert this CReal's d from SI to British units.
getConversionOffset(int) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed access function for conversionOffset attribute.
getConversionOffset(int) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed access function for conversionOffset attribute.
getConvFactor() - Method in class com.cafean.h2o.ui.FluidPropCtrl
 
getConvFactor() - Method in class com.cafean.JSteam.FluidPropCtrl
 
getConvFactor(boolean) - Method in class com.cafean.utils.NrcDBUnits
Return the conversion factor for this engineering unit code.
getConvFactor(int, boolean) - Method in interface com.cafean.utils.Conversions
Retrieves the conversion factor for translating values of a specific unit from SI to British or British to SI.
GetConvFactor(int, int) - Static method in class com.cafean.h2o.GlobalData
 
GetConvFactor(int, int) - Static method in class com.cafean.JSteam.GlobalData
 
getCopyAction() - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
Retrieves an action suitable for use in a copy menu item or button
getCopyAction() - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
Retrieves an action suitable for use in a copy menu item or button
getCopyAction() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
Retrieves an action suitable for use in a copy menu item or button
getCopyAction() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
Retrieves an action suitable for use in a copy menu item or button
getCopyAction() - Method in class com.cafean.utils.ClipboardEnabledTable
retrieves an action suitable for use in a Copy menu item or button
getCorrection() - Method in class com.cafean.client.ui.message.Message
Returns the AutoCorrection that will be used to correct the issue described by this message.
getCounterFace(int) - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the face value that is 90 degrees counter-clockwise from the given face.
getCountName(int) - Method in class com.cafean.client.analysis.TableND
 
getCountName(int) - Method in class com.cafean.client.values.components.CTableND
 
getCrc32() - Method in class com.cafean.CalcServer.command.FileEntry
Access function for crc32 attribute.
getCRealContent(AbstractCReal) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns an appropriate representation of the given CReal for use in exporting to a model notebook.
getCRealContent(AbstractCReal, boolean) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns an appropriate representation of the given CReal for use in exporting to a model notebook.
getCRealContent(CReal) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns an appropriate representation of the given CReal for use in exporting to a model notebook.
getCRealContent(CReal, boolean) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns an appropriate representation of the given CReal for use in exporting to a model notebook.
getCRealDimensionless() - Method in class com.cafean.client.values.AbstractNumericsModel
Gets the class for the extending plug-in which represents a dimensionless unit.
getCreated() - Method in class com.cafean.CalcServer.command.ConnectionInfo
Access function for created attribute.
getCreated_on() - Method in class com.cafean.jobstream.tracker.LogRec
 
getCreateDate() - Method in class com.cafean.client.analysis.AbstractModel
Gets this model's creation date as a String.
getCreationTime() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
getCreationTime() - Method in class com.cafean.rpc.AbstractRPCConnection
Returns the creation time of this connection in milliseconds.
getCriteria() - Method in class com.cafean.jobstream.server.components.InputCondition
returns this condition's criteria
getCrossflowIndex(ConnectingPt) - Method in class com.cafean.client.ui.DrawnComponent
Gets the number of ConnectingPt components that are crossflow Points that occur before the given ConnectingPt.
getCrossReferences(AbstractComponent, AbstractSubSystem) - Method in class com.cafean.client.integrator.AbstractIntegrator
Returns a list of the crossreferences from the given component that cross the boundary of the given AbstractSubSystem.
getCSInterface() - Method in class com.cafean.JobStatus.ui.csstream.CSInterfaceRequest
 
getCStringContent(CString) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns a custom value for the CString value with cross references to numerics.
getCurrent() - Method in class com.cafean.JobStatus.ui.stream.MaxScheduledJobsDialog
returns the selected maximum number of scheduled jobs or a negative number if the dialog is canceled.
getCurrent() - Static method in enum com.cafean.jobstream.common.components.Architecture
returns the Architecture enumeration for the current system
getCurrent() - Static method in class com.cafean.utils.Version
Returns the current version.
getCURRENT() - Method in class com.cafean.client.io.med.DrawnLayerRec
Access function for CURRENT attribute.
getCurrentBurnupString(double) - Method in class com.cafean.client.anim.DataSource
Creates a String representing the most recently read burnup value (as GWd/MTU), multiplied by the given conversion factor then formatted with the following format specifier: "%1.4E".
getCurrentCursor() - Method in class com.cafean.client.ui.Toolbox
Retrieves the cursor for the views based off of the currently selected tool.
getCurrentCursor() - Method in class com.cafean.client.ui.tools.insert.AbstractInsertHandler
Retrieves the cursor for the views based off of the currently selected tool.
getCurrentCursor(MouseEvent) - Method in class com.cafean.client.ui.Toolbox
Retrieves the cursor for the views based off of the currently selected tool.
getCurrentCursor(MouseEvent) - Method in class com.cafean.client.ui.tools.CaptureMouseHandler
Retrieves the cursor for the views based off of the currently selected tool.
getCurrentCursor(MouseEvent) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
Retrieves the cursor for the views based off of the currently selected tool.
getCurrentCursor(MouseEvent) - Method in class com.cafean.client.ui.tools.InsertMouseHandler
Retrieves the cursor for the views based off of the currently selected tool.
getCurrentCursor(MouseEvent) - Method in class com.cafean.client.ui.tools.MouseHandler
Retrieves the cursor for the views based off of the currently selected tool.
getCurrentCursor(MouseEvent) - Method in class com.cafean.client.ui.tools.PanMouseHandler
Retrieves the cursor for the views based off of the currently selected tool.
getCurrentCursor(MouseEvent) - Method in class com.cafean.client.ui.tools.SelectMouseHandler
Retrieves the cursor for the views based off of the currently selected tool.
getCurrentCursor(MouseEvent) - Method in class com.cafean.client.ui.tools.ZoomMouseHandler
Retrieves the cursor for the views based off of the currently selected tool.
getCurrentDefinition() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
getCurrentDisplayValue(int) - Method in class com.cafean.Number.Real
Returns the value to display.
getCurrentFilter() - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
 
getCurrentFrame() - Method in class com.cafean.moviegen.ZipDataSource
Returns the index of the next frame to be rendered by the ZipSourceStream contained in this ZipDataSource.
getCurrentFrame() - Method in class com.cafean.moviegen.ZipSourceStream
Gets the index of the current rendered frame.
getCurrentIcon() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
getCurrentIcon() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
Retrieves an appropriate icon for displaying the current state of this bean.
getCurrentIcon() - Method in class com.cafean.client.integrator.IntegrationCase
 
getCurrentIcon() - Method in interface com.cafean.client.ui.beans.DecoratedBean
Retrieves an appropriate icon for displaying the current state of this bean.
getCurrentIcon() - Method in class com.cafean.client.values.components.SharedBoolean
 
getCurrentIcon() - Method in class com.cafean.client.values.components.SharedInteger
 
getCurrentIcon() - Method in class com.cafean.client.values.components.SharedReal
 
getCurrentIcon() - Method in class com.cafean.client.values.components.SharedString
 
getCurrentIcon() - Method in class com.cafean.client.values.components.SharedTable
 
getCurrentIndex() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
This gets the transient value used for determining where inside a parametric iteration this constant is.
getCurrentIndex() - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns the current iteration index of parametric iteration.
getCurrentIndex() - Method in class com.cafean.client.values.components.SharedBoolean
 
getCurrentIndex() - Method in class com.cafean.client.values.components.SharedInteger
 
getCurrentIndex() - Method in class com.cafean.client.values.components.SharedReal
 
getCurrentJob() - Method in class com.cafean.JobStatus.jimport.JobImporter
 
getCurrentLayer() - Method in class com.cafean.client.ui.BeanBox
returns the current drawing layer or null if the implicit 'Default' layer is the current layer.
getCurrentModel() - Method in class com.cafean.client.anim.SourceManager
Retrieves the Animation model currently being animated by this source manager.
getCurrentModel() - Method in class com.cafean.client.ui.beans.PropertySet
Retrieves the owning model of the objects being edited by this PropertySet.
getCurrentModel() - Static method in class com.cafean.client.ui.MainFrame
This returns the AbstractModel that, of the list of currenly open models, is currently being worked on.
getCurrentOpenPort() - Static method in class com.cafean.CalcServer.CalcServerConnector
Returns the currently open for the calculation server for the current user by reading ~/.snap/.cs.port.
getCurrentOpenPort() - Static method in class com.cafean.CalcServer.rpc.CalcServerOriginator
Returns the currently open port for the calculation server for the current user by reading ~/.snap/.cs.port.
getCurrentPackageDesc() - Method in interface com.apt.xdr.PibFile
Return the current package description.
getCurrentPackageDesc() - Method in class com.cafean.CalcServer.command.CommandFile_file
Return the current package description.
getCurrentPackageDesc() - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Return the current package description.
getCurrentPackageDesc() - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Returns the current package description.
getCurrentPackageDesc() - Method in class com.cafean.client.io.med.MED_file
Return the current package description.
getCurrentPackageDesc() - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Return the current package description.
getCurrentPackageDesc() - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Return the current package description.
getCurrentPackageDesc() - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Return the current package description.
getCurrentPackageDesc() - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Return the current package description.
getCurrentPackageDesc() - Method in class com.cafean.rpc.command.RPC_file
Return the current package description.
getCurrentPackageDesc() - Method in class com.cafean.snapdx.SNAPDataExchange_file
Return the current package description.
getCurrentPackageFileClassName() - Method in interface com.apt.xdr.PibFile
Return the PibFile class name for the current package name.
getCurrentPackageFileClassName() - Method in class com.cafean.CalcServer.command.CommandFile_file
Return the PibFile class name for the current package name.
getCurrentPackageFileClassName() - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Return the PibFile class name for the current package name.
getCurrentPackageFileClassName() - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Returns the PibFile class name for the current package name.
getCurrentPackageFileClassName() - Method in class com.cafean.client.io.med.MED_file
Return the PibFile class name for the current package name.
getCurrentPackageFileClassName() - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Return the PibFile class name for the current package name.
getCurrentPackageFileClassName() - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Return the PibFile class name for the current package name.
getCurrentPackageFileClassName() - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Return the PibFile class name for the current package name.
getCurrentPackageFileClassName() - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Return the PibFile class name for the current package name.
getCurrentPackageFileClassName() - Method in class com.cafean.rpc.command.RPC_file
Return the PibFile class name for the current package name.
getCurrentPackageFileClassName() - Method in class com.cafean.snapdx.SNAPDataExchange_file
Return the PibFile class name for the current package name.
getCurrentPackageName() - Method in interface com.apt.xdr.PibFile
Return the current package name.
getCurrentPackageName() - Method in class com.cafean.CalcServer.command.CommandFile_file
Return the current package name.
getCurrentPackageName() - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Return the current package name.
getCurrentPackageName() - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Returns the current package name.
getCurrentPackageName() - Method in class com.cafean.client.io.med.MED_file
Return the current package name.
getCurrentPackageName() - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Return the current package name.
getCurrentPackageName() - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Return the current package name.
getCurrentPackageName() - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Return the current package name.
getCurrentPackageName() - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Return the current package name.
getCurrentPackageName() - Method in class com.cafean.rpc.command.RPC_file
Return the current package name.
getCurrentPackageName() - Method in class com.cafean.snapdx.SNAPDataExchange_file
Return the current package name.
getCurrentParametric() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Gets whether this constant is the current parameter or not
getCurrentStateArray() - Method in class com.cafean.h2o.FluidState
Getter for the current state array.
getCurrentTaskFiles() - Method in class com.cafean.CalcServer.JobHandle
Returns a list of the files defined by this job's current Task Definition.
getCurrentTextValue() - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
Gets the toString of the currently selected enumerated value
getCurrentTextValue() - Method in class com.cafean.client.ui.beans.NamedIntEditor
returns the toString of the currently selected enumerated value
getCurrentTextValue() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
returns the toString of the currently selected enumerated value *
getCurrentTime() - Method in class com.cafean.CalcServer.command.Job
Access function for currentTime attribute.
getCurrentTime() - Method in class com.cafean.client.anim.DataSource
Retrieve the current transient time.
getCurrentTimeString() - Method in class com.cafean.client.anim.DataSource
Retrieve the current transient time.
getCurrentTimeUnits() - Method in class com.cafean.client.anim.DataSource
 
getCurrentTool() - Method in class com.cafean.client.ui.Toolbox
Retrieves the enumerated type of the current tool.
getCurrentURL() - Method in class com.cafean.client.anim.DataSource
 
getCurrentUser() - Method in class com.cafean.client.analysis.OwnershipManager
returns the userID of the current system user.
getCurrentValue() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
If this constant is the current parameter of a parametric run or job submission, this returns the value at the current index.
getCurrentValue() - Method in class com.cafean.client.analysis.numerics.UserDefinedValue
This gets the current value for this user defined value.
getCurrentValue() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
 
getCurrentValue(int) - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns the current value as a String.
getCurrentValue(int) - Method in class com.cafean.client.values.components.CString
 
getCurrentValue(int) - Method in class com.cafean.client.values.components.SharedBoolean
 
getCurrentValue(int) - Method in class com.cafean.client.values.components.SharedInteger
Returns the current parametric value as a String.
getCurrentValue(int) - Method in class com.cafean.client.values.components.SharedReal
Returns the current parametric value as a String.
getCurrentValue(int) - Method in class com.cafean.client.values.components.SharedString
 
getCurrentVersion() - Method in class com.cafean.rpc.RPCRequester
Returns the current version of the responder side of this connection.
getCursor(MouseEvent) - Method in class com.cafean.client.ui.tools.CaptureMouseHandler
 
getCursor(MouseEvent) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
Retrieves the cursor for this MouseHandler within the context of the given MouseEvent
getCursor(MouseEvent) - Method in class com.cafean.client.ui.tools.MouseHandler
Retrieves the cursor for this MouseHandler within the context of the given MouseEvent.
getCursor(MouseEvent) - Method in class com.cafean.client.ui.tools.SelectMouseHandler
 
getCurved() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getCustomEditor() - Method in class com.apt.xdr.MultiDimArrayEditor
Returns the panel responsible for rendering the PropertyEditor.
getCustomEditor() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
getCustomEditor() - Method in class com.cafean.client.anim.ChannelNameEditor
 
getCustomEditor() - Method in class com.cafean.client.anim.ComponentIdEditor
 
getCustomEditor() - Method in class com.cafean.client.anim.InteractiveNameEditor
 
getCustomEditor() - Method in class com.cafean.client.anim.IVarEditor
 
getCustomEditor() - Method in class com.cafean.client.anim.UDLROrientationEditor
A component that will allow direct editing of the current property value.
getCustomEditor() - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.BooleanEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.BorderStyleEditor
A component that will allow direct editing of the current property value.
getCustomEditor() - Method in class com.cafean.client.ui.beans.CalendarEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.IconImageEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.IntInFortranDisplayEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.IntNonMultiEdit
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.LongStringEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
getCustomEditor() - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.ObjectPropertyEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.OptionalStringEditor
A PropertyEditor may chose to make available a full custom Component that edits its property value.
getCustomEditor() - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
A PropertyEditor may chose to make available a full custom Component that edits its property value.
getCustomEditor() - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.SingleStringSetEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.StringDisplayEditor
getCustomEditor() - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.UnitsEditor
 
getCustomEditor() - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.CBooleanEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.CDoubleEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.CIntegerEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.CRealEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.CStringEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.SharedValueEditor
 
getCustomEditor() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
getCustomEditor() - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
getCustomEditor() - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
getCustomEditor() - Method in class javax.swing.beaninfo.SwingColorEditor
 
getCustomEditor() - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
getCustomEditor() - Method in class javax.swing.beaninfo.SwingFontEditor
 
getCustomEditor() - Method in class javax.swing.beaninfo.SwingStringEditor
A PropertyEditor may chose to make available a full custom Component that edits its property value.
getCustomEditor(int) - Method in interface com.cafean.client.analysis.TableCustomizable
Determines if the provided column should have a custom editor applied
getCustomOptions() - Method in class com.cafean.jobstream.common.PlatformModule
Returns the set of "custom options" available for platform definitions of this type.
getCustomPopupActions() - Method in class com.cafean.client.analysis.AbstractComponent
Creates Action objects for each of the actions that can be performed on this component.
getCustomPopupActions() - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the curstom popup actions from this drawn component's AbstractComponent.
getCustomPopupItems() - Method in class com.cafean.client.analysis.AbstractComponent
Creates Custom Menu Items for any popup dialog involving this component.
getCustomPopupItems() - Method in class com.cafean.client.analysis.Connection
Creates Custom Menu Items for any popup dialog involving this component
getCustomPopupItems() - Method in class com.cafean.client.analysis.ConnectionBean
Creates Custom Menu Items for any popup dialog involving this component.
getCustomPopupItems() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
 
getCustomPopupItems() - Method in class com.cafean.client.analysis.RestartCase
 
getCustomPopupItems() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
getCustomPopupItems() - Method in class com.cafean.client.analysis.ViewComponent
Creates Custom Menu Items for any popup dialog involving this component
getCustomPopupItems() - Method in class com.cafean.client.integrator.IntegrationCase
 
getCustomPopupItems() - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Gets the list of custom pop-up items that should be shown in the right-click pop-up menu for this renderer.
getCustomPopupItems() - Method in class com.cafean.client.ui.DrawnComponent
Returns the custom popup items of this DrawnComponent's target component
getCustomPopupItems() - Method in class com.cafean.client.ui.DrawnViewComponent
 
getCustomPopupItems() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Creates Custom Menu Items for any popup dialog involving this component.
getCustomPopupItems() - Method in class com.cafean.client.values.components.NumericsCatProps
 
getCustomPopupItems(MouseEvent) - Method in class com.cafean.client.ui.DrawnComponent
Returns the custom popup items of this DrawnComponent's target component as returned by getCustomPopupItems() as well as those popup items that are appropriate for the given mouse event.
getCustomPopupItems(MouseEvent) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Returns the custom popup items of this DrawnComponent's target component as returned by getCustomPopupItems() as well as those popup items that are appropriate for the given mouse event.
getCustomPopupItems(MouseEvent) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Returns the custom popup items of this DrawnComponent's target component as returned by getCustomPopupItems() as well as those popup items that are appropriate for the given mouse event.
getCustomPopupItems(MouseEvent) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Returns the custom popup items of this DrawnComponent's target component as returned by getCustomPopupItems() as well as those popup items that are appropriate for the given mouse event.
getCustomProcessing() - Method in class com.cafean.jobstream.server.components.Task
 
getCustomProcessing(String) - Method in class com.cafean.jobstream.server.components.Task
Returns the custom processing command set for the given phase.
getCustomRenderer(int) - Method in interface com.cafean.client.analysis.TableCustomizable
Determines if the provided column should have a custom renderer applied
getCustomReportData() - Method in interface com.cafean.utils.RptDoc.Reportable
Gets a Hashtable of report data which is specific to individual component types.
getCustomUnits(int, String, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Attempts to retrieve custom unit-code information from the server.
getCustomUnits(String) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
Attempts to retrieve custom unit-code information from the job.
getD2oPcrit() - Method in class com.cafean.h2o.D2oSteamTables
 
getDashArray(int) - Static method in class com.cafean.client.ui.annotation.pattern.LineStyles
 
getData() - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Access function for data attribute.
getData() - Method in class com.cafean.CalcServer.command.MuxDataRequest
Access function for data attribute.
getData() - Method in class com.cafean.CalcServer.command.RestartDataRequest
Access function for data attribute.
getData() - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Access function for data attribute.
getData() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Access function for data attribute.
getData() - Method in class com.cafean.client.analysis.ValidationOptions
This gets the current data array from this options.
getData() - Method in class com.cafean.client.integrator.ReferenceLocation
 
getData() - Method in class com.cafean.client.values.util.matlab.MXArray
Get pointer to data.
getData(int) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Indexed access function for data attribute.
getData(int) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Indexed access function for data attribute.
getData(int) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Indexed access function for data attribute.
getData(int) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Indexed access function for data attribute.
getData(int) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Indexed access function for data attribute.
getData(int) - Method in class com.cafean.client.analysis.ValidationOptions
 
getDataChannelNames(int, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
returns the names of the data channels in the given job by repeatedly calling CalcServerRequester.getDataChannels(int, String, int).
getDataChannels(int, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests the set of data channels available from the given plot file of the given job.
getDataChannels(int, String, int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests the set of data channels available from the given plot file of the given job.
getDataChannels(String, int) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
Retrieves the current list of data channels
getDataLength() - Method in class com.cafean.client.anim.TransientDataChangedEvent
Return the length of the data array.
getDataSource() - Method in class com.cafean.client.anim.AbstractDisplayBean
 
getDataSource() - Method in class com.cafean.client.anim.SourceChangedEvent
Return the data source associated with this event.
getDataSourceID() - Method in class com.cafean.client.anim.AbstractDisplayBean
Retrieves the ident of the DataSource from which this beans retrieves data.
getDataSourceNames() - Method in class com.cafean.client.anim.available.AvailableJobEntry
 
getDataSourceNames() - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Access function for dataSourceNames attribute.
getDataSourceNames(int) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Indexed access function for dataSourceNames attribute.
getDataState() - Method in class com.cafean.client.analysis.GenericObject
Retrieves this object's data state.
getDataValue() - Method in class com.cafean.client.values.components.AbstractCInteger
Gets the raw data-value of the integer without any reference lookup.
getDataValue() - Method in class com.cafean.client.values.components.AbstractCReal
Gets the raw data-value of the real without any reference lookup.
getDataValue() - Method in class com.cafean.client.values.components.AbstractCString
Returns the raw data-value of the string without any reference lookup.
getDataValue() - Method in class com.cafean.Number.Real
This is a root value getter.
getDataValue(int) - Method in class com.cafean.client.anim.AbstractDisplayBean
Retrieve a data value from the data source.
getDataValue(int) - Method in class com.cafean.client.anim.DataSource
Retrieve a data value from a specific position in the multiplexed data array retrieved from the interface.
getDataValue(int) - Method in class com.cafean.client.anim.TransientDataChangedEvent
Return the value of a specified data channel.
getDate() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for date attribute.
getDate() - Method in class com.cafean.client.ui.message.Message
Retrieves this Message's timestamp.
getDate() - Method in class com.cafean.jobstream.tracker.event.TrackerEvent
 
getDate() - Method in class com.cafean.rpc.command.VersionRequest
Access function for date attribute.
getDate() - Method in class com.cafean.utils.Version
Returns the release date for this Version.
getDate(int, int) - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getDateDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for date attribute.
getDateProperty(String) - Method in class com.cafean.CalcServer.CalcJobFile
 
getDateProperty(String) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getDateProperty(String, Date) - Method in class com.cafean.CalcServer.CalcJobFile
 
getDateProperty(String, Date) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getDateWritten() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Access function for dateWritten attribute.
getDayLabel(int) - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getDayOfMonth(int, int) - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getDb_id() - Method in class com.cafean.jobstream.tracker.LogRec
 
getDB_ID() - Method in class com.cafean.client.analysis.GenericObject
Retrieves this object's DB_ID
getDB_ID() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for DB_ID attribute.
getDB_ID() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for DB_ID attribute.
getDB_ID() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for DB_ID attribute.
getDbid() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.EvtJobAdded
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.EvtLogOutput
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.Job
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.MuxDataRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.RestartDataRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Access function for dbid attribute.
getDbid() - Method in class com.cafean.jobstream.tracker.event.TrackerEvent
 
getDBID() - Method in class com.cafean.CalcServer.JobHandle
Get the DB_ID for this calculation.
getDBID() - Method in interface com.cafean.client.integrator.components.TopLevelSubBlock
gets the transient DBID field used during ident reconnection
getDBL_PROP_NAMES() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for DBL_PROP_NAMES attribute.
getDBL_PROP_NAMES(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed access function for DBL_PROP_NAMES attribute.
getDBL_PROP_VALUES() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for DBL_PROP_VALUES attribute.
getDBL_PROP_VALUES(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed access function for DBL_PROP_VALUES attribute.
getDblProp(String, DrawnDisplayElementRec, double) - Static method in class com.cafean.client.anim.AbstractDisplayBean
returns the value of the property with the given name or defValue if the property is not available
getDeckWriter(String, boolean) - Method in class com.cafean.client.analysis.AbstractModel
Gets the DeckWriter implementation for this model if one is available.
getDefault(int) - Method in class com.cafean.client.values.components.AbstractCTable
Retrieves the default value for the given column.
getDEFAULT_INDEX() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for DEFAULT_INDEX attribute.
getDEFAULT_VALUE() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for DEFAULT_VALUE attribute.
getDefaultApplication(String, String) - Method in class com.cafean.config.site.AbstractSiteConfigLoader
Returns the ApplicationDefinition that is the default for the given type on the given platform.
getDefaultApplications() - Method in class com.cafean.jobstream.server.components.Stream
Returns the full mapping of default applications by application type.
getDefaultCount(String) - Method in class com.cafean.config.site.DefaultApplicationMap
Returns the number of platforms that use the given application as the default of its type.
getDefaultDrawLength() - Method in class com.cafean.client.ui.DrawnComponent
The Default Draw Length for a DrawnComponent is 50 pixels.
getDefaultDrawWidth() - Method in class com.cafean.client.ui.DrawnComponent
The Default Draw Width for a DrawnComponent is 50 pixels.
getDefaultEditor(Class) - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
 
getDefaultEditor(Class) - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
 
getDefaultEditor(Class) - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
 
getDefaultEditor(Class) - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
 
getDefaultEventIndex() - Method in class com.apt.xdr.MultiDimArrayBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.analysis.AbstractBeanComponentBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.analysis.ConnectionBeanBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.analysis.ElementBeanBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.analysis.EmbeddedConnectionMapBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstantBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunctionBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariableBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.analysis.ValidationTestBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.analysis.ViewComponentBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.anim.AbstractRangedBeanBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.anim.ChannelInfoRefBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.anim.GeneralRangeBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.integrator.IntegrationCaseBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.mdocs.QuickNoteBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.annotation.AnnotationBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotationBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.annotation.ImageAnnotationBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.annotation.LineAnnotationBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.annotation.PolygonBeanBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.annotation.PolygonPointBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.annotation.RectangularAnnotationBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.annotation.TextAnnotationBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.ConnectionSetPanelBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.DrawnConnectionBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.NumericPlainDocumentBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.RealTextFieldBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.SnapPreferencesBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.swing.OverlapPanelBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.ui.util.VisualGroupBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.values.components.AbstractSharedValueBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.values.ui.CRealTextFieldBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.values.ui.SharedIntegerWrapperBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.client.values.ui.SharedRealWrapperBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.JobStatus.AnimationOverrideEntryBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.JobStatus.jimport.JobImporterBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.jobstream.common.components.PlatformPropertiesBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class com.cafean.jobstream.common.components.SubmissionPropertiesBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultFileLabel() - Method in class com.cafean.client.anim.AnimationModule
Returns the assumed default file label that should be used when animating with this module.
getDefaultIndex() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Gets the default index inside this constant.
getDefaultInputs() - Method in class com.cafean.JobStatus.jimport.JobImporter
Returns a list of the importable file descriptions that should be made available to the user to select as inputs.
getDefaultLayer() - Method in class com.cafean.client.ui.BeanBox
returns the 'Default' drawing layer
getDefaultOutputs() - Method in class com.cafean.JobStatus.jimport.JobImporter
Returns a list of the importable file descriptions that should be made available to the user to select as outputs.
getDefaultPropertyFont() - Static method in class com.cafean.client.ui.pview.PropertyPanel
returns the default font that will most likely be assigned to property editors during their creation and initialization phase.
getDefaultPropertyIndex() - Method in class com.apt.xdr.MultiDimArrayBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.analysis.AbstractBeanComponentBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.analysis.ConnectionBeanBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.analysis.ElementBeanBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.analysis.EmbeddedConnectionMapBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstantBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunctionBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariableBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.analysis.ValidationTestBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.analysis.ViewComponentBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.anim.AbstractRangedBeanBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.anim.ChannelInfoRefBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.anim.GeneralRangeBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCaseBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.integrator.components.IntegrationDefinitionBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.integrator.IntegrationCaseBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.mdocs.QuickNoteBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.annotation.AnnotationBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotationBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.annotation.ImageAnnotationBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.annotation.LineAnnotationBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.annotation.PolygonBeanBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.annotation.PolygonPointBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.annotation.RectangularAnnotationBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.annotation.TextAnnotationBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.ConnectionSetPanelBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.DrawnConnectionBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.NumericPlainDocumentBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.RealTextFieldBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.SnapPreferencesBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.swing.OverlapPanelBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.ui.util.VisualGroupBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.values.components.AbstractFunctionCatPropsBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.values.components.AbstractSharedValueBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.values.components.AttribPropsBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.values.components.ExternFunctionBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.values.components.NumericsCatPropsBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.values.components.SharedBooleanBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.values.components.SharedFunctionCatPropsBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.values.components.SharedIntegerBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.values.components.SharedRealBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.values.components.SharedStringBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.values.components.SharedTableBeanInfo
 
getDefaultPropertyIndex() - Method in class com.cafean.client.values.ui.CRealTextFieldBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.values.ui.SharedIntegerWrapperBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.client.values.ui.SharedRealWrapperBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.JobStatus.AnimationOverrideEntryBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.JobStatus.jimport.JobImporterBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.jobstream.common.components.PlatformPropertiesBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class com.cafean.jobstream.common.components.SubmissionPropertiesBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultUnits() - Method in class com.cafean.client.ui.SnapPreferences
Getter for the default model units.
getDefaultValue() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Gets the default value of this constant.
getDefinition() - Method in class com.cafean.CalcServer.JobHandle
 
getDefinitions() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Access function for definitions attribute.
getDefinitions() - Method in class com.cafean.client.integrator.editors.IntegrationDefinitionDialog
Gets the definitions that resulted from the edits performed in this dialog.
getDefinitions(int) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Indexed access function for definitions attribute.
getDefinitionsCount() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Return the number of elements in definitions.
getDeletedEnd() - Method in class com.cafean.client.ui.diff.Difference
The point at which the deletion ends, if any.
getDeletedStart() - Method in class com.cafean.client.ui.diff.Difference
The point at which the deletion starts, if any.
getDelta() - Method in class com.cafean.utils.JDoubleField
 
getDelta() - Method in class com.cafean.utils.JFloatField
 
getDemultiplexed() - Method in class com.cafean.CalcServer.command.Job
Access function for demultiplexed attribute.
getDependent() - Method in class com.cafean.client.analysis.TableND
 
getDependent() - Method in class com.cafean.client.values.components.CTableND
 
getDependentUnits() - Method in class com.cafean.client.analysis.TableND
 
getDependentUnits() - Method in class com.cafean.client.values.components.CTableND
 
getDescription() - Method in class com.cafean.CalcServer.CustomUnitCodes.EUCode
 
getDescription() - Method in class com.cafean.client.analysis.GenericObject
Retrieves the description of this object.
getDescription() - Method in class com.cafean.client.analysis.TableND
Retrieves this table's description or null if none is set.
getDescription() - Method in class com.cafean.client.anim.AnimationModule
Returns a description of this module.
getDescription() - Method in class com.cafean.client.ui.tools.ToolboxAction
Retrieves this action's description.
getDescription() - Method in class com.cafean.client.values.AccessorType
Gets a short description of the type, used within the UI and reports.Implementations may return null or the empty string.
getDescription() - Method in class com.cafean.client.values.components.CTableND
Retrieves this table's description or null if none is set.
getDescription() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for description attribute.
getDescription() - Method in class com.cafean.client.values.functions.NumericFunctionDesc
Gets a human readable description.
getDescription() - Method in class com.cafean.client.values.RealAccessorType
 
getDescription() - Method in class com.cafean.client.values.sources.NumericDataSourceDesc
Gets a human readable description.
getDescription() - Method in enum com.cafean.JobStatus.tree.Filter
 
getDescription() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
retrieves the user-specified description of this application definition
getDescription() - Method in enum com.cafean.jobstream.common.components.ApplicationSetup
retrieves a human readable description of this setup type
getDescription() - Method in class com.cafean.jobstream.common.components.FileType
Accessor for the description field of this file type.
getDescription() - Method in class com.cafean.jobstream.common.components.OptionDescription
returns a user-level description of this option *
getDescription() - Method in class com.cafean.moviegen.util.ArchiveFilter
 
getDescription() - Method in class com.cafean.moviegen.util.FormatFilter
 
getDescription() - Method in class com.cafean.utils.SuffixFileFilter
Return the description string for this filter.
getDescription() - Method in class com.cafean.vcs.desc.VersionControlSystemDesc
Gets a human readable description.
getDescription(Object) - Method in class com.cafean.document.notebook.util.IndexedValueMap
Returns a description of the given value.
getDESCRIPTION() - Method in class com.cafean.client.io.med.ModelHeaderRec
Access function for DESCRIPTION attribute.
getDESCRIPTION() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for DESCRIPTION attribute.
getDESCRIPTION() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for DESCRIPTION attribute.
getDESCRIPTION() - Method in class com.cafean.client.io.med.UserVariableRec
Access function for DESCRIPTION attribute.
getDESCRIPTION() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for DESCRIPTION attribute.
getDescriptionDefault() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for description attribute.
getDescriptions() - Method in class com.cafean.jobstream.common.util.BundlePropertyDetails
Returns a description of each of the columns included in BundlePropertyDetails.getNames().
getDescriptor() - Method in class com.cafean.client.ui.AbstractGenericTableEditor
 
getDescriptor() - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
getDescriptors(String, int) - Method in class com.cafean.client.ui.beans.PropertySet
Retrieves the list of descriptors for the properties in the given named Attribute Group and PropertyController category.
getDesiredSize(JTable, int) - Static method in class com.cafean.client.ui.beans.Table1DDialog
Returns an appropriate width for the Table1D editing table given the number of columns and using the table's current font.
getDesiredSize(JTable, int) - Static method in class com.cafean.client.ui.RealTwoDimArrayDialog
Returns an appropriate width for the Table1D editing table given the number of columns and using the table's current font.
getDesiredSize(JTable, int) - Static method in class com.cafean.client.values.ui.CRealTwoDimArrayDialog
Returns an appropriate width for the Table1D editing table given the number of columns and using the table's current font.
getDestination() - Method in class com.cafean.utils.RptDoc.Content
Getter for the Content destination.
getDeviceConfiguration() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getDialogData() - Method in class com.cafean.client.values.ui.ParametricRangeDialog
Returns the value of the dialog's text fields, in the following order: start value, end value, increment.
getDiffCategories() - Method in class com.cafean.client.analysis.AbstractModel
Returns the list of categories that should be used to determines the granularity and sorting order used to sort and align components in the difference viewer.
getDiffComparator() - Method in class com.cafean.client.analysis.AbstractModel
Returns a Comparator that will sort objects by their related navigator node order.
getDiffComponents() - Method in class com.cafean.client.analysis.AbstractModel
Gets a list of components which should be diffed
getDiffCriteria() - Static method in class com.apt.xdr.MultiDimArray
Gets the floating point differencing criteria.
getDiffEngine() - Method in class com.cafean.client.analysis.AbstractModel
Returns the DiffEngine for the current model.
getDiffUnits(String) - Method in class com.cafean.client.values.AbstractNumericsModel
This method is used to determine the delta units for any plug-in units.
getDiffUnits(String) - Method in class com.cafean.client.values.NumericsUnitDescriptor
 
getDiffUnits(String) - Method in class com.cafean.client.values.UnitDescriptor
Gets the unit to use when the provided unit is being used in a differencing capacity.
getDim() - Method in class com.apt.xdr.MultiDimArray
Return the dimension array.
getDim(int) - Method in class com.apt.xdr.MultiDimArray
Return the array dimension for a given array index.
getDimensionless() - Method in class com.cafean.client.analysis.AbstractModel
Returns a new dimensionless value based on the units for this model's plugin.
getDimensionlessName() - Method in class com.cafean.client.values.NumericsUnitDescriptor
 
getDimensionlessName() - Method in class com.cafean.client.values.UnitDescriptor
Gets the name of the dimensionless unit
getDimensions() - Method in class com.cafean.client.values.util.matlab.MXArray
Get pointer to dimension array.
getDimString() - Method in class com.apt.xdr.MultiDimArray
Return the array dimensions as a string.
getDirtyModels() - Method in class com.cafean.client.ui.MainFrame
 
getDisplay() - Method in class com.cafean.jobstream.common.components.PlatformProperties
Returns the "display string" that will be used to display this properties object to the user in places such as the Job Stream "Target Platform" editor.
getDisplay() - Method in class com.cafean.jobstream.common.components.SubmissionProperties
Returns the "display string" that will be used to display this properties object to the user in places such as the Job Step "Submission Properties" editor.
getDisplayLabel() - Method in class com.cafean.client.analysis.RestartCase
This string is used for referencing this case object in GUI elements.
getDisplayLabel() - Method in class com.cafean.moviegen.support.AbstractVideoType
Gets a display string in the format "Movie Type - .extension"
getDisplayName() - Method in interface com.cafean.client.analysis.ModelEnumeration
Gets the display name for the enumeration
getDisplayName() - Method in class com.cafean.client.analysis.ValidationTest
This returns a short String that is a human readable name for this validation test.
getDisplayName() - Method in enum com.cafean.client.anim.enums.TimeScale
 
getDisplayName() - Method in class com.cafean.client.ui.message.AutoCorrection
Returns the string that will be displayed in the button or menu item that is displayed to the user for this auto-correction.
getDisplayName() - Method in class com.cafean.client.ui.text.TextHolder
 
getDisplayName() - Method in class com.cafean.client.values.components.AbstractCReal
Retrieves a Display name for this unit.
getDisplayName() - Method in class com.cafean.client.values.components.CReal
Retrieves a Display name for this unit.
getDisplayName() - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
Gets this data store's display name
getDisplayName() - Method in class com.cafean.client.values.util.VariableNameCheck
 
getDisplayName() - Method in enum com.cafean.jobstream.common.components.FileTypeCategory
Accessor for the display name of this file type category.
getDisplayName() - Method in class com.cafean.Number.Real
Retrieves a Display name for this unit.
getDisplayName(PropertyDescriptor) - Method in interface com.cafean.client.ui.beans.DynamicallyDescribed
This method returns the String to use as the display name for a particular property in a PropertyView.
getDisplayName(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
 
getDisplayString() - Method in class com.cafean.client.integrator.CrossReference
returns a proper human readable version of the toString for use in displaying this reference to the user.
getDisplayText() - Method in class com.cafean.client.anim.InteractiveCommand
Access routine for the display text.
getDisplayText(int) - Method in class com.cafean.client.anim.InteractiveCommand
Access routine for the display text.
getDisplayValue() - Method in class com.cafean.client.values.components.AbstractCReal
Returns the value to display.
getDisplayValue(int) - Method in class com.cafean.client.values.components.AbstractCReal
Returns the value to display.
getDisplayValue(int) - Method in class com.cafean.h2o.units.Temperature
 
getDisplayValue(int) - Method in class com.cafean.Number.Angle
 
getDividerLocation(String, String, JSplitPane, int) - Method in class com.cafean.utils.Configurator
Loads the divider location stored under the given keyword in the given module to the JSplitPane provided.
getDividerLocation(String, JSplitPane, int) - Method in class com.cafean.utils.Configurator
Loads the divider location stored under the given keyword in the current module to the JSplitPane provided.
getDividerLocation(String, JSplitPane, int) - Method in class com.cafean.utils.ConfigWrapper
Loads the divider location stored under the given keyword in the current module to the JSplitPane provided.
getDocDescription(AbstractComponent, boolean) - Method in class com.cafean.client.analysis.Connection
Returns an HTML formatted documentation description from of the given side of this connection.
getDockablePanels(AbstractModel) - Method in class com.cafean.client.ui.ApplicationFrame
Retrieves the panels available for the given model.
getDOCKED() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for DOCKED attribute.
getDocLinkLoader() - Method in class com.cafean.client.analysis.AbstractModel
Returns the reference documentation loader for this model *
getDocLinks() - Method in class com.cafean.client.values.components.AttribProps
Access function for docLinks attribute.
getDocLinks(int) - Method in class com.cafean.client.values.components.AttribProps
Indexed access function for docLinks attribute.
getDocLinks(String) - Method in class com.cafean.client.analysis.AbstractModel
Returns the list of the category-specific links loaded for this model.
getDocLinksCount() - Method in class com.cafean.client.values.components.AttribProps
Return the number of elements in docLinks.
getDocMedia() - Method in class com.cafean.utils.ReferenceDocs.RefDocMap
returns the list of documentation media definitions in this map
getDocType() - Method in class com.cafean.utils.ReferenceDocs.CategoryMedia
Provides the documentation type.
getDocument() - Method in class com.cafean.client.mdocs.ALDocRef
retrieves the ident of the Model Documentation object (e.g.
getDocument() - Method in class com.cafean.document.notebook.AbstractExporterModule
 
getDocument() - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
getDocumentControl() - Method in interface com.cafean.utils.ReferenceDocs.DocumentController
Provides the current controls provided by a plug-in in order to properly display reference documentation.
getDocumentIntersection(AbstractComponent[], AbstractModel) - Static method in class com.cafean.client.mdocs.AbstractDocument
 
getDocumentLinks(Object, String) - Method in class com.cafean.client.analysis.AbstractModel
Return the array of document links for a given object.
getDocumentRef() - Method in class com.cafean.client.mdocs.ALDocRef
retrieves the model documentation object referred to by this reference
getDocumentType() - Method in class com.cafean.utils.ReferenceDocs.DocumentLink
 
getDouble() - Method in class com.cafean.utils.VarArgs
returns a double.
getDoubleClickBehavior() - Method in class com.cafean.client.ui.SnapPreferences
Retrieves the double-click behavior as either SnapPreferences.DCB_NAV_SELECT or SnapPreferences.DCB_MINI_NAV
getDoubleProperty(String) - Method in class com.cafean.CalcServer.CalcJobFile
 
getDoubleProperty(String) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getDoubleProperty(String, Double) - Method in class com.cafean.CalcServer.CalcJobFile
 
getDoubleProperty(String, Double) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getDoubleValue() - Method in class com.cafean.client.ui.NumericPlainDocument
 
getDoubleValue() - Method in class com.cafean.client.ui.RealTextField
This attempts to return the value inside this RealTextField as a Double.
getDoubleValue() - Method in class com.cafean.client.values.components.AbstractCReal
Gets the resolved value of the real.If the real refers to a SharedReal, the referenced object's value is returned; otherwise, this method retrieves the local data value is retrieved.
getDoubleValue() - Method in class com.cafean.client.values.components.CReal
 
getDoubleValue() - Method in class com.cafean.client.values.ui.CRealTextField
This attempts to return the value inside this RealTextField as a Double.
getDoubleValue() - Method in class com.cafean.client.values.util.CRealPlainDocument
 
getDoubleValue() - Method in class com.cafean.Number.Real
Returns the numerical value of this Real in SI units.
getDoubleValue() - Method in class com.cafean.utils.JDoubleField
 
getDrawAngle() - Method in class com.cafean.client.ui.DrawnComponent
Gets the angle, in radians describing the angle of this DrawnComponent
getDRAWANGLE() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for DRAWANGLE attribute.
getDRAWANGLE() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for DRAWANGLE attribute.
getDRAWHEIGHT() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for DRAWHEIGHT attribute.
getDRAWHEIGHT() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for DRAWHEIGHT attribute.
getDRAWING_MODE() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for DRAWING_MODE attribute.
getDrawingFace(Point2D.Double) - Method in class com.cafean.client.ui.DrawnComponent
Returns the face the DrawnComponent is connected to when the object is a source, ie, LEFT RIGHT TOP BOTTOM.
getDrawingLayers() - Method in class com.cafean.client.ui.BeanBox
Retrieves the list of DrawingLayer instances in this BeanBox.
getDrawingMode() - Method in class com.cafean.client.ui.DrawnConnection
 
getDrawingMode(int) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Gets the drawing mode of the connection line at the given index.
getDrawingMode(int) - Method in class com.cafean.client.ui.DrawnConnection
 
getDrawingMode(Point) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Gets the drawing mode of the connection line closest to the given point.
getDrawingMode(Point) - Method in class com.cafean.client.ui.DrawnConnection
 
getDrawingObject() - Method in class com.cafean.client.ui.DrawnComponent
Gets the Shape that should be drawn when this DrawnComponent is painted.
getDrawnComponent(int) - Method in class com.cafean.client.ui.BeanBox
Retrieves the DrawnComponent rendering the given component in this BeanBox.
getDrawnComponent(AbstractComponent) - Method in class com.cafean.client.ui.BeanBox
Retrieves the DrawnComponent rendering the given component in this BeanBox.
getDrawnComponentAt(int) - Method in class com.cafean.client.ui.DrawnView
Returns the DrawnComponent at a given index inside the bean Box.
getDrawnComponentCount() - Method in class com.cafean.client.ui.DrawnView
Returns the number of DrawnComponents that exist inside this drawn view.
getDrawnComponents() - Method in class com.cafean.client.ui.BeanBox
Retrieves a Vector of all the Components in this BeanBox, including Annotations, DrawnComponents and DrawnConnections.
getDrawnComponents() - Method in class com.cafean.client.ui.DrawnView
Returns all of the components stored inside the beanbox in an array.
getDrawnOwner() - Method in class com.cafean.client.ui.DrawnSubComponent
Getter for the DrawnComponent that contains this Sub-Component.
getDrawnView() - Method in class com.cafean.client.analysis.ViewComponent
A getter for the DrawnView owned by this ViewComponent.
getDrawnView() - Method in class com.cafean.client.anim.AbstractDisplayBean
Retrieves the DrawnView that contains this DrawnComponent or null if this DrawnComponent exists outside of a DrawnView.
getDrawnView() - Method in class com.cafean.client.ui.annotation.Annotation
Retrieves the DrawnView that contains this DrawnComponent or null if this DrawnComponent exists outside of a DrawnView.
getDrawnView() - Method in class com.cafean.client.ui.ZoomablePanel
Each Zoomable Panel appears inside a scroll panel in a DrawnView.
getDRAWWIDTH() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for DRAWWIDTH attribute.
getDRAWWIDTH() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for DRAWWIDTH attribute.
getDumColumns() - Method in class com.cafean.client.values.components.SharedTable
 
getDumExecute() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Access function for dummy dumExecute attribute.
getDumInit() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Access function for dummy dumInit attribute.
getDumVirtual() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Access function for dummy dumVirtual attribute.
getDuration() - Method in class com.cafean.moviegen.ZipDataSource
 
getEciTaskSetID() - Method in class com.cafean.jobstream.server.components.Task
 
getEdit() - Method in class com.cafean.client.ui.util.InsertionSource
Returns the edit that should be used for the insertion.
getEditingPanel() - Method in class com.cafean.client.ui.beans.Table1DDialog
 
getEditingPanel() - Method in class com.cafean.client.values.ui.CTable1DDialog
 
getEditorValue() - Method in class com.cafean.client.values.editors.SharedBooleanValueEditor
 
getEditorValue() - Method in class com.cafean.client.values.editors.SharedIntegerValueEditor
 
getEditorValue() - Method in class com.cafean.client.values.editors.SharedStringValueEditor
 
getEdits() - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Retrieves an Iterator into the UndoableEdit list created this ComponentPaster's paste operations.
getElement() - Method in class com.cafean.client.validation.GenericTableContext
Gets the component element this context applies to.
getElement(int[]) - Method in class com.apt.xdr.MdBoolArray
Return the array element using an Object wrapper.
getElement(int[]) - Method in class com.apt.xdr.MdDblArray
Return the array element using an Object wrapper.
getElement(int[]) - Method in class com.apt.xdr.MdFltArray
Return the array element using an Object wrapper.
getElement(int[]) - Method in class com.apt.xdr.MdIntArray
Return the array element using an Object wrapper.
getElement(int[]) - Method in class com.apt.xdr.MultiDimArray
 
getElementAt(int) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the element at the given index.
getElementAt(int) - Method in class com.cafean.client.ui.message.Message
 
getElementAt(int) - Method in class com.cafean.client.ui.message.ModelErrorReport
returns message group at the given index
getElementAt(int) - Method in interface com.cafean.client.ui.swing.accordion.AccordionModel
Returns the element at the given index.
getElementAt(int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
getElementAt(int[]) - Method in class com.apt.xdr.MdBoolArray
Retrieve an element from the array.
getElementAt(int[]) - Method in class com.apt.xdr.MdDblArray
Retrieve an element from the array.
getElementAt(int[]) - Method in class com.apt.xdr.MdFltArray
Retrieve an element from the array.
getElementAt(int[]) - Method in class com.apt.xdr.MdIntArray
Retrieve an element from the array.
getElementAt(int, int) - Method in class com.apt.xdr.MdBoolArray
Retrieve an element from the array.
getElementAt(int, int) - Method in class com.apt.xdr.MdDblArray
Retrieve an element from the array.
getElementAt(int, int) - Method in class com.apt.xdr.MdFltArray
Retrieve an element from the array.
getElementAt(int, int) - Method in class com.apt.xdr.MdIntArray
Retrieve an element from the array.
getElementAt(int, int, int) - Method in class com.apt.xdr.MdBoolArray
Retrieve an element from the array.
getElementAt(int, int, int) - Method in class com.apt.xdr.MdDblArray
Retrieve an element from the array.
getElementAt(int, int, int) - Method in class com.apt.xdr.MdFltArray
Retrieve an element from the array.
getElementAt(int, int, int) - Method in class com.apt.xdr.MdIntArray
Retrieve an element from the array.
getElementAt(int, int, int, int) - Method in class com.apt.xdr.MdBoolArray
Retrieve an element from the array.
getElementAt(int, int, int, int) - Method in class com.apt.xdr.MdDblArray
Retrieve an element from the array.
getElementAt(int, int, int, int) - Method in class com.apt.xdr.MdFltArray
Retrieve an element from the array.
getElementAt(int, int, int, int) - Method in class com.apt.xdr.MdIntArray
Retrieve an element from the array.
getElementCount() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves a count of the elements contained in this model's element list.
getElementCount() - Method in class com.cafean.client.ui.message.Message
 
getElementCount() - Method in class com.cafean.client.ui.message.ModelErrorReport
returns the total number of message groups in this report
getElementData(int) - Method in class com.cafean.client.values.editors.CStringDocument
 
getElementIterator() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves a new Iterator for use in traversing this model's Element list.
getElements() - Method in class com.cafean.client.ui.message.Message
 
getElements() - Method in class com.cafean.client.ui.SubblockArrayTableDialog
Gets the elements edited by this editor
getElements() - Method in class com.cafean.snapdx.SDXElement
Access function for elements attribute.
getElements() - Method in class com.cafean.snapdx.SNAPDXRecord
Access function for elements attribute.
getElements(int) - Method in class com.cafean.snapdx.SDXElement
Indexed access function for elements attribute.
getElements(int) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed access function for elements attribute.
getElementSize() - Method in class com.cafean.client.values.util.matlab.MXArray
Get array data element size.
getEmbedConnArray() - Method in class com.cafean.client.analysis.ViewComponent
Gets an byte array containing the XML encoded stream of annotations from this DrawnView.
getEmbedded() - Method in class com.cafean.client.ui.beans.ViewEmbedConDialog
 
getEMBEDDED_CONS() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for EMBEDDED_CONS attribute.
getEmbeddedCons() - Method in class com.cafean.client.analysis.ViewComponent
 
getEmbeddedImageFile(Image) - Method in class com.cafean.utils.RptDoc.ReportGenerator
 
getEnabled() - Method in class com.cafean.client.ui.GenericTMColumn
Gets the predicate that determines whether the given row is enabled.
getEnabled() - Method in class com.cafean.utils.RptDoc.AbstractReportData
Determines if the report which contains this data is enabled.
getEnableNotifications() - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Access function for enableNotifications attribute.
getEnablingBoolean() - Method in class com.cafean.client.values.functions.AbstractNumericFunction
Gets the ident of the "enabling boolean" shared value whose value dictates whether or not this function is executed.
getEncodingFormat() - Method in class com.cafean.moviegen.support.AbstractVideoType
Gets the encoding type for this video format.
getEND_VALUE() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for END_VALUE attribute.
getEndOffset() - Method in class com.cafean.client.validation.ExportContext
Returns the offset into the exported model at which this context ends.
getEndTime() - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Access function for endTime attribute.
getEndTime() - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Access function for endTime attribute.
getEndTime() - Method in class com.cafean.CalcServer.command.Job
Access function for endTime attribute.
getEndTime() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Access function for endTime attribute.
getEndTime() - Method in class com.cafean.client.anim.RecordSettingsDialog
Gets the desired maximum time for the recording
getEndTimeIndex() - Method in class com.cafean.moviegen.ui.SettingsDialog
Getter for the selected end time index.
getEndTimeIndex() - Method in class com.cafean.moviegen.ZipSourceStream
Returns the time index with which export or playback ends.
getEndValue() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Gets the end value of this constant.
getEndValue() - Method in class com.cafean.client.values.components.SharedInteger
Access function for endValue attribute.
getEndValue() - Method in class com.cafean.client.values.components.SharedReal
Access function for endValue attribute.
getEndValue() - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
getEndValue() - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
getEndValueDefault() - Method in class com.cafean.client.values.components.SharedInteger
Access function for endValue attribute.
getEndValueDefault() - Method in class com.cafean.client.values.components.SharedReal
Access function for endValue attribute.
getENG_Units() - Method in class com.cafean.client.values.components.AbstractCReal
Retrieves a String representation of this Real's English unit type.
getENG_Units() - Method in class com.cafean.client.values.editors.CDoubleEditor
Retrieves a String representation of this Real's English unit type.
getENG_Units() - Method in class com.cafean.h2o.units.Density
Retrieves a String representation of this Real's English unit type.
getENG_Units() - Method in class com.cafean.h2o.units.Enthalpy
 
getENG_Units() - Method in class com.cafean.h2o.units.Pressure
 
getENG_Units() - Method in class com.cafean.h2o.units.SpecEnergy
 
getENG_Units() - Method in class com.cafean.h2o.units.Temperature
 
getENG_Units() - Method in class com.cafean.Number.Angle
Retrieves a String representation of this Real's English unit type.
getENG_Units() - Method in class com.cafean.Number.BaseNumber
Return the string used to represent BRITISH units.
getENG_Units() - Method in class com.cafean.Number.Dimless
Retrieves a String representation of this Real's English unit type.
getENG_Units() - Method in class com.cafean.Number.Int
 
getENG_Units() - Method in class com.cafean.Number.Real
Retrieves a String representation of this Real's English unit type.
getENG_Units() - Method in class com.cafean.Number.Time
 
getEnthalpy() - Method in class com.cafean.h2o.FluidState
Getter for Enthalpy
getEnthalpyConvFactor() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getEnthalpyConvFactor() - Method in class com.cafean.JSteam.JSteamFrame
 
getEnthalpyUnitsString() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getEnthalpyUnitsString() - Method in class com.cafean.JSteam.JSteamFrame
 
getEntries() - Method in class com.cafean.client.anim.available.JobAvailabilityQueue
returns a list of the jobs in this queue
getEntries() - Method in class com.cafean.JobStatus.AnimationOverrideList
retrieves all of the entries in this key chain as a new array
getEntries() - Method in class com.cafean.JobStatus.ui.queue.BackgroundQueue
 
getEntries() - Method in class com.cafean.jobstream.server.sequence.Sequence
 
getEntropy() - Method in class com.cafean.h2o.FluidState
Getter for Entropy
getEntropyConvFactor() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getEntropyConvFactor() - Method in class com.cafean.JSteam.JSteamFrame
 
getEntropyUnitsString() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getEntropyUnitsString() - Method in class com.cafean.JSteam.JSteamFrame
 
getEntry() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
 
getEntryComparator() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Returns the comparator that will be used to sort sub-system entries.
getEntryRef() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
 
getEnumEntries() - Method in class com.cafean.client.values.components.SharedInteger
Access function for enumEntries attribute.
getEnumEntries() - Method in class com.cafean.client.values.components.SharedString
Access function for enumEntries attribute.
getEnumEntries(int) - Method in class com.cafean.client.values.components.SharedInteger
Indexed access function for enumEntries attribute.
getEnumEntries(int) - Method in class com.cafean.client.values.components.SharedString
Indexed access function for enumEntries attribute.
getEnumEntriesCount() - Method in class com.cafean.client.values.components.SharedInteger
Return the number of elements in enumEntries.
getEnumEntriesCount() - Method in class com.cafean.client.values.components.SharedString
Return the number of elements in enumEntries.
getEnumeration() - Method in class com.cafean.client.values.components.SharedInteger
Access function for enumeration attribute.
getEnumeration() - Method in class com.cafean.client.values.components.SharedString
Access function for enumeration attribute.
getEnumerationDefault() - Method in class com.cafean.client.values.components.SharedInteger
Access function for enumeration attribute.
getEnumerationDefault() - Method in class com.cafean.client.values.components.SharedString
Access function for enumeration attribute.
getEnumerations() - Method in class com.cafean.jobstream.common.components.OptionDescription
returns the set of enumerated values available for this option *
getEnumForString(String) - Static method in enum com.cafean.client.values.nif.NumericsPropertyType
Gets the enumeration which is represented by the provided String value.
getEnumFromInput(AbstractModel, String) - Static method in enum com.cafean.client.anim.enums.TimeScale
Gets the enumerated constant which corresponds to the provided input value.
getEnumFromInput(AbstractModel, String, boolean) - Static method in enum com.cafean.client.anim.enums.TimeScale
Gets the enumerated constant which corresponds to the provided input value.
getEnumsForModelVersion(AbstractModel) - Method in interface com.cafean.client.analysis.ModelEnumeration
Gets the list of enumeration constants for the provided model.
getEnumsForModelVersion(AbstractModel) - Method in enum com.cafean.client.anim.enums.TimeScale
 
getEnumText(Object, PropertyDescriptor, Class, Object) - Static method in class com.cafean.document.notebook.NotebookUtil
 
getEquivalentBean() - Method in interface com.cafean.client.anim.DeprecatedBean
Returns a roughly equivalent "clone" of the bean as an instance of the new type.
getError() - Method in error com.cafean.client.io.FatalBatchError
Retrieves a description of the fatal error that occurred
getError() - Method in class com.cafean.jobstream.common.util.CapturingReader
retrieves the collected STDERR of the process as a String
getErrorColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getErrorCount() - Method in class com.cafean.client.ui.message.ModelErrorReport
returns the number of errors and internal errors in this report
getErrorReportCategories() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the Categories that will be used by AbstractModel.buildErrorReport() to determine which components should be included in the report in addition to root components and model options.
getErrors() - Method in exception com.cafean.jobstream.common.util.InvalidBundleDetailsException
returns the error messages that detail why the bundle is invalid
getEssentiallyZero() - Method in class com.cafean.client.values.components.AbstractCReal
 
getEssentiallyZero() - Method in class com.cafean.client.values.editors.CDoubleEditor
This default implementation returns 1.0E-20.
getEucode() - Method in class com.cafean.CalcServer.command.DataChannel
Access function for eucode attribute.
getEucode() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Access function for eucode attribute.
getEuCode() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Access function for euCode attribute.
getEuCode() - Method in class com.cafean.CalcServer.CustomUnitCodes.EUCode
 
getEuCode() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Access function for euCode attribute.
getEuCode(int) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed access function for euCode attribute.
getEuCode(int) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed access function for euCode attribute.
getEuType() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Access function for euType attribute.
getEuType() - Method in class com.cafean.CalcServer.CustomUnitCodes.EUCode
 
getEuType() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Access function for euType attribute.
getEuType(int) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed access function for euType attribute.
getEuType(int) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed access function for euType attribute.
getEvalDisplay() - Method in class com.cafean.CalcServer.CalcJobFile
retrieves the short description of run evaluation
getEvalDisplay() - Method in class com.cafean.CalcServer.command.Job
Access function for evalDisplay attribute.
getEvalDisplay() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Access function for evalDisplay attribute.
getEvalDisplay() - Method in class com.cafean.jobstream.server.components.Task
returns the evaluated status of this task: a short description of the run shown in Job Status
getEvent(Job) - Method in class com.cafean.CalcServer.rpc.StatusTrigger
 
getEventSetDescriptors() - Method in class com.apt.xdr.MultiDimArrayBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.analysis.AbstractBeanComponentBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.analysis.ConnectionBeanBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.analysis.ElementBeanBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.analysis.EmbeddedConnectionMapBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstantBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunctionBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariableBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.analysis.ValidationTestBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.analysis.ViewComponentBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.anim.AbstractDisplayBeanBeanInfo
 
getEventSetDescriptors() - Method in class com.cafean.client.anim.AbstractRangedBeanBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.anim.AbstractVolumeBeanBeanInfo
 
getEventSetDescriptors() - Method in class com.cafean.client.anim.ChannelInfoRefBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.anim.GeneralRangeBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.integrator.IntegrationCaseBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.mdocs.QuickNoteBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.annotation.AnnotationBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotationBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.annotation.ImageAnnotationBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.annotation.LineAnnotationBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.annotation.PolygonBeanBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.annotation.PolygonPointBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.annotation.RectangularAnnotationBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.annotation.TextAnnotationBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.ConnectionSetPanelBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.DrawnConnectionBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.NumericPlainDocumentBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.RealTextFieldBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.SnapPreferencesBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.swing.OverlapPanelBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.ui.util.VisualGroupBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.values.components.AbstractSharedValueBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.values.ui.CRealTextFieldBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.values.ui.SharedIntegerWrapperBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.client.values.ui.SharedRealWrapperBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.JobStatus.AnimationOverrideEntryBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.JobStatus.jimport.JobImporterBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.jobstream.common.components.PlatformPropertiesBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class com.cafean.jobstream.common.components.SubmissionPropertiesBeanInfo
Gets the bean's EventSetDescriptors.
getExecID() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
gets the ID of the executable used to run this job.
getExecPhase() - Method in class com.cafean.jobstream.server.components.CustomProcessing
retrieves the execution phase in which this sets custom processing commands will be executed
getExecutableName() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
returns the executable name used by the retrieve, extract, and install setup types
getExitCodes() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
gets the set of exit codes that the black box application will treat as success
getExpandedIcon() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
Return the expanded tree node icon.
getExpandedIcon() - Method in class com.cafean.client.ui.navigator.BeanNode
Return the expanded tree node icon.
getExpandedIcon() - Method in class com.cafean.client.ui.navigator.CategoryNode
Return the expanded tree node icon.
getExpandedIcon() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Return the expanded tree node icon.
getExpandedIcon() - Method in class com.cafean.client.ui.navigator.ComponentNode
Return the expanded tree node icon.
getExpandedIcon() - Method in class com.cafean.client.ui.navigator.ConnectionListNode
Return the expanded tree node icon.
getExpandedIcon() - Method in class com.cafean.client.ui.navigator.ConnectionNode
Return the expanded tree node icon.
getExpandedIcon() - Method in class com.cafean.client.ui.navigator.ModelNode
Return the expanded tree node icon.
getExpandedIcon() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Return the expanded tree node icon.
getExpandedIcon() - Method in class com.cafean.client.ui.navigator.PluginNode
Return the expanded tree node icon.
getExpandedSteps() - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getExpandedSteps() - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getExpansion() - Method in class com.cafean.client.ui.pview.GroupPanel
Retrieves this panel's expansion state.
getExpansion() - Method in class com.cafean.client.ui.swing.accordion.Accordion
 
getExpansion() - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Returns the expanded idnex.
getExpansion() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
getExpansion() - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getExpansion() - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getExpectedRowCount() - Method in class com.cafean.client.values.components.AbstractTableReference
This method returns the expected number of rows for a fixed length table.
getExportComparator() - Static method in enum com.cafean.client.values.nif.NumericsPropertyType
 
getExporter() - Method in class com.cafean.document.notebook.AbstractExporterModule
 
getExporter() - Method in class com.cafean.document.notebook.components.CRealAwareDocxTable
 
getExporter() - Method in class com.cafean.document.notebook.components.CRealAwareOdfTable
 
getExporterModule() - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
getExportNote() - Method in class com.cafean.client.analysis.AbstractModel
Getter for property exportNote.
getExportPath() - Method in class com.cafean.moviegen.PreviewFrame
Gets the file path to the exported movie file.
getExportUnits() - Method in class com.cafean.client.analysis.AbstractModel
This gets the units for this model's ASCII export.
getExtAppUnits() - Method in class com.cafean.client.values.components.ExternFunction
Access function for extAppUnits attribute.
getExtAppUnitsDefault() - Method in class com.cafean.client.values.components.ExternFunction
Access function for extAppUnits attribute.
getExtension() - Method in class com.cafean.moviegen.support.AbstractVideoType
The movie format extension.
getExtension() - Method in class com.cafean.moviegen.support.AVI
 
getExtension() - Method in class com.cafean.moviegen.support.H264
 
getExtension() - Method in class com.cafean.moviegen.support.Quicktime
 
getExtension() - Method in class com.cafean.moviegen.support.Theora
 
getExtension() - Method in enum com.cafean.moviegen.util.VideoFormat
 
getExtension(File) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns the extension for the given file.
getExtension(File) - Static method in class com.cafean.moviegen.util.ArchiveFilter
The extension of a file, if it exists.
getExternalFunction() - Method in class com.cafean.client.values.components.SharedFunction
Access function for externalFunction attribute.
getExternalFunctionDefault() - Method in class com.cafean.client.values.components.SharedFunction
Access function for externalFunction attribute.
getFace() - Method in class com.cafean.client.ui.Pad
Sets this pad's face.
getFaceByAngle(double, boolean) - Method in class com.cafean.client.ui.DrawnComponent
Determines the appropriate orientation for a given angle.
getFacing() - Method in class com.cafean.client.ui.util.InsertComponentContext
 
getFailedFiles() - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Access function for failedFiles attribute.
getFailedFiles(int) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Indexed access function for failedFiles attribute.
getFailedJob() - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Access function for failedJob attribute.
getFailureCause() - Method in class com.cafean.jobstream.common.TerminateContext
if the termination requested by this context fails due to an exception then this should return that exception.
getFailureStatus() - Method in class com.cafean.jobstream.common.TerminateContext
if the termination requested by this context fails and the job should be reported as a different status then this should return a string containing that status.
getFalseChar() - Method in class com.cafean.client.ui.beans.BooleanEditor
 
getFalseString() - Method in class com.cafean.client.values.components.SharedBoolean
Returns the string used to represent false values.
getFalseText() - Method in class com.cafean.client.ui.beans.BooleanEditor
 
getFAMILY() - Method in class com.cafean.client.io.med.FontRec
Access function for FAMILY attribute.
getFeaturePlugins() - Static method in class com.cafean.client.ui.MainFrame
Returns an array of all the MEFeaturePlugins that are currently loaded.
getFeaturePlugins(AbstractModel) - Static method in class com.cafean.client.ui.MainFrame
Finds all of the feature plugins that have data that needs to be stored along with the given model.
getField(NativeLong, String) - Method in class com.cafean.client.values.util.matlab.MXArray
Return a pointer to the contents of the named field for the ith element (zero based).
getFieldByNumber(NativeLong, int) - Method in class com.cafean.client.values.util.matlab.MXArray
Return a pointer to the contents of the named field for the ith element (zero based).
getFieldNameByNumber(int) - Method in class com.cafean.client.values.util.matlab.MXArray
Return pointer to the nth field name.
getFieldNumber(String) - Method in class com.cafean.client.values.util.matlab.MXArray
Get the index to the named field.
getFile() - Method in interface com.apt.xdr.PibFile
Return a handle to the OS file.
getFile() - Method in class com.cafean.CalcServer.CalcJobFile
returns a File reference to this job file
getFile() - Method in class com.cafean.CalcServer.command.CommandFile_file
Return a handle to the OS file.
getFile() - Method in class com.cafean.CalcServer.command.FileRequestResponse
Access function for file attribute.
getFile() - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Access function for file attribute.
getFile() - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Return a handle to the OS file.
getFile() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
returns a File reference to this job file
getFile() - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Returns the RandomAccessFile being used to read or write this PibFile.
getFile() - Method in class com.cafean.client.io.med.MED_file
Return a handle to the OS file.
getFile() - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Return a handle to the OS file.
getFile() - Method in class com.cafean.client.ui.diff.FileDiff
 
getFile() - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Return a handle to the OS file.
getFile() - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Return a handle to the OS file.
getFile() - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Return a handle to the OS file.
getFile() - Method in class com.cafean.rpc.command.RPC_file
Return a handle to the OS file.
getFile() - Method in class com.cafean.snapdx.SNAPDataExchange_file
Return a handle to the OS file.
getFile(String) - Method in class com.cafean.CalcServer.CalcJobFile
Retrieves the file stored in this CJF with the given key.
getFile(String) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Retrieves the file stored in this CJF with the given key.
getFileBegin(String, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that a file transfer begin for the given file, location, etc.
getFileByRelativePath(File, String...) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns a File referring to the file or folder with the given relative (i.e.
getFileCancel(int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
sends a request to cancel the file transfer with the given file id
GetFileCancelRequest - Class in com.cafean.CalcServer.command
This class provides IO access to GetFileCancelRequest data bocks.
GetFileCancelRequest() - Constructor for class com.cafean.CalcServer.command.GetFileCancelRequest
Construct an empty instance.
GetFileCancelRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.GetFileCancelRequest
Construct an instance from a PIB file entry.
getFileCategory() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Access function for fileCategory attribute.
getFileChooser() - Static method in class com.cafean.client.ui.ApplicationFrame
Gives access to a FileChooser for selecting a file.
getFileChunk(int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
appends the given contents to the file transfer in progress with the given file id
GetFileContentsRequest - Class in com.cafean.CalcServer.command
This class provides IO access to GetFileContentsRequest data bocks.
GetFileContentsRequest() - Constructor for class com.cafean.CalcServer.command.GetFileContentsRequest
Construct an empty instance.
GetFileContentsRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.GetFileContentsRequest
Construct an instance from a PIB file entry.
getFileDescription() - Method in interface com.apt.xdr.PibFile
Return the description of this file.
getFileDescription() - Method in class com.cafean.CalcServer.command.CommandFile_file
Return the description of this file.
getFileDescription() - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Return the description of this file.
getFileDescription() - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Returns the description of this file.
getFileDescription() - Method in class com.cafean.client.io.med.MED_file
Return the description of this file.
getFileDescription() - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Return the description of this file.
getFileDescription() - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Return the description of this file.
getFileDescription() - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Return the description of this file.
getFileDescription() - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Return the description of this file.
getFileDescription() - Method in class com.cafean.rpc.command.RPC_file
Return the description of this file.
getFileDescription() - Method in class com.cafean.snapdx.SNAPDataExchange_file
Return the description of this file.
getFileFilter() - Method in class com.cafean.client.integrator.IntegratedModelExporter
Gets a new file filter for use in selecting a target file for an export
getFileID() - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Access function for fileID attribute.
getFileID() - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Access function for fileID attribute.
getFileID() - Method in class com.cafean.CalcServer.command.GetFileResponse
Access function for fileID attribute.
getFileID() - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Access function for fileID attribute.
getFileID() - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Access function for fileID attribute.
getFileIndex() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Access function for fileIndex attribute.
getFileIndex() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Access function for fileIndex attribute.
getFileInfo() - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
Returns a newly created SNAPDXFileInfo block that describes this utility's model and the time/date/user of the current export.
getFileKeys() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Returns an array of the keys used to store each file in this CJF.
getFileLabel() - Method in class com.cafean.client.anim.AnimationModule
Returns the 'label' of the graphics file being animated using this module.
getFileLabels() - Method in class com.cafean.client.anim.available.AvailableJobEntry
 
getFileLabels() - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Access function for fileLabels attribute.
getFileLabels(int) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Indexed access function for fileLabels attribute.
getFileLength() - Method in class com.cafean.CalcServer.command.GetFileResponse
Access function for fileLength attribute.
getFileLocations(String) - Method in class com.cafean.jobstream.server.sequence.Iteration
Returns the file locations that have been assigned to the JSFile or JSFileSet with the given name.
getFilename() - Method in class com.cafean.utils.ReferenceDocs.DocMedia
Getter routine for the media filename.
getFileName() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Access function for fileName attribute.
getFileName() - Method in class com.cafean.client.values.components.ExternFunction
Access function for fileName attribute.
getFileNameDefault() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Access function for fileName attribute.
getFileNameDefault() - Method in class com.cafean.client.values.components.ExternFunction
Access function for fileName attribute.
getFileNumber() - Method in class com.cafean.CalcServer.BlockFileAccessManager
gets the current file number.
getFilePointer() - Method in class com.cafean.utils.RandomAccessByteFile
 
getFileQuery(String) - Static method in class com.cafean.CalcServer.CalcServerConnector
 
GetFileRequest - Class in com.cafean.CalcServer.command
This class provides IO access to GetFileRequest data bocks.
GetFileRequest() - Constructor for class com.cafean.CalcServer.command.GetFileRequest
Construct an empty instance.
GetFileRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.GetFileRequest
Construct an instance from a PIB file entry.
GetFileResponse - Class in com.cafean.CalcServer.command
This class provides IO access to GetFileResponse data bocks.
GetFileResponse() - Constructor for class com.cafean.CalcServer.command.GetFileResponse
Construct an empty instance.
GetFileResponse(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.GetFileResponse
Construct an instance from a PIB file entry.
getFiles() - Method in class com.cafean.CalcServer.CalcJobFile
Retrieves an array of all of the file references stored in this CJF.
getFiles() - Method in class com.cafean.CalcServer.command.FilesListRequest
Access function for files attribute.
getFiles() - Method in class com.cafean.CalcServer.command.FolderEntry
Access function for files attribute.
getFiles() - Method in class com.cafean.CalcServer.command.JobFilesList
Access function for files attribute.
getFiles() - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Access function for files attribute.
getFiles() - Method in exception com.cafean.CalcServer.util.DeleteFailedException
 
getFiles() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Retrieves an array of all of the file references stored in this CJF.
getFiles() - Method in class com.cafean.utils.ReferenceDocs.MediaFileSelectionDialog
Returns the absolute path of the files associated with each media type.
getFiles(int) - Method in class com.cafean.CalcServer.command.FilesListRequest
Indexed access function for files attribute.
getFiles(int) - Method in class com.cafean.CalcServer.command.FolderEntry
Indexed access function for files attribute.
getFiles(int) - Method in class com.cafean.CalcServer.command.JobFilesList
Indexed access function for files attribute.
getFiles(int) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Indexed access function for files attribute.
getFiles(long) - Method in class com.cafean.jobstream.tracker.TrackerModule
Retrieves a FileRefRec describing each of the files belonging to the task with the given DB_ID.
getFilesList(String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves a list of the files in the given folder or job
getFileType() - Method in interface com.apt.xdr.PibFile
Return the type identifier for this file.
getFileType() - Method in class com.cafean.CalcServer.command.CommandFile_file
Return the type identifier for this file.
getFileType() - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Return the type identifier for this file.
getFileType() - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Returns the type identifier for this file.
getFileType() - Method in class com.cafean.client.io.med.MED_file
Return the type identifier for this file.
getFileType() - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Return the type identifier for this file.
getFileType() - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Return the type identifier for this file.
getFileType() - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Return the type identifier for this file.
getFileType() - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Return the type identifier for this file.
getFileType() - Method in class com.cafean.rpc.command.RPC_file
Return the type identifier for this file.
getFileType() - Method in class com.cafean.snapdx.SNAPDataExchange_file
Return the type identifier for this file.
getFileType() - Method in class com.cafean.utils.RptDoc.ReportDialog
Determines the type of the generated report.
getFileType(File) - Static method in class com.cafean.client.io.MEDUtil
Retrieves the type string from the given MED file.
getFileTypeLoader() - Static method in class com.cafean.JobStatus.Main
 
getFileTypes() - Static method in class com.cafean.CalcServer.CalcServer
 
getFileTypes() - Method in class com.cafean.jobstream.common.components.io.FileTypeLoader
returns the FileTypes read by the FileTypeLoader.read() method
getFileTypes() - Method in class com.cafean.jobstream.common.components.io.FileTypeReader
 
getFileVersion() - Method in interface com.apt.xdr.PibFile
Return the version identifier for this file.
getFileVersion() - Method in class com.cafean.CalcServer.command.CommandFile_file
Return the version identifier for this file.
getFileVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Return the version identifier for this file.
getFileVersion() - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Returns the version identifier for this file.
getFileVersion() - Method in class com.cafean.client.io.med.MED_file
Return the version identifier for this file.
getFileVersion() - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Return the version identifier for this file.
getFileVersion() - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Return the version identifier for this file.
getFileVersion() - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Return the version identifier for this file.
getFileVersion() - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Return the version identifier for this file.
getFileVersion() - Method in class com.cafean.rpc.command.RPC_file
Return the version identifier for this file.
getFileVersion() - Method in class com.cafean.snapdx.SNAPDataExchange_file
Return the version identifier for this file.
getFillBottom() - Method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns the bottom color of the gradient used to paint the filled area of the button.
getFillColor() - Method in class com.cafean.client.ui.annotation.PolygonBean
Getter for property fillColor.
getFillColor() - Method in class com.cafean.client.ui.DrawnComponent
Returns the color to be used for filling this DrawnComponent's normal shape.
getFillPattern() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getFillStyle() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getFillTop() - Method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns the top color of the gradient used to paint the filled area of the button.
getFilter() - Method in class com.cafean.JobStatus.tree.FilteredFolderNode
 
getFilter() - Method in class com.cafean.JobStatus.tree.TrackingFilteredNode
 
getFilters() - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
Gets the currently specified filter list
getFind() - Method in class com.cafean.jobstream.common.components.PointOfInterest
retrieves the regular expression used to find this point of interest
getFindText() - Method in class com.cafean.JobStatus.OutputViewer.FileDocument
 
getFireGlobalEvents() - Method in class com.cafean.client.ui.beans.OptPropertyEditorPanelSupport
Gets the flag that determines if this editor will fire global events.
getFirstChannel() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Access function for firstChannel attribute.
getFirstChannel() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Access function for firstChannel attribute.
getFK(int) - Method in interface com.apt.xdr.PibBlock
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.DataChannel
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.EvtJobAdded
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.FileEntry
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.FileRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.FilesListRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.Folder
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.FolderEntry
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.GetFileRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.GetFileResponse
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.Job
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.JobFilesList
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.JobRPCRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.JobSet
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.Keyword
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.LoadJobRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.LogOutputRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.SendFileRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ShutdownRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.String16
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ViewableFile
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.Attribute
 
getFK(int) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.DrawnComponentRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.DrawnConnLine
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.DrawnLayerRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.DrawnNumericRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.FontRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.ModelHeaderRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.Plugin
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.String16
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.UserConstantRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.UserFunctionRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.UserVariableRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.io.med.ViewCompRec
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.mdocs.ALDocRef
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.rpc.command.ActivateRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.rpc.command.ModelListRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.rpc.command.ModelListResponse
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.AttribProps
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.CBoolean_E
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.CBoolean
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.CInteger_E
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.CInteger
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.CReal_E
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.CReal
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.CString
Return a foreign key value.
getFK(int) - Method in class com.cafean.client.values.components.EnumEntry
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.ExternFunction
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.NumericsCatProps
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Return a Foreign key value.
getFK(int) - Method in class com.cafean.client.values.components.SharedBoolean
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.SharedFunction
Return a foriegn key value.
getFK(int) - Method in class com.cafean.client.values.components.SharedInteger
Return a Foreign key value.
getFK(int) - Method in class com.cafean.client.values.components.SharedReal
Return a foreign key value.
getFK(int) - Method in class com.cafean.client.values.components.SharedString
 
getFK(int) - Method in class com.cafean.client.values.components.SharedTable
Return a foreign key value.
getFK(int) - Method in class com.cafean.config.rpc.command.ActivateRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.rpc.command.CallbackAuthorization
Return a foriegn key value.
getFK(int) - Method in class com.cafean.rpc.command.CallbackAuthRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.rpc.command.CallbackContext
Return a foriegn key value.
getFK(int) - Method in class com.cafean.rpc.command.Ping
Return a foriegn key value.
getFK(int) - Method in class com.cafean.rpc.command.VersionRequest
Return a foriegn key value.
getFK(int) - Method in class com.cafean.snapdx.SDXElement
Return a foriegn key value.
getFK(int) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Return a foriegn key value.
getFK(int) - Method in class com.cafean.snapdx.SDXIntegerValue
Return a foriegn key value.
getFK(int) - Method in class com.cafean.snapdx.SDXRealArrayValue
Return a foriegn key value.
getFK(int) - Method in class com.cafean.snapdx.SDXRealValue
Return a foriegn key value.
getFK(int) - Method in class com.cafean.snapdx.SDXStringArrayValue
Return a foriegn key value.
getFK(int) - Method in class com.cafean.snapdx.SDXStringValue
Return a foriegn key value.
getFK(int) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Return a foriegn key value.
getFK(int) - Method in class com.cafean.snapdx.SNAPDXRecord
Return a foriegn key value.
getFkNames() - Method in interface com.apt.xdr.PibBlock
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ConnectionInfo
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.DataChannel
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.EvtJobAdded
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.EvtLogOutput
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.FileEntry
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.FileRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.FileRequestResponse
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.FilesListRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.Folder
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.FolderEntry
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.GetFileRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.GetFileResponse
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.InteractiveVariable
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.Job
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.JobFilesList
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.JobLocationRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.JobRPCRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.JobSet
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.Keyword
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.LoadJobRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.LogOutputRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.MountFolderRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.MuxDataRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.RestartDataRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.SendFileRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ShutdownRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.String16
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ViewableFile
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.Attribute
 
getFkNames() - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.DrawnComponentRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.DrawnConnLine
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.DrawnLayerRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.DrawnNumericRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.FontRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.ModelHeaderRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.Plugin
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.String16
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.UserConstantRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.UserFunctionRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.UserVariableRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.io.med.ViewCompRec
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.mdocs.ALDocRef
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.rpc.command.ActivateRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.rpc.command.ModelListRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.rpc.command.ModelListResponse
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.AttribProps
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.CBoolean_E
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.CBoolean
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.CInteger_E
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.CInteger
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.CReal_E
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.CReal
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.CString
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.EnumEntry
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.ExternFunction
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.NumericsCatProps
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.NumericsTableColumn
Return the names of the Foreign key blocks.
getFkNames() - Method in class com.cafean.client.values.components.SharedBoolean
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.SharedFunction
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.SharedInteger
Return the names of the foreign key blocks.
getFkNames() - Method in class com.cafean.client.values.components.SharedReal
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.client.values.components.SharedString
 
getFkNames() - Method in class com.cafean.client.values.components.SharedTable
Return the names of the foreign key blocks.
getFkNames() - Method in class com.cafean.config.rpc.command.ActivateRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.rpc.command.CallbackAuthorization
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.rpc.command.CallbackAuthRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.rpc.command.CallbackContext
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.rpc.command.Ping
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.rpc.command.VersionRequest
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.snapdx.SDXElement
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.snapdx.SDXIntegerValue
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.snapdx.SDXRealArrayValue
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.snapdx.SDXRealValue
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.snapdx.SDXStringArrayValue
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.snapdx.SDXStringValue
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Return the names of the foriegn key blocks.
getFkNames() - Method in class com.cafean.snapdx.SNAPDXRecord
Return the names of the foriegn key blocks.
getFlatCategoriesList(Category) - Static method in class com.cafean.document.notebook.NotebookUtil
returns an array of every category in the model in fully expanded navigator order
getFlavor() - Method in class com.cafean.jobstream.common.components.ApplicationVersion
returns the flavor of the application version that this version represents
getFloatProperty(String) - Method in class com.cafean.CalcServer.CalcJobFile
 
getFloatProperty(String) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getFloatProperty(String, Float) - Method in class com.cafean.CalcServer.CalcJobFile
 
getFloatProperty(String, Float) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getFloatValue() - Method in class com.cafean.utils.JFloatField
 
getFlowDirection() - Method in class com.cafean.client.analysis.Connection
Returns the direction of flow/transmission/etc.
getFluidType() - Method in class com.cafean.h2o.FluidState
getter for fluid type
getFolder() - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Access function for folder attribute.
getFolderByRelativePath(Architecture, String, String...) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns a String containing the path to the folder with the given relative (i.e.
getFolderComparator() - Static method in class com.cafean.JobStatus.tree.FolderNode
 
getFolderContents() - Method in class com.cafean.JobStatus.tree.FolderNode
 
getFolderContents(boolean) - Method in class com.cafean.JobStatus.tree.FolderNode
 
getFolderContents(String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the contents of the given folder
getFolderContents(String) - Method in class com.cafean.JobStatus.tree.CalcServerNode
 
getFolderContents(String, boolean) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the contents of the given folder
getFolderContents(String, boolean, boolean) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the contents of the given folder
getFolderName(String) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns the name of the folder given by the (possibly relative) path separated by forward slash(/) characters.
getFolderPath() - Method in class com.cafean.JobStatus.jimport.ImportJobDesc
 
getFolderPath() - Method in class com.cafean.JobStatus.tree.JobNode
Returns the...
getFolderPath(String) - Method in class com.cafean.JobStatus.tree.FolderNode
returns the path to the folder that this node represents and appends the given child node name.
getFolderPathByLoc(File) - Static method in class com.cafean.CalcServer.CalcServer
Returns the root-folder anchored path that contains the given file-system location.
getFolders() - Method in class com.cafean.CalcServer.command.FilesListRequest
Access function for folders attribute.
getFolders() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Access function for folders attribute.
getFolders() - Method in class com.cafean.CalcServer.command.FolderEntry
Access function for folders attribute.
getFolders(int) - Method in class com.cafean.CalcServer.command.FilesListRequest
Indexed access function for folders attribute.
getFolders(int) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Indexed access function for folders attribute.
getFolders(int) - Method in class com.cafean.CalcServer.command.FolderEntry
Indexed access function for folders attribute.
getFoldersFromPath(String) - Static method in class com.cafean.CalcServer.RootFolder
Retrieves the folders preceeding the last '/' in the given path.
getFolderState(FolderNode) - Method in class com.cafean.JobStatus.tree.CalcServerNode
retrieves the state (FolderNode#STATE_RUNNING, etc) of the given node
getFolderTreeContents(String, boolean) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the contents of the given folder and its sub-folders
getFont() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getFont() - Method in class com.cafean.client.values.drawn.AbstractDrawnSharedValue
 
getFont() - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
getFont(String) - Method in class com.cafean.utils.Configurator
Retreives the font stored with the given name inside the current module.
getFont(String) - Method in class com.cafean.utils.ConfigWrapper
Retreives the font stored with the given name inside the current module.
getFont(String, String, String, String) - Method in class com.cafean.utils.Configurator
Retrieves a named Font from the current module.
getFont(String, String, String, String) - Method in class com.cafean.utils.ConfigWrapper
Retrieves a named Font from the current module.
getFont(String, String, String, String, String) - Method in class com.cafean.utils.Configurator
Retrieves a named Font from the current module.
getFontMetrics(Font) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getFontProp(String, DrawnDisplayElementRec, Font) - Static method in class com.cafean.client.anim.AbstractDisplayBean
gets the set of properties in the given display element that contain the font referred to by name
getFontRenderContext() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getForeground() - Method in class com.cafean.client.classify.Classification
Returns the color that should be used for the foreground of any classification indicators displaying this classification.
getForeground() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
 
getForeground() - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
 
getForeground() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
getForeground() - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
getForeground() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
getForeground() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
getForeground() - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
getFormat() - Method in class com.cafean.client.ui.NumericPlainDocument
 
getFormat() - Method in class com.cafean.client.ui.RealTextField
Getter for the DecimalFormat of this RealTextField.
getFormat() - Method in class com.cafean.client.values.ui.CRealTextField
Getter for the DecimalFormat of this RealTextField.
getFormat() - Method in class com.cafean.client.values.util.CRealPlainDocument
 
getFormat() - Method in class com.cafean.moviegen.ZipSourceStream
 
getFormat() - Method in class com.cafean.Number.Int
 
getFormat(double) - Method in class com.cafean.client.values.components.AbstractCReal
Return the format used to represent a value.
getFormat(double) - Method in class com.cafean.client.values.editors.CDoubleEditor
Return the format used to represent a d.
getFormat(double) - Method in class com.cafean.h2o.units.Temperature
 
getFormat(double) - Method in class com.cafean.Number.Angle
Return the format used to represent a value.
getFormat(double) - Method in class com.cafean.Number.BaseNumber
Return the format used to represent a value.
getFormat(double) - Method in class com.cafean.Number.Int
 
getFormat(double) - Method in class com.cafean.Number.Real
 
getFormat(double) - Method in class com.cafean.Number.Time
 
getForward() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Access function for forward attribute.
getFrame() - Static method in class com.cafean.client.ui.ApplicationFrame
 
getFrame() - Static method in class com.cafean.client.ui.MainFrame
 
getFrameCount() - Method in class com.cafean.moviegen.ZipDataSource
Returns the number of frames in the source animation.
getFrameCount() - Method in class com.cafean.moviegen.ZipSourceStream
Gets the number of frames in the source animation.
getFramerate() - Method in class com.cafean.moviegen.ZipSourceStream
Gets the framerate.
getFrontMatterList() - Method in class com.cafean.document.notebook.ui.FrontMatterDialog
Getter for the Front Matter
getFunction() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Returns the current python code for this function.
getFUNCTION() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for FUNCTION attribute.
getFUNCTION_TYPE() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for FUNCTION_TYPE attribute.
getFunctionDescriptions() - Method in class com.cafean.client.values.functions.NumericFunctionLoader
Returns a list of the FunctionDescription loaded by this module loader.
getFunctionFileName(AbstractNumericFunction, String, String) - Static method in class com.cafean.client.values.AbstractNumericsModel
Creates a filename for the provided MATHCAD numeric function with a prefix shared with some other file.
getFunctionSource() - Method in class com.cafean.client.values.components.SharedFunction
Access function for functionSource attribute.
getFunctionType() - Method in class com.cafean.client.values.components.SharedFunction
 
getGasInternalEnergy() - Method in class com.cafean.h2o.FluidState
getter for the gas internal energy
getGEN_POINTS() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for GEN_POINTS attribute.
getGeneric2DChannelNames(String, String) - Method in class com.cafean.client.anim.GeneralRange
Gets the two channel names returned from the getPatternChannel and getSecondParameterPatternChannel methods.
getGeneric2DColor(int, double, double) - Method in class com.cafean.client.anim.GeneralRange
Returns the color for the two data values.
getGeometry(String, Window) - Method in class com.cafean.utils.Configurator
Loads the geometry for a specified help window in the current module from the SNAP Config file into the frame provided.
getGeometry(String, Window) - Method in class com.cafean.utils.ConfigWrapper
Loads the geometry for a specified help window in the current module from the SNAP Config file into the frame provided.
getGeometry(String, Window, int, int) - Method in class com.cafean.utils.Configurator
Loads the geometry for a specified help window in the current module from the SNAP Config file into the frame provided.
getGeometry(String, Window, int, int) - Method in class com.cafean.utils.ConfigWrapper
Loads the geometry for a specified help window in the current module from the SNAP Config file into the frame provided.
getGeometry(String, Window, int, int, int, int) - Method in class com.cafean.utils.Configurator
Loads the geometry for a specified help window in the current module from the SNAP Config file into the frame provided.
getGeometry(String, Window, int, int, int, int) - Method in class com.cafean.utils.ConfigWrapper
Loads the geometry for a specified help window in the current module from the SNAP Config file into the frame provided.
getGeometry(String, String, Window, int, int, int, int) - Method in class com.cafean.utils.Configurator
Loads the geometry for a specified help window in the given module from the SNAP Config file into the frame provided.
getGeometry(String, String, HelpBroker, int, int) - Method in class com.cafean.utils.Configurator
Loads the geometry for a specified help window in the current module from the SNAP Config file into the HelpBroker provided.
getGeometry(String, HelpBroker) - Method in class com.cafean.utils.Configurator
Loads the geometry for a specified help window in the current module from the SNAP Config file into the HelpBroker provided.
getGeometry(String, HelpBroker) - Method in class com.cafean.utils.ConfigWrapper
Loads the geometry for a specified help window in the current module from the SNAP Config file into the HelpBroker provided.
getGeometry(String, HelpBroker, int, int) - Method in class com.cafean.utils.Configurator
Loads the geometry for a specified help window in the current module from the SNAP Config file into the HelpBroker provided.
getGeometry(String, HelpBroker, int, int) - Method in class com.cafean.utils.ConfigWrapper
Loads the geometry for a specified help window in the current module from the SNAP Config file into the HelpBroker provided.
getGetter() - Method in class com.cafean.client.ui.GenericTMColumn
Gets the Function used to get a particular column's data.
getGlassPane() - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the GlassPanel from the ZoomablePanel that contains this DrawnComponent.
getGlassPane() - Method in class com.cafean.client.ui.ZoomablePanel
Access routine for the glass pane.
getGraceDirectory() - Method in class com.cafean.client.anim.DataSource
Return the directory where acgrace should be started.
getGraphics() - Method in class com.cafean.client.mdocs.EmbeddedImage
 
getGRID_ABOVE() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for GRID_ABOVE attribute.
getGRID_ALPHA() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for GRID_ALPHA attribute.
getGRID_COLOR() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for GRID_COLOR attribute.
getGRID_SHOW() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for GRID_SHOW attribute.
getGRID_SNAP_HORIZ() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for GRID_SNAP_HORIZ attribute.
getGRID_SNAP_TO() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for GRID_SNAP_TO attribute.
getGRID_SNAP_VERT() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for GRID_SNAP_VERT attribute.
getGRID_SPACE_HORIZ() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for GRID_SPACE_HORIZ attribute.
getGRID_SPACE_VERT() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for GRID_SPACE_VERT attribute.
getGridLineColor() - Method in class com.cafean.client.analysis.ViewComponent
Getter for property lineColor.
getGroup() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
returns the name of the group (personal, global, etc.) from which this definition was loaded.
getGroup() - Method in class com.cafean.jobstream.common.components.ApplicationInput
Returns the group number for this file within its application definition.
getGroup() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
returns the name of the group (personal, global, etc.) from which this definition was loaded.
getGROUP_ID() - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Access function for GROUP_ID attribute.
getGROUP_ID() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for GROUP_ID attribute.
getGROUP_ID() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Access function for GROUP_ID attribute.
getGROUP_ID() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for GROUP_ID attribute.
getGROUP_ID() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Access function for GROUP_ID attribute.
getGROUP_ID() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for GROUP_ID attribute.
getGroupAt(int) - Method in class com.cafean.client.ui.message.CategoryMessageGroup
 
getGroupedConnections() - Method in class com.cafean.client.analysis.AbstractComponent
Returns this component's Connections grouped by type.
getGroupedSelection(Component[], BeanBox) - Static method in class com.cafean.client.ui.util.VisualGroup
Returns the complete selectedSet of components that should be selected given the current selectedSet of selected components.
getGroupID() - Method in class com.cafean.client.anim.AbstractDisplayBean
Retrieves the ID of this object's visual group.
getGroupID() - Method in class com.cafean.client.ui.annotation.Annotation
Retrieves the ID of this object's visual group.
getGroupID() - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the ID of this object's visual group.
getGroupID() - Method in interface com.cafean.client.ui.util.Groupable
retrieves the ID of this object's visual group
getGroupID() - Method in class com.cafean.client.ui.util.VisualGroup
retrieves the ID of this object's visual group
getGroupList() - Method in class com.cafean.config.site.AbstractSiteConfigLoader
Returns a list of the groups loaded from site configuration with the exception of the global and personal implicit groups.
getGroups() - Method in class com.cafean.client.ui.message.CategoryMessageGroup
 
getGroupsCount() - Method in class com.cafean.client.ui.message.CategoryMessageGroup
 
getHandle() - Method in class com.cafean.client.ui.ConnectingPt
 
getHandlerID() - Method in class com.cafean.client.ui.tools.MouseHandler
Gets this handler's ID.
getHandleSize() - Method in class com.cafean.client.ui.ConnectingPt
Gets the size of the handle.
getHandleSize() - Method in class com.cafean.client.ui.DrawnComponent
returns the user defined size (in pixels) of the handles from the user preferences.
getHandleSize() - Method in class com.cafean.client.ui.SnapPreferences
 
getHandleStatus() - Method in class com.cafean.CalcServer.JobHandle
 
getHandleType() - Method in class com.cafean.CalcServer.CalcJobFile
retrieves the type of handle managing this job
getHandleType() - Method in class com.cafean.CalcServer.command.Job
Access function for handleType attribute.
getHandleType() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Access function for handleType attribute.
getHead1() - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
getHead2() - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
getHeader() - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getHeaderToolTipText(int) - Method in interface com.cafean.client.ui.TableHeaderTooltipProvider
Gets the tool tip text for a column header
getHeaderToolTipText(int) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
getHeaderToolTipText(int) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getHeading() - Method in class com.cafean.document.notebook.util.IndexedValueMap
returns this map's heading object
getHeatedColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getHeight() - Method in class com.cafean.client.ui.annotation.Annotation
 
getHeight(ImageObserver) - Method in class com.cafean.client.mdocs.EmbeddedImage
 
getHEIGHT() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for HEIGHT attribute.
getHeightField() - Method in class com.cafean.moviegen.ui.SettingsDialog
Getter for the height field.
getHelpText(PropertyDescriptor) - Method in interface com.cafean.client.ui.beans.DynamicallyDescribed
This method returns the String to use as the body of the pop-up help dialog for a particular property in a PropertyView
getHelpText(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
This method returns the help text from the current beans for the provided property.
getHiddenSegments() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getHighlightedProperty() - Method in class com.cafean.client.ui.beans.PropertySetPanel
Returns the name of the property currently selected in this property set panel.
getHighlightedProperty() - Method in class com.cafean.client.ui.pview.GroupPanel
Returns the name of the property currently selected in this panel.
getHighlightLine() - Method in class com.cafean.JobStatus.OutputViewer.FileDocument
 
getHorizGridSpacing() - Method in class com.cafean.client.analysis.ViewComponent
Getter for property horizGridSpacing.
getHorizSnapSpacing() - Method in class com.cafean.client.analysis.ViewComponent
Getter for property horizSnapSpacing.
getHTMLReferences(String) - Method in class com.cafean.utils.RptDoc.CustomReportData
 
getHTMLReferences(String) - Method in class com.cafean.utils.RptDoc.CustomReportTable
 
getHTMLTable() - Method in class com.cafean.utils.RptDoc.CustomReportTable
Generates an HTML representation of this table structure.
getHtmlUnits() - Method in class com.cafean.Number.Real
Returns the current global units formated for HTML
getHtmlUnits(int) - Method in class com.cafean.Number.Real
Returns the units requested formated for HTML.
getHtmlUnits(Class) - Method in class com.cafean.client.analysis.AbstractModel
Retrieve the current units string in HTML format for an engineering units class.
getHtmlUnits(Class) - Method in class com.cafean.client.values.AbstractNumericsModel
 
getIcon() - Method in class com.cafean.client.analysis.Category
Return the collapsed tree node icon for use in the Navigator component.
getIcon() - Method in class com.cafean.client.ui.DockablePanel
Get the icon that should be used as the tabbed pane icon for this panel.
getIcon() - Method in class com.cafean.client.ui.DrawnView
 
getIcon() - Method in class com.cafean.client.ui.navigator.ModelAccordionNode
 
getIcon() - Method in class com.cafean.client.ui.swing.accordion.AccordionNode
Returns an Icon used to indicate the value in the accordion.
getIcon() - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Returns the icon associated with the button.
getIcon() - Method in class com.cafean.client.ui.tools.ToolboxAction
Retrieves this action's icon.
getIcon() - Method in class com.cafean.client.validation.ValidationDisplayPanel
 
getIcon() - Method in class com.cafean.client.values.AccessorType
Gets an icon used to represent the type within the UI.Implementations may return null to use a default icon.
getIcon() - Method in class com.cafean.client.values.functions.NumericFunctionDesc
Returns the icon that should be used to represent this function type.
getIcon() - Method in class com.cafean.client.values.RealAccessorType
 
getIcon() - Method in class com.cafean.client.values.sources.NumericDataSourceDesc
Returns the icon that should be used to represent this data store type.
getIcon() - Method in class com.cafean.JobStatus.jimport.JobImporter
Returns the icon that will be used to represent this importer in the list of importers.
getIcon() - Method in class com.cafean.vcs.desc.VersionControlSystemDesc
Returns the icon that should be used to represent this version control type.
getIcon(int) - Method in class com.apt.xdr.MdBoolArrayBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.apt.xdr.MdDblArrayBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.apt.xdr.MdFltArrayBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.apt.xdr.MdIntArrayBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.apt.xdr.MultiDimArrayBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.anim.AbstractDisplayBeanBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.anim.AbstractVolumeBeanBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.anim.InteractiveCommandBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCaseBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.integrator.components.IntegrationDefinitionBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.integrator.IntegrationCaseBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.io.med.DrawnAnnotationRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.DrawnComponentRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.DrawnLayerRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.DrawnNumericRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.DrawnVisualGroupRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.FontRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.ModelHeaderRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.PluginBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.String16BeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.UserConstantRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.UserFunctionRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.UserVariableRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.io.med.ViewCompRecBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.mdocs.QuickNoteBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotationBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.ui.annotation.ImageAnnotationBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.ui.annotation.LineAnnotationBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.ui.annotation.PolygonBeanBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.ui.annotation.PolygonPointBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.ui.annotation.RectangularAnnotationBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.ui.annotation.TextAnnotationBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.ui.ConnectionSetPanelBeanInfo
 
getIcon(int) - Method in class com.cafean.client.ui.DrawnConnectionBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.ui.RealTextFieldBeanInfo
 
getIcon(int) - Method in class com.cafean.client.values.components.AbstractFunctionCatPropsBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.values.components.AbstractSharedValueBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.values.components.AttribPropsBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.values.components.ExternFunctionBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.values.components.NumericsCatPropsBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.values.components.SharedBooleanBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.values.components.SharedFunctionCatPropsBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.values.components.SharedIntegerBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.values.components.SharedRealBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.values.components.SharedStringBeanInfo
 
getIcon(int) - Method in class com.cafean.client.values.components.SharedTableBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.client.values.ui.CRealTextFieldBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.values.ui.SharedIntegerWrapperBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.client.values.ui.SharedRealWrapperBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.JobStatus.AnimationOverrideEntryBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.JobStatus.jimport.JobImporterBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.jobstream.common.components.PlatformPropertiesBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.jobstream.common.components.SubmissionPropertiesBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class com.cafean.utils.JDoubleFieldBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.utils.JFloatFieldBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.utils.JIntegerFieldBeanInfo
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
getIcon(int) - Method in class com.cafean.utils.VersionBeanInfo
returns null
getIcon(JobHandleStatus) - Static method in class com.cafean.JobStatus.icons.ImageManager
 
getICON() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for ICON attribute.
getIconHeight() - Method in class com.cafean.client.ui.navigator.CompoundIcon
 
getIconHeight() - Method in class com.cafean.client.values.util.SharedValueIcon
 
getIconHeight() - Method in class com.cafean.JobStatus.tree.IndicatorIcon
 
getIconPath() - Method in class com.cafean.client.analysis.Category
Returns the path to the category icon defined at instantiation.
getIconWidth() - Method in class com.cafean.client.ui.navigator.CompoundIcon
 
getIconWidth() - Method in class com.cafean.client.values.util.SharedValueIcon
 
getIconWidth() - Method in class com.cafean.JobStatus.tree.IndicatorIcon
 
getId() - Method in class com.cafean.rpc.command.CallbackAuthRequest
Access function for id attribute.
getID() - Method in class com.cafean.client.io.med.DrawnLayerRec
Access function for ID attribute.
getID() - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Access function for ID attribute.
getID() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for ID attribute.
getID() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for ID attribute.
getID() - Method in class com.cafean.client.io.med.UserVariableRec
Access function for ID attribute.
getID() - Method in class com.cafean.client.mdocs.EmbeddedImage
An identifier for the current image
getID() - Method in class com.cafean.jobstream.common.components.FileType
returns the file type ID of this type in the form [source]:[name]
getID() - Method in class com.cafean.utils.ReferenceDocs.DocMedia
Returns the ID of this document
getIdent() - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
 
getIdent() - Method in class com.cafean.client.analysis.GenericObject
Retrieves the ident of this object, NOT the DB_ID, and not the CC/Code Number.
getIdent() - Method in interface com.cafean.client.integrator.components.TopLevelSubBlock
gets the unique ident of this top-level sub-block.
getIdent() - Method in class com.cafean.client.ui.util.DrawingLayer
Retrieves this layer's ID number
getIdent() - Method in class com.cafean.client.ui.util.VisualGroup
Retrieves this group's ID number
getIdent() - Method in class com.cafean.jobstream.server.components.Task
returns the unique ident number of the task
getIdents() - Method in class com.cafean.client.analysis.AbstractConnectionList
Retrieves the array of idents in raw form for use in storing this list.
getIdents() - Method in class com.cafean.client.ui.IdentVsRealTableDialog
This gets the independent variable array of ident references.
getIdents(int) - Method in class com.cafean.client.analysis.AbstractConnectionList
Retrieves the ident reference at the given index.
getIdentsCount() - Method in class com.cafean.client.analysis.AbstractConnectionList
Returns the number of ident references in this list.
getIdentsRef(int) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
 
getiFlag() - Method in class com.cafean.h2o.FluidState
 
getIflag() - Method in class com.cafean.client.analysis.Table1D
Default implementation.
getIflag() - Method in class com.cafean.client.values.components.CTable1D
Default implementation.
getIgnoreCase() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Access function for ignoreCase attribute.
getIHeight() - Method in class com.cafean.utils.ExportImageDialog
Getter for property iHeight.
getImagData() - Method in class com.cafean.client.values.util.matlab.MXArray
Get imaginary data pointer for numeric array
getImage() - Method in class com.cafean.client.analysis.ViewComponent
Gets the ImageIcon for rendering this ViewComponent.
getImage() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Access function for image attribute.
getImage() - Method in class com.cafean.client.mdocs.EmbeddedImage
 
getImage() - Method in class com.cafean.client.ui.annotation.ImageAnnotationDialog
Getter for property image.
getImage(int, int) - Method in class com.cafean.moviegen.SvgImage
Renders and returns the svg based image.
getImageData() - Method in class com.cafean.client.analysis.ViewComponent
Gets the icon image for the DrawnViewComponent that renders this ViewComponent.
getImageData() - Method in class com.cafean.client.analysis.ViewImgDataElem
 
getImageData() - Method in class com.cafean.client.mdocs.QuickNote
Gets the image data.
getImageData() - Method in class com.cafean.client.ui.annotation.ImageAnnotation
Retrieves this annotation's image data.
getImageData() - Method in class com.cafean.client.ui.annotation.ImageAnnotationDialog
Getter for property imageData.
getImageElement() - Method in class com.cafean.client.analysis.ViewComponent
A stub method used in ViewComponentBeanInfo to edit the image data byte[] contained in this ViewComponent.
getImageHeight() - Method in class com.cafean.moviegen.SvgImage
Returns the height of the image contained in the file.
getImageIDs() - Method in class com.cafean.client.mdocs.QuickNote
Gets the embedded images for this note
getImageListData() - Method in class com.cafean.client.mdocs.QuickNote
Caches embedded images for viewing in the note viewer.
getImages() - Method in class com.cafean.client.mdocs.HTMLEditorPanel
 
getImagesFolder() - Method in class com.cafean.utils.RptDoc.ReportGenerator
Returns the folder that all of this report's images should be placed in
getImageWidth() - Method in class com.cafean.moviegen.SvgImage
Returns the width of the image contained in the file.
getImporters() - Method in class com.cafean.CalcServer.util.CJFImporterLoader
 
getImporters() - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
getImportersList() - Method in class com.cafean.JobStatus.jimport.JobImporterLoader
 
getImportFile() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
getImportFolderPath() - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
getImportLocation() - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
getImportName() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
getIncludeCRC() - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Access function for includeCRC attribute.
getIncluded() - Method in class com.cafean.client.anim.DataSource
Returns true if this data source should be included in animations
getIncludeInputs() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Access function for includeInputs attribute.
getIncludeJobs() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Access function for includeJobs attribute.
getIncludeOutputs() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Access function for includeOutputs attribute.
getIncludeOwnedFiles() - Method in class com.cafean.CalcServer.command.FilesListRequest
Access function for includeOwnedFiles attribute.
getIncludeParentStream() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Access function for includeParentStream attribute.
getIncompleteColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getIncrement() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Access function for increment attribute.
getIncrement() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Access function for increment attribute.
getIncrement() - Method in class com.cafean.client.analysis.ComponentNumberGroup
Retrieves the increment number for retrieved CC numbers.
getIncrement() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Gets the increment of this constant.
getIncrement() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
getIncrement() - Method in class com.cafean.client.values.components.SharedInteger
Access function for increment attribute.
getIncrement() - Method in class com.cafean.client.values.components.SharedReal
Access function for increment attribute.
getIncrement() - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
getIncrement() - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
getINCREMENT() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for INCREMENT attribute.
getIncremental() - Method in class com.cafean.client.values.components.SharedInteger
Access function for incremental attribute.
getIncremental() - Method in class com.cafean.client.values.components.SharedReal
Access function for incremental attribute.
getIncremental() - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
getIncremental() - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
getINCREMENTAL() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for INCREMENTAL attribute.
getIncrementalDefault() - Method in class com.cafean.client.values.components.SharedInteger
Access function for incremental attribute.
getIncrementalDefault() - Method in class com.cafean.client.values.components.SharedReal
Access function for incremental attribute.
getIncrementCC() - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Getter for property incrementCC.
getIncrementDefault() - Method in class com.cafean.client.values.components.SharedInteger
Access function for increment attribute.
getIncrementDefault() - Method in class com.cafean.client.values.components.SharedReal
Access function for increment attribute.
getIndent() - Static method in class com.cafean.jobstream.common.util.XMLUtils
Returns the base indent level for XML files.
getIndent(int) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Returns the next indent level based on the given base indent.
getIndent2() - Static method in class com.cafean.jobstream.common.util.XMLUtils
Returns the second level indent amount for XML files.
getIndent2(int) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Returns the indent level for an element two levels deeper than the base indent.
getIndent3() - Static method in class com.cafean.jobstream.common.util.XMLUtils
Returns the third level indent amount for XML files.
getIndent3(int) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Returns the indent level for an element three levels deeper than the base indent.
getIndependentAt(int) - Method in class com.cafean.client.analysis.TableND
 
getIndependentAt(int) - Method in class com.cafean.client.values.components.CTableND
 
getIndependentCount() - Method in class com.cafean.client.analysis.TableND
 
getIndependentCount() - Method in class com.cafean.client.values.components.CTableND
 
getIndependentUnits(int) - Method in class com.cafean.client.analysis.TableND
 
getIndependentUnits(int) - Method in class com.cafean.client.values.components.CTableND
 
getindex(double[], double, int, int, int, int[]) - Method in class com.cafean.h2o.NewSteamTables
 
getIndex() - Method in class com.cafean.CalcServer.command.ViewableFile
Access function for index attribute.
getIndex() - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Access function for index attribute.
getIndex() - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Access function for index attribute.
getIndex() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Access function for index attribute.
getIndex() - Method in class com.cafean.client.ui.swing.accordion.AccordionExpansionEvent
 
getIndex() - Method in class com.cafean.client.ui.swing.accordion.AccordionSelectionEvent
 
getIndex() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
getIndex(RowSelection) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
Returns the appropriate index to re-select the given selection in this table.
getIndex(String) - Method in class com.cafean.JobStatus.AnimationOverrideList
finds the index of the given address in this chain's key entries
getIndex(List<CSRowData>) - Method in class com.cafean.JobStatus.ui.csstream.table.RowSelection
returns the appropriate index to re-select in the given set of rows *
getIndex0() - Method in class com.cafean.client.ui.swing.accordion.AccordionDataEvent
 
getIndex1() - Method in class com.cafean.client.ui.swing.accordion.AccordionDataEvent
 
getIndexes() - Method in class com.cafean.client.event.ElementsAddedEvent
Retrieves the indexes (in the old array), of the elements that were removed.
getIndexes() - Method in class com.cafean.client.event.ElementsRemovedEvent
Retrieves the indexes (in the old array), of the elements that were removed.
getIndexForRow(int) - Method in class com.cafean.client.ui.TableSorter
Finds the actual index given a specific table row.
getIndicatorColor() - Static method in class com.cafean.client.ui.DrawnComponent
Gets the user preference for the Connection Color.
getInfoCount() - Method in class com.cafean.client.ui.message.ModelErrorReport
returns the number of info messages in this report
getInitial() - Method in class com.cafean.client.analysis.ComponentNumberGroup
Retrieves the first CC number available to components of the given component class.
getInitialCCNumber(Category) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the first CC number available to components of the given component class.
getInitialValue() - Method in class com.cafean.client.values.components.SharedBoolean
Access function for initialValue attribute.
getInitialValue() - Method in class com.cafean.client.values.components.SharedInteger
Access function for initialValue attribute.
getInitialValue() - Method in class com.cafean.client.values.components.SharedReal
Access function for initialValue attribute.
getInitialValue() - Method in class com.cafean.client.values.components.SharedString
 
getInitialValueDefault() - Method in class com.cafean.client.values.components.SharedBoolean
Access function for initialValue attribute.
getInitialValueDefault() - Method in class com.cafean.client.values.components.SharedInteger
Access function for initialValue attribute.
getInitialValueDefault() - Method in class com.cafean.client.values.components.SharedReal
Access function for initialValue attribute.
getInitialValueDefault() - Method in class com.cafean.client.values.components.SharedString
 
getInnerComp(AbstractModel) - Method in class com.cafean.client.integrator.CrossReference
Attempts to find the component on the inner (inside the sub-system) side of this reference inside the given model by unique id.
getInnerLoc() - Method in class com.cafean.client.integrator.CrossReference
returns the inner (i.e.
getInput() - Method in class com.cafean.CalcServer.JobHandle
 
getINPUT() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for INPUT attribute.
getINPUT(int) - Method in class com.cafean.client.io.med.UserFunctionRec
Indexed access function for INPUT attribute.
getInputAt(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Returns the UserDefinedValue at the given index in the input array.
getInputCount() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Gets the number of input variables.
getInputFile() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Access function for inputFile attribute.
getInputIdAt(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Gets the ident of the input varible at the given index.
getInputLocation() - Method in class com.cafean.jobstream.common.SubmitContext
returns a String containing the location of the input file for this submission relative to the stream's staging location in the context of the target computing platform.
getInputs() - Method in class com.cafean.JobStatus.jimport.ImportJobDesc
 
getInputs() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Retrieves the list of input file descriptions specified for the application definition in the site configuration file.
getInputs() - Method in class com.cafean.jobstream.server.components.Task
Returns the expected inputs read from the stream definition for this task.
getInputValue(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Returns the current value of the input at a given index.
getInputValue(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Returns the current value of the input variable with the given name.
getInputVars() - Method in class com.cafean.client.values.components.ExternFunction
Access function for inputVars attribute.
getInputVars(int) - Method in class com.cafean.client.values.components.ExternFunction
Indexed access function for inputVars attribute.
getInputVarsCount() - Method in class com.cafean.client.values.components.ExternFunction
Return the number of elements in inputVars.
getInsertionCategories() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the Categories used to build the insertion tool inside a view.
getInsertionIndex() - Method in class com.cafean.client.ui.MainToolbarManager
Returns the index where a new tool bar should be inserted in the toolbar.
getInstance() - Static method in class com.cafean.CalcServer.CalcServer
Return the Calculation server instance.
getInstance() - Static method in class com.cafean.client.anim.available.JobAvailabilityQueue
Returns the singleton instance of the Job Availability Queue.
getInstance() - Static method in class com.cafean.client.anim.SourceManager
Retrieves the singleton SourceManager instance.
getInstance() - Static method in class com.cafean.client.ui.MainFrame
 
getInstance() - Static method in class com.cafean.client.ui.MessageWindow
retrieves the singleton instance of the message window *
getInstance() - Static method in class com.cafean.JobStatus.JobStatus
 
getInstance() - Static method in class com.cafean.JobStatus.Main
 
getInstance(MainFrame) - Static method in class com.cafean.h2o.D2oSteamTables
 
getInstance(MainFrame) - Static method in class com.cafean.h2o.NewSteamTables
 
getInstance(Configurator) - Static method in class com.cafean.client.anim.SourceManager
Retrieves the singleton SourceManager instance.
getINT_PROP_NAMES() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for INT_PROP_NAMES attribute.
getINT_PROP_NAMES(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed access function for INT_PROP_NAMES attribute.
getINT_PROP_VALUES() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for INT_PROP_VALUES attribute.
getINT_PROP_VALUES(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed access function for INT_PROP_VALUES attribute.
getIntegerArrays() - Method in class com.cafean.snapdx.SDXElement
Access function for integerArrays attribute.
getIntegerArrays() - Method in class com.cafean.snapdx.SNAPDXRecord
Access function for integerArrays attribute.
getIntegerArrays(int) - Method in class com.cafean.snapdx.SDXElement
Indexed access function for integerArrays attribute.
getIntegerArrays(int) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed access function for integerArrays attribute.
getIntegers() - Method in class com.cafean.snapdx.SDXElement
Access function for integers attribute.
getIntegers() - Method in class com.cafean.snapdx.SNAPDXRecord
Access function for integers attribute.
getIntegers(int) - Method in class com.cafean.snapdx.SDXElement
Indexed access function for integers attribute.
getIntegers(int) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed access function for integers attribute.
getIntegralComponents(List) - Method in class com.cafean.client.analysis.AbstractComponent
Returns an array of the components that are considered to be an integral part of this component.
getIntEnerConvFactor() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getIntEnerConvFactor() - Method in class com.cafean.JSteam.JSteamFrame
 
getIntEnerUnitsString() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getIntEnerUnitsString() - Method in class com.cafean.JSteam.JSteamFrame
 
getInteractiveCalcPort() - Static method in class com.cafean.CalcServer.CalcServer
returns the port used by this calculation server for communication with submitted interactive jobs.
getInteractiveVariables() - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
Retrieves the available interactive variables for the job.
getInteractiveVariables(int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the available interactive variables for the loaded job with the given dbid.
getInterface() - Method in class com.cafean.JobStatus.tree.CalcServerNode
Retrieves the requester used to communicate with the calculation server
getInterface() - Method in class com.cafean.JobStatus.tree.FilteredFolderNode
Returns the requester interface that this node uses to communicate with the Calculation Server.
getInterface() - Method in class com.cafean.JobStatus.tree.FolderNode
Returns the requester interface that this node uses to communicate with the Calculation Server.
getInterface() - Method in class com.cafean.JobStatus.tree.JobNode
Returns the requester interface that this node uses to communicate with the Calculation Server.
getInternalEnergy() - Method in class com.cafean.h2o.FluidState
Getter for internal energy
getIntProp(String, DrawnDisplayElementRec, int) - Static method in class com.cafean.client.anim.AbstractDisplayBean
returns the value of the property with the given name or defValue if the property is not available
getIntProperty(String) - Method in class com.cafean.CalcServer.CalcJobFile
 
getIntProperty(String) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getIntProperty(String, int) - Method in class com.cafean.client.io.TemplateEntry
Attempts to find an integer property.
getIntProperty(String, Integer) - Method in class com.cafean.CalcServer.CalcJobFile
 
getIntProperty(String, Integer) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getIntVal() - Method in enum com.cafean.client.anim.DataSource.IndependentDataType
 
getIntValue() - Method in class com.cafean.client.values.components.SharedInteger
Access function for intValue attribute.
getIntValue() - Method in class com.cafean.utils.JIntegerField
 
getIntValueDefault() - Method in class com.cafean.client.values.components.SharedInteger
Access function for intValue attribute.
getIntValues() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for intValues attribute.
getIntValues(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Indexed access function for intValues attribute.
getIntValuesCount() - Method in class com.cafean.client.values.components.NumericsTableColumn
Return the number of elements in intValues.
getInvalidVariables() - Method in class com.cafean.client.values.util.VariableNameCheck
 
getIoPackage() - Method in class com.cafean.rpc.AbstractRPCConnection
 
getIoPackage() - Method in class com.cafean.rpc.RPCManager
returns the full path to the package containing the PIB blocks used by this RPCManager to communicate
getIr() - Method in class com.cafean.client.values.util.matlab.MXArray
Get row data pointer for sparse numeric array
getIsStatic() - Method in class com.cafean.CalcServer.command.DataChannel
Access function for isStatic attribute.
getIsStatic() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Access function for isStatic attribute.
getItemListeners() - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Returns an array of ItemListeners registered with the button.
getItemListeners() - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Returns an array of registered ItemListeners.
getIterateContents() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
getIterateLocation() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
getIteration(int) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
getIterationCount() - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns the number of parametric iterations that must be performed to access all parametric values.
getIterationCount() - Method in class com.cafean.client.values.components.SharedBoolean
 
getIterationCount() - Method in class com.cafean.client.values.components.SharedInteger
Returns the number of parametric values.
getIterationCount() - Method in class com.cafean.client.values.components.SharedReal
Returns the number of parametric values.
getIterationCount() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
getIterationNumber() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
getIterations() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
getIterator() - Method in class com.cafean.client.analysis.AbstractConnectionList
Creates an Iterator suitable for traversing the list of connections in this list.
getIvarName() - Method in class com.cafean.client.anim.InteractiveCommand
Access routine for the interactive variable name.
getIVarNames() - Method in class com.cafean.client.anim.AbstractDisplayBean
Retrieve the list of all interactive variables from the infobus.
getIVarSeq() - Method in class com.cafean.client.anim.DataSource
Return the sequence of interactive variables.
getIWidth() - Method in class com.cafean.utils.ExportImageDialog
Getter for property iWidth.
getJarNames(File) - Static method in class com.cafean.jobstream.common.util.AbstractModuleLoader
Returns a String array of filenames in the directory which are potential plug-in and/or module files.
getJavaInitializationString() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
getJavaInitializationString() - Method in class com.cafean.client.anim.ChannelNameEditor
 
getJavaInitializationString() - Method in class com.cafean.client.anim.ComponentIdEditor
 
getJavaInitializationString() - Method in class com.cafean.client.anim.InteractiveNameEditor
 
getJavaInitializationString() - Method in class com.cafean.client.anim.IVarEditor
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString() - Method in class com.cafean.client.anim.UDLROrientationEditor
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString() - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.BooleanEditor
Does nothing, and returns null.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.BorderStyleEditor
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.CalendarEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
Does nothing, and returns null.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
Does nothing, and returns null.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.IconImageEditor
Does nothing, and returns null.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.IntNonMultiEdit
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.LongStringEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
Does nothing, and returns null.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.NamedIntEditor
Does nothing, and returns null.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.ObjectPropertyEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
Does nothing, and returns null.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.OptionalStringEditor
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.RealArrayEditor
Does nothing, and returns null.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.StringDisplayEditor
Does nothing, and returns null.
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.UnitsEditor
 
getJavaInitializationString() - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.CBooleanEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.CDoubleEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.CIntegerEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.CRealEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.CStringEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.SharedValueEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
getJavaInitializationString() - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
getJavaInitializationString() - Method in class javax.swing.beaninfo.SwingColorEditor
 
getJavaInitializationString() - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
getJavaInitializationString() - Method in class javax.swing.beaninfo.SwingFontEditor
 
getJavaInitializationString() - Method in class javax.swing.beaninfo.SwingStringEditor
This method is intended for use when generating Java code to set the value of the property.
getJavaVersion() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for javaVersion attribute.
getJavaVersionDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for javaVersion attribute.
getJc() - Method in class com.cafean.client.values.util.matlab.MXArray
Get column data pointer for sparse numeric array.
getJob() - Method in class com.cafean.CalcServer.CalcJobFile
Creates a Job describing this CalcJobFile.
getJob() - Method in class com.cafean.CalcServer.command.JobFilesList
Access function for job attribute.
getJob() - Method in class com.cafean.CalcServer.JobHandle
Creates a Job object describing this SnapRun.
getJob() - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
 
getJob() - Method in exception com.cafean.CalcServer.util.DeleteFailedException
 
getJob() - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Access function for job attribute.
getJob() - Method in class com.cafean.JobStatus.AnimationOverrideEntry
Get the value of job
getJob() - Method in class com.cafean.JobStatus.tree.JobNode
 
getJob(int) - Method in class com.cafean.JobStatus.AnimationOverrideList
retrieves the address at the given index in this chain
getJobComparator() - Static method in class com.cafean.JobStatus.tree.JobNode
 
getJobConsolePaths() - Method in class com.cafean.jobstream.common.SubmitContext
Returns the relative paths to each of the tasks that have requested that a job console be displayed.
getJobFilesList(String[], String, boolean, boolean) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Returns the list of files defined by the jobs at the given path locations.
getJobInfo(String, int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves a Job for the given job path or loaded job dbid as a JobSet containing a single Job.
GetJobInfoRequest - Class in com.cafean.CalcServer.command
This class provides IO access to GetJobInfoRequest data bocks.
GetJobInfoRequest() - Constructor for class com.cafean.CalcServer.command.GetJobInfoRequest
Construct an empty instance.
GetJobInfoRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.GetJobInfoRequest
Construct an instance from a PIB file entry.
getJobList() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
getJobLocation() - Method in class com.cafean.client.anim.available.AvailableJobEntry
returns the location of the job that should be animated
getJobName() - Method in class com.cafean.JobStatus.ConsolePanel
 
getJobName() - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
 
getJobNode(Job) - Method in class com.cafean.JobStatus.tree.ProjectTree
Retrieves the JobNode for the given Job if it already exists
getJobQueue() - Method in class com.cafean.CalcServer.CalcServer
Accessor method for the JobQueue.
getJobs() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Access function for jobs attribute.
getJobs() - Method in class com.cafean.CalcServer.command.JobSet
Access function for jobs attribute.
getJobs(int) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Indexed access function for jobs attribute.
getJobs(int) - Method in class com.cafean.CalcServer.command.JobSet
Indexed access function for jobs attribute.
getJobTableMenu() - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Returns the menu that should be displayed for an individual job on a calculation server.
getJobType() - Method in class com.cafean.JobStatus.jimport.JIGuessesPanel
 
getJSFileNames() - Method in class com.cafean.jobstream.server.sequence.Iteration
Returns the set of JSFile and JSFileSet names for which locations have been assigned.
getKey() - Method in class com.cafean.rpc.command.CallbackAuthorization
Access function for key attribute.
getKey() - Method in class com.cafean.utils.ReferenceDocs.DocumentLink
 
getKey() - Method in class com.cafean.utils.RptDoc.CustomReportData
Getter for the data key contained by the instance
getKey(boolean) - Method in class com.cafean.CalcServer.rpc.CalcServerOriginator
 
getKeys() - Method in class com.cafean.client.analysis.ConditionSet
This method returns the full array of keys that are currently stored inside this condition set.
getKeys() - Method in class com.cafean.client.analysis.ValidationOptions
This gets the current keys array from this options.
getKeys(int) - Method in class com.cafean.client.analysis.ValidationOptions
 
getKeyword(String) - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
getKeyword(String) - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getKeyword(String) - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getKeyword(String) - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
getKeyword(String) - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getKeyword(String) - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getKeywordArray() - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
returns the keywords defined for this file as an array of strings
getKeywordNames() - Method in class com.cafean.jobstream.server.sequence.Iteration
Returns a list of the keyword names used by this iteration as found in the resulting stream definition.
getKeywords() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Access function for keywords attribute.
getKeywords() - Method in class com.cafean.jobstream.common.FileReference
returns this reference's keyword set
getKeywords() - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
returns the keywords defined for this file
getKeywords() - Method in class com.cafean.jobstream.server.components.Task
returns the parametric keywords specified for this task
getKeywords(int) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Indexed access function for keywords attribute.
getKeywordString(String) - Method in class com.cafean.jobstream.server.sequence.Iteration
Returns the text value of the keyword with the given name.
getKeywordValue(String) - Method in class com.cafean.jobstream.server.sequence.Iteration
Returns the value of the keyword with the given name.
getKwNames() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Access function for kwNames attribute.
getKwNames() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Access function for kwNames attribute.
getKwNames(int) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Indexed access function for kwNames attribute.
getKwNames(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Indexed access function for kwNames attribute.
getKwValues() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Access function for kwValues attribute.
getKwValues() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Access function for kwValues attribute.
getKwValues(int) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Indexed access function for kwValues attribute.
getKwValues(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Indexed access function for kwValues attribute.
getLabel() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.command.MuxDataRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.command.RestartDataRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.command.ViewableFile
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Access function for label attribute.
getLabel() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Access function for label attribute.
getLabel() - Method in interface com.cafean.client.analysis.ModelEnumeration
Gets the label value for the enumeration
getLabel() - Method in enum com.cafean.client.anim.enums.TimeScale
 
getLabel() - Method in class com.cafean.client.ui.annotation.TextAnnotation
returns a converter object for use in converting older XMLEncoded text annotations.
getLabel() - Method in class com.cafean.client.ui.DrawnUserValue
Getter for property label.
getLabel() - Method in class com.cafean.client.ui.navigator.ModelAccordionNode
 
getLabel() - Method in class com.cafean.client.ui.swing.accordion.AccordionNode
Returns a label used to indicate the value in the accordion.
getLabel() - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
getLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Getter for property label.
getLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Getter for property label.
getLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedString
Getter for property label.
getLabel() - Method in class com.cafean.CodePlugins.MECodePlugin
Retrieves a short string that describes a singular unit of this plugin.
getLabel() - Method in class com.cafean.JobStatus.jimport.ImportFileDesc
 
getLabel() - Method in class com.cafean.jobstream.common.components.ApplicationInput
returns the label that should be displayed to the user for this input
getLabel() - Method in class com.cafean.jobstream.common.components.ApplicationOutput
returns the label that should be displayed to the user for this output
getLabel() - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
returns the label used to display this file handle to the user
getLabel() - Method in class com.cafean.jobstream.server.components.InputSubstitution
returns the label of the input file handles that will be processed to replaced this substitution's token with the containing file's runtime file name.
getLabel() - Method in class com.cafean.utils.NrcDBUnits
Return the descriptive label for this engineering unit code.
getLabelPlural() - Method in class com.cafean.CodePlugins.MECodePlugin
Retrieves a short string that describes multiple units of this plugin.
getLastAccess() - Method in class com.cafean.CalcServer.command.ConnectionInfo
Access function for lastAccess attribute.
getLastActive() - Method in class com.cafean.rpc.AbstractRPCConnection
Returns either the creation time or the last time (in milliseconds) that AbstractRPCConnection.transmitBlock(com.apt.xdr.PibBlock, java.io.DataOutputStream) or AbstractRPCConnection.recieveBlock(java.io.DataInputStream) was called for this connection.
getLastCCNumber(Category) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the largest CC number in use that is available to components of the given component Category.
getLastComponent() - Method in class com.cafean.client.ui.util.InsertComponentContext
 
getLastModAt(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
Retrieves the lastMod of the given property.
getLastModified() - Method in class com.cafean.CalcServer.command.FileEntry
Access function for lastModified attribute.
getLastModified() - Method in class com.cafean.CalcServer.command.FolderEntry
Access function for lastModified attribute.
getLastModified() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Access function for lastModified attribute.
getLastModified() - Method in class com.cafean.CalcServer.command.ViewableFile
Access function for lastModified attribute.
getLastModified() - Method in interface com.cafean.client.analysis.OwnedObject
returns the last modified time as returned by Date.getTime().
getLastModified() - Method in class com.cafean.client.mdocs.AbstractDocument
 
getLastModified() - Method in class com.cafean.client.mdocs.ALOwnership
Access function for lastModified attribute.
getLastModified() - Method in class com.cafean.client.values.components.AttribProps
Access function for lastModified attribute.
getLastModifiedDefault() - Method in class com.cafean.client.mdocs.ALOwnership
Access function for lastModified attribute.
getLastModifiedDefault() - Method in class com.cafean.client.values.components.AttribProps
Access function for lastModified attribute.
getLastModLocation() - Method in class com.cafean.client.ui.pview.PropertyPanel
gets the location of the last modified field
getLastModPreferredWidth() - Method in class com.cafean.client.ui.pview.PropertyPanel
gets the preferred width of the last modified field
getLastPath(String) - Method in class com.cafean.client.ui.SnapPreferences
Loads a file from the model editor module.
getLastPath(String, String) - Method in class com.cafean.client.ui.SnapPreferences
Loads a file from the given module module.
getLastStatusUpdate() - Method in class com.cafean.jobstream.server.components.Task
returns the time (in ms) when this tasks's status was last updated
getLastVerified() - Method in class com.cafean.utils.jobstream.LocalStageMapping
returns this mapping's last verified date in milliseconds
getLAYER_ID() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for LAYER_ID attribute.
getLAYER_ID() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Access function for LAYER_ID attribute.
getLAYER_ID() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for LAYER_ID attribute.
getLayerID() - Method in class com.cafean.client.anim.AbstractDisplayBean
 
getLayerID() - Method in class com.cafean.client.ui.annotation.Annotation
 
getLayerID() - Method in class com.cafean.client.ui.DrawnComponent
 
getLayerID() - Method in interface com.cafean.client.ui.util.DrawingLayerElement
retrieves the ID of this object's drawing layer
getLayoutAlignmentX(Container) - Method in class com.cafean.client.ui.swing.OverlapLayout
Returns the alignment along the x axis for the container.
getLayoutAlignmentY(Container) - Method in class com.cafean.client.ui.swing.OverlapLayout
Returns the alignment along the y axis for the container.
getLayoutIterations() - Method in class com.cafean.client.ui.SnapPreferences
Getter for property layoutIterations.
getLeftASCIILines(AbstractComponent) - Method in class com.cafean.client.ui.diff.MultiComponentDiffViewer
Parses the AbstractComponent's ASCII, and returns the result.
getLeftComponent() - Method in class com.cafean.client.analysis.Connection
Retrieves the left component of this connection via ident.
getLeftComponent(int) - Method in class com.cafean.client.ui.diff.CategoryGroup
Returns the component from the left CategoryGroupElement list that contains the specified index, null if not found.
getLeftComponentID() - Method in class com.cafean.client.analysis.Connection
Retrieves the ident of the left component of this connection.
getLeftConnectData() - Method in class com.cafean.client.analysis.Connection
Retrieves a ConnectionData object describing the connection to the component on the left of this connection.
getLeftIndex(AbstractComponent) - Method in class com.cafean.client.ui.diff.CategoryGroup
Returns the index that corresponds to the specified component, -1 if not found.
getLegacyAppDefinitions() - Method in class com.cafean.utils.Configurator
Retrieves the list of ApplicationDefinition entries generated from legacy codeinfo tags.
getLegendProperties() - Method in class com.cafean.document.notebook.plot.ExportGraph
 
getLegendText() - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
getLEN_SCALE_FACTOR() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for LEN_SCALE_FACTOR attribute.
getLength() - Method in class com.cafean.CalcServer.command.ViewableFile
Access function for length attribute.
getLength() - Method in class com.cafean.client.ui.diff.CategoryGroup
Returns the number of table rows that are needed to display this group's CategoryGroupElements.
getLength() - Method in class com.cafean.client.ui.DrawnComponent
The length of a drawn component is the same as it's height.
getLength() - Method in interface com.cafean.client.validation.ContextWriter
Returns the number of characters that have been written to this context writer.
getLength() - Method in class com.cafean.client.validation.DefaultContextWriter
 
getLenScaleFactor() - Method in class com.cafean.client.io.TemplateEntry
Getter for property lenScaleFactor.
getLenScaleFactor() - Method in class com.cafean.client.ui.DrawnComponent
This gets the Length Scale Factor for this drawn component.
getLevelChannel() - Method in class com.cafean.client.ui.annotation.PolygonBean
Access routine for the level data channel.
getLevelChannelActive() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getLevelDesc(int) - Static method in class com.cafean.utils.LogFile
returns a description of the given LOG_* enumeration
getLevelForeground() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getLevelMaximum() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getLevelMinimum() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getLibraryCategory() - Method in class com.cafean.utils.LibraryData
 
getLibraryCategory() - Method in class com.cafean.utils.SnapLibraryInfo
 
getLibraryInfo() - Method in class com.cafean.utils.LibraryData
 
getLibraryInfo() - Method in class com.cafean.utils.SnapLibraryInfo
 
getLicenseFile() - Method in class com.cafean.utils.LibraryInfo
 
getLine() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Access function for line attribute.
getLineColor() - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
getLineCount() - Method in class com.cafean.CalcServer.BlockFileAccessManager
gets the number of lines in the current output file
getLineCount() - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Returns the number of connection lines handled by this renderer
getLineCount() - Method in class com.cafean.client.ui.DrawnConnection
 
getLineCount() - Method in class com.cafean.JobStatus.OutputViewer.BlockFileAccessClient
gets the length of the currently open file in lines.
getLineEnd(int) - Method in class com.cafean.utils.PythonSyntaxDocument
Returns the line end of the index represented by the given offset.
getLINES() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for LINES attribute.
getLINES(int) - Method in class com.cafean.client.io.med.DrawnComponentRec
Indexed access function for LINES attribute.
getLineSelectionCount() - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Gets the number of connection lines in this renderer that are currently selected.
getLineSeparator() - Method in enum com.cafean.jobstream.common.components.Architecture
Returns the line separator used by this architecture.
getLinesRead() - Method in class com.cafean.client.values.nif.NumericsImportReport
 
getLineStart(int) - Method in class com.cafean.utils.PythonSyntaxDocument
Returns the line start of the index represented by the given offset
getLineStyle() - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
getLineThickness() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
Getter for property lineThickness.
getLineThickness() - Method in class com.cafean.client.ui.annotation.LineAnnotation
Getter for property lineThickness.
getLineThickness() - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
Getter for property lineThickness.
getLineWidth() - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
getLiquidInternalEnergy() - Method in class com.cafean.h2o.FluidState
Getter for Liquid Internal Energy
getLiquidTempPat() - Method in class com.cafean.client.anim.DataSource
Access function for liquidTempPat attribute.
getList() - Method in class com.cafean.client.ui.beans.SingleStringSetEditor.MyComboUI
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.cafean.client.mdocs.CatAndComListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.cafean.client.ui.annotation.pattern.LineStyleBoxRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.cafean.client.ui.util.search.GSCategoryComboRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.cafean.client.values.functions.ui.DescListCellRenderer
 
getListener() - Method in class com.cafean.CalcServer.CalcServer
Returns this calculation server's RPC listener object
getListenerPort() - Method in class com.cafean.client.ui.MainFrame
Returns the port that this ModelEditor instance is listening to.
getListItemParent(Element) - Static method in class com.cafean.client.mdocs.HTMLUtilities
These methods return the first found appropriate element to handed over tags ( gefunden rather than gefundende)
getListOfBeanColumns(Function<Integer, ComponentElement>, Class<? extends ComponentElement>, boolean, String...) - Static method in class com.cafean.client.ui.GenericTMColumn
Utility method for generating a List of columns for a ComponentElement by introspecting its class for the given property names.
getLists() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Access function for lists attribute.
getLists(int) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Indexed access function for lists attribute.
getLoadedLibraries() - Static method in class com.cafean.utils.LibraryData
 
getLoader() - Method in class com.cafean.utils.ReferenceDocs.RefDocMap
returns the loader used to load this map from the document link XML file
getLoadFormat(double) - Method in class com.cafean.client.values.components.AbstractCReal
Decides what DecimalFormat to use to display the given value in 12 characters.
getLoadFormat(double) - Method in class com.cafean.h2o.units.Temperature
 
getLoadFormat(double) - Method in class com.cafean.Number.Real
Decides what DecimalFormat to use to display the given value in 12 characters.
getLocal() - Method in class com.cafean.utils.jobstream.LocalStageMapping
returns a File referring to the local site of this mapping
getLocalAuthToken() - Static method in class com.cafean.CalcServer.LockHandler
Returns an unencrypted auth token suitable for allowingonly local connections.
getLocalColumns() - Method in class com.cafean.client.values.components.AbstractCTable
Returns the data of this table in the form of a newly allocated array of NumericsTableColumn instances.
getLocalFolderLocation(String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the local on-disk location of the folder at the given mounted folder path on the server.
getLocalJobLocation(int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the local on-disk location of the common files in the job with the given DBID
getLocalMount(PlatformDefinition, StagingLocation) - Method in class com.cafean.JobStatus.StagingLocationMap
Returns the local folder that corresponds to the staging location used by the given PlatformProperties.
getLocalPlotCommand() - Method in class com.cafean.client.anim.DataSource
Retrieve the command used to open a plot file in AcGrace.
getLocalSignature() - Method in class com.cafean.client.values.components.AbstractCTable
Returns the signature of this table.
getLocalSignature() - Method in exception com.cafean.client.values.util.TableException
Returns the signature of the table generating the exception.
getLocAt(int) - Method in class com.cafean.CalcServer.TimestepTable
Retrieves the plot file location of the given timestep.
getLocAt(int, int) - Method in class com.cafean.CalcServer.TimestepTable
Retrieves the plot file location of the given timestep.
getLocation() - Method in class com.cafean.CalcServer.CalcJobFile
Returns the location of the folder containing of this calculation job file.
getLocation() - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Access function for location attribute.
getLocation() - Method in class com.cafean.CalcServer.command.FilesListRequest
Access function for location attribute.
getLocation() - Method in class com.cafean.CalcServer.command.Folder
Access function for location attribute.
getLocation() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Access function for location attribute.
getLocation() - Method in class com.cafean.CalcServer.command.GetFileRequest
Access function for location attribute.
getLocation() - Method in class com.cafean.CalcServer.command.Job
Access function for location attribute.
getLocation() - Method in class com.cafean.CalcServer.command.JobLocationRequest
Access function for location attribute.
getLocation() - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Access function for location attribute.
getLocation() - Method in class com.cafean.CalcServer.command.SendFileRequest
Access function for location attribute.
getLocation() - Method in class com.cafean.CalcServer.RootFolder
 
getLocation() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Returns the location of the folder containing of this calculation job file.
getLocation() - Method in class com.cafean.client.analysis.ViewComponent
Gets the location of the DrawnView or the locally stored location, if the DrawnView has never been opened.
getLocation() - Method in class com.cafean.client.io.TemplateEntry
Getter for property location.
getLocation() - Method in class com.cafean.client.ui.Pad
Retrieves this Pad's location
getLocation() - Method in class com.cafean.document.notebook.components.AbstractFrontMatter
Access function for location attribute.
getLocation() - Method in class com.cafean.JobStatus.jimport.ImportFileDesc
 
getLocation() - Method in class com.cafean.JobStatus.jimport.ImportJobDesc
 
getLocation() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
getLocation() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getLocation() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getLocation() - Method in class com.cafean.jobstream.common.components.ApplicationLocation
returns the physical location of the application executable
getLocation() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns the location of this platform as defined in a site configuration file.
getLocation() - Method in class com.cafean.jobstream.common.components.PlatformProperties
Returns the location that the stream will be submitted to as defined in the platform definition.
getLocation() - Method in class com.cafean.jobstream.common.components.SnapInstallation
 
getLocation() - Method in class com.cafean.jobstream.common.components.StagingLocation
 
getLocation() - Method in class com.cafean.jobstream.common.FileReference
Returns the String representation of a URI referring to the file's location
getLocation() - Method in class com.cafean.jobstream.server.components.StorageLocation
returns the current location
getLocation() - Method in class com.cafean.jobstream.server.components.Stream
returns the user-defined relative location of this job stream
getLocation() - Method in class com.cafean.jobstream.server.sequence.Sequence
returns the user-defined relative location of this sequence
getLocationByFolder(String) - Static method in class com.cafean.CalcServer.CalcServer
returns the file-system location for the given root-folder anchored path.
getLocations() - Method in class com.cafean.client.mdocs.AbstractDocument
 
getLocations() - Method in class com.cafean.JobStatus.jimport.ImportFileDesc
 
getLocations() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
returns the list of platforms that this application is located on and the location on each platform
getLocationsRef() - Method in class com.cafean.client.mdocs.AbstractDocument
 
getLocationString(int) - Method in class com.cafean.document.notebook.util.IndexedValueMap
returns a string representation of the locations of the value at the given index in the form: 1, 2, 5-7, 9-12, 16
getLocationX() - Method in class com.cafean.document.notebook.plot.ExportLegendProperties
 
getLocationY() - Method in class com.cafean.document.notebook.plot.ExportLegendProperties
 
getLocator() - Method in class com.cafean.moviegen.ZipDataSource
 
getLock() - Method in class com.cafean.client.anim.PushUpdateThread
Retrieves the Object used by this thread to Object.wait() between updates.
getLOCKED() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for LOCKED attribute.
getLocVarLabel() - Method in class com.cafean.CalcServer.command.DataChannel
Access function for locVarLabel attribute.
getLocVarLabel() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Access function for locVarLabel attribute.
getLog() - Method in class com.cafean.CalcServer.JobHandle
 
getLogfileModTime() - Static method in class com.cafean.CalcServer.CalcServerConnector
returns the modification time of the calculation server log file
getLogger() - Method in class com.cafean.jobstream.common.PlatformModule
Retrieves the logger instance for this PlatformModule that can be used to display error, warning, etc.
getLoggingLevel() - Method in class com.cafean.utils.LogFile
Retrieves the current logging level;
getLogicals() - Method in class com.cafean.client.values.util.matlab.MXArray
Get a properly typed pointer to the elements of a logical array.
getLogLevel() - Method in class com.cafean.jobstream.server.components.Stream
Returns the logging level requested for this stream.
getLogLevel() - Method in class com.cafean.jobstream.server.components.Task
Gets the logging level requested for this task.
getLogLevel() - Method in class com.cafean.jobstream.server.sequence.Sequence
Returns the logging level requested for this sequence.
getLong() - Method in class com.cafean.utils.VarArgs
returns a long.
getLongestCommonSubsequences() - Method in class com.cafean.client.ui.diff.Diff
Returns an array of the longest common subsequences.
getLongName() - Method in class com.cafean.client.utils.diff.WeakComponentRef
 
getLongValue() - Method in class com.cafean.client.ui.NumericPlainDocument
 
getLongValue() - Method in class com.cafean.client.ui.RealTextField
This attempts to return the value inside this RealTextField as a Long.
getLongValue() - Method in class com.cafean.client.values.ui.CRealTextField
This attempts to return the value inside this RealTextField as a Long.
getLongValue() - Method in class com.cafean.client.values.util.CRealPlainDocument
 
getLoopCheck(Vector) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves a new loop checker appropriate for checking hydraulic loops in this model.
getLowerPhaseMode() - Method in class com.cafean.client.ui.annotation.PolygonBean
Getter for the lower phase mode.
getM() - Method in class com.cafean.client.values.util.matlab.MXArray
Get row dimension.
getMachine() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for machine attribute.
getMachineDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for machine attribute.
getMachineName() - Static method in class com.cafean.CalcServer.CalcServer
Retrieve the name of the current client machine.
getMajor() - Method in class com.cafean.rpc.command.VersionRequest
Access function for major attribute.
getMajor() - Method in class com.cafean.utils.Version
returns the major revision number.
getMajorCreationVersion() - Method in class com.cafean.client.analysis.GenericObject
Retrieves the major revision number that this object was created with.
getMajorTicks() - Method in class com.cafean.client.anim.GeneralRange
Gets the number of major ticks
getMajorVersion() - Method in class com.cafean.client.analysis.GenericObject
Retrieves this objects current major revision number.
getManager() - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
getManagerHost() - Method in class com.cafean.jobstream.server.components.Task
returns the host on which this this task should connect to the stream manager
getManagerPort() - Method in class com.cafean.jobstream.server.components.Task
returns the port on which this task should connect to the stream manager
getManifestProperty(Class, String) - Static method in class com.cafean.jobstream.common.util.FileUtils
Attempts to load the requested property from the manifest of the JAR file that contains the given class.
getMarginWidth() - Method in class com.cafean.client.validation.util.MarginPane
Gets the location in characters (if negative) or pixels (if positive) of the margin line drawn to the right of this viewer.
getMarkedLocation(DrawnComponent) - Method in class com.cafean.client.ui.DrawnConnection
Returns the location on the view that a drawn component should use when determining the position of a remote component for the purpose of selecting a connecting point.
getMARKER_FACE() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for MARKER_FACE attribute.
getMARKER_GLUED() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for MARKER_GLUED attribute.
getMARKER_HEIGHT() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for MARKER_HEIGHT attribute.
getMARKER_TEXT() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for MARKER_TEXT attribute.
getMARKER_WIDTH() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for MARKER_WIDTH attribute.
getMARKER_X() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for MARKER_X attribute.
getMARKER_Y() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for MARKER_Y attribute.
getMaster() - Method in class com.cafean.client.anim.DataSource
Returns true if this is the master data source.
getMasterRun() - Method in class com.cafean.client.anim.SourceManager
Retrieves this SourceManager's master run, if one is available.
getMatchingReals(AbstractNumericsModel, CReal) - Static method in class com.cafean.client.values.editors.CRealEditor
Returns only those SharedReals in the model whose type match the given sample.
getMatchingReals(AbstractNumericsModel, CReal) - Static method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
Returns only those SharedReals in the model whose type match the given sample.
getMathcadOutput() - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
getMatlabDirectory(File) - Static method in class com.cafean.utils.MatlabUtils
 
getMatlabFolderSuggestion() - Static method in class com.cafean.utils.MatlabUtils
Generates a "best guess" for the location of a local Matlab installation based on where Matlab installs itself by default on Windows, Linux, Mac OSX, etc.
getMatlabLibFolder() - Static method in class com.cafean.utils.MatlabUtils
 
getMax() - Method in class com.cafean.utils.JDoubleField
 
getMax() - Method in class com.cafean.utils.JFloatField
 
getMax() - Method in class com.cafean.utils.JIntegerField
 
getMaxActiveJobs() - Method in class com.cafean.CalcServer.JobQueue
Get the maximum number of jobs that can be run concurrently.
getMaxBurnup() - Method in class com.cafean.client.anim.DataSource
Returns the maximum burnup value from the server.
getMaxCCNumber(Category) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the last CC number available to components of the given component Category.
getMaxColor() - Method in class com.cafean.client.anim.GeneralRange
Return the color corresponding to the maximum value for this range.
getMaxHeight() - Method in class com.cafean.client.ui.DrawnComponent
This gets the maximum height for this DrawnComponent.
getMaximum() - Method in class com.cafean.client.analysis.ComponentNumberGroup
Retrieves the last CC number available to components of the given component Category.
getMaximum() - Method in class com.cafean.jobstream.common.util.Progress
Gets the maximum progress indication value.
getMaximum() - Method in class com.cafean.jobstream.server.components.Partition
Returns the maximum number of tasks that may be bundled together.
getMaximum() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
getMaximum() - Method in class com.cafean.utils.ProgressMon
Returns the maximum value -- the higher end of the progress value.
getMaximumProgress() - Method in class com.cafean.client.values.nif.NIFBlockingDialog
 
getMaximumSeverity() - Method in class com.cafean.client.ui.message.ModelErrorReport
returns the highest severity used by this report
getMaximumSize() - Method in class com.cafean.client.ui.BeanBox
Return the maximum size of this component.
getMaximumSize() - Method in class com.cafean.client.ui.GlassPanel
Return the maximum size of this panel, which is one pixel larger then the BeanBox below it.
getMaximumSize() - Method in class com.cafean.client.ui.ZoomablePanel
Return the maximum size of this component.
getMaximumTime() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Access function for maximumTime attribute.
getMaximumTime() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Access function for maximumTime attribute.
getMaxLogs() - Method in class com.cafean.utils.LogFile
Gets the maximum number of log files allowed;
getMaxRowCount() - Method in class com.cafean.client.analysis.Table1D
Returns the maximum number of rows allowed in this table.
getMaxRowCount() - Method in class com.cafean.client.values.components.AbstractCTable
Returns the maximum number of rows allowed in this table.
getMaxRowCount() - Method in class com.cafean.client.values.components.CTable1D
Returns the maximum number of rows allowed in this table.
getMaxSaturatedColor() - Method in class com.cafean.client.anim.GeneralRange
Return the color corresponding to saturated steam for this range.
getMaxScheduledJobs(PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Returns the maximum number of (batch)jobs that should be scheduled concurrently for a job stream with the given properties.
getMaxSize() - Method in class com.cafean.utils.LogFile
returns the maximum size of this logfile in bytes
getMaxSubcooledColor() - Method in class com.cafean.client.anim.GeneralRange
Return the color corresponding to subcooled, saturated liquid for this range.
getMaxSuperheatColor() - Method in class com.cafean.client.anim.GeneralRange
Return the color corresponding to the maximum superheat value for this range.
getMaxTemp() - Method in class com.cafean.client.anim.GeneralRange
Return the maximum superheated vapor temperature for this range.
getMaxTime() - Method in class com.cafean.client.anim.DataSource
Return the maximum transient time for this data source.
getMaxTimeValue() - Method in class com.cafean.client.anim.SourceManager
Gets the requested max time for recordings
GetMaxVal(int) - Static method in class com.cafean.h2o.GlobalData
 
GetMaxVal(int) - Static method in class com.cafean.JSteam.GlobalData
 
getMaxValue() - Method in class com.cafean.client.anim.GeneralRange
Return the maximum value for this range.
getMaxVoidFrac() - Method in class com.cafean.client.anim.GeneralRange
Gets the user-defined maximum void fraction value.
getMaxWidth() - Method in class com.cafean.client.ui.DrawnComponent
This gets the maximum width for this DrawnComponent.
getMedia() - Method in class com.cafean.utils.ReferenceDocs.MediaFileSelectionDialog
Returns the array of media objects.
getMediaID() - Method in class com.cafean.utils.ReferenceDocs.CategoryMedia
Provides the media id to which this item is associated.
getMEDVersionInfo() - Method in class com.cafean.client.io.MEDUtil
retrieves the MED File Information record that was read from the file.
getMembers() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesDialog
returns the newly selected set of components included in this subsystem
getMembers() - Method in class com.cafean.client.ui.SortedMultiComponentSelectionDialog
 
getMenubar() - Method in class com.cafean.client.ui.DrawnView
 
getMergeErrors() - Method in class com.cafean.client.values.nif.NumericsImportReport
 
getMessage() - Method in class com.cafean.client.ui.message.MessagePanel
Returns the Message this panel contains.
getMessage(int) - Method in class com.cafean.client.ui.message.MessageTable
Retrieves the Message at the specified index in this table model.
getMessageAt(int) - Method in class com.cafean.client.ui.message.MessageSelectionEvent
 
getMessageAt(int) - Method in class com.cafean.client.ui.message.MessageTable
 
getMessageCount() - Method in class com.cafean.client.ui.message.MessageSelectionEvent
 
getMessageCount() - Method in class com.cafean.client.ui.message.MessageTable
 
getMessageCount() - Method in class com.cafean.client.ui.message.ModelErrorReport
returns the number of messages in this report
getMessageFont() - Method in class com.cafean.client.ui.SnapPreferences
 
getMessages() - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Access function for messages attribute.
getMessages() - Method in class com.cafean.client.integrator.IntegrationValidator
Returns the list of validation messages that are the result of this validator's examination.
getMessages() - Method in class com.cafean.client.integrator.SubsystemIntegrator
Finds the necessary CrossReferences in the SubSystems selected for integration.
getMessages() - Method in class com.cafean.client.ui.message.MessageGroup
 
getMessages() - Method in class com.cafean.client.ui.message.MessageSelectionEvent
Returns the message that was selected for this event.
getMessages() - Method in class com.cafean.client.ui.MessageWindow
 
getMessages() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
getMessages(int) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Indexed access function for messages attribute.
GetMessagesRequest - Class in com.cafean.CalcServer.command
This class provides IO access to GetMessagesRequest data bocks.
GetMessagesRequest() - Constructor for class com.cafean.CalcServer.command.GetMessagesRequest
Construct an empty instance.
GetMessagesRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.GetMessagesRequest
Construct an instance from a PIB file entry.
getMessageTypeSummary() - Method in class com.cafean.client.ui.message.ModelErrorReport
 
getMethodDescriptors() - Method in class com.apt.xdr.MultiDimArrayBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.analysis.AbstractBeanComponentBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.analysis.ConnectionBeanBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.analysis.ElementBeanBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.analysis.EmbeddedConnectionMapBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstantBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunctionBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariableBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.analysis.ValidationTestBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.analysis.ViewComponentBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.anim.AbstractDisplayBeanBeanInfo
 
getMethodDescriptors() - Method in class com.cafean.client.anim.AbstractRangedBeanBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.anim.AbstractVolumeBeanBeanInfo
 
getMethodDescriptors() - Method in class com.cafean.client.anim.ChannelInfoRefBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.anim.GeneralRangeBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.integrator.IntegrationCaseBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.mdocs.QuickNoteBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.annotation.AnnotationBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotationBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.annotation.ImageAnnotationBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.annotation.LineAnnotationBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.annotation.PolygonBeanBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.annotation.PolygonPointBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.annotation.RectangularAnnotationBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.annotation.TextAnnotationBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.ConnectionSetPanelBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.DrawnConnectionBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.NumericPlainDocumentBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.RealTextFieldBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.SnapPreferencesBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.swing.OverlapPanelBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.ui.util.VisualGroupBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.values.components.AbstractSharedValueBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.values.ui.CRealTextFieldBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.values.ui.SharedIntegerWrapperBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.client.values.ui.SharedRealWrapperBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.JobStatus.AnimationOverrideEntryBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.JobStatus.jimport.JobImporterBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.jobstream.common.components.PlatformPropertiesBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class com.cafean.jobstream.common.components.SubmissionPropertiesBeanInfo
Gets the bean's MethodDescriptors.
getMiddleButtonText(int) - Method in class com.cafean.client.ui.diff.MultiComponentDiffViewer
Sets the text of the button in the specified table row.
getMillisToDecideToPopup() - Method in class com.cafean.utils.ProgressMon
Returns the amount of time this object waits before deciding whether or not to popup a progress monitor.
getMillisToPopup() - Method in class com.cafean.utils.ProgressMon
Returns the amount of time it will take for the popup to appear.
getMin() - Method in class com.cafean.utils.JDoubleField
 
getMin() - Method in class com.cafean.utils.JFloatField
 
getMin() - Method in class com.cafean.utils.JIntegerField
 
getMinBurnup() - Method in class com.cafean.client.anim.DataSource
Returns the minimum burnup value from the server.
getMinColor() - Method in class com.cafean.client.anim.GeneralRange
Return the color corresponding to the minimum value for this range.
getMinID() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getMinID() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getMinimum() - Method in class com.cafean.client.analysis.ComponentNumberGroup
Retrieves the lowest valid CC number available to components of the given component class.
getMinimum() - Method in class com.cafean.jobstream.common.util.Progress
Gets the minimum progress indication value.
getMinimum() - Method in class com.cafean.utils.ProgressMon
Returns the minimum value -- the lower end of the progress value.
getMinimumSize() - Method in class com.cafean.client.ui.annotation.ImageAnnotation
 
getMinimumSize() - Method in class com.cafean.client.ui.BeanBox
Return the minimum size of this component.
getMinimumSize() - Method in class com.cafean.client.ui.DrawnViewComponent
 
getMinimumSize() - Method in class com.cafean.client.ui.ZoomablePanel
Return the minimum size of this component.
getMinimumSize() - Method in class com.cafean.utils.SplashPanel
Return the minimum size of this component.
getMinimumTime() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Access function for minimumTime attribute.
getMinimumTime() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Access function for minimumTime attribute.
getMinor() - Method in class com.cafean.rpc.command.VersionRequest
Access function for minor attribute.
getMinor() - Method in class com.cafean.utils.Version
returns the minor revision number.
getMinorCreationVersion() - Method in class com.cafean.client.analysis.GenericObject
Retrieves the minor revision number that this object was created with.
getMinorTicks() - Method in class com.cafean.client.anim.GeneralRange
Getter for property minorTicks.
getMinorVersion() - Method in class com.cafean.client.analysis.GenericObject
Retrieves this object's current minor revision number.
getMinSaturatedColor() - Method in class com.cafean.client.anim.GeneralRange
 
getMinSubcooledColor() - Method in class com.cafean.client.anim.GeneralRange
Return the color corresponding to the minimum subcooled fluid for this range.
getMinSuperheatColor() - Method in class com.cafean.client.anim.GeneralRange
Return the color corresponding to superheated/saturated steam for this range.
getMinTemp() - Method in class com.cafean.client.anim.GeneralRange
Return the minimum subcooled liquid temperature for this range.
getMinTime() - Method in class com.cafean.client.anim.DataSource
Return the minimum transient time for this data source.
getMinTimeValue() - Method in class com.cafean.client.anim.SourceManager
Gets the requested min time for recordings
GetMinVal(int) - Static method in class com.cafean.h2o.GlobalData
 
GetMinVal(int) - Static method in class com.cafean.JSteam.GlobalData
 
getMinValue() - Method in class com.cafean.client.anim.GeneralRange
Return the minimum value for this range.
getMinVoidFrac() - Method in class com.cafean.client.anim.GeneralRange
Gets the user-defined maximum void fraction value.
getMinWidth() - Method in class com.cafean.client.ui.DrawnComponent
This gets the minimum width for this DrawnComponent.
getMirrorImageShape(Shape, int) - Method in class com.cafean.client.ui.DrawnComponent
Creates a mirror image of a given shape s
getMode() - Static method in class com.cafean.client.ui.MainFrame
Getter for property mode.
getMode() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Access function for mode attribute.
getModeDefault() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Access function for mode attribute.
getModel() - Method in class com.cafean.client.analysis.AbstractComponent
Return the AbstractModel to which this AbstractComponent belongs.
getModel() - Method in class com.cafean.client.analysis.AbstractModel
 
getModel() - Method in class com.cafean.client.analysis.DummyCompElement
 
getModel() - Method in interface com.cafean.client.analysis.ModelDependent
Retrieves the model that this object depends on.
getModel() - Method in interface com.cafean.client.analysis.ModelElement
Retrieves the model that contains this ModelElement.
getModel() - Method in class com.cafean.client.analysis.OwnershipManager
Retrieves the model that contains this ModelElement.
getModel() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
getModel() - Method in class com.cafean.client.anim.AbstractDisplayBean
 
getModel() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
getModel() - Method in class com.cafean.client.integrator.editors.CaseNameEditor
 
getModel() - Method in class com.cafean.client.integrator.editors.IntegratedModelEditor
 
getModel() - Method in class com.cafean.client.integrator.editors.IntegrationDefinitionEditor
 
getModel() - Method in class com.cafean.client.kiosk.WaitingToAnimatePanel
 
getModel() - Method in class com.cafean.client.mdocs.ALDocRef
 
getModel() - Method in class com.cafean.client.mdocs.ALOwnership
 
getModel() - Method in class com.cafean.client.ui.AbstractGenericTableEditor
 
getModel() - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
getModel() - Method in class com.cafean.client.ui.BeanBox
Getter for the AbstractModel that contains the ViewComponent this BeanBox represents.
getModel() - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
getModel() - Method in class com.cafean.client.ui.beans.CalendarPanel
Returns the CalendarModel that determines the selected Date.
getModel() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
Retrieves the model that this object depends on.
getModel() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
getModel() - Method in class com.cafean.client.ui.beans.GenericPropArrayEditor
 
getModel() - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
getModel() - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
getModel() - Method in class com.cafean.client.ui.beans.OptionalBooleanEditor
 
getModel() - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
getModel() - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
getModel() - Method in class com.cafean.client.ui.beans.OptionalStringEditor
 
getModel() - Method in class com.cafean.client.ui.beans.OptPropertyEditorPanelSupport
 
getModel() - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
getModel() - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
getModel() - Method in class com.cafean.client.ui.beans.TableNDEditor
 
getModel() - Method in class com.cafean.client.ui.beans.UnitsEditor
 
getModel() - Method in class com.cafean.client.ui.DockablePanel
Retrieves the model that contains this DockablePanel.
getModel() - Method in class com.cafean.client.ui.DrawnView
Gets the AbstractModel for this DrawnView.
getModel() - Method in class com.cafean.client.ui.message.AutoCorrection
Returns the AbstractModel parent of the target of this auto-correction.
getModel() - Method in class com.cafean.client.ui.message.Message
 
getModel() - Method in class com.cafean.client.ui.message.ModelErrorReport
returns the model that generated this report
getModel() - Method in class com.cafean.client.ui.navigator.ModelAccordionNode
Returns a reference to the model represented by this node.
getModel() - Method in class com.cafean.client.ui.navigator.ModelSelectionEvent
Returns the selected model.
getModel() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Getter for the model of this Navigator Node
getModel() - Method in class com.cafean.client.ui.RealEditor
 
getModel() - Method in class com.cafean.client.ui.RealTextField
 
getModel() - Method in class com.cafean.client.ui.SnapPreferences
 
getModel() - Method in class com.cafean.client.ui.swing.accordion.Accordion
Returns the AccordionModel instance used to determine the contents of the Accordion.
getModel() - Method in class com.cafean.client.ui.TableSorter
Getter for the TableModel of the JTable this is sorting
getModel() - Method in class com.cafean.client.ui.text.TextAreaNonModalEditor
 
getModel() - Method in class com.cafean.client.ui.text.TextHolder
 
getModel() - Method in class com.cafean.client.ui.util.InsertionSource
returns the model that the component(s) should be inserted into
getModel() - Method in class com.cafean.client.ui.util.search.GlobalSearchDialog
 
getModel() - Method in class com.cafean.client.utils.diff.WeakComponentRef
 
getModel() - Method in class com.cafean.client.utils.diff.WeakComponentRefArray
 
getModel() - Method in class com.cafean.client.validation.AbstractValidationWrapper
 
getModel() - Method in class com.cafean.client.validation.ExportContext
 
getModel() - Method in class com.cafean.client.validation.ValidationDisplayPanel
 
getModel() - Method in class com.cafean.client.values.components.AbstractCBoolean
 
getModel() - Method in class com.cafean.client.values.components.AbstractCInteger
 
getModel() - Method in class com.cafean.client.values.components.AbstractCReal
 
getModel() - Method in class com.cafean.client.values.components.AbstractCString
 
getModel() - Method in class com.cafean.client.values.components.AbstractSharedValue
 
getModel() - Method in class com.cafean.client.values.components.AttribProps
 
getModel() - Method in class com.cafean.client.values.components.EnumEntry
 
getModel() - Method in class com.cafean.client.values.components.ExternFunction
 
getModel() - Method in class com.cafean.client.values.components.NumericsTableColumn
 
getModel() - Method in class com.cafean.client.values.editors.CBooleanEditor
 
getModel() - Method in class com.cafean.client.values.editors.CDoubleEditor
 
getModel() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
getModel() - Method in class com.cafean.client.values.editors.CIntegerEditor
 
getModel() - Method in class com.cafean.client.values.editors.CRealArrayEditor
 
getModel() - Method in class com.cafean.client.values.editors.CRealEditor
 
getModel() - Method in class com.cafean.client.values.editors.CRealNDTableEditor
 
getModel() - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
getModel() - Method in class com.cafean.client.values.editors.CStringEditor
 
getModel() - Method in class com.cafean.client.values.editors.CTableEditor
 
getModel() - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
getModel() - Method in class com.cafean.client.values.editors.LongCStringEditor
 
getModel() - Method in class com.cafean.client.values.editors.NamingConventionBooleanEditor
 
getModel() - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
getModel() - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
getModel() - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
getModel() - Method in class com.cafean.client.values.editors.ParametricCRealArrayEditor
 
getModel() - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
getModel() - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
getModel() - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
getModel() - Method in class com.cafean.client.values.editors.SharedTableEditor
 
getModel() - Method in class com.cafean.client.values.editors.SharedValueEditor
 
getModel() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
getModel() - Method in class com.cafean.client.values.editors.VariableNameEditor
 
getModel() - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
getModel() - Method in class com.cafean.client.values.RealAccessorType
Gets the model to which this accessor applies.
getModel() - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
getModel() - Method in class com.cafean.client.values.sources.ui.NumericDataSourceNameEditor
 
getModel() - Method in class com.cafean.client.values.ui.CBooleanCheckBox
Returns the editor's model reference.
getModel() - Method in class com.cafean.client.values.ui.CBooleanTableEditor
 
getModel() - Method in class com.cafean.client.values.ui.CIntegerTableEditor
 
getModel() - Method in class com.cafean.client.values.ui.CIntegerTextField
 
getModel() - Method in class com.cafean.client.values.ui.CRealTableCellEditor
 
getModel() - Method in class com.cafean.client.values.ui.CRealTextField
 
getModel() - Method in class com.cafean.client.values.ui.CStringTableEditor
 
getModel() - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
getModel() - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
getModel() - Method in class com.cafean.client.values.util.CRealPlainDocument
 
getModel() - Method in class com.cafean.jobstream.server.sequence.Sequence
 
getModel() - Method in class com.cafean.snapdx.AbstractSNAPDXExporter
returns the AbstractModel that will be exported by this exporter.
getModel() - Method in class com.cafean.utils.TableMap
 
getModel() - Method in class javax.swing.beaninfo.SwingFontEditor
 
getModel(String) - Static method in class com.cafean.client.ui.MainFrame
This finds the AbstractModel from the list of open models that has been stored under a given label.
getModelActions(AbstractModel) - Method in class com.cafean.client.utils.diff.DiffEngine
This builds the list of actions to be used when the model node is right-clicked in the Navigator.
getModelActions(AbstractModel) - Method in class com.cafean.client.utils.diff.WriteableDiffEngine
 
getModelAt(int) - Method in class com.cafean.client.ui.navigator.Navigator
Returns the model at the given index.
getModelContents() - Method in class com.cafean.client.validation.util.ModelDisplayResults
Gets the model contents.
getModelCount() - Method in class com.cafean.client.ui.navigator.Navigator
Returns the number of models displayed in the Navigator.
getModelDB_ID() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves this model's ID on the database server.
getModelKey() - Method in class com.cafean.client.analysis.VirtualModelUtil
 
getModelList() - Method in class com.cafean.client.rpc.command.ModelListResponse
Access function for modelList attribute.
getModelList(int) - Method in class com.cafean.client.rpc.command.ModelListResponse
Indexed access function for modelList attribute.
getModelLocation(AbstractModel) - Static method in class com.cafean.client.integrator.IntegrationCase
Returns a file reference to the folder that contains given model.
getModelMajorVersion() - Method in class com.cafean.client.analysis.AbstractModel
Returns the major version number of this model.
getModelMinorVersion() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves this model's minor version number
getModelName() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Access function for modelName attribute.
getModelNode() - Method in class com.cafean.client.ui.navigator.ModelNode
 
getModelNode() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Retrieves the ModelNode that is this node's parent or grandparent.
getModelNode() - Method in class com.cafean.client.ui.navigator.NavigatorRootNode
The Navigator Roote node doesn't have a single model.
getModelNode() - Method in class com.cafean.client.ui.navigator.PluginNode
 
getModelOptions() - Method in class com.cafean.client.analysis.AbstractModel
Returns the java bean object that contains this model's "model options" if this model uses such a thing.
getModelPanel() - Method in class com.cafean.client.analysis.AbstractModel
Returns a JPanel to be displayed when the model is selected in the Navigator.
getModelReports() - Method in interface com.cafean.utils.RptDoc.ReportableModel
Provides a listing of model reports.
getModelRow(int) - Method in class com.cafean.utils.TableSorter
Translates a table row into a data model row.
getModelSelectionListeners() - Method in class com.cafean.client.ui.navigator.Navigator
 
getModifiedApplications() - Method in class com.cafean.jobstream.common.util.ApplicationContainer
returns the list of application definitions modified via this container
getModifiedTime() - Method in class com.cafean.client.analysis.AbstractModel
 
getModuleNames() - Method in class com.cafean.client.anim.AnimationModuleLoader
Returns the names (a.k.a.
getMonth() - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getMonthLabel() - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getMouseHandler() - Method in class com.cafean.client.ui.ZoomablePanel
Gets the currently active MouseHandler based on the current tool.
getMovDimensions() - Method in class com.cafean.moviegen.ZipDataSource
Gets the modified, original dimensions of the SVG animation.
getMovDimensions() - Method in class com.cafean.moviegen.ZipSourceStream
Gets the original (adjusted) dimensions.
getMoveToLayer() - Method in class com.cafean.client.ui.util.DrawnLayerRemoveDialog
 
getMovieEndTime() - Method in class com.cafean.client.anim.SourceManager
Gets the current bound on ending time for recordings
getMovieFile() - Method in class com.cafean.client.anim.RecordSettingsDialog
Gets the path to the desired file of MEA output
getMovieStartTime() - Method in class com.cafean.client.anim.SourceManager
Gets the current bound on starting time for recordings
getMuxData(int, String) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
Retrieves multiplexed minor edit variable data for the channels identified in the LoadMuxChannels call.
getMuxData(int, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves mutilplexed minor edit variable data for the channels indentified in the LoadMuxChannels call.
getN() - Method in class com.cafean.client.values.util.matlab.MXArray
Get column dimension.
getName() - Method in class com.cafean.CalcServer.CalcJobFile
retrieves the name (aka "run label") of this job
getName() - Method in class com.cafean.CalcServer.CJFConverter
The name (a.k.a.
getName() - Method in class com.cafean.CalcServer.command.ConnectionInfo
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.DataChannel
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.FileEntry
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.FileRequest
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.Folder
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.FolderEntry
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.GetFileRequest
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.InteractiveVariable
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.Job
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.Keyword
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.SendFileRequest
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.command.ViewableFile
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Access function for name attribute.
getName() - Method in class com.cafean.CalcServer.RootFolder
 
getName() - Method in enum com.cafean.CalcServer.util.JobHandleType
returns the name of this type: "Execution Wrapper" or "Stream Manager"
getName() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
retrieves the name (aka "run label") of this job
getName() - Method in class com.cafean.client.analysis.AbstractComponent
This is overwriting creates a default name for a component in case it is never given one on import.
getName() - Method in class com.cafean.client.analysis.AbstractModel
Returns this model's name.
getName() - Method in class com.cafean.client.analysis.ComponentNumberGroup
Returns the name of this ComponentNumberGroup
getName() - Method in class com.cafean.client.analysis.GenericObject
Retrieves this object's name
getName() - Method in class com.cafean.client.analysis.ValidationTest
Gets the name of the specified Test.
getName() - Method in class com.cafean.client.anim.channel.ChannelRowData
 
getName() - Method in class com.cafean.client.anim.channel.RowData
 
getName() - Method in class com.cafean.client.anim.channel.SetRowData
 
getName() - Method in class com.cafean.client.anim.ChannelInfoRef
Getter for property name.
getName() - Method in class com.cafean.client.anim.InteractiveVarRef
Getter for the Variable name.
getName() - Method in interface com.cafean.client.anim.RepresentitiveBean
Retrieves the name of the component represented by this bean.
getName() - Method in class com.cafean.client.integrator.CrossReference
Returns the name (i.e.
getName() - Method in class com.cafean.client.io.med.Attribute
Access function for name attribute.
getName() - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Access function for name attribute.
getName() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Access function for name attribute.
getName() - Method in class com.cafean.client.io.TemplateDescriptor
gets the name of the source view
getName() - Method in class com.cafean.client.ui.GenericTMColumn
Gets the name of this column.
getName() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
Returns the name of the array node, sans quantity count.
getName() - Method in class com.cafean.client.ui.navigator.ConnectionListNode
Getter for property name.
getName() - Method in class com.cafean.client.ui.pview.GroupPanel
Retrieves the name of the attribute group that this panel is displaying.
getName() - Method in class com.cafean.client.ui.pview.PropertyPanel
 
getName() - Method in class com.cafean.client.ui.tools.ToolboxAction
Retrieves this action's name.
getName() - Method in class com.cafean.client.ui.util.DrawingLayer
 
getName() - Method in class com.cafean.client.validation.AbstractValidationWrapper
Returns the name of this wrapper object.
getName() - Method in class com.cafean.client.validation.ExportContext
Returns the human-readable name of this export context that will be used when displaying a description of the current caret location.
getName() - Method in class com.cafean.client.validation.GenericTableContext
 
getName() - Method in class com.cafean.client.validation.PropertyContext
 
getName() - Method in class com.cafean.client.values.AccessorType
Gets the name of the Accessor type, displayed in the UI.
getName() - Method in class com.cafean.client.values.components.AbstractCReal
Returns the name of this CReal.
getName() - Method in class com.cafean.client.values.components.ColumnDescription
 
getName() - Method in class com.cafean.client.values.components.EnumEntry
Access function for name attribute.
getName() - Method in class com.cafean.client.values.components.NumericsTableColumn
Returns the name of the column.
getName() - Method in class com.cafean.client.values.functions.NumericFunctionDesc
Gets the name of the function described by this description.
getName() - Method in class com.cafean.client.values.RealAccessorType
 
getName() - Method in class com.cafean.client.values.sources.NumericDataSourceDesc
Gets the name of the data store described by this description.
getName() - Method in class com.cafean.CodePlugins.MEPlugin
This returns the descriptive name of this plugin.
getName() - Method in class com.cafean.document.notebook.components.PseudoSubTable
Returns the sub-table's name.
getName() - Method in class com.cafean.JobStatus.jimport.ImportJobDesc
 
getName() - Method in class com.cafean.JobStatus.jimport.JobImporter
 
getName() - Method in class com.cafean.JobStatus.tree.AbstractFolderNode
retrieves the name of the folder that this node represents
getName() - Method in class com.cafean.JobStatus.tree.JobNode
 
getName() - Method in class com.cafean.JobStatus.ui.csstream.CSInterfaceRequest
 
getName() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
getName() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getName() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getName() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
getName() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
getName() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getName() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getName() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
retrieves the user-specified name of this application definition
getName() - Method in class com.cafean.jobstream.common.components.ApplicationInput
retrieves the "runtime file name" of this input definition
getName() - Method in class com.cafean.jobstream.common.components.ApplicationOutput
retrieves the "runtime file name" of this output definition
getName() - Method in class com.cafean.jobstream.common.components.FileType
Accessor for the name field of this file type.
getName() - Method in enum com.cafean.jobstream.common.components.FileTypeCategory
Accessor for the name field of this file type category.
getName() - Method in class com.cafean.jobstream.common.components.Keyword
Gets the name of this keyword
getName() - Method in class com.cafean.jobstream.common.components.OptionDescription
returns the name of this option *
getName() - Method in class com.cafean.jobstream.common.components.PointOfInterest
Retrieves the human-readable name of this point of interest such as "Error Messages"
getName() - Method in class com.cafean.jobstream.common.components.StagingLocation
 
getName() - Method in class com.cafean.jobstream.common.PlatformModule
Returns the name of this module as it will appear in site configuration files.
getName() - Method in class com.cafean.jobstream.common.util.ApplicationGenerator
Returns the unique name of this application generator.
getName() - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
returns the runtime file name of this file handle
getName() - Method in class com.cafean.jobstream.server.components.Partition
Gets the partition's name.
getName() - Method in class com.cafean.jobstream.server.components.Stream
returns the user-defined name of this job stream
getName() - Method in class com.cafean.jobstream.server.components.Task
returns the name of this task, unique within its relative path
getName() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
getName() - Method in class com.cafean.jobstream.server.sequence.Sequence
returns the user-defined name of this sequence
getName() - Method in class com.cafean.jobstream.tracker.TrackerModule
Retrieves the name (a.k.a.
getName() - Method in class com.cafean.moviegen.support.AbstractVideoType
The movie format name.
getName() - Method in class com.cafean.moviegen.support.AVI
 
getName() - Method in class com.cafean.moviegen.support.H264
 
getName() - Method in class com.cafean.moviegen.support.Quicktime
 
getName() - Method in class com.cafean.moviegen.support.Theora
 
getName() - Method in enum com.cafean.moviegen.util.VideoFormat
 
getName() - Method in class com.cafean.Number.Real
Returns the name of this Real.
getName() - Method in class com.cafean.rpc.AbstractRPCConnection
 
getName() - Method in class com.cafean.rpc.CallbackListener
Returns the specified name of this listener
getName() - Method in class com.cafean.rpc.RPCManager
returns the name of this listener
getName() - Method in class com.cafean.snapdx.SDXElement
Access function for name attribute.
getName() - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Access function for name attribute.
getName() - Method in class com.cafean.snapdx.SDXIntegerValue
Access function for name attribute.
getName() - Method in class com.cafean.snapdx.SDXRealArrayValue
Access function for name attribute.
getName() - Method in class com.cafean.snapdx.SDXRealValue
Access function for name attribute.
getName() - Method in class com.cafean.snapdx.SDXStringArrayValue
Access function for name attribute.
getName() - Method in class com.cafean.snapdx.SDXStringValue
Access function for name attribute.
getName() - Method in class com.cafean.snapdx.SNAPDXRecord
Access function for name attribute.
getName() - Method in class com.cafean.utils.LibraryInfo
 
getName() - Method in class com.cafean.utils.ReferenceDocs.DocMedia
Getter routine for media name
getName() - Method in class com.cafean.utils.RptDoc.Content
Getter for the Content name.
getName() - Method in class com.cafean.utils.update.UpdateEntry
 
getName() - Method in class com.cafean.vcs.desc.VersionControlSystemDesc
Gets the name of the version control system described by this description.
getNAME() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Access function for NAME attribute.
getNAME() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for NAME attribute.
getNAME() - Method in class com.cafean.client.io.med.DrawnLayerRec
Access function for NAME attribute.
getNAME() - Method in class com.cafean.client.io.med.ModelHeaderRec
Access function for NAME attribute.
getNAME() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for NAME attribute.
getNAME() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for NAME attribute.
getNAME() - Method in class com.cafean.client.io.med.UserVariableRec
Access function for NAME attribute.
getNAME() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for NAME attribute.
getNameComparator() - Static method in class com.cafean.client.ui.util.DrawingLayer
 
getNameConvention() - Method in class com.cafean.client.ui.ParametricExportDialog
Returns the user selected naming convention.
getNameConvention() - Method in class com.cafean.client.values.ui.ParametricExportDialog
Returns the user selected naming convention.
getNameDefault() - Method in class com.cafean.client.values.components.EnumEntry
Access function for name attribute.
getNameDefault() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for name attribute.
getNameLocation() - Method in class com.cafean.client.ui.pview.PropertyPanel
gets the location of the name field
getNamePreferredWidth() - Method in class com.cafean.client.ui.pview.PropertyPanel
gets the preferred width of the name field
getNameRO() - Method in class com.cafean.JobStatus.jimport.JobImporter
 
getNames() - Method in class com.cafean.client.io.TemplateEntry
Gets the array of property names stored in this template.
getNames() - Method in class com.cafean.jobstream.common.util.BundlePropertyDetails
Returns the names of the additional columns that should be added.
getNamingConvention() - Method in class com.cafean.client.values.components.NumericsCatProps
Access function for namingConvention attribute.
getNamingConventionDefault() - Method in class com.cafean.client.values.components.NumericsCatProps
Access function for namingConvention attribute.
getNativeUnits() - Method in class com.cafean.client.anim.AbstractDisplayBean
Returns the native units enumeration value used by this bean's current data source and client code plugin.
getNativeUnits(DataSource) - Method in class com.cafean.client.anim.AnimationModule
Returns the native unit type for the given data source.
getNavigator() - Method in class com.cafean.client.ui.ApplicationFrame
 
getNavigatorComponent() - Method in class com.cafean.client.analysis.AbstractModel
Returns a NavigatorComponent implementation used to display the contents of the model in the Navigator.
getNavigatorComponent() - Method in class com.cafean.client.ui.navigator.ModelAccordionNode
Returns the NavigatorComponent associated with the model.
getNavigatorRoot() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Retrieves the root node of this NavigatorNode's tree.
getNChars(byte[], NativeLong) - Method in class com.cafean.client.values.util.matlab.MXArray
Copies characters from a MATLAB array to a char array This function will attempt to perform null termination if it is possible.
getNeedsTarget() - Method in class com.cafean.client.ui.ConnectingPt
Returns true if connections started from this ConnectingPt will allow connections to whole components.
getNewArray() - Method in class com.cafean.client.event.ArrayChangedEvent
Retrieves the new array reference.
getNewCompIdent(int, boolean, boolean) - Method in class com.cafean.client.analysis.AbstractComponent
Retrieves the ident of the component with the given DB_ID in this component's model.
getNewCompIdent(AbstractModel, int, boolean, boolean) - Static method in class com.cafean.client.analysis.GenericObject
Retrieves the primary key of the component with the given primary key in the given model.
getNewComponentIdent(int, Category, boolean, boolean) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the ident of the Component with the given DB_ID in this model.
getNewComponentIdents(int[], Category, boolean, boolean) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the idents of the Components with the given idents or DB_IDs in this model.
getNewElementIdent(AbstractModel, int, boolean, boolean) - Static method in class com.cafean.client.analysis.AbstractModel
Retrieves the ident of the element with the given DB_ID or ident in the given model.
getNewInsertHandler(ZoomablePanel) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
getNewInsertHandler(ZoomablePanel) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
 
getNewInsertHandler(ZoomablePanel) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
getNewInsertHandler(ZoomablePanel) - Method in class com.cafean.client.ui.annotation.PolygonBean
Creates a new insert handler appropriate for handling the mouse events required to properly insert this Polygoninto the given parent.
getNewInsertHandler(ZoomablePanel) - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
 
getNewInsertHandler(ZoomablePanel) - Method in interface com.cafean.client.ui.tools.insert.Insertable
Creates a new insert handler appropriate for handling the mouse events required to properly insert this insertable object into the given parent.
getNewName() - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Access function for newName attribute.
getNewRunId() - Method in class com.cafean.CalcServer.JobQueue
 
getNewStatus() - Method in class com.cafean.jobstream.server.components.TaskStatusChange
returns the status that this notification's Task changed to
getNewSubBlockIdent(int, boolean, boolean) - Method in interface com.cafean.client.integrator.components.TopLevelSubBlockHandler
 
getNewVersion() - Method in class com.cafean.utils.update.UpdateEntry
 
getNextBlock(String[], int[]) - Method in interface com.apt.xdr.PibFile
Read the label and size of the next block.
getNextBlock(String[], int[]) - Method in class com.cafean.CalcServer.command.CommandFile_file
Read the label and size of the next block.
getNextBlock(String[], int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Read the label and size of the next block.
getNextBlock(String[], int[]) - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Read the label and size of the next block.
getNextBlock(String[], int[]) - Method in class com.cafean.client.io.med.MED_file
Read the label and size of the next block.
getNextBlock(String[], int[]) - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Read the label and size of the next block.
getNextBlock(String[], int[]) - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Read the label and size of the next block.
getNextBlock(String[], int[]) - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Read the label and size of the next block.
getNextBlock(String[], int[]) - Method in class com.cafean.h2o.utils.NewStreadTest
Read the label and size of the next block.
getNextBlock(String[], int[]) - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Read the label and size of the next block.
getNextBlock(String[], int[]) - Method in class com.cafean.rpc.command.RPC_file
Read the label and size of the next block.
getNextBlock(String[], int[]) - Method in class com.cafean.snapdx.SNAPDataExchange_file
Read the label and size of the next block.
getNextCCNumber(Category) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves a unique and available CC number for the given component Category.
getNextCCNumber(Category, int) - Method in class com.cafean.client.analysis.AbstractModel
Retrieves a new and available CC number for the given component Category.
getNextDefaultName(AbstractSharedValue, String, Category) - Static method in class com.cafean.client.values.components.AbstractSharedValue
Gets the name of the given variable based on the given prefix and the names of the variables in the given category.
getNextPanel(MessagePanel, int) - Method in class com.cafean.client.ui.message.MessageGroupPanel
 
getNIFExportAction() - Method in class com.cafean.client.values.AbstractNumericsModel
Gets the action which is used to export the NIF file.
getNIFImportAction() - Method in class com.cafean.client.values.AbstractNumericsModel
Gets the action which is used to import the NIF file
getNoarg() - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Access function for noarg attribute.
getNodeComponent() - Method in class com.cafean.client.ui.swing.accordion.Accordion
Returns the currently displayed node component.
getNodeRenderer() - Method in class com.cafean.client.ui.swing.accordion.Accordion
Returns the AccordionRenderer used to retrieve components for expanded nodes.
getNodeState(boolean, boolean, boolean, Classification) - Static method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns the NodeState appropriate for the given parameters.
getNoIndependentMessage() - Method in class com.cafean.client.analysis.TableND
Returns the message used to indicate that no independent variables are available to be edited.
getNoIndependentMessage() - Method in class com.cafean.client.values.components.CTableND
Returns the message used to indicate that no independent variables are available to be edited.
getNonCondensiblePressure() - Method in class com.cafean.h2o.FluidState
Getter for Non-Condensible pressure
getNonCondIntEnergy() - Method in class com.cafean.h2o.FluidState
Getter for non-condensible internal energy
getNonCondQual() - Method in class com.cafean.h2o.FluidState
Getter for non-condensible quality
getNormalColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getNormalObj() - Method in class com.cafean.client.ui.DrawnComponent
Gets the Shape that is used to drawn the component in the DrawnPanel
getNormCsColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getNote() - Method in class com.cafean.document.notebook.components.AbstractFrontMatter
Access function for note attribute.
getNote() - Method in class com.cafean.utils.ProgressMon
Specifies the additional note that is displayed along with the progress message.
getNotebookExportFormat() - Method in class com.cafean.client.ui.SnapPreferences
 
getNotebookIndex(AbstractDocument) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns the notebook index of the given document that can be used as the document's name in "Refs" links in a model notebook properties table.
getNoteContent() - Method in class com.cafean.client.mdocs.EditNoteDialog
 
getNoteImages() - Method in class com.cafean.client.mdocs.EditNoteDialog
 
getNoteName() - Method in class com.cafean.client.mdocs.EditNoteDialog
 
getNotes(AbstractComponent) - Method in class com.cafean.client.mdocs.ALDocReferenceTable
Returns a list of the documents that are used only by the given component.
getNotes(AbstractComponent[]) - Method in class com.cafean.client.mdocs.ALDocReferenceTable
Returns a list of the documents that are used only by the given components.
getNoteType() - Method in class com.cafean.client.mdocs.EditNoteDialog
 
getNumber() - Method in class com.cafean.CalcServer.command.InteractiveVariable
Access function for number attribute.
getNumber() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Access function for number attribute.
getNumber() - Method in class com.cafean.jobstream.server.sequence.Iteration
Returns this iteration's number
getNumberConnections() - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the number of ConnectingPts the user specifies to be within the Connections vector of the current DrawnComponent.
getNumberOfDimensions() - Method in class com.cafean.client.values.util.matlab.MXArray
Get number of dimensions in array.
getNumberOfElements() - Method in class com.cafean.client.values.util.matlab.MXArray
Get number of elements in array.
getNumberOfErrorsFound() - Static method in class com.cafean.client.ui.ApplicationFrame
Retrieves the number of error messages in the message window.
getNumberOfErrorsFound() - Method in class com.cafean.client.ui.MessageWindow
Retrieves the number of error messages since the last clearWarningCount or clearCheckErrors call.
getNumberOfFields() - Method in class com.cafean.client.values.util.matlab.MXArray
Get number of structure fields in array.
getNumberOfWarningsFound() - Static method in class com.cafean.client.ui.ApplicationFrame
Retrieves the number of warning messages in the message window.
getNumberValue() - Method in class com.cafean.client.ui.NumericPlainDocument
 
getNumberValue() - Method in class com.cafean.client.ui.RealTextField
This attempts to return the value inside this RealTextField as a Number.
getNumberValue() - Method in class com.cafean.client.values.ui.CRealTextField
This attempts to return the value inside this RealTextField as a Number.
getNumberValue() - Method in class com.cafean.client.values.util.CRealPlainDocument
 
getNumCommands() - Method in class com.cafean.client.anim.InteractiveCommand
Retrieve the number of active commands.
getNumComments() - Method in class com.cafean.client.analysis.GenericObject
Retrieves the count of Comment objects stored in this object.
getNumDim() - Method in class com.apt.xdr.MultiDimArray
Return the number of dimensions in the array.
getNumElements() - Method in class com.apt.xdr.MultiDimArray
Return the total number of elements in the array.
getNumericFunctionDescs() - Static method in class com.cafean.client.ui.MainFrame
Returns the list of numeric function descriptions loaded during initialization.
getNumericMap() - Method in class com.cafean.client.io.NumericTemplateEntry
Getter for the Numeric Map.
getNumericPropMap(AbstractSharedValue) - Static method in class com.cafean.client.values.nif.NIFUtils
Gets the mapping of the properties available for a given shared numeric to their exportable value for the numerics input file.
getNumericsMap() - Method in class com.cafean.client.values.nif.NumericsImporter
 
getNumericsProps() - Method in class com.cafean.client.values.AbstractNumericsModel
The component containing global properties of numerics (ie numerics naming convention)
getNumericStoreDescriptions() - Static method in class com.cafean.client.ui.MainFrame
 
getNumericStoreDescriptions() - Method in class com.cafean.client.values.sources.NumericDataSourceLoader
Returns a list of the NumericDataSourceDesc loaded by this module loader.
getNumericTypeString(AbstractSharedValue) - Static method in class com.cafean.client.values.nif.NIFUtils
Gets the value in the NIF Numeric property for the given AbstractSharedValue.
getNumErrors() - Method in class com.cafean.client.values.nif.NumericsExportReport
 
getNumErrors() - Method in class com.cafean.client.values.nif.NumericsImportReport
 
getNumExported() - Method in class com.cafean.client.values.nif.NumericsExportReport
 
getNumImported() - Method in class com.cafean.client.values.nif.NumericsImportReport
 
getNumSelected() - Method in class com.cafean.client.ui.BeanBox
Returns the number of selected components.
getNumSkipped() - Method in class com.cafean.client.values.nif.NumericsImportReport
 
getNumSlices() - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Access function for numSlices attribute.
getNumUndoableChanges() - Method in class com.cafean.client.values.nif.NIFReport
 
getNumUndoableChanges() - Method in class com.cafean.client.values.nif.NumericsImportReport
 
GetNumUnits(int) - Static method in class com.cafean.h2o.GlobalData
 
GetNumUnits(int) - Static method in class com.cafean.JSteam.GlobalData
 
getNumUpdated() - Method in class com.cafean.client.values.nif.NumericsImportReport
 
getNumWarnings() - Method in class com.cafean.client.values.nif.NumericsImportReport
 
getNzmax() - Method in class com.cafean.CalcServer.command.DataChannel
Access function for nzmax attribute.
getNzmax() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Access function for nzmax attribute.
getNzmax() - Method in class com.cafean.client.values.util.matlab.MXArray
Get maximum nonzero elements for sparse numeric array.
getObject() - Method in class com.cafean.client.ui.beans.PropertySet
Return the current object that is represented by this model.
getObject() - Method in class com.cafean.client.ui.navigator.SelectionElement
Returns the object in the selection.
getObject() - Method in class com.cafean.utils.VarArgs
returns an Object.
getOffset() - Method in class com.cafean.client.anim.DataSource
Retrieve the current offset time.
getOffset() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
getOffset() - Method in class com.cafean.client.ui.RenumberCompsDialog
 
getOffset() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
getOffset() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
getOffsetCC() - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Getter for property offsetCC.
getOldArray() - Method in class com.cafean.client.event.ArrayChangedEvent
Retrieves the old array reference.
getOldIdent() - Method in class com.cafean.client.ui.util.DrawingLayer
Retrieves this layer's old ID number.
getOldIdent() - Method in class com.cafean.client.ui.util.VisualGroup
Retrieves this group's old ID number.
getOldMEDStoredConstant() - Method in enum com.cafean.client.anim.enums.TimeScale
This method exists in order to convert enumerations in ddt from the old integer backed values to the new generated java enumerated types.
getOldStatus() - Method in class com.cafean.jobstream.server.components.TaskStatusChange
returns the status that this notification's Task changed from
getOldVersion() - Method in class com.cafean.utils.update.UpdateEntry
 
getOpaque() - Method in class com.cafean.client.anim.GeneralRange
Getter for property opaque.
getOpenCommand(File, FileType) - Static method in class com.cafean.utils.AcGraceIntf
Returns a one-line AcGrace command that can be used to open the given file.
getOppositeFace(int) - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the face value that is the exact opposite of the given face.
getOption(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Returns the value specified for the given option in site configuration.
getOption(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns the value specified for the given option in site configuration.
getOption(String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Returns the value specified for the given option in this properties object.
getOption(String) - Method in class com.cafean.jobstream.common.components.SubmissionProperties
Returns the value specified for the given option in this properties object.
getOption(String) - Method in class com.cafean.jobstream.server.components.Task
returns the step/module-specific option with the given name
getOption(String, String) - Method in class com.cafean.client.analysis.ValidationOptions
Attempts to find an option with the given key.
getOption(String, String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns the value specified for the given option in site configuration.
getOption(String, String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Returns the value specified for the given option in this properties object.
getOption(String, String) - Method in class com.cafean.jobstream.common.components.SubmissionProperties
Returns the value specified for the given option in this properties object.
getOptionNames() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Returns the names of each of the options specified in the site configuration file.
getOptionNames() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns the names of each of the options specified for this platform in site configuration.
getOptionNames() - Method in class com.cafean.jobstream.common.components.PlatformProperties
Returns the names of each of the options specified for this object.
getOptionNames() - Method in class com.cafean.jobstream.common.components.SubmissionProperties
Returns the names of each of the options specified for this object.
getOptions() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Gets the set of step/wrapper specific options that should be used to customize the execution of this application.
getOptions() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
getOptions() - Method in class com.cafean.jobstream.server.components.Task
Returns the set of step/module-specific options defined for this task
getOrder() - Method in class com.cafean.client.analysis.AbstractComponent
Gets this component's relative order value.
getOrderComparator() - Static method in class com.cafean.client.analysis.AbstractComponent
Returns a comparator object for comparing the component order of two AbstractComponent objects; for use in sorting or searching.
getOrderedKeyIterator() - Method in class com.cafean.utils.RptDoc.OrderedHashtable
 
getOrientation() - Method in class com.cafean.client.io.TemplateEntry
Getter for property orientation.
getOrientation() - Method in class com.cafean.client.ui.DrawnComponent
Returns the orientation of the DrawnComponent
getORIENTATION() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for ORIENTATION attribute.
getORIENTATION() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for ORIENTATION attribute.
getOrientationMenu() - Method in class com.cafean.client.ui.DrawnComponent
Creates a menu appropriate for selecting the desired orientation for this drawn component.
getOrientationMenu() - Method in class com.cafean.client.ui.DrawnUserValue
 
getOrientationMenu() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
getOrientationMenu() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
getOrientationMenu() - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
getOrientationMenu(DrawnComponent[], Orientation[]) - Static method in class com.cafean.client.ui.DrawnComponent
Creates a menu appropriate for selecting the desired orientation for this drawn component.
getOrientationName(int) - Static method in class com.cafean.client.ui.DrawnComponent
Retrieves the name of the given orientation.
getOs() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for os attribute.
getOsDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for os attribute.
getOtherEdit() - Method in class com.cafean.client.ui.AbstractConnectionUndo
This returns the CompoundEdit that should be used to contain any changes to components that are not directly involved in the connection.
getOtherSide(AbstractComponent) - Method in class com.cafean.client.analysis.Connection
Retrieves the component that is on the other side of this Connection.
getOtherSideData(AbstractComponent) - Method in class com.cafean.client.analysis.Connection
Retrieves the ConnectionData for the other side of this Connection.
getOuterComp(AbstractModel) - Method in class com.cafean.client.integrator.CrossReference
Attempts to find the component on the outer (i.e.
getOuterLoc() - Method in class com.cafean.client.integrator.CrossReference
returns the outer (i.e.
getOutlineStyle() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getOutlineThickness() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getOutput() - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Access function for output attribute.
getOutput() - Method in class com.cafean.CalcServer.command.EvtLogOutput
Access function for output attribute.
getOutput() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Access function for output attribute.
getOutput() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Access function for output attribute.
getOutput() - Method in class com.cafean.jobstream.common.util.CapturingReader
retrieves the collected STDOUT of the process as a String
getOUTPUT() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for OUTPUT attribute.
getOUTPUT(int) - Method in class com.cafean.client.io.med.UserFunctionRec
Indexed access function for OUTPUT attribute.
getOutputAt(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Gets the UserDefinedVariable from the output array at a given index.
getOutputCount() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Returns the number of variables this function outputs to.
getOutputFile() - Method in class com.cafean.moviegen.ZipDataSource
Gets the output file used during export.
getOutputIdAt(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Returns the ident stored at a given index in the output array.
getOutputs() - Method in class com.cafean.JobStatus.jimport.ImportJobDesc
 
getOutputs() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Retrieves the list of output file descriptions specified for the application definition in the site configuration file.
getOutputs() - Method in class com.cafean.jobstream.server.components.Task
Returns the expected outputs read from the stream definition for this task.
getOutputStream() - Static method in class com.cafean.client.ui.message.Message
Retrieves the PrintStream that this MessageWindow sends it's alternate output stream to.
getOutputStream() - Method in class com.cafean.client.ui.MessageWindow
Retrieves the PrintStream that this MessageWindow sends it's alternate output stream to.
getOutputVars() - Method in class com.cafean.client.values.components.ExternFunction
Access function for outputVars attribute.
getOutputVars(int) - Method in class com.cafean.client.values.components.ExternFunction
Indexed access function for outputVars attribute.
getOutputVarsCount() - Method in class com.cafean.client.values.components.ExternFunction
Return the number of elements in outputVars.
getOverlapPanel() - Method in class com.cafean.client.ui.util.ZoomSizePanel
 
getOverwrite() - Method in class com.cafean.CalcServer.command.SendFileRequest
Access function for overwrite attribute.
getOverwrite() - Method in class com.cafean.utils.RptDoc.ReportDialog
Determines if an existing report with the same name should be overwritten.
getOwner() - Method in class com.cafean.client.analysis.AbstractComponent
This method is overwritten to return null for this method.
getOwner() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the username of the creator of this file.
getOwner() - Method in interface com.cafean.client.analysis.ComponentElement
Retrieves the owner of this ComponentElement.
getOwner() - Method in class com.cafean.client.analysis.DummyCompElement
 
getOwner() - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Returns the ViewComponent that owns this connection map,
getOwner() - Method in class com.cafean.client.analysis.numerics.FunctionSource
Getter for property owner.
getOwner() - Method in class com.cafean.client.anim.InteractiveCommand
 
getOwner() - Method in class com.cafean.client.anim.InteractiveVarRef
Getter for the owner of this interactive variable reference.
getOwner() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
getOwner() - Method in interface com.cafean.client.integrator.components.TopLevelSubBlock
 
getOwner() - Method in class com.cafean.client.mdocs.ALDocRef
 
getOwner() - Method in class com.cafean.client.mdocs.ALOwnership
 
getOwner() - Method in class com.cafean.client.ui.SnapPreferences
 
getOwner() - Method in class com.cafean.client.values.components.AbstractCBoolean
 
getOwner() - Method in class com.cafean.client.values.components.AbstractCInteger
 
getOwner() - Method in class com.cafean.client.values.components.AbstractCReal
 
getOwner() - Method in class com.cafean.client.values.components.AbstractCString
 
getOwner() - Method in class com.cafean.client.values.components.AttribProps
 
getOwner() - Method in class com.cafean.client.values.components.EnumEntry
 
getOwner() - Method in class com.cafean.client.values.components.ExternFunction
 
getOwner() - Method in class com.cafean.client.values.components.NumericsTableColumn
 
getOwner() - Method in class com.cafean.client.values.components.SharedFunctionSource
Getter for property owner.
getOwner() - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
getOwner() - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
getOwnerAt(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
Retrieves the owner of the given property.
getOwnerID() - Method in interface com.cafean.client.analysis.OwnedObject
returns the userid of the owner of this object.
getOwnerID() - Method in class com.cafean.client.mdocs.ALOwnership
Access function for ownerID attribute.
getOwnerID() - Method in class com.cafean.client.values.components.AttribProps
Access function for ownerID attribute.
getOwnerIDDefault() - Method in class com.cafean.client.mdocs.ALOwnership
Access function for ownerID attribute.
getOwnerIDDefault() - Method in class com.cafean.client.values.components.AttribProps
Access function for ownerID attribute.
getOwnerLocation() - Method in class com.cafean.client.ui.pview.PropertyPanel
gets the location of the owner field
getOwnerPreferredWidth() - Method in class com.cafean.client.ui.pview.PropertyPanel
gets the preferred width of the owner field
getOwnershipManager() - Method in class com.cafean.client.analysis.AbstractModel
Returns the ownership manager for this model.
getPad() - Method in class com.cafean.client.ui.ConnectingPt
This returns the actual drawn location on the panel where a connection can be initiated or completed with the connect tool.
getPadXY() - Method in class com.cafean.client.ui.Pad
Retrieves this Pad's location
getPaint() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getPanel() - Method in class com.cafean.client.ui.DrawnUserValue
Getter for property panel.
getPanel() - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
getPanel() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Getter for property panel.
getPanel() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Getter for property panel.
getPanel() - Method in class com.cafean.client.values.drawn.DrawnSharedString
Getter for property panel.
getPanelSize() - Method in class com.cafean.client.ui.BeanBox
Return the panelSize parameter from the ZoomablePanel parent class.
getPanelSize() - Method in class com.cafean.client.ui.ZoomablePanel
The PanelSize is the size of the canvas below this zoomable panel.
getParagraphStyle(String, Boolean, Boolean, Color, Color, String, String) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a paragraph style with the specified parameters
getParagraphStyle(String, Boolean, Boolean, Color, Color, String, String) - Method in class com.cafean.document.notebook.DocxExporterModule
 
getParagraphStyle(String, Boolean, Boolean, Color, Color, String, String) - Method in class com.cafean.document.notebook.OdfExporterModule
 
getParagraphStyle(String, Boolean, Boolean, Color, Color, String, String, String) - Method in class com.cafean.document.notebook.OdfExporterModule
 
getParameter() - Method in class com.cafean.utils.ReferenceDocs.CategoryMedia
The data associated with the given doc access type.
getParameter(int) - Method in class com.cafean.client.ui.ParametricExportDialog
Gets the UserDefinedConstant that will be used as a parameter.
getParameter(int) - Method in class com.cafean.client.values.ui.ParametricExportDialog
Gets the UserDefinedConstant that will be used as a parameter.
getParameterAt(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Returns the parameter at a given index
getParameters() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
 
getParameters() - Method in class com.cafean.client.ui.ParametricExportDialog
Returns a list of all the User defined constants that are included in the parametric export.
getParameters() - Method in class com.cafean.client.values.ui.ParametricExportDialog
Returns a list of all the User defined constants that are included in the parametric export.
getParametersCount() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Gets the number of parameters in this constant.
getParametric() - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns a true if this value is parametric.
getPARAMETRIC() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for PARAMETRIC attribute.
getParametricKeywords() - Method in class com.cafean.jobstream.server.components.Task
returns the parametric keywords specified for this task
getParametricValue() - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns the current parametric value.
getParametricValue() - Method in class com.cafean.client.values.components.SharedBoolean
 
getParametricValue() - Method in class com.cafean.client.values.components.SharedInteger
 
getParametricValue() - Method in class com.cafean.client.values.components.SharedReal
 
getParametricValueAt(int) - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns the parametric value at the given index.
getParametricValueAt(int) - Method in class com.cafean.client.values.components.SharedBoolean
 
getParametricValueAt(int) - Method in class com.cafean.client.values.components.SharedInteger
 
getParametricValueAt(int) - Method in class com.cafean.client.values.components.SharedReal
 
getParametricValues() - Method in class com.cafean.client.values.components.SharedInteger
Access function for parametricValues attribute.
getParametricValues() - Method in class com.cafean.client.values.components.SharedReal
Access function for parametricValues attribute.
getParametricValues() - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
getParametricValues() - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
getParametricValues(int) - Method in class com.cafean.client.values.components.SharedInteger
Indexed access function for parametricValues attribute.
getParametricValues(int) - Method in class com.cafean.client.values.components.SharedReal
Indexed access function for parametricValues attribute.
getParametricValuesCount() - Method in class com.cafean.client.values.components.SharedInteger
Return the number of elements in parametricValues.
getParametricValuesCount() - Method in class com.cafean.client.values.components.SharedReal
Return the number of elements in parametricValues.
getParent() - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
 
getParent() - Method in class com.cafean.client.analysis.Category
Retrieves this Category's direct parent.
getParent() - Method in interface com.cafean.client.analysis.ChildComponent
Returns a reference to this child's parent component.
getParent() - Method in class com.cafean.client.analysis.VirtualModelUtil
 
getParent() - Method in class com.cafean.client.integrator.AbstractIntegrator
returns the sub-system integrator parent of this component integrator
getParent() - Method in class com.cafean.client.integrator.CrossReference
Returns the parent integrator of this reference
getParent() - Method in class com.cafean.client.ui.DrawnComponent
This either gets the actual parent of the DrawnComponent, if it exists inside a Container.
getParent() - Method in class com.cafean.client.ui.util.search.GSSearchResult
 
getParent() - Method in class com.cafean.jobstream.server.sequence.Iteration
 
getParent() - Method in class com.cafean.rpc.AbstractRPCConnection
Retrieves the RPCManager that created this connection.
getPARENT_ID() - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Access function for PARENT_ID attribute.
getParentDB_ID() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the ID of this model's parent model in the database.
getParentFolderPath() - Method in class com.cafean.JobStatus.tree.JobNode
 
getParentGroup() - Method in class com.cafean.client.ui.message.MessagePanel
Returns the parent panel for this message.
getParentGroup(int, BeanBox) - Static method in class com.cafean.client.ui.util.VisualGroup
returns the upper most parent of the given group ID
getParentGroupID(int, BeanBox) - Static method in class com.cafean.client.ui.util.VisualGroup
returns the ID of the upper most parent of the given group ID
getParentPath(String) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns the parent of the given path by removing the last path entry.
getParentPathString() - Method in class com.cafean.JobStatus.tree.JobNode
Returns the...
getParentSet() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Builds the set of unique parents up the reference tree from this subsystem and adds them to a HashSet.
getParentWindow() - Method in class com.cafean.client.ui.util.InsertionSource
Returns the window that should be used as the parent for any initialization or message dialogs displayed on this insertion source.
getParentWindow() - Method in class com.cafean.jobstream.common.SubmitContext
Returns the parent window to use for modal information dialogs, etc.
getParentWindow() - Method in class com.cafean.jobstream.tracker.TrackerModule
Sets the Window that this tracker module should use when displaying UI elements (such as login dialogs) to the user.
getPARM1() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for PARM1 attribute.
getPARM1() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for PARM1 attribute.
getPARM2() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for PARM2 attribute.
getPARM2() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for PARM2 attribute.
getPARM3() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for PARM3 attribute.
getPARM3() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for PARM3 attribute.
getParse() - Method in class com.cafean.jobstream.common.components.PointOfInterest
Retrieves the regular expression used to parse this point of interest when converting occurrances of it to a more human-readable format.
getPartitions() - Method in class com.cafean.jobstream.server.components.Stream
returns the user-specified partitions
getPasswordString() - Static method in class com.cafean.utils.LogonDialog
Get the value of the Password field.
getPasteAction() - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
Retrieves an action suitable for use in a Paste menu item or button
getPasteAction() - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
Retrieves an action suitable for use in a Paste menu item or button
getPasteAction() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
Retrieves an action suitable for use in a Paste menu item or button
getPasteAction() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
Retrieves an action suitable for use in a Paste menu item or button
getPasteAction() - Method in class com.cafean.utils.ClipboardEnabledTable
retrieves an action suitable for use in a Paste menu item or button
getPasteConversionMapping() - Method in class com.cafean.client.ui.GenericTableModel
Gets the map of converter routines which translates the text pasted from the clipboard
getPastedComponents() - Method in class com.cafean.client.integrator.IntegratorClipboardListener
Retrieves the cached list of components last pasted into the target model.
getPath() - Method in class com.cafean.CalcServer.BlockFileAccessManager
 
getPath() - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.EvtLogOutput
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.FileEntry
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.JobLocationRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.JobRPCRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.LoadJobRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.LogOutputRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.MountFolderRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.ViewableFile
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Access function for path attribute.
getPath() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Access function for path attribute.
getPath() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
getPath() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getPath() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getPath() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
getPath() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getPath() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getPath() - Method in class com.cafean.utils.ReferenceDocs.DocMedia
 
getPathPoints() - Method in class com.cafean.client.ui.annotation.LineAnnotation
Retrieves a copy of the plotted path points that this DrawnConnection is painting.
getPaths() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Access function for paths attribute.
getPaths(int) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Indexed access function for paths attribute.
getPathSeparator() - Method in enum com.cafean.jobstream.common.components.Architecture
returns the path separator character used by this architecture.
getPathString() - Method in class com.cafean.JobStatus.tree.JobNode
Returns the...
getPathString() - Method in class com.cafean.JobStatus.tree.TrackerNode
 
getPathString() - Method in class com.cafean.JobStatus.tree.TrackingFilteredNode
 
getPathString() - Method in class com.cafean.JobStatus.tree.TrackingFolderNode
returns the full URL to path to the folder that this node represents and appends the given child node name.
getPathString() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
Returns the path to this tracking server as a URI string.
getPathString(String) - Method in class com.cafean.JobStatus.tree.FolderNode
returns the full URL to path to the folder that this node represents and appends the given child node name.
getPatternBackground() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getPatternChannel(String, String) - Method in class com.cafean.client.anim.GeneralRange
Retrieves the pattern defined for the given codeID
getPatternCount() - Static method in class com.cafean.client.ui.annotation.pattern.FillPatterns
 
getPatternForeground() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getPatternNames() - Method in class com.cafean.client.anim.GeneralRange
retrieves the names (plugin ids) of the channel name patterns used for the GENERIC type in AnimationModule.loadVolumeChannelNames(com.cafean.client.anim.GeneralRange, java.lang.String[], java.lang.String)
getPatternNames(int) - Method in class com.cafean.client.anim.GeneralRange
retrieves the name (plugin ids) of the channel name pattern used for the GENERIC type in AnimationModule.loadVolumeChannelNames(com.cafean.client.anim.GeneralRange, java.lang.String[], java.lang.String) at the given index.
getPatternNamesCount() - Method in class com.cafean.client.anim.GeneralRange
retrieves the number of names (plugin ids) of the channel name patterns used for the GENERIC type.
getPatternNumber() - Method in class com.cafean.client.ui.annotation.pattern.FillPatternSelectionPopup
 
getPatternValues() - Method in class com.cafean.client.anim.GeneralRange
getPatternValues(int) - Method in class com.cafean.client.anim.GeneralRange
retrieves the channel name pattern used for the GENERIC type at the given index.
getPCGroup() - Method in class com.cafean.client.ui.beans.PropertySetPanel
 
getPcrit() - Method in class com.cafean.h2o.D2oSteamTables
 
getPcrit() - Method in class com.cafean.h2o.NewSteamTables
 
getPdfViewer() - Method in class com.cafean.client.ui.ApplicationFrame
Getter for property pdfViewer.
getPercentOfLoading() - Static method in class com.cafean.h2o.D2oSteamTables
 
getPercentOfLoading() - Static method in class com.cafean.h2o.NewSteamTables
 
getPi() - Method in class com.cafean.client.values.util.matlab.MXArray
Get imaginary data pointer for numeric array
getPibBlocks() - Method in class com.cafean.client.analysis.ViewComponent
Returns the array of compressed PibBlocks stored inside this view.
getPibChildNodeNames() - Method in interface com.apt.xdr.PibParentNode
Retrieves the property names for each of the sub nodes.
getPibChildNodes() - Method in interface com.apt.xdr.PibParentNode
Retrieves this parent node's array of child pib nodes.
getPibParentClipHandler() - Method in interface com.cafean.client.ui.clipboard.CopiableSubBlock
retrieves this sub block's parent clipboard handler
getPIXELS_PER_METER() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for PIXELS_PER_METER attribute.
getPixelsPerMeter() - Method in class com.cafean.client.analysis.ViewComponent
Getter for property pixelsPerMeter.
getPK() - Method in interface com.apt.xdr.PibBlock
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ConnectionInfo
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.DataChannel
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.EvtJobAdded
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.EvtLogOutput
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.FileEntry
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.FileRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.FileRequestResponse
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.FilesListRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.Folder
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.FolderEntry
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.GetFileRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.GetFileResponse
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.InteractiveVariable
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.Job
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.JobFilesList
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.JobLocationRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.JobRPCRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.JobSet
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.Keyword
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.LoadJobRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.LogOutputRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.MountFolderRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.MuxDataRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.RestartDataRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.SendFileRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ShutdownRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.String16
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ViewableFile
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Returns the primary key of this sub-system.
getPK() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Return the primary key for this block.
getPK() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.Attribute
 
getPK() - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.DrawnComponentRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.DrawnConnLine
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.DrawnLayerRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.DrawnNumericRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.FontRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.ModelHeaderRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.Plugin
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.String16
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.UserConstantRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.UserFunctionRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.UserVariableRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.io.med.ViewCompRec
Return the primary key for this block.
getPK() - Method in class com.cafean.client.mdocs.ALDocRef
Return the primary key for this block.
getPK() - Method in class com.cafean.client.rpc.command.ActivateRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.client.rpc.command.ModelListRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.client.rpc.command.ModelListResponse
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.AbstractSharedValue
 
getPK() - Method in class com.cafean.client.values.components.AttribProps
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.CBoolean_E
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.CBoolean
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.CInteger_E
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.CInteger
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.CReal
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.CString
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.EnumEntry
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.ExternFunction
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.NumericsCatProps
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.NumericsTableColumn
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.SharedBoolean
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.SharedFunction
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.SharedInteger
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.SharedReal
Return the primary key for this block.
getPK() - Method in class com.cafean.client.values.components.SharedString
 
getPK() - Method in class com.cafean.client.values.components.SharedTable
Return the primary key for this block.
getPK() - Method in class com.cafean.config.rpc.command.ActivateRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.rpc.command.CallbackAuthorization
Return the primary key for this block.
getPK() - Method in class com.cafean.rpc.command.CallbackAuthRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.rpc.command.CallbackContext
Return the primary key for this block.
getPK() - Method in class com.cafean.rpc.command.Ping
Return the primary key for this block.
getPK() - Method in class com.cafean.rpc.command.VersionRequest
Return the primary key for this block.
getPK() - Method in class com.cafean.snapdx.SDXElement
Return the primary key for this block.
getPK() - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Return the primary key for this block.
getPK() - Method in class com.cafean.snapdx.SDXIntegerValue
Return the primary key for this block.
getPK() - Method in class com.cafean.snapdx.SDXRealArrayValue
Return the primary key for this block.
getPK() - Method in class com.cafean.snapdx.SDXRealValue
Return the primary key for this block.
getPK() - Method in class com.cafean.snapdx.SDXStringArrayValue
Return the primary key for this block.
getPK() - Method in class com.cafean.snapdx.SDXStringValue
Return the primary key for this block.
getPK() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Return the primary key for this block.
getPK() - Method in class com.cafean.snapdx.SNAPDXRecord
Return the primary key for this block.
getPlaceholder() - Method in class com.cafean.CalcServer.command.ShutdownRequest
Access function for placeholder attribute.
getPlaceholder() - Method in class com.cafean.client.rpc.command.ActivateRequest
Access function for placeholder attribute.
getPlaceholder() - Method in class com.cafean.client.rpc.command.ModelListRequest
Access function for placeholder attribute.
getPlaceholder() - Method in class com.cafean.config.rpc.command.ActivateRequest
Access function for placeholder attribute.
getPlaceholder() - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Access function for placeholder attribute.
getPlaceHolder() - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Access function for placeHolder attribute.
getPlainPasswordString() - Static method in class com.cafean.utils.LogonDialog
Get the value of the Password field.
getPlatform() - Method in class com.cafean.client.anim.available.AvailableJobEntry
Returns this entry's platform definition
getPlatform() - Method in class com.cafean.JobStatus.StreamContext
 
getPlatform() - Method in class com.cafean.JobStatus.tree.CalcServerNode
Retrieves the platform represented by this node.
getPlatform() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
 
getPlatform() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
getPlatform() - Method in class com.cafean.jobstream.common.components.ApplicationLocation
Returns the path of the platform that this location references
getPlatformGroup() - Method in class com.cafean.jobstream.common.components.PlatformProperties
returns the name of the group (personal, global, etc.) that contains the selected platform.
getPlatformGroup(String) - Static method in class com.cafean.jobstream.common.util.EscapeMap
parses and returns the group name prefix to the given platform path
getPlatformID() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns the ID used to reference this platform definition from objects such as PlatformProperties.
getPlatformID() - Method in class com.cafean.jobstream.common.components.PlatformProperties
Returns the platform ID of the PlatformDefinition that this properties object refers to.
getPlatformID(String) - Static method in class com.cafean.jobstream.common.util.EscapeMap
parses and returns the platform ID portion of the given path
getPlatformID(String, String) - Static method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns an appropriately formatted platform ID for the given site name and platform name.
getPlatformLoader() - Static method in class com.cafean.JobStatus.Main
 
getPlatformModule(PlatformDefinition) - Static method in class com.cafean.JobStatus.Main
 
getPlatformModule(String) - Method in class com.cafean.JobStatus.ui.stream.PlatformModuleLoader
Returns the PlatformModule with the given name.
getPlatformModules() - Method in class com.cafean.JobStatus.ui.stream.PlatformModuleLoader
Returns the set of registered platform modules
getPlatformName() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns the user-specified name of this platform definition.
getPlatformPath() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns this definition's "path" which is comprised of the name of the group that contains it (if any) followed by its name.
getPlatformPath() - Method in class com.cafean.jobstream.common.components.PlatformProperties
returns the platform path of the definition this properties object refers to
getPlatformPath() - Method in class com.cafean.jobstream.tracker.TrackerModule
returns the platform path of the platform associated with the tracker module
getPlatformPath() - Method in class com.cafean.utils.jobstream.LocalStageMapping
returns the platform path of the platform that this mapping refers to
getPlatformPathFromURI(String, Collection<String>) - Static method in class com.cafean.jobstream.common.util.EscapeMap
Returns the "Platform Path" portion of the given tracker URI.
getPlatformProperties() - Method in class com.cafean.jobstream.server.components.Task
gets the platform properties used to submit this task
getPlatformProps() - Method in class com.cafean.jobstream.common.SubmitContext
returns the PlatformProperties configured for this submit
getPlatformProps() - Method in class com.cafean.jobstream.common.TerminateContext
gets a PlatformProperties object describing the platform on which the job was submitted.
getPlatformProps() - Method in class com.cafean.jobstream.server.components.Stream
returns the platform properties used to submit this stream
getPlatformProps() - Method in class com.cafean.jobstream.server.sequence.Sequence
returns the platform properties used to submit this sequence
getPlatforms() - Method in class com.cafean.config.site.AbstractSiteConfigLoader
returns the list of platforms loaded by this site config loader
getPlatforms() - Static method in class com.cafean.JobStatus.Main
Returns the list of platforms loaded from site configuration.
getPlatforms() - Method in class com.cafean.jobstream.common.util.ApplicationContainer
returns a list of the platforms available to the current user
getPlayTime() - Method in class com.cafean.client.anim.SourceManager
Return the current transient 'Real Time' used to run proportional to real time.
getPlotInterface(File) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
getPlugin() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
retrieves the PLUGIN-ID of the plug-in managing this job.
getPlugin() - Method in class com.cafean.client.analysis.AbstractModel
Returns a reference to the plugin that created this model.
getPlugin() - Method in class com.cafean.client.ui.navigator.PluginNode
 
getPLUGIN_ID() - Method in class com.cafean.client.io.med.Plugin
Access function for PLUGIN_ID attribute.
getPluginAt(int) - Static method in class com.cafean.client.ui.MainFrame
Returns the plugin at the specified index into the plugins vector.
getPluginClass() - Method in class com.cafean.client.ui.clipboard.ClipboardListener
returns the plug-in that this listener applies to
getPluginClass() - Method in class com.cafean.CodePlugins.MEPluginData
Returns the absolute path to the primary class for the plugin in string form.
getPluginCount() - Static method in class com.cafean.client.ui.MainFrame
Retursn the number of plugins currently loaded.
getPluginDocFileData(String) - Static method in class com.cafean.client.analysis.AbstractModel
Provides a listing of Plugin File data by media name/filename
getPluginHelpSet() - Method in class com.cafean.CodePlugins.MEPlugin
Retrieves the HelpSet for this plug-in, if one is available.
getPluginHelpSets() - Method in class com.cafean.CodePlugins.MEPlugin
Retrieves the list of help sets for this plug-in, if one or more are available.
getPluginIcon() - Method in class com.cafean.CodePlugins.MECodePlugin
Retrieves the icon associated with this plugin.
getPluginId() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the name of this model's code family.
getPluginId() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for pluginId attribute.
getPluginId() - Method in class com.cafean.CodePlugins.MEPlugin
This returns the static plugin id.
getPluginId() - Method in class com.cafean.CodePlugins.MEPluginData
Returns this plugin's plugin-id.
getPluginID() - Method in class com.cafean.client.ui.clipboard.ClipboardListener
returns the plug-in id of the plug-in that this listener applies to
getPluginIdDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for pluginId attribute.
getPluginInfo() - Method in class com.cafean.CodePlugins.MEPlugin
Returns the information about this plugin that will appear in the Plugins dialog.
getPluginLicenseInfo() - Method in class com.cafean.CodePlugins.MEPlugin
Returns additional license restrictions for this plugin that will appear in the Plugins dialog.
getPluginName() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Access function for pluginName attribute.
getPluginPreferences() - Method in class com.cafean.CodePlugins.MEPlugin
Retrieves an Object that follows the Java Beans design paradigm that contains the preferences for this plugin.
getPluginPrereqs() - Method in class com.cafean.CodePlugins.MEPlugin
Returns the names and versions of the plugins this plugin depends upon.
getPluginPrereqs() - Method in class com.cafean.CodePlugins.MEPluginData
Returns the names and versions of the plugins this plugin depends upon.
getPluginType() - Method in class com.cafean.CodePlugins.MECodePlugin
 
getPluginType() - Method in class com.cafean.CodePlugins.MEFeaturePlugin
 
getPluginType() - Method in class com.cafean.CodePlugins.MEPlugin
This returns the static type flag that indicates what type of plugin this is.
getPluginVersion() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Access function for pluginVersion attribute.
getPmin() - Method in class com.cafean.h2o.D2oSteamTables
 
getPmin() - Method in class com.cafean.h2o.NewSteamTables
 
getPOICount() - Method in class com.cafean.JobStatus.OutputViewer.BlockFileAccessClient
 
getPOINames() - Method in class com.cafean.JobStatus.OutputViewer.BlockFileAccessClient
 
getPoint() - Method in class com.cafean.client.ui.util.InsertComponentContext
 
getPointOfInterestOffsets(int) - Method in class com.cafean.JobStatus.OutputViewer.BlockFileAccessClient
gets the line numbers on which a particular point of interest appears
getPoints() - Method in class com.cafean.client.ui.annotation.PolygonBean
retrieves the set of points that make up this polygon
getPOINTS() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for POINTS attribute.
getPOINTS() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for POINTS attribute.
getPOINTS() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for POINTS attribute.
getPOINTS() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for POINTS attribute.
getPOINTSD() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for POINTSD attribute.
getPointsOfInterest() - Method in class com.cafean.jobstream.common.components.FileType
returns the Output Viewer points of interest defined for this file type
getPointsOfInterestCount() - Method in class com.cafean.jobstream.common.components.FileType
returns the number of Output Viewer points of interest defined for this file type
getPoiNumber() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Access function for poiNumber attribute.
getPoiPositions(int, String, int, int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
retrieves the points of interest positions (i.e.
getPOIPositions(int) - Method in class com.cafean.CalcServer.BlockFileAccessManager
gets the index of positions for the requested Point of Interest
getPOIRegexPattern(int) - Method in class com.cafean.JobStatus.OutputViewer.BlockFileAccessClient
gets the regular expression intended to format the POI.
getPOIRegexSubstitute(int) - Method in class com.cafean.JobStatus.OutputViewer.BlockFileAccessClient
gets the regular expression intended to format the POI.
getPopupColumnName(int) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getPopupColumnName(int) - Method in class com.cafean.JobStatus.ui.util.PreferencedTableModel
 
getPopupHelp() - Method in class com.cafean.client.ui.SubblockArrayTableColumn
Gets the pop-up help text
getPort() - Method in class com.cafean.rpc.RPCListener
returns the port that this listener is listening on
getPositions() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Access function for positions attribute.
getPositions(int) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Indexed access function for positions attribute.
getPotentialImports(File, String) - Method in class com.cafean.JobStatus.jimport.JobImporter
Returns a list of the potentially importable jobs in the given location.
getPoweredColor() - Method in class com.cafean.client.ui.SnapPreferences
Getter for property poweredColor.
getPpm() - Method in class com.cafean.client.io.TemplateDescriptor
gets the pixels per meter setting of the source view.
getPPNonCond() - Method in class com.cafean.h2o.FluidState
Getter for non-condensible partial pressure
getPPSteam() - Method in class com.cafean.h2o.FluidState
Getter for Steam Partial Pressure
getPr() - Method in class com.cafean.client.values.util.matlab.MXArray
Get real data pointer for numeric array
getPreferences() - Static method in class com.cafean.JobStatus.Main
 
getPreferredColumnWidth(int, int, FontMetrics) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
getPreferredColumnWidth(int, int, FontMetrics) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getPreferredColumnWidth(int, int, FontMetrics) - Method in class com.cafean.JobStatus.ui.util.PreferencedTableModel
 
getPreferredSize() - Method in class com.cafean.client.anim.AbstractDisplayBean
Provides the preferred size for this component.
getPreferredSize() - Method in class com.cafean.client.ui.BeanBox
Return the preferred size of this component.
getPreferredSize() - Method in class com.cafean.client.ui.DrawnComponent
Provides the preferred size for this component.
getPreferredSize() - Method in class com.cafean.client.ui.DrawnUserValue
 
getPreferredSize() - Method in class com.cafean.client.ui.message.MessagePanel
 
getPreferredSize() - Method in class com.cafean.client.ui.pview.TitlePanel
 
getPreferredSize() - Method in class com.cafean.client.ui.swing.accordion.Accordion
 
getPreferredSize() - Method in class com.cafean.client.ui.swing.accordion.NodeButton
 
getPreferredSize() - Method in class com.cafean.client.ui.ZoomablePanel
Return the preferred size of this component.
getPreferredSize() - Method in class com.cafean.client.validation.util.MarginPane
 
getPreferredSize() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
getPreferredSize() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
getPreferredSize() - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
getPreferredSize() - Method in class com.cafean.JobStatus.ui.accordion.AccordionButton
 
getPreferredSize() - Method in class com.cafean.utils.SplashPanel
Return the preferred size of this component.
getPrefix() - Method in class com.cafean.rpc.command.VersionRequest
Access function for prefix attribute.
getPrefix() - Method in class com.cafean.utils.Version
Returns the prefix or connotation for this Version.
getPrefix(String) - Method in class com.cafean.client.anim.ChannelPrefixParser
Returns the prefix portion of the given channel name or null if the given channel name has no prefix.
getPrefixParser() - Method in class com.cafean.client.anim.AnimationModule
 
getPrefs() - Method in class com.cafean.client.ui.ApplicationFrame
Getter for the SnapPreferences object.
getPrefs() - Static method in class com.cafean.client.ui.MainFrame
Getter for the SnapPreferences object.
getPrefs() - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
 
getPrereqs() - Method in class com.cafean.CalcServer.CalcJobFile
Gets the list of jobs considered to be pre-requisites of this job.
getPrereqs() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Gets the list of jobs considered to be pre-requisites of this job.
getPrerequisites() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Access function for prerequisites attribute.
getPrerequisites(int) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Indexed access function for prerequisites attribute.
getPresConvFactor() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getPresConvFactor() - Method in class com.cafean.JSteam.JSteamFrame
 
getPresentationName() - Method in class com.cafean.client.analysis.ComponentStateEdit
getPresentationName() - Method in class com.cafean.client.mdocs.UndoableALRefEdit
Gets the presentation name for this edit
getPresentationName() - Method in class com.cafean.client.ui.clipboard.UndoablePasteComponents
Returns an appropriate description of the operation this edit represents.
getPresentationName() - Method in class com.cafean.client.ui.navigator.UndoableAddToView
 
getPresentationName() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
getPresentationName() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
getPresentationName() - Method in class com.cafean.client.ui.UndoableConnect
 
getPresentationName() - Method in class com.cafean.client.ui.UndoableDelete
 
getPresentationName() - Method in class com.cafean.client.ui.UndoableDisconnect
returns "Disconnect"
getPresentationName() - Method in class com.cafean.client.ui.UndoableInsert
returns "Insert Component"
getPresentationName() - Method in class com.cafean.client.ui.UndoableMultiInsert
 
getPresentationName() - Method in class com.cafean.client.ui.util.FastStateEdit
 
getPresentationName() - Method in class com.cafean.client.ui.util.UndoableVersionChange
 
getPreserveInput() - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Access function for preserveInput attribute.
getPressure() - Method in class com.cafean.h2o.FluidState
Getter for Pressure
getPressurePat() - Method in class com.cafean.client.anim.DataSource
Access function for pressurePat attribute.
getPresUnitsString() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getPresUnitsString() - Method in class com.cafean.JSteam.JSteamFrame
 
getPREVIEW() - Method in class com.cafean.client.io.med.ModelHeaderRec
Access function for PREVIEW attribute.
getPriority() - Method in class com.cafean.CalcServer.CalcJobFile
Returns the job queue priority of this job.
getPriority() - Method in class com.cafean.CalcServer.command.Job
Access function for priority attribute.
getPriority() - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Access function for priority attribute.
getPriority() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Access function for priority attribute.
getPriority() - Method in class com.cafean.CalcServer.JobHandle
Get the priority for this calculation.
getPriority() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Returns the job queue priority of this job.
getProcess() - Method in error com.cafean.client.io.FatalBatchError
Retrieves a description of the process that the fatal error occurred in.
getProcessedValue(Object, int, int) - Method in class com.cafean.client.ui.SubblockArrayTableDialog
Allows the extending class to override the value being returned from the column.
getProgress() - Method in class com.cafean.client.values.nif.NIFBlockingDialog
 
getProgress() - Method in class com.cafean.jobstream.common.util.Progress
Returns the current progress as a fraction (0.0 to 1.0) of the max-min.
getProgressDialog() - Method in class com.cafean.moviegen.ZipDataSource
Gets the ProgressDialog.
getProgressDialog() - Method in class com.cafean.moviegen.ZipSourceStream
Gets the ProgressDialog.
getProjectDB_ID() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the ID of this model's project in the database.
getProjectTreeModel() - Method in class com.cafean.JobStatus.tree.CalcServerNode
 
getPROP_NAMES() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for PROP_NAMES attribute.
getPROP_NAMES(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed access function for PROP_NAMES attribute.
getPROP_STRINGS() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for PROP_STRINGS attribute.
getPROP_STRINGS(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed access function for PROP_STRINGS attribute.
getPROP_VALUES() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for PROP_VALUES attribute.
getPROP_VALUES(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed access function for PROP_VALUES attribute.
getProperties() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Access function for properties attribute.
getProperties(int) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Indexed access function for properties attribute.
getProperty() - Method in class com.cafean.client.ui.message.AutoCorrection
Returns the property related to this auto-correction.
getProperty(String) - Method in class com.cafean.CalcServer.CalcJobFile
 
getProperty(String) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getProperty(String) - Method in class com.cafean.client.io.TemplateEntry
Gets the value of a property from the list by name.
getProperty(String) - Method in class com.cafean.utils.Configurator
Retrieves a named property from the current module.
getProperty(String) - Method in class com.cafean.utils.ConfigWrapper
Retrieves a named property from the current module.
getProperty(String, DrawnDisplayElementRec) - Static method in class com.cafean.client.anim.AbstractDisplayBean
returns the given named property from the given record or null if the named property is not available
getProperty(String, DrawnDisplayElementRec, String) - Static method in class com.cafean.client.anim.AbstractDisplayBean
returns the given named property from the given record or defValue if the named property is not available
getProperty(String, ImageObserver) - Method in class com.cafean.client.mdocs.EmbeddedImage
 
getProperty(String, String) - Method in class com.cafean.CalcServer.CalcJobFile
 
getProperty(String, String) - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
 
getProperty(String, String) - Method in class com.cafean.utils.Configurator
Retrieves a named property from the current module.
getProperty(String, String) - Method in class com.cafean.utils.ConfigWrapper
Retrieves a named property from the current module.
getProperty(String, String, String) - Method in class com.cafean.utils.Configurator
Retrieves a named property from the given module without affecting the current module setting.
getProperty(String, String, String) - Method in class com.cafean.utils.ConfigWrapper
Retrieves a named property from the given module without affecting the current module setting.
getPropertyChangeListener(int) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
Returns the PropertyChangeListener at the given index.
getPropertyChangeListenerCount() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
Returns the number of property change listeners.
getPropertyDescriptors() - Method in class com.apt.xdr.MdBoolArrayBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.apt.xdr.MdDblArrayBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.apt.xdr.MdFltArrayBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.apt.xdr.MdIntArrayBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.apt.xdr.MultiDimArrayBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.analysis.AbstractBeanComponentBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.analysis.ConnectionBeanBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.analysis.ElementBeanBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.analysis.EmbeddedConnectionMapBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstantBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunctionBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariableBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.analysis.ValidationTestBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.analysis.ViewComponentBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.anim.AbstractDisplayBeanBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.anim.AbstractRangedBeanBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.anim.AbstractVolumeBeanBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.anim.ChannelInfoRefBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.anim.GeneralRangeBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.anim.InteractiveCommandBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCaseBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.integrator.components.IntegrationDefinitionBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.integrator.IntegrationCaseBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.DrawnAnnotationRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.DrawnComponentRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.DrawnDisplayElementRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.DrawnLayerRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.DrawnNumericRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.DrawnVisualGroupRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.FontRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.ModelHeaderRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.PluginBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.String16BeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.UserConstantRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.UserFunctionRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.UserVariableRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.io.med.ViewCompRecBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.mdocs.QuickNoteBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.annotation.AnnotationBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotationBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.annotation.ImageAnnotationBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.annotation.LineAnnotationBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.annotation.PolygonBeanBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.annotation.PolygonPointBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.annotation.RectangularAnnotationBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.annotation.TextAnnotationBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.ConnectionSetPanelBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.DrawnConnectionBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.NumericPlainDocumentBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.RealTextFieldBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.SnapPreferencesBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.swing.OverlapPanelBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.ui.util.VisualGroupBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.values.components.AbstractFunctionCatPropsBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.values.components.AbstractSharedValueBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.values.components.AttribPropsBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.values.components.ExternFunctionBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.values.components.NumericsCatPropsBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.values.components.SharedBooleanBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.values.components.SharedFunctionCatPropsBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.values.components.SharedIntegerBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.values.components.SharedRealBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.values.components.SharedStringBeanInfo
 
getPropertyDescriptors() - Method in class com.cafean.client.values.components.SharedTableBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.client.values.ui.CRealTextFieldBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.values.ui.SharedIntegerWrapperBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.client.values.ui.SharedRealWrapperBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.JobStatus.AnimationOverrideEntryBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.JobStatus.jimport.JobImporterBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.jobstream.common.components.PlatformPropertiesBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.jobstream.common.components.SubmissionPropertiesBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class com.cafean.utils.JDoubleFieldBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.utils.JFloatFieldBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.utils.JIntegerFieldBeanInfo
Returns descriptions of this bean's properties.
getPropertyDescriptors() - Method in class com.cafean.utils.VersionBeanInfo
Returns descriptions of this bean's properties.
getPropertyEditor(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
Returns a new instance of the property editor for a given class.
getPropertyEditorClass(PropertyDescriptor) - Method in interface com.cafean.client.ui.beans.DynamicallyDescribed
This method returns the String to use as the body of the pop-up help dialog for a particular property in a PropertyView
getPropertyName() - Method in class com.cafean.client.mdocs.ALDocRef
Returns the property name portion of this ALDocRef's short name.
getPropertyName() - Method in class com.cafean.client.mdocs.ALOwnership
Returns the property name portion of this ALOwnership's short name.
getPropertyName() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
getPropertyName() - Method in class com.cafean.client.ui.text.TextHolder
 
getPropertyName() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
getPropertyName() - Method in class com.cafean.client.validation.PropertyContext
Gets the name of the property this context represents.
getPropertyName() - Method in class javax.swing.beaninfo.SwingFontEditor
Returns the property name that will be used for property changed events fired from this editor.
getPropertyNames(AbstractComponent) - Method in class com.cafean.client.mdocs.PropertyDescriptorCache
finds the property names available in the given component
getPropertyNames(String) - Method in class com.cafean.utils.Configurator
Get the list of properties specified in the given module.
getPropertySet() - Method in class com.cafean.client.ui.beans.PropertySetDialog
Retrieves the PropertySet being displayed by this PropertySetPanel.
getPropertySet() - Method in class com.cafean.client.ui.beans.PropertySetPanel
Retrieves the PropertySet being displayed by this PropertySetPanel.
getPropertySet() - Method in class com.cafean.client.ui.navigator.MiniNavigator
Retrieves the PropertySet being displayed by this PropertySetPanel.
getPropertySet() - Method in class com.cafean.client.ui.pview.GroupPanel
retrieves the PropertySet that this group panel is displaying
getPropertySet() - Method in class com.cafean.client.ui.pview.PropertyPanel
retrieves this panel's property set
getPropertySetDialog() - Method in class com.cafean.client.ui.navigator.Navigator
Retrieves this Navigator's Properties View Dialog
getPropertyValue(PropertyDescriptor, Object) - Method in interface com.cafean.document.notebook.NotebookComponent
Returns an appropriate representation of the property using the given property descriptor.
getPropertyValue(Object, PropertyDescriptor, Object, AbstractNotebookExporter) - Static method in class com.cafean.document.notebook.NotebookUtil
Returns an appropriate representation of the property using the given property descriptor.
getPropertyValue(Object, String, Object, AbstractNotebookExporter) - Static method in class com.cafean.document.notebook.NotebookUtil
Returns an appropriate representation of the property with the given name.
getPropertyValue(String, Object) - Method in class com.cafean.client.values.components.SharedString
This method is used to get the correct string value from a SharedString numeric in order to properly display to the model notebook.
getPropertyValue(String, Object) - Method in interface com.cafean.document.notebook.NotebookComponent
Returns an appropriate representation of the property with the given name.
getpropg() - Method in class com.cafean.h2o.FluidState
 
getPropList() - Method in class com.cafean.client.values.nif.NumericsImporter
 
getProps(AbstractComponent) - Method in class com.cafean.client.ui.util.search.GSQuickNoteCache
 
getPropValue() - Method in class com.cafean.h2o.ui.FluidPropCtrl
 
getPropValue() - Method in class com.cafean.JSteam.FluidPropCtrl
 
getProtocolOverrides(PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Returns a map of protocol overrides that are required by this module on the given platform.
getProxyPort() - Method in class com.cafean.utils.WebSupport
Getter for property proxyPort.
getProxyServer() - Method in class com.cafean.utils.WebSupport
Getter for property proxyServer.
getpsat(double, double[]) - Method in class com.cafean.h2o.NewSteamTables
 
getPublicKey() - Static method in class com.cafean.CalcServer.LockHandler
retrieves the local calculation server's public key.
getPyPostApplication() - Method in class com.cafean.jobstream.server.components.Task
Returns the PyPost application definition that will be used when executing Python script(s) that will be run before or after this task.
getPythonApplication() - Method in class com.cafean.jobstream.server.components.Stream
 
getPythonApplication() - Method in class com.cafean.jobstream.server.components.Task
Returns the application definition that will be used to execute this the Python script(s) that will be run before or after this task.
getPythonAppPath() - Method in class com.cafean.jobstream.server.components.Stream
 
getPythonHeader() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Returns the header that is prepended to the python code before execution.
getPythonInit() - Static method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Gets the python initialization string.
getQuality() - Method in class com.cafean.h2o.FluidState
Getter for quality
getQualityPat() - Method in class com.cafean.client.anim.DataSource
Access function for qualityPat attribute.
getQuantity() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
getQueryValue(String, String) - Static method in class com.cafean.CalcServer.CalcServerConnector
 
getQueueCheckInterval(PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Returns the number of seconds that the Stream Manager should wait for queued tasks to send startup notification before their status is checked via PlatformModule.getStatus(String[], PlatformProperties).
getQueueCounts() - Method in class com.cafean.JobStatus.ui.queue.BackgroundQueue
 
getRange() - Method in class com.cafean.client.anim.AbstractRangedBean
Access routine for the range component used to map tempearature to color.
getRangeIdent() - Method in class com.cafean.client.anim.AbstractRangedBean
Gets the ident of the GeneralRange that this Display Bean will use to map double values to Color objects.
getRatevalue() - Method in class com.cafean.client.anim.PlaybackTimeDialog
Getter for property ratevalue.
getRawData(String, String, double, RestartData[]) - Method in class com.cafean.utils.CalcServerProxy
Retrieves the list of minor edit variables along with the raw data block needed to determine initial conditions for a restart.
getReadOnly() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Access function for readOnly attribute.
getReadVersion() - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ConnectionInfo
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.DataChannel
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.EvtJobAdded
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.EvtLogOutput
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.FileEntry
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.FileRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.FileRequestResponse
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.FilesListRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.Folder
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.FolderEntry
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.GetFileRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.GetFileResponse
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.InteractiveVariable
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.Job
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.JobFilesList
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.JobLocationRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.JobRPCRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.JobSet
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.Keyword
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.LoadJobRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.LogOutputRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.MountFolderRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.MuxDataRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.RestartDataRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.SendFileRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ShutdownRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.String16
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ViewableFile
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.DrawnLayerRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.FontRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.ModelHeaderRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.Plugin
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.String16
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.UserVariableRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for the block read version.
getReadVersion() - Method in class com.cafean.config.rpc.command.ActivateRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.rpc.command.CallbackAuthorization
Access function for the block read version.
getReadVersion() - Method in class com.cafean.rpc.command.CallbackAuthRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.rpc.command.CallbackContext
Access function for the block read version.
getReadVersion() - Method in class com.cafean.rpc.command.Ping
Access function for the block read version.
getReadVersion() - Method in class com.cafean.rpc.command.VersionRequest
Access function for the block read version.
getReadVersion() - Method in class com.cafean.snapdx.SDXElement
Access function for the block read version.
getReadVersion() - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Access function for the block read version.
getReadVersion() - Method in class com.cafean.snapdx.SDXIntegerValue
Access function for the block read version.
getReadVersion() - Method in class com.cafean.snapdx.SDXRealArrayValue
Access function for the block read version.
getReadVersion() - Method in class com.cafean.snapdx.SDXRealValue
Access function for the block read version.
getReadVersion() - Method in class com.cafean.snapdx.SDXStringArrayValue
Access function for the block read version.
getReadVersion() - Method in class com.cafean.snapdx.SDXStringValue
Access function for the block read version.
getReadVersion() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Access function for the block read version.
getReadVersion() - Method in class com.cafean.snapdx.SNAPDXRecord
Access function for the block read version.
getRealArrays() - Method in class com.cafean.snapdx.SDXElement
Access function for realArrays attribute.
getRealArrays() - Method in class com.cafean.snapdx.SNAPDXRecord
Access function for realArrays attribute.
getRealArrays(int) - Method in class com.cafean.snapdx.SDXElement
Indexed access function for realArrays attribute.
getRealArrays(int) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed access function for realArrays attribute.
getRealByIndex(int) - Method in class com.cafean.client.analysis.AbstractModel
Returns the Real at the given index.
getRealClass() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for realClass attribute.
getRealClassDefault() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for realClass attribute.
getRealColumnCount() - Method in class com.cafean.client.ui.IdentVsRealTableDialog
 
getReals() - Method in class com.cafean.snapdx.SDXElement
Access function for reals attribute.
getReals() - Method in class com.cafean.snapdx.SNAPDXRecord
Access function for reals attribute.
getReals(int) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
This gets the Dependent variable array after the dialog has been exited.
getReals(int) - Method in class com.cafean.snapdx.SDXElement
Indexed access function for reals attribute.
getReals(int) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed access function for reals attribute.
getRealValues() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for realValues attribute.
getRealValues(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Indexed access function for realValues attribute.
getRealValuesCount() - Method in class com.cafean.client.values.components.NumericsTableColumn
Return the number of elements in realValues.
getRecentFilesID() - Method in class com.cafean.CodePlugins.MECodePlugin
Retrieves the plug-in id of the code plug-in with which to to store this plug-in's recent files list entries.
getRecords() - Method in class com.cafean.jobstream.tracker.event.TaskFilesAddedEvent
 
getRecords() - Method in class com.cafean.jobstream.tracker.event.TaskKeywordUpdate
returns a TaskKeywordRec[] containing the keywords to be added
getRedoPresentationName() - Method in class com.cafean.client.analysis.ComponentStateEdit
getRedoPresentationName() - Method in class com.cafean.client.ui.navigator.UndoableAddToView
 
getRedoPresentationName() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
getRedoPresentationName() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
getRedoPresentationName() - Method in class com.cafean.client.ui.util.UndoableVersionChange
 
getReferencedValue(double) - Static method in class com.cafean.Number.Real
 
getReferenceMenuElements(AbstractModel, Object) - Static method in class com.cafean.utils.ReferenceDocs.ReferenceMenuBuilder
This returns a list of Reference menu elements.
getReferenceModel(AbstractModel) - Static method in class com.cafean.client.ui.MainFrame
Retrieves the reference model for the given model if one has been loaded.
getReferenceModel(AbstractModel, File) - Static method in class com.cafean.client.ui.MainFrame
Retrieves the reference model for the given model if one has been loaded.
getReferenceSignature() - Method in exception com.cafean.client.values.util.TableException
Returns the signature of the columns that did not match.
getReferenceType() - Method in class com.cafean.client.values.components.AbstractTableReference
 
getRefs() - Method in class com.cafean.client.ui.util.search.GSQuickNoteCache
 
getRefs() - Method in class com.cafean.utils.RptDoc.CustomReportData
Getter for the reference data associated with this report data
getRefs() - Method in class com.cafean.utils.RptDoc.CustomReportTable
Getter for the reference data associated with this report data
getRegexName() - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns the name of this shared value in a form that can be embedded inside of a regular expression.
getRegisteredDialogs() - Static method in class com.cafean.client.ui.ApplicationFrame
Returns an unmodifiable List of the registered dialogs.
getRegisteredDialogs(AbstractModel) - Static method in class com.cafean.client.ui.ApplicationFrame
Returns an unmodifiable List of the registered dialogs for a given model
getRegisteredFrames() - Static method in class com.cafean.client.ui.ApplicationFrame
Returns an unmodifiable List of the registered Frames.
getRegisteredFrames(AbstractModel) - Static method in class com.cafean.client.ui.ApplicationFrame
Returns an unmodifiable List of the registered Frames for a given model
getRelativeFile(String, File) - Static method in class com.cafean.client.values.util.ValueUtils
Returns a properly configured, relative File reference to the given file path.
getRelativePath() - Method in class com.cafean.jobstream.server.components.Task
returns the relative location of this task within the staging location
getRelativePath(File, File) - Static method in class com.cafean.client.values.util.ValueUtils
Returns the file path to the given file, or a relative path if the given file is relative to the given relativeTo file.
getRelativePath(File, File) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns a String containing the path of the given file relative to the given anchor folder location.
getRelativePath(File, File, boolean) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns a String containing the path of the given file relative to the given anchor folder location.
getRelativeWidth(int) - Method in class com.cafean.document.notebook.components.PseudoSubTable
Returns the relative width of the indicated column.
getRemainingDocuments(AbstractModel) - Method in class com.cafean.client.mdocs.ALDocReferenceTable
Retrieves the list of documents contained in this table that have not been removed by ALDocReferenceTable.removeDocument(AbstractDocument) or ALDocReferenceTable.removeDocuments(java.util.List).
getRemainingNotes(AbstractModel) - Method in class com.cafean.client.mdocs.ALDocReferenceTable
Retrieves the list of notes contained in this table that have not been removed by ALDocReferenceTable.removeDocument(AbstractDocument) or ALDocReferenceTable.removeDocuments(java.util.List).
getRemote() - Method in class com.cafean.utils.jobstream.LocalStageMapping
returns a StagingLocation containing the remote side of this mapping
getRemoteAddress(Socket) - Static method in class com.cafean.rpc.RPCManager
 
getRemoveConsole() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Access function for removeConsole attribute.
getRemoved(int) - Method in class com.cafean.client.values.ui.ParametricExportDialog
 
getRemoveDependents() - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Access function for removeDependents attribute.
getRemoveFolder() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Access function for removeFolder attribute.
getRemoveJob() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Access function for removeJob attribute.
getRemoveTaskStatus() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Access function for removeTaskStatus attribute.
getRenderDimensions() - Method in class com.cafean.moviegen.ZipDataSource
Gets the modified dimensions of the SVG image.
getRenderDimensions() - Method in class com.cafean.moviegen.ZipSourceStream
Gets the adjusted dimensions.
getRenderingHint(RenderingHints.Key) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getRenderingHints() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getReplace() - Method in class com.cafean.jobstream.common.components.PointOfInterest
Retrieves the regular expression used as the replacement when converting occurances of this point of interest to a more human-readable format.
getReportDescription() - Method in interface com.cafean.utils.RptDoc.Report
Provides a description of what the report details.
getReportFile() - Method in class com.cafean.utils.RptDoc.ReportGenerator
returns a file reference to the report file being generated
getReportGenerator() - Method in interface com.cafean.utils.RptDoc.ReportableModel
Gets the report generation tool.
getReportID() - Method in interface com.cafean.utils.RptDoc.Report
Provides an enumerated value which identifies individual reports.
getReportProperties() - Method in interface com.cafean.utils.RptDoc.Report
Provided as a way to determine properties for a given report.
getReportTemplate() - Method in interface com.cafean.utils.RptDoc.ReportableModel
Gets the report model template.
getRepresentingClass() - Method in class com.cafean.client.ui.SubblockArrayTableColumn
Gets the class used for assigning editors/renderers
getRequestedReports(int[]) - Method in interface com.cafean.utils.RptDoc.ReportableModel
Provides a listing of reports which match the given set of ids.
getRequestLoad() - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Access function for requestLoad attribute.
getRequestString(byte[]) - Method in class com.cafean.CalcServer.LockHandler
Returns a String containing the decrypted contents of the given request
getRequiredClass() - Method in exception com.cafean.client.values.util.UnsatisfiedClassRequirementException
 
getResources() - Method in class com.cafean.jobstream.server.sequence.Sequence
 
getResponderID() - Method in class com.cafean.rpc.RPCResponder
Returns the creation time and responder name for use as a unique identifier for this responder
getResponseCodeName(int) - Static method in class com.cafean.rpc.RPCResponse
 
getRestartData(double, String) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
Retrieves the set of restart data at the given time.
getRestartData(int, String, double) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the set of restart data at the given time.
getRestartInfo(int, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the set of restart steps and times for the given job.
getRestartInfo(int, String, String) - Method in class com.cafean.utils.CalcServerProxy
Retrieves the restart locations available for the given job
getRestartInfo(String) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
Retrieves the set of restart steps and times for the given job.
getRestartKey() - Method in class com.cafean.client.analysis.VirtualModelUtil
 
getRestartNo() - Method in class com.cafean.utils.RestartData
Access routine for the restart number.
getRestartRef() - Method in class com.cafean.client.analysis.VirtualModelUtil
 
getRestartRef(String) - Method in class com.cafean.client.analysis.VirtualModelUtil
 
getRestarts() - Method in class com.cafean.CalcServer.CalcJobFile
Gets the jobs that this job is a restart from.
getRestarts() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Gets the jobs that this job is a restart from.
getRestartTime() - Method in class com.cafean.CalcServer.command.RestartDataRequest
Access function for restartTime attribute.
getRestartTime() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Access function for restartTime attribute.
getRestartTime() - Method in class com.cafean.utils.RestartData
Access routine for the time slice time.
getResult() - Method in class com.cafean.rpc.RPCResponse
gets the result (return code) of the command
getResultMessage() - Method in class com.cafean.jobstream.common.TerminateContext
If this context is a failure then this method should return a String containing a description of why.
getResults() - Method in class com.cafean.client.integrator.SubsystemIntegrator
retrieves the messages generated by the integration process
getResultsCount() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
getReviewedAttributeCount(AbstractComponent[]) - Method in class com.cafean.client.analysis.AbstractModel
Returns the number of reviewed attributes in the given components.
getReviewedOn() - Method in class com.cafean.client.mdocs.ALOwnership
Access function for reviewedOn attribute.
getReviewedOn() - Method in class com.cafean.client.values.components.AttribProps
Access function for reviewedOn attribute.
getReviewedOnDefault() - Method in class com.cafean.client.mdocs.ALOwnership
Access function for reviewedOn attribute.
getReviewedOnDefault() - Method in class com.cafean.client.values.components.AttribProps
Access function for reviewedOn attribute.
getReviewerID() - Method in class com.cafean.client.mdocs.ALOwnership
Access function for reviewerID attribute.
getReviewerID() - Method in class com.cafean.client.values.components.AttribProps
Access function for reviewerID attribute.
getReviewerIDDefault() - Method in class com.cafean.client.mdocs.ALOwnership
Access function for reviewerID attribute.
getReviewerIDDefault() - Method in class com.cafean.client.values.components.AttribProps
Access function for reviewerID attribute.
getRightASCIILines(AbstractComponent) - Method in class com.cafean.client.ui.diff.MultiComponentDiffViewer
Parses the AbstractComponent's ASCII, and returns the result.
getRightComponent() - Method in class com.cafean.client.analysis.Connection
Retrieves the right component of this connection via ident.
getRightComponent(int) - Method in class com.cafean.client.ui.diff.CategoryGroup
Returns the component from the right CategoryGroupElement list that contains the specified index, null if not found.
getRightComponentID() - Method in class com.cafean.client.analysis.Connection
Retrieves the ident of the right component of this connection.
getRightConnectData() - Method in class com.cafean.client.analysis.Connection
Retrieves a ConnectionData object describing the connection to the component on the right of this connection.This is not a persistent data structure.
getRightIndex(AbstractComponent) - Method in class com.cafean.client.ui.diff.CategoryGroup
Returns the index that corresponds to the specified component, -1 if not found.
getRootALDocRefs() - Method in class com.cafean.client.analysis.AbstractComponent
Retrieves this components document references that are tied directly to this component.
getRootComponents() - Method in class com.cafean.client.analysis.AbstractModel
Returns the set of AbstractComponents that should appear in the Navigator as peer nodes to ModelOptions.
getRootDirectory() - Method in class com.cafean.client.ui.ParametricExportDialog
Gets the selected directory that will contain all the generated directories for the parametric export.
getRootDirectory() - Method in class com.cafean.client.values.ui.ParametricExportDialog
Gets the selected directory that will contain all the generated directories for the parametric export.
getRootFolder(String) - Static method in class com.cafean.CalcServer.CalcServer
returns the mounted root folders for this Calculation Server
getRootFolders() - Static method in class com.cafean.CalcServer.CalcServer
returns the mounted root folders for this Calculation Server
getRootNode() - Method in class com.cafean.client.ui.navigator.MiniNavigatorTreeModel
Retrieves the root node of this tree
getRootNode() - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Retrieves the root node of this tree model
getRootNode() - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
An extension of JTree's getRoot() that casts the node as a DefaultMutableTreeNode before returning it.
getRootNodeComparator() - Method in class com.cafean.client.analysis.AbstractModel
Returns a Comparator object suitable for sorting the root nodes of the model node that represents this model in the Navigator.
getRootNumber() - Method in class com.cafean.utils.RptDoc.Content
 
getRootParent() - Method in class com.cafean.client.analysis.Category
Retrieves this Category's root parent.
getRootSvgNode() - Method in class com.cafean.moviegen.SvgImage
Get the svg root node of the document.
getRotatedLocation(double, Point2D.Double, Point2D.Double) - Static method in class com.cafean.client.ui.ConnectingPt
computes the new location of a point after it has been rotated.
getRotatedLocation(double, Point, Point) - Static method in class com.cafean.client.ui.ConnectingPt
computes the new location of a point after it has been rotated.
getRotation() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
getRotationActive() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
getRoundedReal(AbstractCReal) - Static method in class com.cafean.document.notebook.AbstractNotebookExporter
Rounds the given real to 5 significant digits and returns the result as a string.
getRow() - Method in class com.cafean.client.ui.beans.FunctionSourceDialog
 
getRow() - Method in class com.cafean.client.validation.GenericTableContext
Gets the row this GenericTableContext applies to.
getRow() - Method in class com.cafean.utils.SourceEditor
 
getRow(int) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getRow(int) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
returns the file at the given row index
getRow(int) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getRow(int) - Method in class com.cafean.utils.RptDoc.CustomReportTable
Gets a row of values from the table.
getRowCount() - Method in class com.cafean.client.analysis.Table1D
Returns the number of rows in this table.
getRowCount() - Method in class com.cafean.client.analysis.TableND
Returns the number of rows in this table.
getRowCount() - Method in class com.cafean.client.anim.channel.ChannelTableModel
 
getRowCount() - Method in class com.cafean.client.ui.GenericTableModel
 
getRowCount() - Method in class com.cafean.client.ui.TableSorter
Returns the number of rows in the tablemodel.
getRowCount() - Method in class com.cafean.client.values.components.AbstractCTable
Returns the number of rows in the table.
getRowCount() - Method in class com.cafean.client.values.components.CTable1D
Returns the number of rows in this table.
getRowCount() - Method in class com.cafean.client.values.components.CTableND
Returns the number of rows in this table.
getRowCount() - Method in class com.cafean.client.values.components.NumericsTableColumn
Returns the number of rows in the column.
getRowCount() - Method in class com.cafean.client.values.components.SharedTable
Returns the number of rows in the SharedTable.
getRowCount() - Method in class com.cafean.document.notebook.components.DocxCollapsibleRowTable
 
getRowCount() - Method in class com.cafean.document.notebook.components.OdfCollapsableRowTable
 
getRowCount() - Method in class com.cafean.document.notebook.components.PseudoSubTable
Returns the number of rows in the table.
getRowCount() - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getRowCount() - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
getRowCount() - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getRowCount() - Method in class com.cafean.utils.TableMap
 
getRowData() - Method in class com.cafean.JobStatus.ui.stream.RowSelection
 
getRowIndex() - Method in class com.cafean.JobStatus.ui.stream.RowSelection
 
getRowIndex(String) - Method in class com.cafean.client.anim.channel.ChannelTableModel
Returns the index of the given row in the row list if it is currently expanded, even if it is a group heading.
getRows() - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getRun_id() - Method in class com.cafean.CalcServer.command.FileRequest
Access function for run_id attribute.
getRun_id() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Access function for run_id attribute.
getRun_id() - Method in class com.cafean.CalcServer.command.JobLocationRequest
Access function for run_id attribute.
getRun_id() - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Access function for run_id attribute.
getRun_label() - Method in class com.cafean.utils.RestartData
Access routine for the calculation label.
getRunFromPath(String) - Static method in class com.cafean.CalcServer.RootFolder
Retrieves the last element in a '/' separated path.
getRunID() - Method in class com.cafean.CalcServer.BlockFileAccessManager
gets the current run id.
getRunLabel() - Method in class com.cafean.CalcServer.JobHandle
Get the label for this calculation.
getRunValues() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Returns a short string that indicates this constants current values for a parametric export.
getRunValues() - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns a description of the parametric values.
getRunValues() - Method in class com.cafean.client.values.components.SharedBoolean
 
getRunValues() - Method in class com.cafean.client.values.components.SharedInteger
 
getRunValues() - Method in class com.cafean.client.values.components.SharedReal
 
getSamPackage() - Method in class com.cafean.CodePlugins.MECodePlugin
This returns the package name of the SAM files for this plugin.
getSamPackage(File) - Method in class com.cafean.CodePlugins.MECodePlugin
This returns the package name of the SAM files for this plugin.
getSampling() - Method in class com.cafean.moviegen.ui.TheoraDialog
Gets the desired yuv sampling to use with the theora encoding.
getsatatp(double[], boolean[], double, double, double[]) - Method in class com.cafean.h2o.NewSteamTables
Returns the saturation properties at the specified saturation pressure.
getsatatt(double[], boolean[], double, double, double[]) - Method in class com.cafean.h2o.NewSteamTables
 
getSatTempPat() - Method in class com.cafean.client.anim.DataSource
Access function for satTempPat attribute.
getSaveFile() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the file this model was last saved to or opened from.
getSaveFileName() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the name of the file this model was last saved to or opened from.
getSaveLocation() - Method in class com.cafean.utils.RptDoc.ReportDialog
Determines the location to save the report
getScalar() - Method in class com.cafean.client.values.util.matlab.MXArray
Get the real component of the specified array's first data element.
getScale() - Method in class com.cafean.client.ui.BeanBox
Return the scale parameter from the ZoomablePanel parent class.
getScale() - Method in class com.cafean.client.ui.ZoomablePanel
The scale factor is the factor by which the current view is multiplied when zooming in or out.
getScaleComponents() - Method in class com.cafean.client.ui.SnapPreferences
 
getScheduledJobLimit(PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Returns the absolute maximum number of batch jobs that may be scheduled concurrently by this platform module on the given platform.
getScheduledJobLimit(PlatformModule, PlatformProperties, RequestListener<Integer>) - Method in class com.cafean.JobStatus.StreamContext
 
getScheduledJobLimitInterval(PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Returns the number of seconds that the Stream Manager should wait between checks for changes to the scheduled job limit.
getScheme() - Method in class com.cafean.jobstream.common.FileReference
Returns the scheme (a.k.a.
getScrollableTracksViewportWidth() - Method in class com.cafean.client.ui.swing.MTextArea
 
getScrollableTracksViewportWidth() - Method in class com.cafean.client.ui.swing.MTextField
 
getScrollableTracksViewportWidth() - Method in class com.cafean.client.validation.util.MarginPane
 
getScrollableTracksViewportWidth() - Method in class com.cafean.JobStatus.ui.util.LogTextPane
 
getScrollPane() - Method in class com.cafean.client.ui.ZoomablePanel
Each Zoomable Panel appears inside a scroll panel in a DrawnView.
getSecondParameterMaxReal() - Method in class com.cafean.client.anim.GeneralRange
Return the maximum value for this range.
getSecondParameterPatternChannel(String, String) - Method in class com.cafean.client.anim.GeneralRange
Returns the second parameter pattern channel for the given codeID and volumeID.
getSecondParameterPatternNames() - Method in class com.cafean.client.anim.GeneralRange
Gets the second parameter pattern names.
getSecondParameterPatternNames(int) - Method in class com.cafean.client.anim.GeneralRange
Gets the specified second parameter pattern name.
getSecondParameterPatternNamesCount() - Method in class com.cafean.client.anim.GeneralRange
Gets the length of the second parameter pattern names array.
getSecondParameterPatternValues() - Method in class com.cafean.client.anim.GeneralRange
Gets the second parameter pattern values.
getSecondParameterPatternValues(int) - Method in class com.cafean.client.anim.GeneralRange
Gets the specified second parameter pattern value.
getSection() - Method in class com.cafean.document.notebook.components.AbstractFrontMatter
Access function for section attribute.
getSectionID() - Method in class com.cafean.document.notebook.components.NotebookSectionMarker
Getter for the section id.
getSectionName() - Method in class com.cafean.document.notebook.components.NotebookSectionMarker
Getter for the section name
getSegmentCount() - Method in class com.cafean.CalcServer.TimestepTable
returns the number of cache segments defined in this timestep table
getSegmentCurves() - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
getSegmentStyle() - Method in class com.cafean.client.anim.GeneralRange
returns the segmentation style of this range as one of the SEGSTYLE_* enumerations in GeneralRange
getSelectAllAction() - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
Action for selecting all items in a table
getSelectAllAction() - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
Action for selecting all items in a table
getSelectAllAction() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
Action for selecting all items in a table
getSelectAllAction() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
Action for selecting all items in a table
getSelected() - Method in class com.cafean.client.ui.beans.FilteredMultiCompSelectionDialog
returns the newly selected set of components included in this subsystem
getSelected() - Method in class com.cafean.client.ui.EnumSelectionDialog
Gets the user's selected value.
getSelected() - Method in class com.cafean.client.ui.MultiObjectSelectorDialog
This returns an array of the selected objects.
getSelected() - Method in class com.cafean.client.ui.SelectPluginDialog
Returns the selected MECodePlugin.
getSelected() - Method in class com.cafean.client.ui.StringSelectionDialog
 
getSelected() - Method in class com.cafean.client.ui.ViewCompSelectDialog
Retrieves the array of components selected by the user.
getSelected() - Method in class com.cafean.client.values.functions.ui.MultiObjectSelectionPanel
This returns an array of the selected objects.
getSelected() - Method in class com.cafean.client.values.sources.ui.SelectDataSourceDescDialog
Gets the data source description selected by the user.
getSelected() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
getSelected() - Method in class com.cafean.JobStatus.ui.RootFolderDialog
 
getSelected(int) - Method in class com.cafean.client.ui.BeanBox
Returns a selected bean at the given index
getSELECTED() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for SELECTED attribute.
getSelectedAttribute() - Method in class com.cafean.client.mdocs.ALAttributeSelectDialog
 
getSelectedCalcServerNode() - Method in class com.cafean.JobStatus.tree.ProjectTree
Return the node containing the calculation server for the selected path or null otherwise.
getSelectedCalcServerNode() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
getSelectedCalcServerNode() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
getSelectedCategoryNode() - Method in class com.cafean.client.ui.navigator.MiniNavigatorTree
Return the selected project node or null otherwise.
getSelectedCategoryNode() - Method in class com.cafean.client.ui.navigator.NavigatorTree
Return the selected project node or null otherwise.
getSelectedColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getSelectedColumn() - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getSelectedComponent() - Method in class com.cafean.client.mdocs.ALAttributeSelectDialog
 
getSelectedComponent() - Method in class com.cafean.client.ui.annotation.AssociatedComponentSelectionDialog
 
getSelectedComponentNode() - Method in class com.cafean.client.ui.navigator.MiniNavigatorTree
Return the node containing the calculation server for the selected path or null otherwise.
getSelectedComponentNode() - Method in class com.cafean.client.ui.navigator.NavigatorTree
Return the node containing the calculation server for the selected path or null otherwise.
getSelectedComponents() - Method in class com.cafean.client.ui.DrawnView
Returns all of the components that are selected inside the beanbox in an array.
getSelectedComponents() - Method in class com.cafean.client.ui.InsertComponentDialog
This is used to get the final selection of components that should exist in the drawn view.
getSelectedComponents(TreePath[]) - Method in class com.cafean.client.ui.navigator.NavigatorSelectionModel
Retrieves a Vector of the AbstractComponents in the given selection.
getSelectedConnector(double, double) - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the connector at the given coordinates
getSelectedDate() - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getSelectedDockablePanel(AbstractModel) - Method in class com.cafean.client.ui.ApplicationFrame
Retrieves the current dockable panel for the given model.
getSelectedDropZone(double, double) - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the first unconnected drop zone at the given coordinates or the first connected drop zone if no unconnected drop zone is found.
getSelectedEncoding() - Method in class com.cafean.moviegen.ui.SettingsDialog
Getter for the selected encoding.
getSelectedEnum() - Method in class com.cafean.client.values.components.SharedInteger
Access function for selectedEnum attribute.
getSelectedEnum() - Method in class com.cafean.client.values.components.SharedString
 
getSelectedEnumDefault() - Method in class com.cafean.client.values.components.SharedInteger
Access function for selectedEnum attribute.
getSelectedFile() - Method in class com.cafean.JobStatus.jimport.JIFileSelector
 
getSelectedFiles() - Method in class com.cafean.JobStatus.jimport.JIFileSelector
 
getSelectedFiletype() - Method in class com.cafean.moviegen.ui.SettingsDialog
Getter for the selected filetype.
getSelectedFilterNode() - Method in class com.cafean.JobStatus.tree.ProjectTree
Return the selected filter node or null otherwise.
getSelectedFolder() - Method in class com.cafean.utils.CalcServFolderSelector
retrieves the selected folder.
getSelectedFolderContents() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
getSelectedFolderContents() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
getSelectedFolderNode() - Method in class com.cafean.JobStatus.tree.ProjectTree
Return the selected folder node or null otherwise.
getSelectedFolderNode() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
getSelectedFolderNode() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
getSelectedGroups(Component[], BeanBox) - Static method in class com.cafean.client.ui.util.VisualGroup
returns an array of the groups (and parent groups) that contain the given components.
getSelectedImporter() - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
getSelectedIndex() - Method in class com.cafean.client.ui.annotation.pattern.FillPatternComboBox
 
getSelectedIndex() - Method in class com.cafean.client.ui.NamedValueSelector
Returns the index of the object selected by the user.
getSelectedIndex() - Method in class com.cafean.client.ui.ValueSelector
This gets the index selected by the user.
getSelectedJob() - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Returns the currently selected job in the calculation server table.
getSelectedJobNode() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
getSelectedJobNode() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
getSelectedLayers(Component[], BeanBox) - Static method in class com.cafean.client.ui.util.DrawingLayer
returns an array of the layers that contain the given components.
getSelectedList() - Method in class com.cafean.client.values.functions.ui.MultiObjectSelectionPanel
 
getSelectedModel() - Method in class com.cafean.client.ui.navigator.Navigator
Returns the currently selected model, or null if there is no selection.
getSelectedNode() - Method in class com.cafean.client.ui.navigator.MiniNavigatorTree
Return the selected node or null otherwise.
getSelectedNode() - Method in class com.cafean.client.ui.navigator.NavigatorTree
Return the selected node or null otherwise.
getSelectedNode() - Method in class com.cafean.JobStatus.tree.ProjectTree
Return the selected node or null otherwise.
getSelectedNode() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
getSelectedNode() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
getSelectedObjects() - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Returns null.
getSelectedPOI() - Method in class com.cafean.JobStatus.OutputViewer.PointsOfInterest
 
getSelectedRow() - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getSelectedSessionMode() - Method in class com.cafean.client.ui.SessionPromptDialog
Returns the type of session mode selected in the dialog.
getSelectedTextColor() - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
getSelectedTrackerNode() - Method in class com.cafean.JobStatus.tree.ProjectTree
 
getSelectedTrackerNode() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
getSelectedTrackerNode() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
getSelectedTrackingServer() - Method in class com.cafean.JobStatus.tree.ProjectTree
 
getSelectedTrackingServer() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
getSelectedTrackingServer() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
getSelectedType() - Method in class com.cafean.client.values.functions.ui.SelectFunctionDescDialog
 
getSelectedValue() - Method in class com.cafean.client.ui.swing.accordion.Accordion
 
getSelectedValue() - Method in class com.cafean.client.ui.ValueSelector
This gets the actual object selected by the user from the list of Objects.
getSelectedValue() - Method in class com.cafean.client.values.ui.SharedValueSelectionDialog
 
getSelectedVideoType() - Method in class com.cafean.moviegen.ui.SettingsDialog
 
getSelection() - Method in class com.cafean.client.anim.channel.ChannelSelectionDialog
Returns the list of channels selected by the user
getSelection() - Method in class com.cafean.client.ic.PartialConditionSet
Getter for the array of idents to the selected components.
getSelection() - Method in class com.cafean.client.ui.BeanBox
Return the array of selected objects.
getSelection() - Method in class com.cafean.client.ui.beans.CalendarPanel.DateEvent
 
getSelection() - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
 
getSelection() - Method in class com.cafean.client.ui.beans.GenericPropSetArrayDialog
Method returns selection value to editor
getSelection() - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
 
getSelection() - Method in class com.cafean.client.ui.ComponentSelectionDialog
Returns the component selected by the dialog, or NULL if it was cleared
getSelection() - Method in class com.cafean.client.ui.ComponentSelector
Return the selected component or null if there no selection has been made.
getSelection() - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Returns the component selected by the dialog, or NULL if it was cleared
getSelection() - Method in class com.cafean.client.ui.navigator.ComponentSelectionEvent
Returns the contents of the selection.
getSelection() - Method in class com.cafean.client.ui.ObjectSelectionDialog
Returns the component selected by the dialog, or NULL if it was cleared
getSelection() - Method in class com.cafean.client.ui.StringSelectionDialog
 
getSelection() - Method in class com.cafean.client.ui.swing.accordion.Accordion
 
getSelection() - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Return the selected index.
getSelection() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
getSelection() - Method in class com.cafean.client.utils.diff.WeakComponentRefArray
Returns a list of AbstractComponents from the weak references.
getSelection() - Method in class com.cafean.client.values.ui.SharedRealCompletionDialog
Returns the units selected from the table.
getSelection() - Method in class com.cafean.client.values.ui.SharedRealSelectionDialog
 
getSelection() - Method in class com.cafean.client.values.ui.StringReferenceDialog
 
getSelection() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
getSelection() - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
getSelection() - Method in class com.cafean.utils.CalcServFolderSelector
 
getSelection(Vector) - Method in class com.cafean.client.ui.BeanBox
Retreive the list of selected components in the drawing order.
getSelection(JTable) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getSelectionActions(AbstractComponent[], AbstractModel) - Method in class com.cafean.client.utils.diff.DiffEngine
This builds the list of actions to be used when a group of components is selected in a 2D view or in the Navigator when the right-click menu item is pressed.
getSelectionActions(AbstractComponent[], AbstractModel) - Method in class com.cafean.client.utils.diff.WriteableDiffEngine
 
getSelectionArray() - Method in class com.cafean.client.ui.ComponentSelectionDialog
Returns the component selected by the dialog, or NULL if it was cleared
getSelectionBounds() - Method in class com.cafean.client.ui.BeanBox
Return the bounds of selected beans.
getSelectionColor() - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
getSelectionCount() - Method in class com.cafean.client.ic.PartialConditionSet
Returns the number of selected components.
getSelectionElements() - Method in class com.cafean.client.ui.navigator.ComponentSelection
Returns the array of SelectionElement objects that represent the selection in a form the given NavigatorComponent can use to restore the selection.
getSelectionModel() - Method in class com.cafean.client.ui.swing.accordion.Accordion
Returns the AccordionSelectionModel used to control selections in the accordion.
getSelectionRef(int) - Method in class com.cafean.client.ic.PartialConditionSet
Returns the component at the index into the array of selected components.
getSeparator() - Method in enum com.cafean.jobstream.common.components.Architecture
returns the separator character used by this architecture.
getSeparatorStr() - Static method in class com.cafean.client.validation.ExportContext
Returns the character used to separate context names when displaying the hierarchical view of the caret location.
getSequence() - Method in class com.cafean.jobstream.server.sequence.io.SequenceDefinitionReader
returns the most recently read Sequence
getSequence() - Method in class com.cafean.jobstream.server.sequence.io.SequenceManagerZipReader
retrieves the sequence definition most recently read
getSequence() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
getSequenceLocation() - Method in class com.cafean.jobstream.common.SubmitContext
returns a String containing the relative location of the sequence on the staging location using '/' as the separator character.
getSequenceName() - Method in class com.cafean.jobstream.common.SubmitContext
returns a String containing the user-specified name of the sequence
getServerLocation() - Method in class com.cafean.jobstream.tracker.TrackerModule
returns the connection location that will be used to connect to the tracking database server
getServerStatus() - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
returns the status of this server
getServerTimeout() - Method in class com.cafean.CalcServer.CalcServer
returns the amount of time(ms) that this server will remain up after its idle timeout begins
getSessionMode() - Method in class com.cafean.client.ui.SnapPreferences
Retrieves the current session mode as one of the above SESSION_* enumerations.
getSetOffset() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
getSetter() - Method in class com.cafean.client.ui.GenericTMColumn
Gets the BiConsumer used to set a particular column's data.
getSetup() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
returns the additional setup type assigned to this application
getSetupContents() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
getSetupLocation() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
getSeverity() - Method in class com.cafean.client.ui.message.Message
 
getSeverityString() - Method in class com.cafean.client.ui.message.Message
Retrieves the string prefix for a Message of the given type.
getShapesProp(String, DrawnDisplayElementRec) - Method in class com.cafean.client.anim.AbstractDisplayBean
Gets an array of stored shapes from save.
getSharedComponents() - Method in class com.cafean.client.analysis.AbstractComponent
Returns an array of the SharedComponents that this component depends on and should carry with it during copy/paste operations.
getSharedNumericsPropertyTypes() - Static method in class com.cafean.client.values.nif.NumericsExporter
Gets the property types shared by all numeric types.
getSharedValue() - Method in class com.cafean.client.values.components.AbstractCTable
 
getSharedValue() - Method in class com.cafean.client.values.components.CBoolean
Returns the foreign-key to the shared value.
getSharedValue() - Method in class com.cafean.client.values.components.CInteger
Returns the foreign-key to the shared value.
getSharedValue() - Method in class com.cafean.client.values.components.CReal
Returns the foreign-key to the shared value.
getSharedValue() - Method in interface com.cafean.client.values.components.SharedVariableSupport
Returns the foreign-key to the shared value.
getSharedValue(String) - Method in class com.cafean.client.values.AbstractNumericsModel
Gets the value of the numeric which matches the provided name.
getSharedValueNames() - Method in class com.cafean.client.values.AbstractNumericsModel
Gets a sorted array of the names of every shared value in this model.
getSharedValueRef() - Method in class com.cafean.client.values.components.AbstractCTable
 
getSharedValueRef() - Method in class com.cafean.client.values.components.CBoolean
 
getSharedValueRef() - Method in class com.cafean.client.values.components.CInteger
 
getSharedValueRef() - Method in class com.cafean.client.values.components.CReal
 
getSharedValueRef() - Method in interface com.cafean.client.values.components.SharedVariableSupport
Returns the AbstractSharedValue implementation this local value references.
getSharedValueRef(Category) - Method in class com.cafean.client.values.components.AbstractCTable
 
getSharedValueRef(Category) - Method in class com.cafean.client.values.components.CBoolean
 
getSharedValueRef(Category) - Method in class com.cafean.client.values.components.CInteger
 
getSharedValueRef(Category) - Method in class com.cafean.client.values.components.CReal
 
getSharedValueRef(Category) - Method in interface com.cafean.client.values.components.SharedVariableSupport
Retrieves the AbstractSharedInteger referred to by sharedValue.
getShortDescription() - Method in class com.cafean.client.analysis.ValidationTest
This returns a long, detailed description of this validation test, its user options, and background information.
getShortName() - Method in enum com.cafean.CalcServer.util.JobHandleType
returns the name of this type: "Execution Wrapper" or "Stream Manager"
getShortName() - Method in class com.cafean.client.analysis.Category
This method returns the short name for this category that is used by Python scripts to find components.
getShortName() - Method in class com.cafean.client.mdocs.ALDocRef
retrieves the short name of the property that this reference is assigned to
getShortName() - Method in class com.cafean.client.mdocs.ALOwnership
Access function for shortName attribute.
getShortName() - Method in class com.cafean.client.utils.diff.WeakComponentRef
 
getShortNameDefault() - Method in class com.cafean.client.mdocs.ALOwnership
Access function for shortName attribute.
getShortNames() - Method in class com.cafean.client.analysis.Category
This method returns all of the short names that can match this category.
getShortNames() - Method in class com.cafean.client.analysis.SearchCategory
 
getShortNames(AbstractComponent) - Method in class com.cafean.client.mdocs.PropertyDescriptorCache
finds the attribute level short names available in the given component
getShortNamesAt(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
 
getSHOW_CONNECTION() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for SHOW_CONNECTION attribute.
getShowConsole() - Method in class com.cafean.client.values.components.ExternFunction
Access function for showConsole attribute.
getShowConsoleDefault() - Method in class com.cafean.client.values.components.ExternFunction
Access function for showConsole attribute.
getShowCreateViewDialog() - Method in class com.cafean.client.ui.SnapPreferences
Returns true if the Create Views dialog should be shown when a model is imported.
getShowExtApp() - Method in class com.cafean.client.values.components.ExternFunction
Access function for showExtApp attribute.
getShowExtAppDefault() - Method in class com.cafean.client.values.components.ExternFunction
Access function for showExtApp attribute.
getShowFilterNodes() - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
 
getShowJobs() - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
returns true if this data model should include nodes for jobs
getShowPoints() - Method in class com.cafean.client.analysis.ViewComponent
Returns whether or not the connection points are drawn on AbstractComponents inside this view.
getShowWelcomeDialog() - Method in class com.cafean.client.ui.SnapPreferences
Returns true if the welcome dialog should be shown when a the ModelEditor is opened.
getSI_Units() - Method in class com.cafean.client.values.components.AbstractCReal
Retrieves a String representation of this Real's SI unit type.
getSI_Units() - Method in class com.cafean.client.values.editors.CDoubleEditor
Retrieves a String representation of this Real's SI unit type.
getSI_Units() - Method in class com.cafean.h2o.units.Density
Retrieves a String representation of this Real's SI unit type.
getSI_Units() - Method in class com.cafean.h2o.units.Enthalpy
 
getSI_Units() - Method in class com.cafean.h2o.units.Pressure
 
getSI_Units() - Method in class com.cafean.h2o.units.SpecEnergy
 
getSI_Units() - Method in class com.cafean.h2o.units.Temperature
 
getSI_Units() - Method in class com.cafean.Number.Angle
Retrieves a String representation of this Real's SI unit type.
getSI_Units() - Method in class com.cafean.Number.BaseNumber
Return the string used to represent SI units.
getSI_Units() - Method in class com.cafean.Number.Dimless
Retrieves a String representation of this Real's SI unit type.
getSI_Units() - Method in class com.cafean.Number.Int
 
getSI_Units() - Method in class com.cafean.Number.Real
Retrieves a String representation of this Real's SI unit type.
getSI_Units() - Method in class com.cafean.Number.Time
 
getSignificantFigs() - Method in class com.cafean.client.values.components.AbstractCReal
Getter for property significantFigs.
getSignificantFigs() - Method in class com.cafean.client.values.editors.CDoubleEditor
Getter for property significantFigs.
getSignificantFigs() - Method in class com.cafean.Number.Real
Getter for property significantFigs.
getSiLabel() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Access function for siLabel attribute.
getSiLabel() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Access function for siLabel attribute.
getSiLabel(int) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed access function for siLabel attribute.
getSiLabel(int) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed access function for siLabel attribute.
getSiteConfigLoader() - Method in class com.cafean.client.ui.MainFrame
Returns the Site Configuration Loader in use by this ModelEditor session.
getSiteConfigLoader() - Static method in class com.cafean.JobStatus.Main
 
getSiteName() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns the user-specified name of the site containing this platform definition.
getSIUnitString(int) - Method in class com.cafean.client.anim.AbstractDisplayBean
Return the SI units string for a given units code.
getSize() - Method in class com.cafean.CalcServer.command.FileEntry
Access function for size attribute.
getSize() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Access function for size attribute.
getSize() - Method in class com.cafean.CalcServer.TimestepTable
Returns the number of time/positon pairs in the table file managed by this TimestepTable
getSize() - Method in class com.cafean.client.analysis.ViewComponent
Gets the size of the DrawnView or the locally stored size, if the DrawnView has never been opened.
getSize() - Method in class com.cafean.client.io.TemplateDescriptor
gets the size of the source view
getSize() - Method in interface com.cafean.client.ui.swing.accordion.AccordionModel
Returns the number of elements in the model.
getSize() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
getSize(int) - Method in class com.cafean.CalcServer.TimestepTable
Returns the number of time/positon pairs in the table file managed by this TimestepTable
getSIZE() - Method in class com.cafean.client.io.med.FontRec
Access function for SIZE attribute.
getSizeInBytes() - Method in class com.cafean.jobstream.common.util.download.FileProgress
Return the size of the file.
getSkipped() - Method in class com.cafean.client.values.nif.NumericsImportReport
 
getSKipSteps() - Method in class com.cafean.client.anim.PlaybackTimeDialog
 
getSlaveRequest() - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Access function for slaveRequest attribute.
getSlaveRequest() - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Access function for slaveRequest attribute.
getSnapBugfix() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for snapBugfix attribute.
getSnapBugfixDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for snapBugfix attribute.
getSnapDXVersion() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Access function for snapDXVersion attribute.
getSnapHomeDirectory() - Method in class com.cafean.CalcServer.CalcServer
Return the installation directory for SNAP.
getSnapHomeDirectory() - Static method in class com.cafean.client.ui.MainFrame
Returns the installation directory for SNAP after verifying that the directory exists and that it contains both plug-ins and components directories.
getSnapHomeDirectory() - Static method in class com.cafean.JobStatus.Main
Return the installation directory for SNAP.
getSnapInstall() - Method in class com.cafean.jobstream.common.components.PlatformProperties
returns the location of the SNAP installation on the target platform
getSnapInstalls() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
returns the locations of the SNAP installation on the target platform
getSnapMajor() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for snapMajor attribute.
getSnapMajorDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for snapMajor attribute.
getSnapMinor() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for snapMinor attribute.
getSnapMinorDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for snapMinor attribute.
getSnapOffset() - Method in interface com.cafean.client.ui.BorderlessComponent
Returns the x and y offsets to use for snap-to-grid when moving this component.
getSnapVersion() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Access function for snapVersion attribute.
getsnglatpt(String, boolean[], double, double, double[], boolean) - Method in class com.cafean.h2o.NewSteamTables
 
getsnglatpu(double[], String, boolean[], double, double, double[]) - Method in class com.cafean.h2o.NewSteamTables
 
getSortAction() - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
Action to sort the table data
getSortAction() - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
Action to sort the table data
getSortAction() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
Action to sort the table data
getSortAction() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
Action to sort the table data
getSortedColumn() - Method in class com.cafean.utils.TableSorter
 
getSortOrderAdjustment() - Method in class com.cafean.client.integrator.ConnectionCrossReference
Returns a sort order adjustment of -10.
getSortOrderAdjustment() - Method in class com.cafean.client.integrator.CrossReference
Returns a value used to sort this cross-reference earlier ( value < 0 ) or later ( value > 0 ) in the cross-reference processing sequence.
getSource() - Method in class com.cafean.client.integrator.ui.SubSystemSelectionDialog
 
getSource() - Method in class com.cafean.client.mdocs.EmbeddedImage
 
getSource() - Method in class com.cafean.client.ui.DrawnConnection
 
getSource() - Method in class com.cafean.jobstream.common.components.FileType
Returns the name of the "source" of this file type.
getSource() - Method in class com.cafean.jobstream.common.util.download.FileProgress
Get the source location in a form suitable for display.
getSource() - Method in class com.cafean.jobstream.server.components.InputFileHandle
returns the location that the file for this handle will be retrieved from or referenced at
getSource(int) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Gets the drawn component representing the source component of the connection at the given index
getSource(int) - Method in class com.cafean.client.ui.DrawnConnection
 
getSourceCode() - Method in class com.cafean.client.analysis.numerics.FunctionSource
Getter for property sourceCode.
getSourceCode() - Method in class com.cafean.client.values.components.SharedFunctionSource
Getter for property sourceCode.
getSourceComponent(AbstractModel) - Method in class com.cafean.client.integrator.CrossReference
Attempts to find the component on the source side of this reference inside the given model by unique id.
getSourceFile() - Method in class com.cafean.client.integrator.ui.ImportSubsystemAction
 
getSourceLoc() - Method in class com.cafean.client.integrator.CrossReference
returns the location on the source side of this reference
getSourceLocation(int) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Gets a short description of the location on the source component of the connection at the given index
getSourceLocation(int) - Method in class com.cafean.client.ui.DrawnConnection
 
getSourceName() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Access function for sourceName attribute.
getSourceNameActive() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Access function for sourceNameActive attribute.
getSourceNameDefault() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Access function for sourceName attribute.
getSourceReferences() - Method in class com.cafean.client.integrator.SubsystemIntegrator
returns the list of CrossReference instances from the source AbstractSubSystem into the source model.
getSourceType() - Method in class com.cafean.client.anim.DataSource
Returns the type of this data source as an enumerated integer.
getSPARE_DBL() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for SPARE_DBL attribute.
getSPARE_INT() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for SPARE_INT attribute.
getSPARE_STRING() - Method in class com.cafean.client.io.med.UserFunctionRec
Access function for SPARE_STRING attribute.
getSPARE2() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for SPARE2 attribute.
getSpecialColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getSpecificTable() - Method in class com.cafean.client.analysis.Table1D
Used by extending classes to set a specific table on a table1D instance.
getSpecificTable() - Method in class com.cafean.client.values.components.AbstractCTable
Used by extending classes to set a specific table.
getSpecificTable() - Method in class com.cafean.client.values.components.CTable1D
Used by extending classes to set a specific table on a table1D instance.
getSpecificTable() - Method in class com.cafean.client.values.components.CTableND
Used by extending classes to set a specific table on a CTableND instance.
getSpecificVolume() - Method in class com.cafean.h2o.FluidState
Getter for specfiic volume
getSplashStatus() - Method in interface com.cafean.utils.SplashListener
Return the splash dialog status value.
getSplashTitle() - Method in interface com.cafean.utils.SplashListener
Return the title to display in the splash panel.
getSpVolConvFactor() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getSpVolConvFactor() - Method in class com.cafean.JSteam.JSteamFrame
 
getSpVolUnitsString() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getSpVolUnitsString() - Method in class com.cafean.JSteam.JSteamFrame
 
getSrcIdent() - Method in class com.cafean.client.anim.SourceChangedEvent
Return the ident of the data source
getstables() - Method in class com.cafean.h2o.D2oSteamTables
 
getstables() - Method in class com.cafean.h2o.NewSteamTables
 
getStagingLocation() - Method in class com.cafean.jobstream.common.components.PlatformProperties
returns the staging location on the target platform
getStagingLocation() - Method in class com.cafean.jobstream.common.SubmitContext
Returns the Staging Location defined in this context's PlatformProperties.
getStagingLocations() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
returns the staging locations defined for this platform
getStagingLocName() - Method in class com.cafean.jobstream.common.SubmitContext
Returns the name of Staging Location defined in this context's PlatformProperties.
getStandardPageStyle(String, String, String, String, String, int, boolean, boolean) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a standard page style with the given header text, classification label, and footer text.
getStandardPageStyle(String, String, String, String, String, int, boolean, boolean) - Method in class com.cafean.document.notebook.DocxExporterModule
 
getStandardPageStyle(String, String, String, String, String, int, boolean, boolean) - Method in class com.cafean.document.notebook.OdfExporterModule
 
getStandardRightLeftPageStyle(String, String, String, String, String, String, int, boolean, boolean) - Method in class com.cafean.document.notebook.AbstractExporterModule
Creates a right left page style with the specified parameters.
getStandardRightLeftPageStyle(String, String, String, String, String, String, int, boolean, boolean) - Method in class com.cafean.document.notebook.DocxExporterModule
 
getStandardRightLeftPageStyle(String, String, String, String, String, String, int, boolean, boolean) - Method in class com.cafean.document.notebook.OdfExporterModule
 
getStart() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
getSTART_VALUE() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for START_VALUE attribute.
getStartCC() - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Getter for property startCC.
getStartDate() - Method in class com.cafean.CalcServer.command.Job
Access function for startDate attribute.
getStarted() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
getStarted() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getStarted() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getStarted() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
getStarted() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getStarted() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getStartedDate() - Method in class com.cafean.CalcServer.CalcJobFile
Returns the start date & time for this job.
getStartedDate() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Returns the start date & time for this job.
getStartOffset() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
getStartOffset() - Method in class com.cafean.client.validation.ExportContext
Returns the offset into the exported model at which this context begins.
getStartTime() - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Access function for startTime attribute.
getStartTime() - Method in class com.cafean.CalcServer.command.Job
Access function for startTime attribute.
getStartTime() - Method in class com.cafean.CalcServer.JobHandle
Get the start time for this calculation.
getStartTime() - Method in class com.cafean.client.anim.RecordSettingsDialog
Gets the desired minimum time for the recording
getStartTime() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
getStartTimeIndex() - Method in class com.cafean.moviegen.ui.SettingsDialog
Getter for the selected start time index.
getStartTimeIndex() - Method in class com.cafean.moviegen.ZipSourceStream
Returns the time index with which export or playback begins.
getStartupDirectory() - Static method in class com.cafean.utils.Configurator
 
getStartupTime() - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Access function for startupTime attribute.
getStartupTime() - Method in class com.cafean.CalcServer.rpc.CalcServerListener
returns the initialization (startup) time of this listener.
getStartupTime() - Method in class com.cafean.client.rpc.ModelEditorListener
returns the initialization (startup) time of this listener.
getStartupTime() - Method in class com.cafean.JobStatus.rpc.JobStatusListener
returns the initialization (startup) time of this listener.
getStartValue() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Gets the start value of this constant.
getStartValue() - Method in class com.cafean.client.values.components.SharedInteger
Access function for startValue attribute.
getStartValue() - Method in class com.cafean.client.values.components.SharedReal
Access function for startValue attribute.
getStartValue() - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
getStartValue() - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
getStartValueDefault() - Method in class com.cafean.client.values.components.SharedInteger
Access function for startValue attribute.
getStartValueDefault() - Method in class com.cafean.client.values.components.SharedReal
Access function for startValue attribute.
getState() - Method in class com.cafean.JobStatus.tree.AbstractFolderNode
 
getState() - Method in class com.cafean.JobStatus.tree.FilteredFolderNode
 
getState() - Method in class com.cafean.JobStatus.tree.FolderNode
returns this folder's state as one of the STATE_* enumerated values
getState() - Method in class com.cafean.JobStatus.tree.JobNode
returns the state of this node's job as a Folder.STATE_* enumeration
getState() - Method in class com.cafean.JobStatus.tree.TrackerNode
 
getSTATE() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for STATE attribute.
getStatic_value() - Method in class com.cafean.CalcServer.command.DataChannel
Access function for static_value attribute.
getStatic_value() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Access function for static_value attribute.
getStatus() - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Access function for status attribute.
getStatus() - Method in class com.cafean.CalcServer.command.Job
Access function for status attribute.
getStatus() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Access function for status attribute.
getStatus() - Method in class com.cafean.client.anim.available.AvailableJobEntry
Gets the status displayed by this entry in the UI
getStatus() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
getStatus() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getStatus() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getStatus() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
getStatus() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getStatus() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getStatus() - Method in class com.cafean.jobstream.server.components.Task
returns the current status of this task
getStatus() - Method in class com.cafean.jobstream.tracker.event.StreamFinishedEvent
returns a String containing final status of the stream
getStatus() - Method in class com.cafean.jobstream.tracker.event.TaskFinishedEvent
returns a String containing final status of the task
getStatus() - Method in class com.cafean.jobstream.tracker.event.TaskStatusChangeEvent
a String containing new status of the task
getStatus() - Method in class com.cafean.jobstream.tracker.event.TaskSubmittedEvent
returns a String containing the current status of the task
getStatus(String[], PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Queries the platform (i.e.
getStatus(List<Task>, PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Queries the platform (i.e.
getStatuses() - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Access function for statuses attribute.
getStatuses() - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Access function for statuses attribute.
getStatuses(int) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Indexed access function for statuses attribute.
getStatuses(int) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Indexed access function for statuses attribute.
getStatusFlag() - Method in enum com.cafean.jobstream.tracker.ClientStatus
 
getSteamIntEnergy() - Method in class com.cafean.h2o.FluidState
Getter for steam internal energy
getSteamTemp() - Method in class com.cafean.h2o.FluidState
Getter for Steam temperature
getSteamTemperature() - Method in class com.cafean.h2o.FluidState
Getter for steam temperature
getStepLocation(Task) - Static method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getStepName() - Method in class com.cafean.jobstream.server.components.Task
returns the name of the step that spawned this task
getSTRAIGHT() - Method in class com.cafean.client.io.med.DrawnConnLine
Access function for STRAIGHT attribute.
getStream() - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
getStream() - Method in class com.cafean.jobstream.server.components.io.StreamDefinitionReader
returns the most recently read Stream
getStream() - Method in class com.cafean.jobstream.server.components.io.StreamManagerZipReader
retrieves the stream definition most recently read
getStream() - Method in class com.cafean.jobstream.server.components.Task
returns the Job Stream that this task is part of or null if it has no parent stream
getStream() - Method in class com.cafean.jobstream.server.sequence.Iteration
Returns the stream definition executed for this iteration.
getStream(long) - Method in class com.cafean.jobstream.tracker.TrackerModule
Retrieves a JobStreamRec describing the stream with the given DB_ID.
getStream_dbid() - Method in class com.cafean.jobstream.tracker.LogRec
 
getStreamConnector() - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
getStreamContext() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
 
getStreamDef() - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
 
getStreamDisplayString() - Method in interface com.cafean.jobstream.common.util.download.Downloader
Return a string that can be used to identify the stream being downloaded to the user.
getStreamInput() - Method in class com.cafean.jobstream.server.components.Task
returns the location of the job stream input SMZ
getStreamJob() - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
 
GetStreamJobRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
GetStreamJobRequest(CSInterface, String, int, boolean, JobHandleStatus...) - Constructor for class com.cafean.JobStatus.ui.csstream.request.GetStreamJobRequest
 
getStreamLocation() - Method in class com.cafean.client.anim.available.AvailableJobEntry
returns the location of the stream that manages the requested job
getStreamLocation() - Method in class com.cafean.JobStatus.tree.TrackingFilteredNode
 
getStreamLocation() - Method in class com.cafean.JobStatus.tree.TrackingFolderNode
 
getStreamLocation() - Method in class com.cafean.jobstream.common.SubmitContext
returns a String containing the relative location of the stream on the staging location using '/' as the separator character.
getStreamLocation() - Method in class com.cafean.jobstream.common.TerminateContext
gets a String containing the location of the parent stream
getStreamLocation() - Method in class com.cafean.jobstream.server.components.Task
returns the relative location of the job stream parent of this task
getStreamLocation() - Method in class com.cafean.jobstream.server.sequence.Iteration
 
getStreamLocTable() - Method in class com.cafean.CalcServer.JobQueue
 
getStreamLog(long) - Method in class com.cafean.jobstream.tracker.TrackerModule
Returns a LogRec describing each of the log messages stored for the given stream.
getStreamLog(long, long) - Method in class com.cafean.jobstream.tracker.TrackerModule
Returns a LogRec describing the requested log message.
GetStreamLogRequest - Class in com.cafean.JobStatus.ui.csstream.request
A request for job stream log history.
GetStreamLogRequest(CSInterface, String, int) - Constructor for class com.cafean.JobStatus.ui.csstream.request.GetStreamLogRequest
 
getStreamName() - Method in class com.cafean.jobstream.common.SubmitContext
returns a String containing the user-specified name of the stream
getStreamName() - Method in class com.cafean.jobstream.common.TerminateContext
gets a String containing the name of the parent stream
getStreamName() - Method in class com.cafean.jobstream.server.components.Task
returns the name of the job stream that this task is a part of
getStreamOpenLocation(JobStreamRec, StreamContext) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
getStreamPanel() - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
getStreamPanel() - Method in class com.cafean.JobStatus.ui.csstream.CSInterfaceRequest
 
getStreamPath() - Method in class com.cafean.jobstream.server.sequence.Iteration
 
getStreamProperties(long) - Method in class com.cafean.jobstream.tracker.TrackerModule
Returns a JobStreamPropertyRec describing each of the stream properties that have been overridden for the given stream.
getStreams() - Method in class com.cafean.JobStatus.tree.TrackerNode
 
getStreams() - Method in class com.cafean.JobStatus.tree.TrackingFilteredNode
 
getStreams() - Method in class com.cafean.JobStatus.tree.TrackingFolderNode
 
getStreams() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
 
getStreams() - Method in class com.cafean.moviegen.ZipDataSource
 
getStreams(String) - Method in class com.cafean.jobstream.tracker.TrackerModule
Retrieves a JobStreamRec describing each of the streams belonging to the given user.
getStreams(String, String, Date) - Method in class com.cafean.jobstream.tracker.TrackerModule
Retrieves a JobStreamRec describing each of the streams belonging to the given user with a completed date on or after the given date (or still running).
getStreams(String, Date) - Method in class com.cafean.jobstream.tracker.TrackerModule
Retrieves a JobStreamRec describing each of the streams belonging to the given user with a completed date on or after the given date (or still running).
getStreamStagingLocation() - Method in class com.cafean.jobstream.server.components.Stream
Returns the staging location for this stream, local or remote.
getStreamStagingLocation() - Method in class com.cafean.jobstream.server.components.Task
Returns the staging location for this task's stream, local or remote.
getString() - Method in class com.cafean.utils.VarArgs
returns a String.
getString(byte[], NativeLong) - Method in class com.cafean.client.values.util.matlab.MXArray
Converts a string array to a C-style string.
getString(AbstractComponent) - Method in class com.cafean.client.integrator.AbstractIntegrator
Returns a string representation of the given component suitable for use in the description of a CrossReference.
getStringArrays() - Method in class com.cafean.snapdx.SDXElement
Access function for stringArrays attribute.
getStringArrays() - Method in class com.cafean.snapdx.SNAPDXRecord
Access function for stringArrays attribute.
getStringArrays(int) - Method in class com.cafean.snapdx.SDXElement
Indexed access function for stringArrays attribute.
getStringArrays(int) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed access function for stringArrays attribute.
getStrings() - Method in class com.cafean.snapdx.SDXElement
Access function for strings attribute.
getStrings() - Method in class com.cafean.snapdx.SNAPDXRecord
Access function for strings attribute.
getStrings(int) - Method in class com.cafean.snapdx.SDXElement
Indexed access function for strings attribute.
getStrings(int) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed access function for strings attribute.
getStringText() - Method in class com.cafean.client.ui.text.TextHolder
 
getStringValue() - Method in class com.cafean.client.values.components.SharedString
 
getStringValue(CSRowData, int) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getStringValue(RowData, int) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getStringValueDefault() - Method in class com.cafean.client.values.components.SharedString
 
getStringValues() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for booleanValues attribute.
getStringValues(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Indexed access function for booleanValues attribute.
getStringValuesCount() - Method in class com.cafean.client.values.components.NumericsTableColumn
Return the number of elements in realValues.
getStrippedValue(double) - Static method in class com.cafean.Number.Real
 
getStroke() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getStrokeBottom() - Method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns the bottom color of the gradient used to paint the outline stroke of the button.
getStrokeTop() - Method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns the top color of the gradient used to paint the outline stroke of the button.
getSTYLE() - Method in class com.cafean.client.io.med.FontRec
Access function for STYLE attribute.
getStyleCount() - Static method in class com.cafean.client.ui.annotation.pattern.LineStyles
 
getStyleSheet() - Method in class com.cafean.client.ui.swing.WeakSSRefHTMLEditorKit
 
getSubBlockHandler() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
getSubBlockHandler() - Method in interface com.cafean.client.integrator.components.TopLevelSubBlock
 
getSubBlockHandler() - Method in interface com.cafean.client.integrator.components.TopLevelSubBlockHandler
 
getSubComponent() - Method in class com.cafean.client.ui.DrawnSubComponent
Returns the sub-component being displayed by this DrawnSubComponent or this if the subcomponent has no data model.
getSubComponentAt(int, int) - Method in class com.cafean.client.ui.DrawnComponent
Returns the sub-component at the given coordinates, or null of no sub-component exists at that location.
getSubComponentAt(int, int) - Method in class com.cafean.client.ui.DrawnViewComponent
 
getSubmissionProperties() - Method in class com.cafean.jobstream.server.components.Task
gets the submission properties used to submit this task
getSubmissionProps() - Method in class com.cafean.jobstream.common.SubmitContext
returns the SubmissionProperties configured for this submit
getSubmitted() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
getSubmitted() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getSubmitted() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getSubmitted() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
getSubmitted() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getSubmitted() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getSubmittedDate() - Method in class com.cafean.CalcServer.CalcJobFile
Returns the submission date & time for this job.
getSubmittedDate() - Method in class com.cafean.CalcServer.command.Job
Access function for submittedDate attribute.
getSubmittedDate() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Returns the submission date & time for this job.
getSubmittedTime() - Method in class com.cafean.CalcServer.JobHandle
Get the submitted time for this calculation.
getSubNodeName() - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Access function for subNodeName attribute.
getSubRowCount() - Method in class com.cafean.client.anim.channel.RowData
 
getSubRowCount() - Method in class com.cafean.client.anim.channel.SetRowData
 
getSubRowCount() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
getSubRowCount() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getSubRowCount() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getSubRowCount() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
getSubRowCount() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getSubRowCount() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getSubRows() - Method in class com.cafean.client.anim.channel.RowData
 
getSubRows() - Method in class com.cafean.client.anim.channel.SetRowData
 
getSubRows() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
getSubRows() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getSubRows() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getSubRows() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
getSubRows() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getSubRows() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getSubstitutions() - Method in class com.cafean.jobstream.server.components.InputFileHandle
returns the list of input substitutions defined for this handle
getSubSystemEntries() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
retrieves a list of the direct subsystem entries for this component subsystem
getSubSystemFile(String, AbstractModel) - Static method in class com.cafean.client.integrator.IntegrationCase
Returns a file reference to the given file location relative to the given model (if appropriate).
getSubSystemNames(String, AbstractModel) - Static method in class com.cafean.client.integrator.IntegrationCase
Returns a lost of the names of the sub-systems in the model at the given file location.
getSuffix() - Method in class com.cafean.utils.SuffixFileFilter
Returns the expected suffix for this file filter.
getSuffix(File) - Method in class com.cafean.utils.SuffixFileFilter
Return the suffix for a given file.
getSummary() - Method in class com.cafean.client.ui.message.Message
 
getSupportedOrientations() - Method in class com.cafean.client.ui.DrawnComponent
Determines which drawn orientations are supported.
getSupportedOrientations(ArrayList<DrawnComponent>) - Static method in enum com.cafean.client.ui.util.Orientation
Determines which of the orientation options are supported in the given list of DrawnComponents.
getSvgDocument() - Method in class com.cafean.moviegen.SvgImage
Get the svg document.
getSymbol() - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
getSymbolColor() - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
getSymbolLineWidth() - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
getSyntaxErrors() - Method in class com.cafean.client.values.nif.NumericsImportReport
 
getSystemNames() - Static method in class com.cafean.vcs.utils.VCSystemManager
Returns the list of systems that are currently supported.
getTabLayout() - Method in class com.cafean.client.ui.SnapPreferences
Getter for property tabLayout.
getTable() - Method in class com.cafean.client.ui.beans.Table1DDialog
Retrieves this Table1DDialog's current Table1D.
getTable() - Method in class com.cafean.client.ui.beans.TableNDDialog
 
getTable() - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Gets the NumericsClipboardEnabledTable the dialog will be using.
getTable() - Method in class com.cafean.client.ui.GenericTableModel
Gets the table model associated with this table model
getTable() - Method in class com.cafean.client.ui.SubblockArrayTableDialog
Gets the table used by the editor.
getTable() - Method in interface com.cafean.client.ui.util.context.ContextSimpleTableEditor
Gets the table associated with the translation.
getTable() - Method in class com.cafean.client.values.components.AbstractTableReference
Returns the ident of the table variable that this TableReference identifies.
getTable() - Method in class com.cafean.client.values.ui.CTable1DDialog
Retrieves this CTable1DDialog's current CTable1D.
getTable() - Method in class com.cafean.client.values.ui.CTableNDDialog
 
getTable(String, String, String) - Method in class com.cafean.utils.Configurator
Gets the requested table configuration.
getTableActive() - Method in class com.cafean.client.values.components.AbstractTableReference
Returns the activation state for the table variable reference.
getTableCellEditor() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
Method allows this panel to be used in a JTable as an editor
getTableCellEditor() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
Method allows this panel to be used in JTable as an editor
getTableCellEditor() - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
Method allows this panel to be used in JTable as an editor
getTableCellEditor() - Method in class com.cafean.client.ui.beans.TableEditor1D
Allows Table1D to be used as a table cell editor
getTableCellEditor() - Method in class com.cafean.client.ui.NamedValueSelector
Provides a table cell editor of a property editor panel and the popup named value selection dialog
getTableCellEditor() - Method in class com.cafean.client.values.editors.CReal1DTableEditor
Allows Table1D to be used as a table cell editor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.cafean.client.anim.channel.ExpandableCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.cafean.client.ui.EnumSelEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.cafean.client.ui.RealEditor
delegates to DefaultCellEditor and sets the returned component's font to the table's font.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.cafean.client.ui.SnapDefaultCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.cafean.client.ui.SourceTargetTableEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.cafean.client.values.ui.CBooleanTableEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.cafean.client.values.ui.CIntegerTableEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.cafean.client.values.ui.CRealTableCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.cafean.client.values.ui.CStringTableEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.cafean.JobStatus.ui.csstream.table.ExpandableCell
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.cafean.JobStatus.ui.stream.ExpandableTableCell
 
getTableCellRenderer() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
Returns a TableCellRenderer that displays contents of this ComponentArraySelectionEditor.
getTableCellRenderer() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
Returns a TableCellRenderer that displays contents of this ComponentSelectionEditor.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.client.anim.channel.ExpandableCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.client.ui.EnumSelRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.client.ui.MultiLineHeaderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.client.ui.RealRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.client.ui.SourceTargetTableEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.client.ui.TableTooltipHeaderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.client.ui.ZebraStripeCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.client.values.ui.CBooleanTableRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.client.values.ui.CIntegerTableRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.client.values.ui.CRealTableRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.client.values.ui.CStringTableRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.JobStatus.ui.csstream.table.BasicRowRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.JobStatus.ui.csstream.table.ExpandableCell
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.JobStatus.ui.stream.BasicRowRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.cafean.JobStatus.ui.stream.ExpandableTableCell
 
getTableData() - Method in class com.cafean.client.values.components.AbstractTableReference
This method may be overridden to return the current set of tabular data in the plug-in.
getTableEditor() - Method in class com.cafean.client.anim.ChannelNameEditor
Returns a TableCellEditor class that wraps this ChannelNameEditor.
getTableEditor() - Method in class com.cafean.client.anim.ComponentIdEditor
 
getTableParent(Element) - Static method in class com.cafean.client.mdocs.HTMLUtilities
Returns the TABLE element parent of the given element
getTableRef() - Method in class com.cafean.client.values.components.AbstractTableReference
Returns the table variable that this TableReference identifies.
getTableRenderer() - Method in class com.cafean.client.anim.ChannelNameEditor
Returns a TableCellRenderer class that wraps this ChannelNameEditor.
getTableRenderer() - Method in class com.cafean.client.anim.ComponentIdEditor
 
getTableRow(int) - Method in class com.cafean.utils.TableSorter
Translates a data model row into a table row.
getTableStructureChangedAction() - Method in class com.cafean.client.ui.GenericTableModel
Gets the action that will be performed after all table model listeners have been notified of a table structured changed event.
getTableVar() - Method in class com.cafean.client.values.components.CTable1D
 
getTabName() - Method in class com.cafean.JobStatus.ConsolePanel
 
getTabName() - Method in class com.cafean.JobStatus.ui.AbstractTabPanel
 
getTabName() - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
 
getTabName() - Method in class com.cafean.JobStatus.ui.download.StreamDownloadPanel
 
getTabName() - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
getTags() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
getTags() - Method in class com.cafean.client.anim.ChannelNameEditor
 
getTags() - Method in class com.cafean.client.anim.ComponentIdEditor
 
getTags() - Method in class com.cafean.client.anim.InteractiveNameEditor
 
getTags() - Method in class com.cafean.client.anim.IVarEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
getTags() - Method in class com.cafean.client.anim.UDLROrientationEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
getTags() - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
getTags() - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
getTags() - Method in class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
getTags() - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
getTags() - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
getTags() - Method in class com.cafean.client.ui.beans.BooleanEditor
Does nothing, and returns null.
getTags() - Method in class com.cafean.client.ui.beans.BorderStyleEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
getTags() - Method in class com.cafean.client.ui.beans.CalendarEditor
 
getTags() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
Does nothing, and returns null.
getTags() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
Does nothing, and returns null.
getTags() - Method in class com.cafean.client.ui.beans.IconImageEditor
Does nothing, and returns null.
getTags() - Method in class com.cafean.client.ui.beans.IntNonMultiEdit
 
getTags() - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
 
getTags() - Method in class com.cafean.client.ui.beans.LongStringEditor
 
getTags() - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
Does nothing, and returns null.
getTags() - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
 
getTags() - Method in class com.cafean.client.ui.beans.NamedIntEditor
Does nothing, and returns null.
getTags() - Method in class com.cafean.client.ui.beans.ObjectPropertyEditor
 
getTags() - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
Does nothing, and returns null.
getTags() - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
getTags() - Method in class com.cafean.client.ui.beans.OptionalStringEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
getTags() - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
getTags() - Method in class com.cafean.client.ui.beans.RealArrayEditor
Does nothing, and returns null.
getTags() - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
getTags() - Method in class com.cafean.client.ui.beans.StringDisplayEditor
Does nothing, and returns null.
getTags() - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
getTags() - Method in class com.cafean.client.ui.beans.UnitsEditor
 
getTags() - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
 
getTags() - Method in class com.cafean.client.values.editors.CBooleanEditor
 
getTags() - Method in class com.cafean.client.values.editors.CDoubleEditor
 
getTags() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
getTags() - Method in class com.cafean.client.values.editors.CIntegerEditor
 
getTags() - Method in class com.cafean.client.values.editors.CRealEditor
 
getTags() - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
getTags() - Method in class com.cafean.client.values.editors.CStringEditor
 
getTags() - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
getTags() - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
getTags() - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
getTags() - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
getTags() - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
getTags() - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
getTags() - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
getTags() - Method in class com.cafean.client.values.editors.SharedValueEditor
 
getTags() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
getTags() - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
getTags() - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
getTags() - Method in class javax.swing.beaninfo.SwingColorEditor
 
getTags() - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
getTags() - Method in class javax.swing.beaninfo.SwingFontEditor
 
getTags() - Method in class javax.swing.beaninfo.SwingStringEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
getTarget() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Access function for target attribute.
getTarget() - Method in class com.cafean.client.integrator.ui.SubSystemSelectionDialog
 
getTarget() - Method in class com.cafean.client.ui.DrawnConnection
 
getTarget() - Method in class com.cafean.client.ui.message.AutoCorrection
Returns the target of the issue that will be auto-corrected.
getTarget() - Method in class com.cafean.jobstream.common.util.download.FileProgress
Return the location where the file should be written.
getTarget(int) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Gets the drawn component representing the target component of the connection at the given index
getTarget(int) - Method in class com.cafean.client.ui.DrawnConnection
 
getTargetClass(Object[]) - Method in class com.cafean.client.ui.beans.PropertySetPanel
Retrieves a reference to the Class common to the objects in the given array.
getTargetComponent(AbstractModel) - Method in class com.cafean.client.integrator.CrossReference
Attempts to find the component on the target side of this reference inside the given model by unique id.
getTargetComponents() - Method in interface com.cafean.client.analysis.ComponentDependent
Retrieves the components that this object depends on.
getTargetComponents() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
getTargetComponents() - Method in class com.cafean.client.integrator.editors.IntegratedModelEditor
 
getTargetComponents() - Method in class com.cafean.client.integrator.editors.IntegrationDefinitionEditor
 
getTargetComponents() - Method in class com.cafean.client.ui.AbstractGenericTableEditor
 
getTargetComponents() - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
getTargetComponents() - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
getTargetComponents() - Method in class com.cafean.client.ui.beans.GenericPropArrayEditor
Retrieves the components that this object depends on.
getTargetComponents() - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
getTargetComponents() - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
getTargetComponents() - Method in class com.cafean.client.ui.beans.OptionalBooleanEditor
 
getTargetComponents() - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
getTargetComponents() - Method in class com.cafean.client.ui.beans.OptionalStringEditor
 
getTargetComponents() - Method in class com.cafean.client.ui.beans.OptPropertyEditorPanelSupport
 
getTargetComponents() - Method in class com.cafean.client.ui.beans.PropertySet
Returns a clone of the array of components that own the objects being displayed/edited by this PropertySet.
getTargetComponents() - Method in class com.cafean.client.ui.navigator.ComponentSelection
Returns the selected target components.
getTargetComponents() - Method in class com.cafean.client.ui.text.TextAreaNonModalEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.CDoubleEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.CRealArrayEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.CRealEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.CStringEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.NamingConventionBooleanEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.ParametricCRealArrayEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.SharedValueEditor
 
getTargetComponents() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
getTargetComponents() - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
getTargetComponents() - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
getTargetComponents() - Method in class javax.swing.beaninfo.SwingFontEditor
 
getTargetDefault() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Access function for target attribute.
getTargetFile() - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Returns the file to which this notebook exporter will write.
getTargetHost() - Method in class com.cafean.CalcServer.rpc.CalcServerOriginator
 
getTargetHost() - Method in class com.cafean.rpc.RPCOriginator
returns the host specified as the target of this originator
getTargetLoc() - Method in class com.cafean.client.integrator.CrossReference
gets the location on the target side of this reference
getTargetLocation(int) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Gets a short description of the location on the target component of the connection at the given index
getTargetLocation(int) - Method in class com.cafean.client.ui.DrawnConnection
 
getTargetPort() - Method in class com.cafean.CalcServer.rpc.CalcServerOriginator
returns the port specified as the target of this originator
getTargetPort() - Method in class com.cafean.rpc.RPCOriginator
returns the port specified as the target of this originator
getTargetRef() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Retrieves the AbstractSubSystem referred to by target.
getTargetReferences() - Method in class com.cafean.client.integrator.SubsystemIntegrator
returns the list of CrossReference instances from the target model into the target AbstractSubSystem.
getTargets() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
getTargets() - Method in interface com.cafean.client.analysis.TargetDependent
Retrieves the parent objects that this object depends on.
getTargets() - Method in class com.cafean.client.ui.AbstractGenericTableEditor
 
getTargets() - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
getTargets() - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
getTargets() - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
getTargets() - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
getTargets() - Method in class com.cafean.client.ui.beans.OptionalBooleanEditor
 
getTargets() - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
getTargets() - Method in class com.cafean.client.ui.beans.OptionalStringEditor
 
getTargets() - Method in class com.cafean.client.ui.beans.OptPropertyEditorPanelSupport
 
getTargets() - Method in class com.cafean.client.ui.navigator.ComponentSelection
Returns the selected target objects.
getTargets() - Method in class com.cafean.client.ui.text.TextAreaNonModalEditor
 
getTargets() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
getTargets() - Method in class com.cafean.client.values.editors.CStringEditor
 
getTargets() - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
getTargets() - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
getTargets() - Method in class com.cafean.client.values.editors.OptionalCRealEditor
 
getTargets() - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
getTargets() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
getTargets() - Method in class com.cafean.jobstream.server.components.OutputFileHandle
returns a list of the places that this handle's file should be sent after the task is complete
getTargets() - Method in class javax.swing.beaninfo.SwingFontEditor
 
getTask() - Method in class com.cafean.CalcServer.JobHandle
 
getTask() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
getTask() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
getTask() - Method in class com.cafean.jobstream.server.components.io.TaskDefinitionReader
getTask() - Method in class com.cafean.jobstream.server.components.TaskStatusChange
returns the task whose status changed
getTask(int) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
Returns the task for the file at the given row.
getTask_dbid() - Method in class com.cafean.jobstream.tracker.LogRec
 
getTaskFilename() - Method in class com.cafean.jobstream.server.components.InputFileHandle
Returns the filename of the file that this handle refers to within another task.
getTaskIdent() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Access function for taskIdent attribute.
getTaskIdent() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Access function for taskIdent attribute.
getTaskIdent() - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Access function for taskIdent attribute.
getTaskKeywords(long) - Method in class com.cafean.jobstream.tracker.TrackerModule
Retrieves a TaskKeywordRec describing each of the keywords associated with the task with the given DB_ID.
getTaskList() - Method in class com.cafean.jobstream.server.components.Stream
Returns the list of tasks in this stream.
getTaskLocation() - Method in class com.cafean.jobstream.common.SubmitContext
returns a String containing the location of the task on the staging location relative to the stream's location using '/' as the separator character.
getTaskLocation(Task) - Static method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getTaskName() - Method in class com.cafean.jobstream.common.SubmitContext
returns a a String containing the unique name of the task that the wrapper will handle.
getTaskOpenLocation(JobStreamRec, TaskRec, StreamContext) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
getTaskPath() - Method in class com.cafean.jobstream.server.components.InputFileHandle
Returns the relative folder path and name of the task from which this input should be retrieved.
getTasks() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
getTasks() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
getTasks(long) - Method in class com.cafean.jobstream.tracker.TrackerModule
Retrieves a TaskRec describing each of the tasks belonging to the stream with the given DB_ID.
getTasks(long, long[]) - Method in class com.cafean.jobstream.tracker.TrackerModule
Retrieves the TaskRec[] containing the tasks with the given DB_IDs.
getTaskStatus() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Access function for taskStatus attribute.
getTaskStatus() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Access function for taskStatus attribute.
getTaskType() - Method in class com.cafean.jobstream.common.SubmitContext
Returns the name of the wrapper module that the Execution Wrapper will use to manage the execution of the task.
getTemp() - Method in class com.cafean.h2o.FluidState
Getter for bulk temperature of the mixture
getTempConvFactor() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getTempFolderStr() - Method in class com.cafean.client.ui.SnapPreferences
returns the string form of the user-specified temporary files folder
getTempFolderStrActive() - Method in class com.cafean.client.ui.SnapPreferences
returns true if the user has specified a temporary files folder
getTemplateCC(File) - Static method in class com.cafean.client.ui.DrawnView
 
getTemporaryFolder() - Method in class com.cafean.client.ui.SnapPreferences
Returns the user-specified folder that should be used to store temporary files.
getTempUnitsString() - Method in class com.cafean.h2o.ui.JSteamFrame
 
getText() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Access function for text attribute.
getText() - Method in class com.cafean.client.ui.FixedWidthTextDialog
 
getText() - Method in class com.cafean.client.ui.navigator.SelectionElement
Returns a short description of the object in the selection.
getText() - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Returns the text from the value passed to the button at instantiation.
getText() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
getText() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
getText() - Method in class com.cafean.client.ui.TextAreaDialog
Gets the text from the text area
getText() - Method in class com.cafean.client.values.functions.ui.NumericFunctionConsole
returns the current contents of the output console *
getTextBackground() - Method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns the color of the text painted behind the foreground text.
getTextBackground() - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
getTextField() - Method in class com.cafean.h2o.ui.FluidPropCtrl
 
getTextFont() - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
getTextForeground() - Method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns the color of the text painted in the foreground of the buttom.
getTextForeground() - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
getTextMargin() - Method in class com.cafean.client.ui.annotation.TextAnnotation
Getter for property htmlTextMargin.
getTexturePainter(int, Color, Color) - Static method in class com.cafean.client.ui.annotation.pattern.FillPatterns
 
getTheoraEncoderExec() - Method in class com.cafean.moviegen.support.Theora
Gets the location of the Theora encoder executable, or null if none is set.
getTheoraEncoderExec() - Method in class com.cafean.moviegen.ui.TheoraDialog
Gets the selected theora encoder.
getTheoraYUVSampling() - Method in class com.cafean.moviegen.support.Theora
Gets the yuv sampling schema to use for converting theora video
getThisSideData(AbstractComponent) - Method in class com.cafean.client.analysis.Connection
Retrieves the ConnectionData for this side of this Connection.
getTime() - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Access function for time attribute.
getTime() - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Access function for time attribute.
getTime() - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Access function for time attribute.
getTime() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Access function for time attribute.
getTime() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Access function for time attribute.
getTime() - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Access function for time attribute.
getTime() - Method in class com.cafean.client.ui.message.Message
 
getTimeAt(int) - Method in class com.cafean.CalcServer.TimestepTable
Retrieves the calculation time of the given timestep.
getTimeAt(int, int) - Method in class com.cafean.CalcServer.TimestepTable
Retrieves the calculation time of the given timestep.
getTimeFactor() - Method in class com.cafean.moviegen.PreviewFrame
Gets the specified playback time factor
getTimeFactor() - Method in class com.cafean.moviegen.ui.SettingsDialog
Getter for the framerate field.
getTimes() - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Access function for times attribute.
getTimes() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Access function for times attribute.
getTimes(int) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Indexed access function for times attribute.
getTimes(int) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Indexed access function for times attribute.
getTimeScale() - Method in class com.cafean.client.anim.AbstractAnimationModel
This method retrieves the playback timescale for this model.
getTimeScale() - Method in class com.cafean.client.anim.PlaybackTimeDialog
 
getTimeScale() - Method in class com.cafean.client.anim.SourceManager
 
getTimestamp() - Method in class com.cafean.jobstream.tracker.event.StreamLogEvent
Get the time that the log was added as a Timestamp.
getTimestampFormat() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
getTimeStamps() - Method in class com.cafean.moviegen.ZipDataSource
Returns the time stamps built into the file names of the ZIP entries as a double array.
getTimeStamps() - Method in class com.cafean.moviegen.ZipSourceStream
Gets the time stamps from the original animation.
getTimeStep() - Method in class com.cafean.client.anim.RecordSettingsDialog
Gets the desired time step between frames in the recording
getTimeStep() - Method in class com.cafean.client.anim.SourceManager
Return the time delta between timeslices for record mode.
getTimeSteps() - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Access function for timeSteps attribute.
getTimeSteps() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Access function for timeSteps attribute.
getTimeSteps(int) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Indexed access function for timeSteps attribute.
getTimeSteps(int) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Indexed access function for timeSteps attribute.
getTimevalue() - Method in class com.cafean.client.anim.PlaybackTimeDialog
Access routine for the time value.
getTitle() - Method in class com.cafean.client.kiosk.WaitingToAnimatePanel
 
getTitle() - Method in class com.cafean.client.ui.DockablePanel
Returns a string containing an appropriate title for this panel.
getTitle() - Method in class com.cafean.client.ui.DrawnView
Returns the title of the dialog containing this view or the name of the ViewComponent.
getTitle() - Method in class com.cafean.client.ui.swing.OverlapPanel
Gets this panel's title.
getTitle() - Method in class com.cafean.client.validation.ValidationDisplayPanel
 
getTitle() - Method in class com.cafean.rpc.command.VersionRequest
Access function for title attribute.
getTitle() - Method in class com.cafean.utils.Version
returns this Version's title.
getTitle(int) - Method in class com.cafean.CalcServer.CustomUnitCodes
Data channel title access routine.
getTitle(int) - Method in interface com.cafean.utils.Conversions
Retrieves the label of the given unit.
getTitle(int) - Static method in class com.cafean.utils.NrcDBConv
Data channel title access routine.
GetTitleString(int) - Static method in class com.cafean.h2o.GlobalData
 
GetTitleString(int) - Static method in class com.cafean.JSteam.GlobalData
 
getToken() - Method in class com.cafean.jobstream.server.components.InputSubstitution
the substitution token to search for in each input file
getToolbarManager() - Method in class com.cafean.client.ui.ApplicationFrame
Returns the MainToolbarManager for the ApplicationFrame.
getToolbox() - Method in class com.cafean.client.ui.DrawnView
Retrieves this DrawnView's Toolbox.
getToolsMenuItems() - Method in class com.cafean.JobStatus.ui.AbstractTabPanel
 
getToolsMenuItems() - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Returns the list of menu items that should be displayed in the tools menu enabled and disabled based on the current selection.
getToolTip() - Method in class com.cafean.client.ui.navigator.ModelAccordionNode
 
getToolTip() - Method in class com.cafean.client.ui.swing.accordion.AccordionNode
Returns a tooltip to be displayed on the value's node.
getToolTipLocation(MouseEvent) - Method in class com.cafean.client.ui.GlassPanel
 
getTooltipText() - Method in class com.cafean.client.ui.navigator.ModelNode
 
getTooltipText() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Retrieves the tooltip text for this node.
getTooltipText() - Method in class com.cafean.client.ui.tools.CaptureMouseHandler
returns the tooptip text to use for this MouseHandler's toggle button or null of no text is desired.
getTooltipText() - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
returns the tooptip text to use for this MouseHandler's toggle button or null of no text is desired.
getTooltipText() - Method in class com.cafean.client.ui.tools.InteractiveMouseHandler
returns the tooptip text to use for this MouseHandler's toggle button or null of no text is desired.
getTooltipText() - Method in class com.cafean.client.ui.tools.MouseHandler
returns the tooptip text to use for this MouseHandler's toggle button or null of no text is desired.
getTooltipText() - Method in class com.cafean.client.ui.tools.PanMouseHandler
returns the tooptip text to use for this MouseHandler's toggle button or null of no text is desired.
getTooltipText() - Method in class com.cafean.client.ui.tools.SelectMouseHandler
returns the tooptip text to use for this MouseHandler's toggle button or null of no text is desired.
getTooltipText() - Method in class com.cafean.client.ui.tools.ZoomMouseHandler
returns the tooptip text to use for this MouseHandler's toggle button or null of no text is desired.
getToolTipText() - Method in class com.cafean.client.anim.AbstractDisplayBean
 
getToolTipText() - Method in class com.cafean.client.ui.DrawnComponent
 
getToolTipText() - Method in class com.cafean.client.ui.swing.accordion.NodeButton
 
getToolTipText(int, int) - Method in class com.cafean.client.ui.DrawnComponent
 
getToolTipText(int, int) - Method in class com.cafean.client.ui.DrawnConnection
 
getToolTipText(int, int) - Method in interface com.cafean.client.ui.NeedsXYToolTip
Returns the tooltip text associated with the given coordinates.
getToolTipText(MouseEvent) - Method in class com.cafean.client.ui.GlassPanel
Returns the string to be used as the tooltip for event.
getToolTipText(MouseEvent) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTree
Returns the string to be used as the tooltip for event.
getToolTipText(MouseEvent) - Method in class com.cafean.client.ui.navigator.NavigatorTree
Returns the string to be used as the tooltip for event.
getTopIdentNumber() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for topIdentNumber attribute.
getTopIdentNumberDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for topIdentNumber attribute.
getTotalChannels() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Access function for totalChannels attribute.
getTotalChannels() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Access function for totalChannels attribute.
getTracker() - Method in class com.cafean.JobStatus.StreamContext
 
getTrackerDBID() - Method in class com.cafean.jobstream.server.components.Stream
Returns the DBID assigned to this stream by the tracking server module.
getTrackerDBID() - Method in class com.cafean.jobstream.server.components.Task
Gets the DBID assigned to this task by the tracking server module.
getTrackerLocation() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
getTrackerLocation() - Method in class com.cafean.jobstream.common.components.PlatformProperties
 
getTrackerModuleLoader() - Method in class com.cafean.client.ui.MainFrame
returns the loader that the ModelEditor is using to load TrackerModule instances *
getTrackerModuleLoader() - Static method in class com.cafean.JobStatus.Main
 
getTrackerType() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
getTrackerType() - Method in class com.cafean.jobstream.common.components.PlatformProperties
 
getTrackingServerNode() - Method in class com.cafean.JobStatus.tree.TrackerNode
 
getTransferData(DataFlavor) - Method in class com.cafean.client.ui.clipboard.TransferableCopiedSubBlocks
 
getTransferData(DataFlavor) - Method in class com.cafean.client.ui.clipboard.TransferableDrawnComponents
 
getTransferData(DataFlavor) - Method in class com.cafean.client.ui.clipboard.TransferableModel
 
getTransferData(DataFlavor) - Method in class com.cafean.client.ui.clipboard.TransferablePibArray
 
getTransferData(DataFlavor) - Method in class com.cafean.client.ui.navigator.ComponentNode
 
getTransferData(DataFlavor) - Method in class com.cafean.client.ui.navigator.NavigatorNode
 
getTransferData(DataFlavor) - Method in class com.cafean.client.values.components.AbstractCBoolean
 
getTransferData(DataFlavor) - Method in class com.cafean.client.values.components.AbstractCInteger
 
getTransferData(DataFlavor) - Method in class com.cafean.client.values.components.AbstractCReal
 
getTransferData(DataFlavor) - Method in class com.cafean.client.values.components.AbstractCString
 
getTransferData(DataFlavor) - Method in class com.cafean.Number.Real
Returns an object which represents the data to be transferred.
getTransferDataFlavors() - Method in class com.cafean.client.ui.clipboard.TransferableCopiedSubBlocks
 
getTransferDataFlavors() - Method in class com.cafean.client.ui.clipboard.TransferableDrawnComponents
 
getTransferDataFlavors() - Method in class com.cafean.client.ui.clipboard.TransferableModel
 
getTransferDataFlavors() - Method in class com.cafean.client.ui.clipboard.TransferablePibArray
 
getTransferDataFlavors() - Method in class com.cafean.client.ui.navigator.ComponentNode
 
getTransferDataFlavors() - Method in class com.cafean.client.ui.navigator.NavigatorNode
 
getTransferDataFlavors() - Method in class com.cafean.client.values.components.AbstractCBoolean
 
getTransferDataFlavors() - Method in class com.cafean.client.values.components.AbstractCInteger
 
getTransferDataFlavors() - Method in class com.cafean.client.values.components.AbstractCReal
 
getTransferDataFlavors() - Method in class com.cafean.client.values.components.AbstractCString
 
getTransferDataFlavors() - Method in class com.cafean.Number.Real
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransform() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
getTranslatedCellCoordinates(int, int) - Method in interface com.cafean.client.ui.util.context.ContextTableModelCellTranslator
Gets the location in the table model which corresponds to the provided external x,y pair.
getTranslator() - Method in interface com.cafean.client.ui.util.context.ContextSimpleTableEditor
 
getTransparency() - Method in class com.cafean.client.analysis.ViewComponent
Getter for property transparency.
getTree() - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
getTree() - Method in interface com.cafean.client.ui.navigator.TreeNavigatorComponent
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.cafean.client.ui.navigator.NavigatorTreeCellRenderer
This is messaged from JTree whenever it needs to get the size of the component or it wants to draw it.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.cafean.client.ui.util.search.GSTreeRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.cafean.JobStatus.tree.ProjectTree.ProjectCellRenderer
Sets the value of the current tree cell to value.
getTreeModel() - Method in class com.cafean.client.ui.navigator.MiniNavigatorRootNode
Getter for property treeModel.
getTreeModel() - Method in class com.cafean.client.ui.navigator.ModelNode
 
getTreeModel() - Method in interface com.cafean.client.ui.navigator.NavigatorRoot
 
getTreeModel() - Method in class com.cafean.client.ui.navigator.NavigatorRootNode
Getter for the NavigatorTreeModel that controls the Navigator.
getTrueChar() - Method in class com.cafean.client.ui.beans.BooleanEditor
 
getTrueString() - Method in class com.cafean.client.values.components.SharedBoolean
Returns the string used to represent true values.
getTrueText() - Method in class com.cafean.client.ui.beans.BooleanEditor
 
gettsat(double[], double, double[]) - Method in class com.cafean.h2o.NewSteamTables
 
getTwoPointTransform(Tuple3d, Tuple3d, Transform3D) - Static method in class com.cafean.utils.Arrow
creates a rotation/translation suitable for placing an object between two points with its "top" and "bottom" oriented twards the first and second points respectively.
getType() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Access function for type attribute.
getType() - Method in class com.cafean.CalcServer.command.Keyword
Access function for type attribute.
getType() - Method in class com.cafean.CalcServer.command.ViewableFile
Access function for type attribute.
getType() - Method in class com.cafean.CalcServer.JobHandle
Get the calculation type.
getType() - Method in class com.cafean.client.anim.GeneralRange
returns the range type for this range
getType() - Method in class com.cafean.client.anim.SourceChangedEvent
Return the event type.
getType() - Method in class com.cafean.client.mdocs.QuickNote
 
getType() - Method in class com.cafean.client.ui.ConnectingPt
Returns the type of this ConnectingPt.
getType() - Method in class com.cafean.client.ui.GenericTMColumn
Gets the Class type that of the data that this column is representing.
getType() - Method in class com.cafean.client.ui.message.Message
Retrieves this Message's severity.
getType() - Method in class com.cafean.client.ui.swing.accordion.AccordionDataEvent
 
getType() - Method in class com.cafean.client.validation.GenericTableContext
Gets the PropertyContextType for this GenericTableContext.
getType() - Method in class com.cafean.client.values.components.ColumnDescription
 
getType() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for type attribute.
getType() - Method in class com.cafean.JobStatus.jimport.ImportFileDesc
 
getType() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Retrieves the type of this application.
getType() - Method in class com.cafean.jobstream.common.components.ApplicationInput
returns the type of this input in the form [Type Source]:[Type].
getType() - Method in class com.cafean.jobstream.common.components.ApplicationOutput
returns the type of this output in the form [Type Source]:[Type].
getType() - Method in class com.cafean.jobstream.common.components.FileType
Accessor for the type field of this file type.
getType() - Method in class com.cafean.jobstream.common.components.Keyword
Gets the type of this keyword.
getType() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Returns the type of this platform.
getType() - Method in class com.cafean.jobstream.common.components.PlatformProperties
Returns the type of that the stream will be submitted to.
getType() - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
returns this file's "type" which corresponds to [source name]:[type name] on the client side
getType() - Method in class com.cafean.jobstream.server.components.Task
Returns the name of the WrapperModule that will be used to manage the execution of this task.
getType() - Method in class com.cafean.moviegen.util.FormatFilter
The extension of this filter.
getType() - Method in enum com.cafean.moviegen.util.VideoFormat
 
getType() - Method in class com.cafean.utils.ReferenceDocs.DocMedia
Getter routine for the media type
getTypeByName(String) - Static method in class com.cafean.jobstream.common.components.Keyword
 
getTypeDefault() - Method in class com.cafean.client.values.components.NumericsTableColumn
Access function for type attribute.
getTypeName(int) - Static method in class com.cafean.client.anim.GeneralRange
 
getTypeName(int) - Static method in class com.cafean.jobstream.common.components.Keyword
Returns the name of the given keyword type.
getUid() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for uid attribute.
getUidDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for uid attribute.
getUIMenuItems(Component[]) - Static method in class com.cafean.client.values.drawn.AbstractDrawnSharedValue
Returns a set of menu items that can be used to modify the UI configuration of the selected set of drawn shared values.
getUNDOCKED_HEIGHT() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for UNDOCKED_HEIGHT attribute.
getUNDOCKED_MENU_VISIBLE() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for UNDOCKED_MENU_VISIBLE attribute.
getUNDOCKED_WIDTH() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for UNDOCKED_WIDTH attribute.
getUNDOCKED_X() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for UNDOCKED_X attribute.
getUNDOCKED_Y() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for UNDOCKED_Y attribute.
getUndoManager() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves the undo manager for the undo/redo stack for this model.
getUndoPresentationName() - Method in class com.cafean.client.analysis.ComponentStateEdit
getUndoPresentationName() - Method in class com.cafean.client.ui.navigator.UndoableAddToView
 
getUndoPresentationName() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
getUndoPresentationName() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
getUndoPresentationName() - Method in class com.cafean.client.ui.util.UndoableVersionChange
 
getUniqueID() - Method in class com.cafean.client.analysis.AbstractComponent
Provides a unique component id for components who may not contain a component number.
getUniqueID() - Method in class com.cafean.client.analysis.Connection
Provides a unique component id for components who may not contain a component number.
getUniqueID() - Method in class com.cafean.client.analysis.numerics.UserDefinedValue
 
getUniqueID() - Method in class com.cafean.client.analysis.ViewComponent
 
getUniqueID() - Method in class com.cafean.client.integrator.ReferenceLocation
 
getUniqueID() - Method in class com.cafean.client.mdocs.AbstractDocument
 
getUniqueID() - Method in class com.cafean.client.values.components.AbstractSharedValue
 
getUniqueID(AbstractComponent) - Method in class com.cafean.client.integrator.SubsystemIntegrator
returns a unique ID for the given component
getUniqueIDs() - Method in class com.cafean.client.io.DocumentTemplateEntry
Getter for the ids of the components which reference the AbstractDocument.
getUniqueName(String, DrawingLayer[]) - Static method in class com.cafean.client.ui.util.DrawingLayer
 
getUniqueName(String, List<DrawingLayer>) - Static method in class com.cafean.client.ui.util.DrawingLayer
 
getUnitDescription() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Access function for unitDescription attribute.
getUnitDescription() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Access function for unitDescription attribute.
getUnitDescription(int) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed access function for unitDescription attribute.
getUnitDescription(int) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed access function for unitDescription attribute.
getUnitDescription(String) - Method in class com.cafean.client.values.NumericsUnitDescriptor
 
getUnitDescription(String) - Method in class com.cafean.client.values.UnitDescriptor
Gets a description of the provided units
getUnitDescriptor() - Method in class com.cafean.client.values.AbstractNumericsModel
Gets a description of the units available to this model.
getUnitDisplayNames() - Method in class com.cafean.client.values.NumericsUnitDescriptor
 
getUnitDisplayNames() - Method in class com.cafean.client.values.UnitDescriptor
Gets the display names of units (ie Volume, Length, Density)
getUnitDisplayNames(String[]) - Method in class com.cafean.client.values.NumericsUnitDescriptor
 
getUnitDisplayNames(String[]) - Method in class com.cafean.client.values.UnitDescriptor
Gets the display name of the provided units (ie Volume, Length, Density)
getUnitIndex(Real) - Method in class com.cafean.client.analysis.AbstractModel
Finds the index of the given unit or -1 if the unit is not found inside this model.
getUnitIndex(String) - Method in class com.cafean.client.analysis.AbstractModel
Finds the index of the unit who's SI units are equal to the given String or -1.
getUnitIndex(String) - Method in class com.cafean.client.anim.DataSource
Retrieve the engineering unit code for a specified channel.
getUnitIndex(String) - Method in interface com.cafean.utils.Conversions
Determines the index for the given channel name.
getUnitIndexFromChannelName(String) - Method in class com.cafean.client.anim.AnimationModule
Returns the engineering unit code index for a given channel name.
getUnitName() - Method in class com.cafean.client.values.components.AbstractCReal
Returns the name of this CReal value.
getUnitName() - Method in class com.cafean.client.values.components.CReal
Returns the name of this CReal value.
getUnitName() - Method in class com.cafean.Number.Real
Returns the name of this Real value
getUnitNames() - Method in class com.cafean.client.values.NumericsUnitDescriptor
 
getUnitNames() - Method in class com.cafean.client.values.UnitDescriptor
Gets the names of units (ie Vol, Len, Den)
getUnits() - Method in class com.cafean.client.analysis.AbstractModel
Returns the current units for this model.
getUnits() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
 
getUnits() - Method in class com.cafean.client.analysis.numerics.UserDefinedValue
Returns a clone of the current value.
getUnits() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
 
getUnits() - Method in enum com.cafean.client.anim.enums.TimeScale
 
getUnits() - Method in class com.cafean.client.anim.EuUnitsChangedEvent
Retrieve the units type, 0==SI, 1=British.
getUnits() - Method in class com.cafean.client.ui.DrawnUserValue
Getter for property units.
getUnits() - Method in class com.cafean.client.values.components.AbstractCReal
Retrieves a string representation of the current units.
getUnits() - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
getUnits() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Getter for property units.
getUnits() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Getter for property units.
getUnits() - Method in class com.cafean.client.values.drawn.DrawnSharedString
Getter for property units.
getUnits() - Method in class com.cafean.client.values.nif.NumericsImporter
 
getUnits() - Method in class com.cafean.jobstream.server.sequence.Sequence
 
getUnits() - Method in class com.cafean.Number.BaseNumber
Retrieves a string representation of the current units.
getUnits() - Method in class com.cafean.snapdx.SDXRealArrayValue
Access function for units attribute.
getUnits() - Method in class com.cafean.snapdx.SDXRealValue
Access function for units attribute.
getUnits(boolean) - Method in class com.cafean.utils.NrcDBUnits
Return the units label.
getUnits(int) - Method in class com.cafean.client.values.components.AbstractCReal
Gets this real's units in the given format.
getUnits(int) - Method in class com.cafean.Number.Real
Returns this real's units in the given format.
getUNITS() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for UNITS attribute.
getUNITS() - Method in class com.cafean.client.io.med.UserVariableRec
Access function for UNITS attribute.
getUnitsBritish() - Method in class com.cafean.CalcServer.CustomUnitCodes.EUCode
 
getUnitsBritish(int) - Method in class com.cafean.CalcServer.CustomUnitCodes
British units label access routine.
getUnitsBritish(int) - Method in class com.cafean.client.anim.AnimationModule
Returns the British engineering units for a unit code index.
getUnitsBritish(int) - Method in class com.cafean.client.anim.DataSource
Returns the English units for the given engineering unit index.
getUnitsBritish(int) - Method in interface com.cafean.utils.Conversions
Retrieves the British unit label of the given unit.
getUnitsBritish(int) - Static method in class com.cafean.utils.NrcDBConv
British units label access routine.
getUnitsClasses() - Method in class com.cafean.client.values.AbstractNumericsModel
Gets an array of classes of model units.
getUnitsDesc(Class) - Method in class com.cafean.client.values.AbstractNumericsModel
Retrieve the description of an engineering units class.
getUnitsDisplay() - Method in class com.cafean.client.analysis.AbstractModel
Creates an array of strings for displaying model units for selection.
getUnitsDisplay() - Method in class com.cafean.client.values.AbstractNumericsModel
 
getUnitsDisplay(Class[]) - Method in class com.cafean.client.values.AbstractNumericsModel
Creates an array of labels for displaying model units for selection.
getUnitsHtml(String) - Method in class com.cafean.client.values.NumericsUnitDescriptor
 
getUnitsHtml(String) - Method in class com.cafean.client.values.UnitDescriptor
Gets an HTML formatted display string for the provided unit (ie Volume->m3, Length->feet, Density->kg/m3)
getUnitsName() - Method in interface com.cafean.client.values.components.RealVariable
 
getUnitsName() - Method in class com.cafean.client.values.components.SharedReal
 
getUnitsSI() - Method in class com.cafean.CalcServer.CustomUnitCodes.EUCode
 
getUnitsSI(int) - Method in class com.cafean.CalcServer.CustomUnitCodes
SI units label access routine.
getUnitsSI(int) - Method in class com.cafean.client.anim.AnimationModule
Returns the SI engineering units for a unit code index.
getUnitsSI(int) - Method in class com.cafean.client.anim.DataSource
Returns the SI units for the given engineering unit index.
getUnitsSI(int) - Method in interface com.cafean.utils.Conversions
Retrieves the SI unit label of the given unit.
getUnitsSI(int) - Static method in class com.cafean.utils.NrcDBConv
SI units label access routine.
getUnitsString() - Method in class com.cafean.h2o.ui.FluidPropCtrl
 
getUnitsString() - Method in class com.cafean.JSteam.FluidPropCtrl
 
getUnitsString(int, Class) - Static method in class com.cafean.client.values.nif.NIFUtils
Retrieve the current units string for an engineering units class.
getUnitsString(Class) - Method in class com.cafean.client.values.AbstractNumericsModel
Retrieve the current units string of an engineering units class.
getUnitsString(String) - Method in class com.cafean.client.values.NumericsUnitDescriptor
 
getUnitsString(String) - Method in class com.cafean.client.values.UnitDescriptor
Gets a display string for the provided unit (ie Volume->m^3, Length->feet, Density->kg/m^3)
GetUnitString(int, int) - Static method in class com.cafean.h2o.GlobalData
 
GetUnitString(int, int) - Static method in class com.cafean.JSteam.GlobalData
 
getUnitType() - Method in class com.cafean.client.values.components.AbstractCReal
Retrieves the global default unit type
getUnitType() - Static method in class com.cafean.Number.BaseNumber
Retrieves the global default unit type
getUnreviewedAttributeCount(AbstractComponent[]) - Method in class com.cafean.client.analysis.AbstractModel
Returns the number of unreviewed attributes in the given components.
getUpdateCount() - Method in class com.cafean.utils.update.WebUpdateCheck
 
getUpdates() - Method in class com.cafean.utils.update.WebUpdateCheck
 
getUpperChannelName() - Method in class com.cafean.client.ui.annotation.PolygonBean
Getter for the upper data channel
getUpperPhaseMode() - Method in class com.cafean.client.ui.annotation.PolygonBean
Getter for the upper phase mode.
getUpperRange() - Method in class com.cafean.client.ui.annotation.PolygonBean
Access routine for the range component used to map tempearature to color.
getUpperRangeIdent() - Method in class com.cafean.client.ui.annotation.PolygonBean
Getter for the upper range ident
getUpperVolumeID() - Method in class com.cafean.client.ui.annotation.PolygonBean
Access routine for the volume ID.
getUri() - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Access function for uri attribute.
getURI() - Method in class com.cafean.JobStatus.ConsolePanel
 
getURI() - Method in class com.cafean.JobStatus.ui.AbstractTabPanel
 
getURI() - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
 
getURI() - Method in class com.cafean.JobStatus.ui.download.StreamDownloadPanel
 
getURI() - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
getURI() - Method in class com.cafean.jobstream.common.FileReference
retrieves this reference's location attribute as a URI
getURI() - Method in class com.cafean.jobstream.server.components.StorageLocation
returns the current location as a URI
getUrl() - Method in class com.cafean.client.anim.DataSource
Retrieves this DataSource's connection URL.
getUrl() - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Access function for url attribute.
getUrl() - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Access function for url attribute.
getUrl() - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Access function for url attribute.
getUrlIdentifier() - Method in class com.cafean.client.anim.DataSource
Retrieves the type of URL that this DataSource will allow a connection to.
getUsages(AbstractDocument) - Method in class com.cafean.client.mdocs.ALDocReferenceTable
Returns all of the components using the given document.
getUsagesCount(AbstractDocument) - Method in class com.cafean.client.mdocs.ALDocReferenceTable
returns the number of references to the given document
getUse3DDisplays() - Method in class com.cafean.client.ui.SnapPreferences
 
getUsedBounds() - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
getUsedBounds() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
getUsedBounds() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
getUsedBounds() - Method in class com.cafean.client.ui.DrawnConnection
 
getUsedBounds() - Method in interface com.cafean.client.ui.FullScreenDrawing
Retrieves the bounds actually used by this FullScreenDrawing.
getUseHTML() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
getUseMultiUndoEvents() - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
 
getUseMultiUndoEvents() - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
 
getUseMultiUndoEvents() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
 
getUseMultiUndoEvents() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
 
getUseProxy() - Method in class com.cafean.utils.WebSupport
Getter for property useProxy.
getUserBits() - Method in class com.cafean.client.values.util.matlab.MXArray
Get 8 bits of user data stored in the mxArray header.
getUserid() - Method in class com.cafean.utils.WebSupport
Getter for property userid.
getUserID() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Access function for userID attribute.
getUserIDString() - Static method in class com.cafean.utils.LogonDialog
Get the value of the User ID field.
getUserName() - Method in class com.cafean.client.ui.MainFrame
Gets the current user id.
getUseSecureOnly() - Method in class com.cafean.utils.WebSupport
Getter for property useSecureOnly.
getUsesRow() - Method in class com.cafean.client.validation.PropertyContextType
 
getValidationOptions() - Method in class com.cafean.client.analysis.AbstractModel
This gets the ValidationOptions that is stored inside a given model.
getValidationTests() - Method in class com.cafean.client.analysis.AbstractModel
This gets the array of ValidationTests from the current model.
getValidationWrapper() - Method in class com.cafean.client.analysis.AbstractModel
Retrieves a validation wrapper that will handle the validation of this model if one is available.
getValidatorContents() - Method in class com.cafean.client.validation.util.ModelDisplayResults
Gets the validation process results.
getValidLabel(String) - Static method in class com.cafean.client.ui.MainFrame
Returns a valid key string for the user defined key passed in.
getValidName(String) - Static method in class com.cafean.CalcServer.RootFolder
Retrieves a valid root folder name using the given suggested name.
getValue() - Method in class com.apt.xdr.MultiDimArrayEditor
 
getValue() - Method in class com.cafean.CalcServer.command.InteractiveVariable
Access function for value attribute.
getValue() - Method in class com.cafean.CalcServer.command.Keyword
Access function for value attribute.
getValue() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Access function for value attribute.
getValue() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
getValue() - Method in class com.cafean.client.anim.ChannelNameEditor
 
getValue() - Method in class com.cafean.client.anim.ComponentIdEditor
 
getValue() - Method in class com.cafean.client.anim.InteractiveCommand
Access routine for the value array.
getValue() - Method in class com.cafean.client.anim.InteractiveNameEditor
 
getValue() - Method in class com.cafean.client.anim.IVarEditor
Access routine for the command object.
getValue() - Method in class com.cafean.client.anim.UDLROrientationEditor
Access routine for the edited value.
getValue() - Method in class com.cafean.client.io.med.Attribute
Access function for value attribute.
getValue() - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
getValue() - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
getValue() - Method in class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
getValue() - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
getValue() - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
getValue() - Method in class com.cafean.client.ui.beans.BooleanEditor
 
getValue() - Method in class com.cafean.client.ui.beans.BorderStyleEditor
Access routine for the channel name.
getValue() - Method in class com.cafean.client.ui.beans.CalendarEditor
 
getValue() - Method in class com.cafean.client.ui.beans.ColorIntEditor
Retrieves the current Integer value in this editor by retrieving the RGB value of the currently edited Color object.
getValue() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
 
getValue() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
getValue() - Method in class com.cafean.client.ui.beans.IconImageEditor
 
getValue() - Method in class com.cafean.client.ui.beans.IntNonMultiEdit
 
getValue() - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
 
getValue() - Method in class com.cafean.client.ui.beans.LongStringEditor
 
getValue() - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
getValue() - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
getValue() - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
getValue() - Method in class com.cafean.client.ui.beans.ObjectPropertyEditor
 
getValue() - Method in class com.cafean.client.ui.beans.OptionalDoubleEditor
Gets the value of the property.
getValue() - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
getValue() - Method in class com.cafean.client.ui.beans.OptionalIntegerEditor
Gets the value of the property.
getValue() - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
getValue() - Method in class com.cafean.client.ui.beans.OptionalStringEditor
Gets the value of the property.
getValue() - Method in class com.cafean.client.ui.beans.PropertyActivationTuple
Return the new property value.
getValue() - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Gets the value of the property.
getValue() - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
getValue() - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
getValue() - Method in interface com.cafean.client.ui.beans.SingleStringSet
 
getValue() - Method in class com.cafean.client.ui.beans.StringDisplayEditor
getValue() - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
getValue() - Method in class com.cafean.client.ui.beans.UnitsEditor
 
getValue() - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
Gets the property value.
getValue() - Method in class com.cafean.client.ui.GenericTableEditor
 
getValue() - Method in class com.cafean.client.ui.RealTextField
This attempts to return the value inside this RealTextField as a Real.
getValue() - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Returns the value passed to the NodeButton constructor.
getValue() - Method in class com.cafean.client.values.components.AbstractCBoolean
Gets the resolved value of the boolean.If a reference exists, that object's value is returned.
getValue() - Method in class com.cafean.client.values.components.AbstractCInteger
Gets the resolved value of the integer.
getValue() - Method in class com.cafean.client.values.components.AbstractCReal
Gets the resolved value of the real.If the real refers to a SharedReal, the referenced object's value is returned; otherwise, this method retrieves the local data value is retrieved.
getValue() - Method in class com.cafean.client.values.components.AbstractCString
Returns the resolved value of the string.
getValue() - Method in class com.cafean.client.values.components.CBoolean_E
Returns the resolved value of the boolean.
getValue() - Method in class com.cafean.client.values.components.CBoolean
Returns the resolved value of the boolean.
getValue() - Method in class com.cafean.client.values.components.CInteger_E
Returns the resolved value of the integer.
getValue() - Method in class com.cafean.client.values.components.CInteger
Returns the resolved value of the integer.
getValue() - Method in class com.cafean.client.values.components.CReal
Returns the resolved value of the real.
getValue() - Method in class com.cafean.client.values.components.EnumEntry
Access function for value attribute.
getValue() - Method in class com.cafean.client.values.components.SharedBoolean
Access function for value attribute.
getValue() - Method in class com.cafean.client.values.components.SharedInteger
Returns the value of this shared integer.
getValue() - Method in class com.cafean.client.values.components.SharedReal
Access function for value attribute.
getValue() - Method in class com.cafean.client.values.components.SharedString
Returns the value of this shared string.
getValue() - Method in class com.cafean.client.values.editors.CBooleanEditor
 
getValue() - Method in class com.cafean.client.values.editors.CDoubleEditor
 
getValue() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
getValue() - Method in class com.cafean.client.values.editors.CIntegerEditor
 
getValue() - Method in class com.cafean.client.values.editors.CRealEditor
 
getValue() - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
getValue() - Method in class com.cafean.client.values.editors.CStringEditor
 
getValue() - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
getValue() - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
getValue() - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
getValue() - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
getValue() - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
getValue() - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
getValue() - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
getValue() - Method in class com.cafean.client.values.editors.SharedValueEditor
 
getValue() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
getValue() - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
getValue() - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
getValue() - Method in class com.cafean.client.values.ui.CBooleanCheckBox
Returns the current state of the edited value.
getValue() - Method in class com.cafean.client.values.ui.CIntegerTextField
This attempts to return the value inside this LocalIntegerTextField as a LocalInteger.
getValue() - Method in class com.cafean.client.values.ui.CRealTextField
This attempts to return the value inside this RealTextField as an AbstractCReal.
getValue() - Method in class com.cafean.jobstream.common.components.Keyword
Gets the value of this keyword
getValue() - Method in class com.cafean.jobstream.common.util.Progress
Gets the current progress indication value.
getValue() - Method in class com.cafean.Number.Int
 
getValue() - Method in class com.cafean.Number.Real
Returns the current value of this Real in SI units.
getValue() - Method in class com.cafean.rpc.command.Ping
Access function for value attribute.
getValue() - Method in class com.cafean.rpc.RPCResponse
Retrieves the PibBlock value of the response.
getValue() - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Access function for value attribute.
getValue() - Method in class com.cafean.snapdx.SDXIntegerValue
Access function for value attribute.
getValue() - Method in class com.cafean.snapdx.SDXRealArrayValue
Access function for value attribute.
getValue() - Method in class com.cafean.snapdx.SDXRealValue
Access function for value attribute.
getValue() - Method in class com.cafean.snapdx.SDXStringArrayValue
Access function for value attribute.
getValue() - Method in class com.cafean.snapdx.SDXStringValue
Access function for value attribute.
getValue() - Method in class com.cafean.utils.RptDoc.CustomReportData
Getter for the data value contained by the instance
getValue() - Method in class javax.swing.beaninfo.SwingColorEditor
 
getValue() - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
getValue() - Method in class javax.swing.beaninfo.SwingDoubleEditor
 
getValue() - Method in class javax.swing.beaninfo.SwingFloatEditor
 
getValue() - Method in class javax.swing.beaninfo.SwingFontEditor
 
getValue() - Method in class javax.swing.beaninfo.SwingIntegerEditor
 
getValue() - Method in class javax.swing.beaninfo.SwingLongEditor
 
getValue() - Method in class javax.swing.beaninfo.SwingStringEditor
Gets the value of the property.
getValue(int) - Method in class com.cafean.client.anim.InteractiveCommand
Indexed access routine for the value array.
getValue(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Returns the value at the given index.
getValue(int) - Method in class com.cafean.document.notebook.util.IndexedValueMap
returns the value at the given index (not location)
getValue(int) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Indexed access function for value attribute.
getValue(int) - Method in class com.cafean.snapdx.SDXRealArrayValue
Indexed access function for value attribute.
getValue(int) - Method in class com.cafean.snapdx.SDXStringArrayValue
Indexed access function for value attribute.
getValue(int, int) - Method in class com.cafean.client.analysis.TableND
Retrieves the value at the given row and column or null if there is no such row and column.
getValue(int, int) - Method in class com.cafean.client.values.components.CTableND
Retrieves the value at the given row and column or null if there is no such row and column.
getValue(Object, int) - Method in class com.cafean.client.ui.SubblockArrayTableColumn
Gets the provided value using the setter method on the provided owner
getValue(String) - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
Retrieves the value in this data store corresponding to the given key.
getVALUE() - Method in class com.cafean.client.io.med.UserVariableRec
Access function for VALUE attribute.
getValueAt(int, int) - Method in class com.cafean.client.analysis.Table1D
Returns the Real in the given row and column.
getValueAt(int, int) - Method in class com.cafean.client.analysis.TableND
Returns the Real in the given row and column.
getValueAt(int, int) - Method in class com.cafean.client.anim.channel.ChannelTableModel
 
getValueAt(int, int) - Method in class com.cafean.client.ui.GenericTableModel
 
getValueAt(int, int) - Method in class com.cafean.client.ui.TableSorter
Passes through the value stored in the sorted locations.
getValueAt(int, int) - Method in class com.cafean.client.values.components.CTable1D
Returns the CReal in the given row and column.
getValueAt(int, int) - Method in class com.cafean.client.values.components.CTableND
Returns the CReal in the given row and column.
getValueAt(int, int) - Method in class com.cafean.document.notebook.components.PseudoSubTable
Returns the value at the indicated cell.
getValueAt(int, int) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
getValueAt(int, int) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
getValueAt(int, int) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
getValueAt(int, int) - Method in class com.cafean.utils.TableMap
 
getValueAt(int, int) - Method in class com.cafean.utils.TableSorter
 
getValueAt(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
Retrieves the value of the given property.
getValueDefault() - Method in class com.cafean.client.values.components.AbstractCBoolean
Gets the default value.
getValueDefault() - Method in class com.cafean.client.values.components.AbstractCInteger
Gets the default value.
getValueDefault() - Method in class com.cafean.client.values.components.AbstractCReal
Gets the default value.
getValueDefault() - Method in class com.cafean.client.values.components.AbstractCString
Returns the default value.
getValueDefault() - Method in class com.cafean.client.values.components.CBoolean_E
Returns the default value.
getValueDefault() - Method in class com.cafean.client.values.components.CBoolean
Returns the default value.
getValueDefault() - Method in class com.cafean.client.values.components.CInteger_E
Returns the default value.
getValueDefault() - Method in class com.cafean.client.values.components.CInteger
Returns the default value.
getValueDefault() - Method in class com.cafean.client.values.components.CString
Returns the default value.
getValueDefault() - Method in class com.cafean.client.values.components.EnumEntry
Access function for value attribute.
getValueDefault() - Method in class com.cafean.client.values.components.SharedBoolean
Access function for value attribute.
getValueDefault() - Method in class com.cafean.client.values.components.SharedReal
Access function for value attribute.
getValueDisplayString() - Method in class com.cafean.client.values.components.AbstractSharedValue
 
getValueDisplayString() - Method in class com.cafean.client.values.components.SharedBoolean
 
getValueDisplayString() - Method in class com.cafean.client.values.components.SharedInteger
 
getValueDisplayString() - Method in class com.cafean.client.values.components.SharedReal
 
getValueDisplayString() - Method in class com.cafean.client.values.components.SharedString
 
getValueDisplayString() - Method in class com.cafean.client.values.components.SharedTable
 
getValueForNIFString(String) - Static method in class com.cafean.client.values.nif.NumericsImporter
Cleans an NIF String input token.
getValueIsAdjusting() - Method in class com.cafean.client.ui.swing.accordion.Accordion
 
getValueIsAdjusting() - Method in class com.cafean.client.ui.swing.accordion.AccordionExpansionEvent
 
getValueIsAdjusting() - Method in class com.cafean.client.ui.swing.accordion.AccordionSelectionEvent
 
getValueIsAdjusting() - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Returns true if the value is undergoing a series of changes.
getValueIsAdjusting() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
getValueLabel() - Method in class com.cafean.client.ui.DrawnUserValue
Getter for property valueLabel.
getValueLabel() - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
getValueLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Getter for property valueLabel.
getValueLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Getter for property valueLabel.
getValueLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedString
Getter for property valueLabel.
getValueLabel(CInteger) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
getValues() - Method in class com.apt.xdr.MdDblArray
retrieves the raw array of values
getValues() - Method in class com.apt.xdr.MdFltArray
retrieves the raw array of values
getValues() - Method in class com.apt.xdr.MdIntArray
retrieves the raw array of values
getValues() - Method in class com.cafean.client.analysis.ConditionSet
This method returns all of the current values stored inside the condition hashtable.
getValues() - Method in class com.cafean.client.io.TemplateEntry
Gets the values of the properties storeed in this template.
getValues() - Method in class com.cafean.jobstream.common.util.BundlePropertyDetails
The values that will be displayed in each column.
getValues(double[]) - Method in class com.cafean.h2o.ui.JSteamFrame
 
getValues(double[]) - Method in class com.cafean.JSteam.JSteamFrame
 
getVALUES() - Method in class com.cafean.client.io.med.UserConstantRec
Access function for VALUES attribute.
getVALUES(int) - Method in class com.cafean.client.io.med.UserConstantRec
Indexed access function for VALUES attribute.
getValuesNS() - Method in interface com.cafean.client.ui.beans.SingleStringSet
 
getValueText() - Method in class com.cafean.client.ui.DrawnUserValue
Getter for property valueText.
getValueText() - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
getValueText() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Getter for property valueText.
getValueText() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Getter for property valueText.
getValueText() - Method in class com.cafean.client.values.drawn.DrawnSharedString
Getter for property valueText.
getVaporTempPat() - Method in class com.cafean.client.anim.DataSource
Access function for vaporTempPat attribute.
getVariable(String) - Method in class com.cafean.client.values.util.matlab.Engine
 
getVariableNames() - Method in class com.cafean.jobstream.server.sequence.Iteration
Returns the set of variable names that have been assigned.
getVariableReferenceMatcher(String) - Static method in class com.cafean.client.values.util.ValueUtils
 
getVariables() - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Access function for variables attribute.
getVariables() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Access function for variables attribute.
getVariables(int) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Indexed access function for variables attribute.
getVariables(int) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Indexed access function for variables attribute.
getVariableSize(int) - Method in class com.cafean.client.analysis.TableND
Returns the number of entries in the given variable.
getVariableSize(int) - Method in class com.cafean.client.values.components.CTableND
Returns the number of entries in the given variable.
getVariableString(String) - Method in class com.cafean.jobstream.server.sequence.Iteration
Returns the value that has been assigned to the given variable.
getVariableValue(String) - Method in class com.cafean.jobstream.server.sequence.Iteration
 
getVarList() - Method in class com.cafean.client.anim.AbstractDisplayBean
Access routine to obtain the list of data channel names that are being used to drive the bean animation.
getVarNames() - Method in class com.cafean.client.anim.AbstractDisplayBean
Retrieve the list of all channel names from the infobus.
getVarNames() - Method in class com.cafean.client.anim.DataSource
Return an array of the data channel names.
getVCSPlugin() - Method in class com.cafean.vcs.desc.VersionControlSystemDesc
Returns the version control system plugin associated with this implementation of the description class.
getVerbosity() - Method in class com.cafean.client.analysis.ValidationTest
Gets the verbosity level for this test.
getVersion() - Method in class com.cafean.client.ui.ApplicationFrame
This gets the Version information for this instance of the ModelEditor.
getVersion() - Static method in class com.cafean.client.ui.MainFrame
This gets the Version information for this instance of the ModelEditor.
getVersion() - Method in class com.cafean.client.values.functions.NumericFunctionDesc
Returns the current version of this function formatted as: [major].[minor].[bugfix].
getVersion() - Method in class com.cafean.client.values.sources.NumericDataSourceDesc
Returns the current version of this data store formatted as: [major].[minor].[bugfix].
getVersion() - Method in class com.cafean.CodePlugins.MEPlugin
Returns the version number of this plugin as a String.
getVersion() - Method in class com.cafean.CodePlugins.MEPluginData
Returns the current plugin version.
getVersion() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Returns the version of the application.
getVersion() - Method in class com.cafean.jobstream.common.components.ApplicationVersion
returns the version of the application version that this version represents
getVersion() - Method in class com.cafean.jobstream.common.components.SnapInstallation
 
getVersion() - Method in class com.cafean.rpc.AbstractRPCConnection
Returns a Version instance describing the current version of the application using this RPC connection.
getVersion() - Method in class com.cafean.utils.LibraryInfo
 
getVersion() - Method in interface com.cafean.utils.SplashListener
Return the version object.
getVersion() - Method in class com.cafean.vcs.desc.VersionControlSystemDesc
Returns the current version of this version control formatted as: [major].[minor].[bugfix].
getVersionBugfix() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for versionBugfix attribute.
getVersionBugfixDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for versionBugfix attribute.
getVersionControlSystems() - Method in class com.cafean.vcs.utils.VersionControlLoader
 
getVersionMajor() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for versionMajor attribute.
getVersionMajorDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for versionMajor attribute.
getVersionMinor() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for versionMinor attribute.
getVersionMinorDefault() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Access function for versionMinor attribute.
getVersionsLoc() - Method in class com.cafean.utils.update.WebUpdateCheck
 
getVersionString() - Method in class com.cafean.utils.Version
 
getVertGridSpacing() - Method in class com.cafean.client.analysis.ViewComponent
Getter for property vertGridSpacing.
getVertSnapSpacing() - Method in class com.cafean.client.analysis.ViewComponent
Getter for property vertSnapSpacing.
getVideoFormatEncodingTypes() - Method in class com.cafean.moviegen.support.AbstractVideoType
Most of the supported routines are encoded routines.
getVideoFormatEncodingTypes() - Method in class com.cafean.moviegen.support.AVI
 
getView() - Method in class com.cafean.client.ui.util.InsertComponentContext
 
getView() - Method in class com.cafean.client.ui.util.search.GSDrawnViewCache
 
getVIEW_DB_ID() - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Access function for VIEW_DB_ID attribute.
getVIEW_DB_ID() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for VIEW_DB_ID attribute.
getVIEW_DB_ID() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Access function for VIEW_DB_ID attribute.
getVIEW_DB_ID() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for VIEW_DB_ID attribute.
getVIEW_DB_ID() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Access function for VIEW_DB_ID attribute.
getVIEW_DB_ID() - Method in class com.cafean.client.io.med.DrawnLayerRec
Access function for VIEW_DB_ID attribute.
getVIEW_DB_ID() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for VIEW_DB_ID attribute.
getVIEW_DB_ID() - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Access function for VIEW_DB_ID attribute.
getVIEW_X() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for VIEW_X attribute.
getVIEW_Y() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for VIEW_Y attribute.
getViewableFileBlock(int, String, int, int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the requested block of output from the given job/file.
getViewableFileLength(int, String, int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the number of lines in the given viewable file.
getViewableFiles() - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Retrieves the set of viewable files available from the currently selected job on the currently selected calculation server.
getViewableFiles(int, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Retrieves the list of the given job's files that are viewable in Output viewer.
GetViewableFilesRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
GetViewableFilesRequest(CSInterface, PlatformDefinition, Job, JButton, JPopupMenu) - Constructor for class com.cafean.JobStatus.ui.csstream.request.GetViewableFilesRequest
 
getViewComponent() - Method in class com.cafean.client.ui.BeanBox
Retrieves the ViewComponent that corresponds with the DrawnView that contains this BeanBox.
getViewComponent() - Method in class com.cafean.client.ui.DrawnView
Gets the ViewComponent for this DrawnView.
getViewComponent() - Method in class com.cafean.client.ui.navigator.ViewComponentNode
 
getViewComponent() - Method in class com.cafean.client.ui.ViewConnectionsPrefDialog
Returns the view containing the connections being displayed
getViewComponent() - Method in class com.cafean.client.ui.ZoomablePanel
Retrieves the ViewComponent that corresponds with the DrawnView that contains this BeanBox.
getViewImage() - Method in class com.cafean.client.io.TemplateDescriptor
gets the image byte[] of the image icon which represents the view
getViewImage(File) - Static method in class com.cafean.client.ui.DrawnView
 
getViewMenuItems() - Method in class com.cafean.JobStatus.ui.AbstractTabPanel
 
getViewMenuItems() - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Returns a list of viewable files menu items that allow the user to open Output Viewer for any text file in the job.
getViewMenuItems() - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
getViewportCenter() - Method in class com.cafean.client.ui.ZoomablePanel
Calculates the center of the currently visible position of the scrollpane containing this ZoomablePanel.
getViewPosition() - Method in class com.cafean.client.analysis.ViewComponent
Getter for property viewPosition.
getViewPosition() - Method in class com.cafean.client.ui.DrawnView
Returns the upper left coordinate of the viewport in the main scroll pane this should make sure that the view stores this location for a local save.
getViews() - Method in class com.cafean.client.ui.util.search.GSSearchResult
 
getViewSelectionMode() - Method in class com.cafean.client.ui.SnapPreferences
 
getViewSize() - Method in class com.cafean.client.ui.DrawnView
Returns the dimensions of the viewport in the main scroll pane.
getVirtual() - Method in class com.cafean.client.analysis.AbstractModel
 
getVISIBLE() - Method in class com.cafean.client.io.med.DrawnLayerRec
Access function for VISIBLE attribute.
getVISIBLE() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for VISIBLE attribute.
getVisibleEdgeNodeCount() - Method in class com.cafean.client.ui.swing.accordion.Accordion
 
getVisualGroups() - Method in class com.cafean.client.ui.BeanBox
Retrieves the list of VisualGroup instances in this BeanBox.
getVoidFraction() - Method in class com.cafean.h2o.FluidState
Getter for void fraction
getVoidFractionPat() - Method in class com.cafean.client.anim.DataSource
Access function for voidFractionPat attribute.
getVolumeID() - Method in class com.cafean.client.anim.AbstractVolumeBean
Access routine for the volume ID.
getVolumes(DataSource, String[], List<String>) - Method in class com.cafean.client.anim.AnimationModule
Locate all volumes given the list of variables.
getVolumes(String[], List<String>) - Method in class com.cafean.client.anim.AnimationModule
Locate all volumes given the list of variables.
getWarningColor() - Method in class com.cafean.client.ui.SnapPreferences
 
getWarningCount() - Method in class com.cafean.client.ui.message.ModelErrorReport
returns the number of warnings in this report
getWarningCount() - Method in class com.cafean.client.ui.MessageWindow
Retrieves the number of warning messages since the last clearWarningCount or clearCheckErrors call.
getWarnings() - Method in class com.cafean.client.values.nif.NumericsImportReport
 
getWarnings(AbstractComponent, AbstractSubSystem) - Method in class com.cafean.client.integrator.AbstractIntegrator
Returns a list of the warnings associated with integrating the given component.
getWaterIntEnergy() - Method in class com.cafean.h2o.FluidState
Getter for water internal energy
getWaterPressure() - Method in class com.cafean.h2o.FluidState
Getter for water pressure
getWaterTemp() - Method in class com.cafean.h2o.FluidState
Getter for water temperature
getWaterTemperature() - Method in class com.cafean.h2o.FluidState
Getter for water temperature
getWebPage() - Method in class com.cafean.utils.update.UpdateEntry
 
getWebsite() - Method in class com.cafean.utils.LibraryInfo
 
getWebSupport() - Method in class com.cafean.utils.Configurator
Retrieves the Web support configuration from the Global module.
getWebSupport() - Method in class com.cafean.utils.ConfigWrapper
Retrieves the Web support configuration from the Global module.
getWebSupportServer() - Method in class com.cafean.utils.WebSupport
Getter for property webSupportServer.
getWholeWord() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Access function for wholeWord attribute.
getWidth() - Method in class com.cafean.client.ui.annotation.Annotation
 
getWidth(ImageObserver) - Method in class com.cafean.client.mdocs.EmbeddedImage
 
getWIDTH() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for WIDTH attribute.
getWIDTH_SCALE() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for WIDTH_SCALE attribute.
getWIDTH_SCALE_FACTOR() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for WIDTH_SCALE_FACTOR attribute.
getWidthField() - Method in class com.cafean.moviegen.ui.SettingsDialog
Getter for the width field.
getWidthScaleFactor() - Method in class com.cafean.client.analysis.ViewComponent
Gets this view's width scale factor.
getWidthScaleFactor() - Method in class com.cafean.client.io.TemplateDescriptor
gets the width scale factor setting of the source view
getWidthScaleFactor() - Method in class com.cafean.client.io.TemplateEntry
Getter for property widthScaleFactor.
getWidthScaleFactor() - Method in class com.cafean.client.ui.BeanBox
Gets this view's width scale factor.
getWidthScaleFactor() - Method in class com.cafean.client.ui.DrawnComponent
This gets the width scale factor for this drawn component.
getWindowForComponent(Component) - Static method in class com.cafean.utils.OptionPane
Returns the specified component's toplevel Frame or Dialog.
getWindowingMode() - Method in class com.cafean.client.ui.SnapPreferences
retrieves the current windowing arrangement mode as one of the above WINDOW_* enumerations.
getWorkingDirectory() - Method in class com.cafean.CalcServer.JobHandle
Retrieves this job's working directory.
getWrapperType() - Method in class com.cafean.CalcServer.CalcJobFile
gets the name of the wrapper module type used to run this job.
getWrapperType() - Method in class com.cafean.CalcServer.command.Job
Access function for wrapperType attribute.
getWrapperType() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Access function for wrapperType attribute.
getWriteable() - Method in class com.cafean.client.ui.AsciiViewer
Retrieves the object that this viewer is viewing.
getX() - Method in class com.cafean.client.ui.util.ControlPoint
returns the x coordinate of this point
getX_LOC() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for X_LOC attribute.
getX_Pos() - Method in class com.cafean.client.ui.DrawnComponent
Gets the X coordinate of the center point of this DrawnComponent.
getX_SIZE() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for X_SIZE attribute.
getXDistBetweenCPs() - Method in class com.cafean.client.ui.DrawnComponent
This distance is used in the layout algorithm to allow for drawn objects which are not square, such as segmented pipes.
getXDistBetweenXflowCPs() - Method in class com.cafean.client.ui.DrawnComponent
This distance is used in the layout algorithm to allow for drawn objects which are not square, such as segmented pipes.
getXpdfPath() - Method in class com.cafean.client.ui.SnapPreferences
sets the path to the XPDF executable used by the PDFViewer
getXPOS() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for XPOS attribute.
getXPOS() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for XPOS attribute.
getXPOS() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for XPOS attribute.
getY() - Method in class com.cafean.client.ui.util.ControlPoint
returns the y coordinate of this point
getY_LOC() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for Y_LOC attribute.
getY_Pos() - Method in class com.cafean.client.ui.DrawnComponent
Gets the Y coordinate of the center point of this DrawnComponent.
getY_SIZE() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for Y_SIZE attribute.
getYear() - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
getYLabel(boolean) - Method in class com.cafean.CalcServer.CustomUnitCodes.EUCode
Return the Y-axis label for this engineering unit code.
getYLabel(boolean) - Method in class com.cafean.utils.NrcDBUnits
Return the Y-axis label for this engineering unit code.
getYLabel(int, boolean) - Method in class com.cafean.CalcServer.CustomUnitCodes
Return the data channel title appropriate for a Y-axis.
getYPOS() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for YPOS attribute.
getYPOS() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Access function for YPOS attribute.
getYPOS() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for YPOS attribute.
getZOOM_SCALE() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for ZOOM_SCALE attribute.
getZOOM_X_SIZE() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for ZOOM_X_SIZE attribute.
getZOOM_Y_SIZE() - Method in class com.cafean.client.io.med.ViewCompRec
Access function for ZOOM_Y_SIZE attribute.
getZoomablePanel() - Method in class com.cafean.client.ui.DrawnComponent
Retrieves the ZoomablePanel that contains this DrawnComponent or null if this DrawnComponent exists outside of a ZoomablePanel.
getZoomablePanel() - Method in class com.cafean.client.ui.DrawnView
An accessor for the ZoomablePanel
getZoomScale() - Method in class com.cafean.client.analysis.ViewComponent
Gets the current zoom factor from the view's zoom panel or the locally stored zoom factor, if the DrawnView has never been opened.
getZoomScale() - Method in class com.cafean.client.ui.DrawnView
Getter for the scale of the ZoomablePanel
getZoomSize() - Method in class com.cafean.client.ui.ZoomablePanel
Return the size of scaled components.
getZPOS() - Method in class com.cafean.client.io.med.DrawnComponentRec
Access function for ZPOS attribute.
getZPOS() - Method in class com.cafean.client.io.med.DrawnNumericRec
Access function for ZPOS attribute.
gfunct(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gfuncte(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gfunctline(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
GlassPanel - Class in com.cafean.client.ui
A glass panel that rests on top of the bean box in a view This panel handles the rendering of the move, resize and rubberband selection boxes.
GlassPanel() - Constructor for class com.cafean.client.ui.GlassPanel
The constructor for a new GlassPanel.
GlobalData - Class in com.cafean.h2o
This is a static class that contains the units conversion labels and data.
GlobalData - Class in com.cafean.JSteam
This is a static class that contains the units conversion labels and data.
GlobalData() - Constructor for class com.cafean.h2o.GlobalData
 
GlobalData() - Constructor for class com.cafean.JSteam.GlobalData
 
GlobalSearchDialog - Class in com.cafean.client.ui.util.search
This dialog searches for components in the entire model, and displays them in a JTree structure.
GlobalSearchDialog(AbstractModel) - Constructor for class com.cafean.client.ui.util.search.GlobalSearchDialog
Creates new form GlobalSearchDialog
GotoLineDialog - Class in com.cafean.client.validation
A simple integer input dialog used to seek to a given line.
gpfunct(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gpfunctline(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gppfunct(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gppfuncte(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gppfunctline(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gptfunct(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gptfuncte(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gptfunctline(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gpttfunct(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
GraphWriter - Class in com.cafean.document.notebook.plot
 
GraphWriter() - Constructor for class com.cafean.document.notebook.plot.GraphWriter
 
Gray - com.cafean.document.notebook.plot.ExportColor
 
greaterthan(double) - Method in class com.cafean.client.values.components.AbstractCReal
Returns true if the resolved value is greater than the given value.
greaterthan(double) - Method in class com.cafean.Number.Real
 
greaterthan(int) - Method in class com.cafean.Number.Int
 
greaterthan(AbstractCReal) - Method in class com.cafean.client.values.components.AbstractCReal
Returns true if the provided CReal's resolved value is greater than the given value.
greaterthan(Int) - Method in class com.cafean.Number.Int
 
greaterthan(Real) - Method in class com.cafean.Number.Real
 
Green - com.cafean.document.notebook.plot.ExportColor
 
Green4 - com.cafean.document.notebook.plot.ExportColor
 
GRID_ABOVE - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
GRID_ALPHA - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
GRID_COLOR - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
GRID_SHOW - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
GRID_SNAP_HORIZ - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
GRID_SNAP_TO - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
GRID_SNAP_VERT - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
GRID_SPACE_HORIZ - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
GRID_SPACE_VERT - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
GridComponentOrganizer - Class in com.cafean.client.values.util
This is a simple grid based organizer that lays out the selected components in a grid pattern based on the median height and width of the components, and then ensures that no cells in the grid contain overlapping components.
GridComponentOrganizer(Collection<DrawnComponent>) - Constructor for class com.cafean.client.values.util.GridComponentOrganizer
 
group() - Method in class com.cafean.client.ui.BeanBox
Groups the current selection as if the Group button had been pressed by the user.
GROUP_ALL - Static variable in class com.cafean.config.site.AbstractSiteConfigLoader
 
GROUP_GLOBAL - Static variable in class com.cafean.config.site.AbstractSiteConfigLoader
 
GROUP_ID - Variable in class com.cafean.client.io.med.DrawnAnnotationRec
No Documentation Available.
GROUP_ID - Variable in class com.cafean.client.io.med.DrawnComponentRec
No Documentation Available.
GROUP_ID - Variable in class com.cafean.client.io.med.DrawnDisplayBeanRec
No Documentation Available.
GROUP_ID - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
GROUP_ID - Variable in class com.cafean.client.io.med.DrawnImageAnnotationRec
No Documentation Available.
GROUP_ID - Variable in class com.cafean.client.io.med.DrawnNumericRec
No Documentation Available.
GROUP_PERSONAL - Static variable in class com.cafean.config.site.AbstractSiteConfigLoader
 
Groupable - Interface in com.cafean.client.ui.util
An interface that describes a visual component that can be part of a VisualGroup.
GroupPanel - Class in com.cafean.client.ui.pview
A panel representing an attribute group (or "General") containing a set of PropertyPanel instances, each representing a property.
GroupPanel(PropertySetPanel, PropertySet, boolean) - Constructor for class com.cafean.client.ui.pview.GroupPanel
Creates new form GroupPanel in the given PropertySetPanel using the given property set as a backing.
gsatT(double) - Method in class com.cafean.h2o.IFC1967
 
gsatT(double) - Method in class com.cafean.h2o.Steam
 
GSBlockingDialog - Class in com.cafean.client.ui.util.search
This class actually performs the search in the GlobalSearchDialog.
GSBlockingDialog(Matcher, GlobalSearchDialog) - Constructor for class com.cafean.client.ui.util.search.GSBlockingDialog
 
GSCategoryComboRenderer - Class in com.cafean.client.ui.util.search
 
GSCategoryComboRenderer(GlobalSearchDialog) - Constructor for class com.cafean.client.ui.util.search.GSCategoryComboRenderer
 
GSDrawnViewCache - Class in com.cafean.client.ui.util.search
This class represents a single cache of drawn components in a View for performing a global search.
GSDrawnViewCache(ViewComponent) - Constructor for class com.cafean.client.ui.util.search.GSDrawnViewCache
 
GSMatchContext - Class in com.cafean.client.ui.util.search
This element holds the context where a match occurred.
GSMatchContext(GSSearchResult, AbstractComponent, GSMatchType, String) - Constructor for class com.cafean.client.ui.util.search.GSMatchContext
 
GSMatchContext(GSSearchResult, AbstractComponent, GSMatchType, String, int) - Constructor for class com.cafean.client.ui.util.search.GSMatchContext
 
GSMatchContext(GSSearchResult, AbstractComponent, GSMatchType, String, String) - Constructor for class com.cafean.client.ui.util.search.GSMatchContext
 
GSMatchType - Enum in com.cafean.client.ui.util.search
 
GSQuickNoteCache - Class in com.cafean.client.ui.util.search
This class represents a single QuickNote in the GlobalSearchDialog.
GSQuickNoteCache(QuickNote) - Constructor for class com.cafean.client.ui.util.search.GSQuickNoteCache
 
GSSearchResult - Class in com.cafean.client.ui.util.search
 
GSSearchResult(GlobalSearchDialog, AbstractComponent) - Constructor for class com.cafean.client.ui.util.search.GSSearchResult
 
GSTreeModel - Class in com.cafean.client.ui.util.search
This is the DefaultTreeModel extension for the results JTree in the GlobalSearchDialog.
GSTreeModel(GlobalSearchDialog, GSTreeNode) - Constructor for class com.cafean.client.ui.util.search.GSTreeModel
 
GSTreeNode - Class in com.cafean.client.ui.util.search
This class represents one element in the GlobalSearchDialog results JTree.
GSTreeNode(Object, GlobalSearchDialog) - Constructor for class com.cafean.client.ui.util.search.GSTreeNode
 
GSTreeRenderer - Class in com.cafean.client.ui.util.search
Renderer for the Global Search Dialog results JTree.
GSTreeRenderer() - Constructor for class com.cafean.client.ui.util.search.GSTreeRenderer
 
GSUndoListener - Class in com.cafean.client.ui.util.search
This class listens to the UndoManager of the current AbstractModel.
GSUndoListener(GlobalSearchDialog) - Constructor for class com.cafean.client.ui.util.search.GSUndoListener
 
GSViewElementLeaf - Class in com.cafean.client.ui.util.search
This class represents a DrawnComponent inside a View inside the results tree of the GlobalSearchDialog.
GSViewElementLeaf(AbstractComponent, ViewComponent) - Constructor for class com.cafean.client.ui.util.search.GSViewElementLeaf
 
gtfunct(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gtfuncte(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gttfunct(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gttfuncte(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gttfunctline(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 
gtttfunct(double[], double[], double[], int) - Method in class com.cafean.h2o.NewSteamTables
 

H

h() - Method in class com.cafean.h2o.IFC1967
 
h() - Method in class com.cafean.h2o.Steam
 
H264 - Class in com.cafean.moviegen.support
Provides MovieGenerator support for the MP4 H264 video format.
H264 - com.cafean.moviegen.util.VideoFormat
 
H264() - Constructor for class com.cafean.moviegen.support.H264
 
H2O - Static variable in class com.cafean.h2o.FluidState
Allowed Fluid Types
halfPI - Static variable in class com.cafean.Number.Angle
 
handleDNDEvent(BeanBox, DropTargetDropEvent) - Method in class com.cafean.client.analysis.AbstractModel
Performs a model specified action for a drag and drop event.
handleFolder(FolderNode, JPopupMenu) - Method in class com.cafean.JobStatus.tree.ProjectTreePopupListener
 
handleJobUpdates(Job[]) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
handleMouseEvent(MouseEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
handleTaskStatusChange(EvtTaskStatusChanged) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
handleType - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
handleType - Variable in class com.cafean.CalcServer.command.LaunchJobRequest
The type of job being submitted (StreamManager or ExecutionWrapper).
hasALDocRefs(String) - Method in class com.cafean.client.analysis.AbstractComponent
Returns true if this component has attribute level references to the given property name.
hasAlDocRefsAt(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
returns true if there are al doc references for the given property for some of the selected components and all of the selected components support al refs for the property.
hasALOwners() - Method in class com.cafean.client.analysis.AbstractComponent
This method is used to determine if this component contains any ALOwnership entries.
hasAlpha(Image) - Static method in class com.cafean.client.mdocs.QuickNote
 
hasBlocks() - Method in class com.cafean.client.analysis.ViewComponent
Determines whether this view has anything inside it's blocks vector.
hasChannelDataValue(String) - Method in class com.cafean.client.analysis.ConditionSet
This method determines if the given channel name is included in the data set.
hasComponent(AbstractComponent) - Method in class com.cafean.client.analysis.ViewComponent
This method returns TRUE if the given component exists in this view, even if this view is closed and has not been opened this session.
hasComponent(AbstractComponent) - Method in class com.cafean.client.ui.util.search.GSDrawnViewCache
 
hasComponents() - Method in class com.cafean.client.ui.message.Message
Determines if the current message is linked to components..
hasCustomUnits() - Method in class com.cafean.client.anim.DataSource
Returns whether the data source has custom units that take precedence over the unit labels returned by the client plug-in.
hasData(AbstractModel) - Method in class com.cafean.CodePlugins.MEFeaturePlugin
This returns returns true if this plugin contains data that should be saved in the same SAM file as the given model.
HasDemuxRequest - Class in com.cafean.CalcServer.command
This class provides IO access to HasDemuxRequest data bocks.
HasDemuxRequest() - Constructor for class com.cafean.CalcServer.command.HasDemuxRequest
Construct an empty instance.
HasDemuxRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.HasDemuxRequest
Construct an instance from a PIB file entry.
hasEncodingConfiguration() - Method in class com.cafean.moviegen.support.AbstractVideoType
Determines if a set of encoding options can be configured for this video type.
hasEncodingConfiguration() - Method in class com.cafean.moviegen.support.AVI
 
hasEncodingConfiguration() - Method in class com.cafean.moviegen.support.H264
 
hasEncodingConfiguration() - Method in class com.cafean.moviegen.support.Quicktime
 
hasEncodingConfiguration() - Method in class com.cafean.moviegen.support.Theora
 
hashCode() - Method in class com.cafean.client.analysis.Category
 
hashCode() - Method in class com.cafean.JobStatus.StreamContext
 
hashCode() - Method in class com.cafean.jobstream.common.components.ApplicationVersion
 
hashCode() - Method in class com.cafean.jobstream.common.components.FileType
 
hashCode() - Method in class com.cafean.jobstream.common.components.StagingLocation
 
hashCode() - Method in class com.cafean.Number.Int
 
hashCode() - Method in class com.cafean.utils.Version
Generates an integer hash code for this Version.
hasModelMetrics() - Method in class com.cafean.client.analysis.AbstractModel
Return true if this model supports output of model metrics.
hasNext() - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Determines if there's more iteration to be done.
hasNext() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Determines if the parameter has processed all of its parameters during parametric export or job submission.
hasNext() - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns whether the value can perform another iterate.
hasNext() - Method in class com.cafean.client.values.components.SharedBoolean
 
hasNext() - Method in class com.cafean.client.values.components.SharedInteger
 
hasNext() - Method in class com.cafean.client.values.components.SharedReal
 
hasNext() - Method in class com.cafean.client.values.util.ParametricIteration
Determines if there's more iteration to be done.
hasPK() - Method in interface com.apt.xdr.PibBlock
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ConnectionInfo
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.DataChannel
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.EvtJobAdded
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.EvtLogOutput
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.FileEntry
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.FileRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.FileRequestResponse
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.FilesListRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.Folder
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.FolderEntry
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.GetFileRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.GetFileResponse
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.InteractiveVariable
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.Job
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.JobFilesEntry
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.JobFilesList
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.JobLocationRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.JobRPCRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.JobSet
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.Keyword
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.LoadJobRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.LogOutputRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.MountFolderRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.MuxDataRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.RestartDataRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.SendFileRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ShutdownRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.String16
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ViewableFile
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.Attribute
 
hasPK() - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.DrawnComponentRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.DrawnConnLine
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.DrawnLayerRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.DrawnNumericRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.FontRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.MedVersionInfoRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.ModelHeaderRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.Plugin
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.String16
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.UserConstantRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.UserFunctionRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.UserVariableRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.io.med.ViewCompRec
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.mdocs.ALDocRef
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.rpc.command.ActivateRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.rpc.command.ModelListRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.rpc.command.ModelListResponse
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.AttribProps
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.CBoolean_E
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.CBoolean
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.CInteger_E
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.CInteger
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.CReal
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.CString
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.EnumEntry
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.ExternFunction
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.NumericsCatProps
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.NumericsTableColumn
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.SharedBoolean
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.SharedFunction
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.SharedInteger
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.SharedReal
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.client.values.components.SharedString
 
hasPK() - Method in class com.cafean.client.values.components.SharedTable
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.config.rpc.command.ActivateRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.rpc.command.CallbackAuthorization
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.rpc.command.CallbackAuthRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.rpc.command.CallbackContext
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.rpc.command.Ping
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.rpc.command.VersionRequest
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.snapdx.SDXElement
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.snapdx.SDXIntegerValue
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.snapdx.SDXRealArrayValue
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.snapdx.SDXRealValue
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.snapdx.SDXStringArrayValue
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.snapdx.SDXStringValue
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Return true if this block has a primary key.
hasPK() - Method in class com.cafean.snapdx.SNAPDXRecord
Return true if this block has a primary key.
hasPlotData(Job) - Static method in class com.cafean.JobStatus.Main
 
hasPrereqs() - Method in class com.cafean.CalcServer.CalcJobFile
Returns true if this job has any pre-requisite jobs defined.
hasReferenceTo(Category, int) - Method in class com.cafean.client.analysis.AbstractComponent
This method returns TRUE if this component contains a foreign key reference to another component that matches the given category and ident.
hasReferenceTo(Category, int) - Method in class com.cafean.client.analysis.Connection
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.mdocs.ALOwnership
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.values.components.AbstractCTable
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.values.components.AbstractValue
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.values.components.CBoolean
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.values.components.CInteger
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.values.components.CReal
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.values.components.CString
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.values.components.ExternFunction
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.values.components.NumericsCatProps
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.values.components.NumericsTableColumn
 
hasReferenceTo(Category, int) - Method in class com.cafean.client.values.components.SharedTable
 
hasReferenceTo(Category, int, boolean) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
 
hasReferenceTo(Category, int, boolean) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
hasRun() - Method in class com.cafean.jobstream.server.sequence.Iteration
 
hasSubComponents() - Method in class com.cafean.client.ui.DrawnComponent
Returns true if this DrawnComponent has DrawnSubComponents contained within it
hasSubComponents() - Method in class com.cafean.client.ui.DrawnViewComponent
 
hasSubNodes() - Method in class com.cafean.client.ui.navigator.CategoryNode
Getter for property subNodes.
hasSubNodes() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Getter for property subNodes.
HBAR - Static variable in class com.cafean.h2o.FluidState
 
HBAR - Static variable in class com.cafean.h2o.NewSteamTables
 
HEIGHT - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
HEIGHT_FACTOR - Static variable in class com.cafean.moviegen.ZipSourceStream
The factor by which all heights must be a factor.
herm2d(double[], int[], double[][], String, double[], double[], boolean) - Method in class com.cafean.h2o.NewSteamTables
 
herm2dleft(double[], int[], double[][], String, double[], double[], boolean) - Method in class com.cafean.h2o.NewSteamTables
 
herm2dplus(double[], int[], double[][], String, double[], double[], boolean) - Method in class com.cafean.h2o.NewSteamTables
 
hideComponentNumber() - Method in class com.cafean.client.ui.ComponentSelector
Hides the component number field of this ComponentSelector.
hideComponentType() - Method in class com.cafean.client.ui.ComponentSelector
Hides the component type field of this ComponentSelector.
hidePreview() - Method in class javax.swing.beaninfo.SwingFontEditor
hide the preview label.
hideSearchFrame(AbstractModel) - Static method in class com.cafean.client.mdocs.ALOwnerSearchFrame
Closes the ALOwnerSearchFrame for the given model if one is currently open.
hideToolbar() - Method in class com.cafean.client.mdocs.HTMLEditorPanel
 
highlightProperty(String) - Method in class com.cafean.client.ui.beans.PropertySetDialog
Expands, scrolls to and temporarily highlights the display of the property with the given name.
highlightProperty(String) - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
Attempts to highlight the property panel of the property with the given name in this dialog's property panel.
highlightProperty(String) - Method in class com.cafean.client.ui.beans.PropertySetPanel
Expands, scrolls to and temporarily highlights the display of the property with the given name.
highlightProperty(String) - Method in class com.cafean.client.ui.pview.GroupPanel
Expands this group panel (if it isn't already) and temporarily highlights the name label of the property with the given name.
hit(Rectangle, Shape, boolean) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
HNCS - Static variable in class com.cafean.h2o.FluidState
 
hold() - Method in class com.cafean.JobStatus.ui.stream.FileInfoQuery
 
HORIZONTAL - Static variable in enum com.cafean.client.ui.util.Orientation
 
host - Static variable in class com.cafean.utils.images.ImageMgr
 
hostConnected - Static variable in class com.cafean.utils.images.ImageMgr
 
hostname - Variable in class com.cafean.jobstream.tracker.ClientRec
The hostname of the client machine.
hostname - Variable in class com.cafean.jobstream.tracker.JobStreamRec
The hostname of the machine executing the Steam Manager,
HOURS - com.cafean.client.anim.enums.TimeScale
 
HSUBF - Static variable in class com.cafean.h2o.FluidState
 
HSUBF - Static variable in class com.cafean.h2o.NewSteamTables
 
HSUBG - Static variable in class com.cafean.h2o.FluidState
 
HSUBG - Static variable in class com.cafean.h2o.NewSteamTables
 
HTML - com.cafean.client.values.util.mathcad.MathcadExport
 
HTML_TYPE - Static variable in class com.cafean.utils.RptDoc.ReportDialog
 
HTMLEditorPanel - Class in com.cafean.client.mdocs
A panel for use in visually editing an HTML document
HTMLEditorPanel() - Constructor for class com.cafean.client.mdocs.HTMLEditorPanel
creates a new HTMLEditorPanel with spellchecking activated
HTMLEditorPanel(boolean) - Constructor for class com.cafean.client.mdocs.HTMLEditorPanel
creates a new HTMLEditorPanel
HTMLEditorPanel.CustomAction - Class in com.cafean.client.mdocs
Class for implementing custom HTML insertion actions
HTMLEditorPanel.ListAutomationAction - Class in com.cafean.client.mdocs
Class for automatically creating bulleted lists from selected text
HTMLUtilities - Class in com.cafean.client.mdocs
 
HTMLUtilities() - Constructor for class com.cafean.client.mdocs.HTMLUtilities
 
hyperlinkUpdate(HyperlinkEvent) - Method in class com.cafean.client.mdocs.HTMLEditorPanel
Called when a hypertext link is updated.

I

ICON - Variable in class com.cafean.client.io.med.ViewCompRec
A byte array of the image file for the icon of this view.
ICON_ALERT - Static variable in class com.cafean.client.ui.message.Message
the icon to preface alert messages with in the messageTable
ICON_ANIM - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_BOOLEAN - Static variable in class com.cafean.client.values.AbstractNumericsModel
the icon used to indicate boolean values
ICON_BOOLEAN_LOCKED - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_BOOLEAN_PATH - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_BOOLEAN_UNLOCKED - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_COLLAPSED - Static variable in class com.cafean.client.ui.pview.GroupPanel
 
ICON_COLLAPSED - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_COMMAND - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_CON_DARK - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_CON_LIGHT - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_CONSOLE - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_DEADHOST - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_DELETE - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_DISCON_DARK - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_DISCON_LIGHT - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_DOCS - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
ICON_DOCS_ALT - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
ICON_DOCS_ALT_DISABLED - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
ICON_DOCS_ALT_PRESSED - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
ICON_DOCS_ALT_ROLLOVER - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
ICON_DOCS_DISABLED - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
ICON_DOCS_PRESSED - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
ICON_DOCS_ROLLOVER - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
ICON_DOCUMENT_NEW - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
ICON_DOCUMENT_SHOW - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
ICON_DOWNLOAD - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_DOWNLOADD - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_DOWNLOADP - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_DOWNLOADR - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_ELL_ANNOT - Static variable in class com.cafean.client.ui.Toolbox
 
ICON_ENUM - Static variable in class com.cafean.client.values.AbstractNumericsModel
the icon used to indicate enumerated values
ICON_ENUM_LOCKED - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_ENUM_PATH - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_ENUM_UNLOCKED - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_ERROR - Static variable in class com.cafean.client.ui.message.Message
the icon to preface error messages with in the messageTable
ICON_ERROR - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_EXPANDED - Static variable in class com.cafean.client.ui.pview.GroupPanel
 
ICON_EXPANDED - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_FUNCTION - Static variable in class com.cafean.client.values.AbstractNumericsModel
the icon used to indicate functions
ICON_FUNCTION_PATH - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_HEIGHT - Static variable in class com.cafean.client.ui.annotation.pattern.FillPatternComboBox
 
ICON_HELP - Static variable in class com.cafean.client.ui.pview.GroupPanel
 
ICON_HOST - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_IMAGE_ANNOT - Static variable in class com.cafean.client.ui.Toolbox
 
ICON_INFO - Static variable in class com.cafean.client.ui.message.Message
the icon to preface info messages with in the messageTable
ICON_INTEGER - Static variable in class com.cafean.client.values.AbstractNumericsModel
the icon used to indicate integer values
ICON_INTEGER_LOCKED - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_INTEGER_PATH - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_INTEGER_UNLOCKED - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_LINE_ANNOT - Static variable in class com.cafean.client.ui.Toolbox
 
ICON_LOAD - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_MODEL - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_NEW - Static variable in class com.cafean.client.ui.Toolbox
 
ICON_NOTE - Static variable in class com.cafean.client.mdocs.AbstractDocument
 
ICON_OPENING1 - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_OPENING2 - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_PAUSE - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_PAUSED - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_PAUSEP - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_PAUSER - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_PLAY - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_PLAYD - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_PLAYP - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_PLAYR - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_PLOT - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_POLY - Static variable in class com.cafean.client.ui.annotation.PolygonBean
 
ICON_PRIORITY - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_PYTHON_PATH - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_QUEUE - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_REAL - Static variable in class com.cafean.client.values.AbstractNumericsModel
the icon used to indicate real values
ICON_REAL_LOCKED - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_REAL_PATH - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_REAL_UNLOCKED - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_REC_ANNOT - Static variable in class com.cafean.client.ui.Toolbox
 
ICON_REFRESH16 - Static variable in class com.cafean.JobStatus.icons.ImageManager
Icon to use for inactive First navigation button.
ICON_REFRESH24 - Static variable in class com.cafean.JobStatus.icons.ImageManager
Icon to use for inactive First navigation button.
ICON_RELEASE - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_REPAIR - Static variable in class com.cafean.client.ui.message.MessagePanel
 
ICON_REPAIR_PRESSED - Static variable in class com.cafean.client.ui.message.MessagePanel
 
ICON_REPAIR_ROLLOVER - Static variable in class com.cafean.client.ui.message.MessagePanel
 
ICON_RUN - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_SBLUE - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_SGREEN - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_SHARED_VALUE - Static variable in class com.cafean.client.values.AbstractNumericsModel
the icon for the overall user-defined values category
ICON_SHARED_VALUE_PATH - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_SOURCE_PATH - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_SRED - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_STOP - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_STRING - Static variable in class com.cafean.client.values.AbstractNumericsModel
the icon used to indicate integer values
ICON_STRING_LOCKED - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_STRING_PATH - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_STRING_UNLOCKED - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_SYELLOW - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_TABLE - Static variable in class com.cafean.client.values.AbstractNumericsModel
the icon used to indicate table values
ICON_TABLE_PATH - Static variable in class com.cafean.client.values.AbstractNumericsModel
 
ICON_TERM - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_TICK_DOWN - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_TICK_UP - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_TXT_ANNOT - Static variable in class com.cafean.client.ui.Toolbox
 
ICON_UNLOAD - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_VIEW - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_WAIT - Static variable in class com.cafean.JobStatus.icons.ImageManager
 
ICON_WARNING - Static variable in class com.cafean.client.ui.message.Message
the icon to preface warning messages with in the messageTable
IconImageEditor - Class in com.cafean.client.ui.beans
 
IconImageEditor() - Constructor for class com.cafean.client.ui.beans.IconImageEditor
 
id - Variable in class com.cafean.rpc.command.CallbackAuthRequest
No Documentation Available.
ID - Variable in class com.cafean.client.io.med.DrawnLayerRec
No Documentation Available.
ID - Variable in class com.cafean.client.io.med.DrawnVisualGroupRec
No Documentation Available.
ID - Variable in class com.cafean.client.io.med.UserConstantRec
The unique identifier for this user variable.
ID - Variable in class com.cafean.client.io.med.UserFunctionRec
The unique identifier for this user variable.
ID - Variable in class com.cafean.client.io.med.UserVariableRec
The unique identifier for this user variable.
ID - Static variable in class com.cafean.client.ui.annotation.PolygonBean
string id used to identify the template type for a polygon bean
ID - Static variable in class com.cafean.client.ui.DrawnViewComponent
string id used to identify the template type for a drawn view component
idealGas(double[], double, double, double, double, double[]) - Method in class com.cafean.h2o.FluidState
 
IDENT_MULTIPLIER - Static variable in class com.cafean.jobstream.server.components.Task
The multiplier used to generate task ID numbers from step component numbers.
IdentHolder - Interface in com.cafean.client.analysis
A placeholder interface indicating that this object contains ident references that must be reconnected during AbstractModel#reconnectIdentReferences
IdentVsRealTableDialog - Class in com.cafean.client.ui
This table is used to edit tables of ident references vs real values.
IdentVsRealTableDialog(Frame) - Constructor for class com.cafean.client.ui.IdentVsRealTableDialog
Creates new form IdentVsRealTableDialog
IdentVsRealTableDialog(Frame, int[], Real[], Category, AbstractModel) - Constructor for class com.cafean.client.ui.IdentVsRealTableDialog
Creates a new IdentVsRealTableDialog, and passes in all the important data.
IFC1967 - Class in com.cafean.h2o
Class Description
IFC1967() - Constructor for class com.cafean.h2o.IFC1967
 
ignoreCase - Variable in class com.cafean.CalcServer.command.ViewableSearchRequest
No Documentation Available.
image - com.cafean.jobstream.common.components.FileTypeCategory
Graphics images such as PNG or JPEG.
image - Variable in class com.cafean.client.io.med.DrawnImageAnnotationRec
This annotation's raw image data.
ImageAnnotation - Class in com.cafean.client.ui.annotation
 
ImageAnnotation() - Constructor for class com.cafean.client.ui.annotation.ImageAnnotation
Creates a new instance of ImageAnnotation
ImageAnnotation(DrawnDisplayElementRec) - Constructor for class com.cafean.client.ui.annotation.ImageAnnotation
Creates a new polygon bean
ImageAnnotationBeanInfo - Class in com.cafean.client.ui.annotation
 
ImageAnnotationBeanInfo() - Constructor for class com.cafean.client.ui.annotation.ImageAnnotationBeanInfo
 
ImageAnnotationDialog - Class in com.cafean.client.ui.annotation
 
ImageAnnotationDialog(Dialog) - Constructor for class com.cafean.client.ui.annotation.ImageAnnotationDialog
Creates new ImageAnnotationDialog
ImageAnnotationDialog(Frame) - Constructor for class com.cafean.client.ui.annotation.ImageAnnotationDialog
Creates new ImageAnnotationDialog
ImageManager - Class in com.cafean.client.ui.images.report
Based on an example from Java World to catch all exceptions
ImageManager - Class in com.cafean.JobStatus.icons
Manage the icons used by the application.
ImageManager() - Constructor for class com.cafean.client.ui.images.report.ImageManager
 
ImageMgr - Class in com.cafean.client.ui.images
A utility class to load images from a static location relative to this class in the CAFEAN jar file.
ImageMgr - Class in com.cafean.client.values.images
Based on an example from Java World to catch all exceptions
ImageMgr - Class in com.cafean.utils.images
Manage the images used by the application.
ImageMgr() - Constructor for class com.cafean.client.ui.images.ImageMgr
 
ImageMgr() - Constructor for class com.cafean.client.values.images.ImageMgr
 
importAndAddConditionSet(String, String) - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method imports a new condition set from the provided file name.
importAndAddConditionSet(String, Path) - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method imports a new condition set from the provided file location.
ImportConditionSet(AbstractNumericsModel, String, Path) - Static method in class com.cafean.client.ic.AbstractConditionSetManager
This method imports a condition set into the current model.
ImportFileDesc - Class in com.cafean.JobStatus.jimport
 
ImportFileDesc(String, String, File) - Constructor for class com.cafean.JobStatus.jimport.ImportFileDesc
 
ImportFileDesc(String, String, List<File>) - Constructor for class com.cafean.JobStatus.jimport.ImportFileDesc
 
ImportFileDialog - Class in com.cafean.client.ui
A dialog intended for use in selecting a desired import type.
ImportFileDialog(Frame) - Constructor for class com.cafean.client.ui.ImportFileDialog
Creates new form ImportFileDialog
importJob() - Method in class com.cafean.JobStatus.jimport.JobImporter
Creates a new CJF that describes the selected job.
ImportJobDesc - Class in com.cafean.JobStatus.jimport
 
ImportJobDesc(String, boolean, File, String, List<ImportFileDesc>, List<ImportFileDesc>) - Constructor for class com.cafean.JobStatus.jimport.ImportJobDesc
 
ImportJobDesc(String, File, String, List<ImportFileDesc>, List<ImportFileDesc>) - Constructor for class com.cafean.JobStatus.jimport.ImportJobDesc
 
ImportJobDialog - Class in com.cafean.JobStatus.jimport
 
ImportJobDialog(Dialog, File, String) - Constructor for class com.cafean.JobStatus.jimport.ImportJobDialog
Creates new form ImportJobDialog
ImportJobDialog(Frame, File, String) - Constructor for class com.cafean.JobStatus.jimport.ImportJobDialog
Creates new form ImportJobDialog
ImportSubsystemAction - Class in com.cafean.client.integrator.ui
 
ImportSubsystemAction(String, AbstractModel, Component, File, String, String) - Constructor for class com.cafean.client.integrator.ui.ImportSubsystemAction
 
importTemplate(File) - Method in class com.cafean.client.ui.DrawnView
 
importTemplate(File, int) - Method in class com.cafean.client.ui.DrawnView
 
importTemplate(Object[], int, boolean) - Method in class com.cafean.client.ui.DrawnView
 
INACTIVE - Static variable in class com.cafean.client.ui.beans.NamedIntEditor
 
INACTIVE - Static variable in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
includeCRC - Variable in class com.cafean.CalcServer.command.FolderTreeRequest
No Documentation Available.
IncludedTechsDialog - Class in com.cafean.utils
A dialog used to display the list of technologies included in the SNAP suite.
IncludedTechsDialog(Dialog, File) - Constructor for class com.cafean.utils.IncludedTechsDialog
Creates new form IncludedTechsDialog
IncludedTechsDialog(Frame, File) - Constructor for class com.cafean.utils.IncludedTechsDialog
Creates new form IncludedTechsDialog
includeInLoopcheck() - Method in class com.cafean.client.analysis.AbstractComponent
Determines if this component should be included in Loopcheck calculations.
includeInputs - Variable in class com.cafean.CalcServer.command.JobFilesRequest
No Documentation Available.
includeJobs - Variable in class com.cafean.CalcServer.command.FolderContentsRequest
No Documentation Available.
includeOutputs - Variable in class com.cafean.CalcServer.command.JobFilesRequest
No Documentation Available.
includeOwnedFiles - Variable in class com.cafean.CalcServer.command.FilesListRequest
if false, files that are owned by existing jobs (i.e.
includeParentStream - Variable in class com.cafean.CalcServer.command.FolderContentsRequest
No Documentation Available.
increment - Variable in class com.cafean.CalcServer.command.IncrementTimeslice
No Documentation Available.
increment - Variable in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
No Documentation Available.
INCREMENT - Variable in class com.cafean.client.io.med.UserConstantRec
The increment through an incremental parametric constant.
INCREMENTAL - Variable in class com.cafean.client.io.med.UserConstantRec
The boolean flag that determines that this constant is an incremental parametric.
incrementDrawingOffset() - Method in class com.cafean.client.ui.clipboard.ComponentPaster
 
incrementIdleCount() - Method in class com.cafean.CalcServer.JobHandle
increments and then returns this run's current number of idle ticks
incrementIterationNumber() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
incrementLinesRead() - Method in class com.cafean.client.values.nif.NumericsImportReport
Increments the amount of lines read by 1.
incrementMajorVersion() - Method in class com.cafean.client.analysis.AbstractModel
Increments this model's major version number and sets it's minor version to 0.
incrementMinorVersion() - Method in class com.cafean.client.analysis.AbstractModel
 
incrementProgress() - Method in class com.cafean.moviegen.ui.ProgressDialog
Increments the progress bar.
incrementTimeslice(int) - Method in class com.cafean.client.anim.DataSource
Increment the current timeslice number by the given value
incrementTimeslice(int) - Method in class com.cafean.client.anim.SourceManager
Sets the current calculation time.
incrementTimeslice(int, String, int, double, double) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
Requests that the current timeslice be incremented
incrementTimeslice(int, String, int, double, double) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the current timeslice be incremented
IncrementTimeslice - Class in com.cafean.CalcServer.command
This class provides IO access to IncrementTimeslice data bocks.
IncrementTimeslice() - Constructor for class com.cafean.CalcServer.command.IncrementTimeslice
Construct an empty instance.
IncrementTimeslice(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.IncrementTimeslice
Construct an instance from a PIB file entry.
incrementValue(long) - Method in class com.cafean.jobstream.common.util.Progress
Sets the value to the current value plus the given amount.
index - Variable in class com.cafean.CalcServer.command.ViewableFile
No Documentation Available.
index - Variable in class com.cafean.CalcServer.command.ViewableFileLenRequest
No Documentation Available.
index - Variable in class com.cafean.CalcServer.command.ViewableFileOpenRequest
No Documentation Available.
index - Variable in class com.cafean.CalcServer.command.ViewableSearchRequest
No Documentation Available.
INDEX_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
IndexedValueMap - Class in com.cafean.document.notebook.util
A class used to organize a set of indexed values (such as junction flags) that are stored by location but should be output by value.
IndexedValueMap(Object) - Constructor for class com.cafean.document.notebook.util.IndexedValueMap
Creates a new indexed value map with the given heading
indexOf(double) - Method in class com.cafean.Number.DoubleArray
Retrieves the index of the first occurance of the given value in this DoubleArray.
indexOf(float) - Method in class com.cafean.Number.FloatArray
Retrieves the index of the first occurance of the given value in this FloatArray.
indexOf(int) - Method in class com.cafean.Number.IntegerArray
Retrieves the index of the first occurance of the given value in this IntegerArray.
indexOf(int, ConnectionData) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Finds the index of a particular embedded connection.
indexOf(long) - Method in class com.cafean.Number.LongArray
Retrieves the index of the first occurance of the given value in this LongArray.
indexOf(GenericObject) - Method in class com.cafean.client.analysis.ElementList
Returns the index of the given element in this list or -1.
indexOf(Task) - Method in class com.cafean.jobstream.server.components.TaskList
Returns the index of the given element in this list or -1.
indexOf(Object) - Method in class com.cafean.document.notebook.util.IndexedValueMap
Returns the index in this map of the given value.
indexOf(Type) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
indexOf(Type, int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
IndicatorIcon - Class in com.cafean.JobStatus.tree
An Icon implementation that composites a status indicator over another icon.
IndicatorIcon(Icon) - Constructor for class com.cafean.JobStatus.tree.IndicatorIcon
Creates an icon that does not paint an indicator, but preserves the appropriate amount of space for one.
IndicatorIcon(Icon, Icon) - Constructor for class com.cafean.JobStatus.tree.IndicatorIcon
Creates the composite icon.
Indigo - com.cafean.document.notebook.plot.ExportColor
 
info(String) - Method in class com.cafean.CalcServer.util.AbstractLoggable
Writes an info level log message.
info(String) - Static method in class com.cafean.JobStatus.Main
Prints the given message to stderr in INFO format.
info(String) - Method in class com.cafean.jobstream.common.util.StreamLogger
Logs an info message.
info(String, Throwable) - Method in class com.cafean.CalcServer.util.AbstractLoggable
Writes an info level log message.
info(String, Throwable) - Method in class com.cafean.client.ui.ClientLogger
Logs an info message.
info(String, Throwable) - Method in class com.cafean.JobStatus.ui.stream.JobStatusLogger
Logs an info message.
info(String, Throwable) - Method in class com.cafean.jobstream.common.util.ApplicationContainer
Logs an info message.
info(String, Throwable) - Method in class com.cafean.jobstream.common.util.StreamLogger
Logs an info message.
INFO - Static variable in class com.cafean.client.ui.message.Message
Message severity for normal messages.
init() - Method in class com.cafean.h2o.ui.JSteam
 
init() - Method in class com.cafean.JSteam.JSteam
 
init(AbstractComponent, Connection[]) - Method in class com.cafean.client.ui.ConnectionSetPanel
Initializes this panel for use in displaying the given connections
init(PropertyDescriptor) - Method in class com.cafean.client.integrator.editors.IntegrationDefinitionEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.AbstractGenericTableEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.FileSelectionEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.FolderSelectionEditor
 
init(PropertyDescriptor) - Method in interface com.cafean.client.ui.beans.IntrospectingEditor
For property editors that must be initialized with values from the property descriptor.
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.LimitedLongStringEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
Sets the owner and the description of the property currently being edited by this editor.
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.OptPropertyEditorPanelSupport
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.TableEditor1D
 
init(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.TableNDEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.CDoubleEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.CReal1DTableEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.CRealArrayEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.CRealEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.CRealNDTableEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.CStringEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.LongCStringEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.ParametricCRealArrayEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
init(PropertyDescriptor) - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
init(PropertyDescriptor) - Method in class javax.swing.beaninfo.SwingColorEditor
 
init(PropertyDescriptor) - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
init(PropertyDescriptor) - Method in class javax.swing.beaninfo.SwingFontEditor
 
init(PropertyDescriptor) - Method in class javax.swing.beaninfo.SwingStringEditor
 
initButtonStates() - Method in class com.cafean.client.ui.diff.CategoryGroup
Initializes the list of button states that are associated with this CategoryGroup.
initDataChannels() - Method in class com.cafean.client.anim.AbstractDisplayBean
Initialize the data source channel indexes.
initDataChannels() - Method in class com.cafean.client.anim.AbstractVolumeBean
 
initDataChannels() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
InitDrawing() - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Initializes and scales this renderer to prepare it to be painted.
InitDrawing() - Method in class com.cafean.client.ui.DrawnComponent
Initializes and scales this component to prepare it for painting.
InitDrawing() - Method in class com.cafean.client.ui.DrawnConnection
 
InitDrawing() - Method in class com.cafean.client.ui.DrawnUserValue
Updates the values inside this component, and updates it's bounds
InitDrawing() - Method in class com.cafean.client.ui.DrawnViewComponent
Creates a draw view component and puts it in the drawing vectors.
InitDrawing() - Method in class com.cafean.client.values.drawn.DrawnSharedBoolean
Updates the values inside this component
InitDrawing() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Updates the values inside this component, and updates it's bounds
InitDrawing() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Updates the values inside this component, and updates it's bounds
InitDrawing() - Method in class com.cafean.client.values.drawn.DrawnSharedString
Updates the values inside this component, and updates it's bounds
InitDrawing() - Method in class com.cafean.client.values.drawn.DrawnSharedTable
Updates the values inside this component
initDynamic(double) - Method in class com.cafean.client.anim.GeneralRange
continues the initialization of the cached minimum and maximum values of this dynamic range with the given value from the current timestep.
initialize() - Method in class com.cafean.CalcServer.jobrpc.JobRPCCallbackNotifier
Initializes the the streams used to communicate with the callback responder on the remote end of the connection.
initialize() - Method in class com.cafean.CalcServer.rpc.AbstractServerRequester
 
initialize() - Method in class com.cafean.CalcServer.rpc.CalcServerListener
Initializes this listener based on the properties provided to the constructor.
initialize() - Method in class com.cafean.CalcServer.util.CJFImporterLoader
initializes the runtime-loaded job stream data structures such as job stream steps and file accessors.
initialize() - Method in class com.cafean.CalcServer.util.StreamLocationTable
Loads any previously saved data from disk and initializes this stream lookup table.
initialize() - Method in class com.cafean.client.anim.AnimationModule
performs any post-load initialization required by this animation module
initialize() - Method in class com.cafean.client.anim.AnimationModuleLoader
 
initialize() - Method in class com.cafean.client.integrator.SubsystemIntegrator
Initializes this integrator and its contents.
initialize() - Method in class com.cafean.client.rpc.ModelEditorListener
Initializes this listener based on the properties provided to the constructor.
initialize() - Method in class com.cafean.client.rpc.ModelEditorRequester
 
initialize() - Method in class com.cafean.client.ui.message.MessageTable
 
initialize() - Method in class com.cafean.client.ui.util.TrackerModulesInitializer
performs the tracker module initialization
initialize() - Method in class com.cafean.client.utils.pybatch.MEPyBatchHandler
 
initialize() - Method in class com.cafean.client.values.functions.NumericFunctionLoader
 
initialize() - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
Initializes this data store prior to numeric function execution.
initialize() - Method in class com.cafean.client.values.sources.NumericDataSourceLoader
 
initialize() - Method in class com.cafean.CodePlugins.MEPlugin
Performs any initialization that this plug-in requires before it is used.
initialize() - Method in class com.cafean.config.rpc.ConfigToolRequester
 
initialize() - Method in class com.cafean.config.site.AbstractSiteConfigLoader
Reads the site-wide and user-level site configuration files
initialize() - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
initialize() - Method in class com.cafean.JobStatus.jimport.JobImporterLoader
Initializes this loader and loads the required modules.
initialize() - Method in class com.cafean.JobStatus.rpc.JobStatusListener
Initializes this listener based on the properties provided to the constructor.
initialize() - Method in class com.cafean.JobStatus.rpc.JobStatusRequester
 
initialize() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
initialize() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
initialize() - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
initialize() - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Initializes this job list panel.
initialize() - Method in class com.cafean.JobStatus.ui.stream.PlatformModuleLoader
initializes the runtime-loaded job stream data structures such as job stream steps and file accessors.
initialize() - Method in class com.cafean.rpc.CallbackNotifier
Initializes the thread that manages the callback interface queue and the streams used to communicate with the callback responder on the remote end of the connection.
initialize() - Method in class com.cafean.rpc.CallbackResponder
 
initialize() - Method in class com.cafean.rpc.RPCListener
Initializes this listener based on the properties provided to the constructor.
initialize() - Method in class com.cafean.rpc.RPCRequester
Initializes this RPCRequester.
initialize() - Method in class com.cafean.utils.jobstream.ClientTrackerModuleLoader
 
initialize() - Static method in class com.cafean.vcs.utils.VCSystemManager
Initializes the version control system manager.
initialize() - Method in class com.cafean.vcs.utils.VersionControlLoader
 
initialize(boolean, boolean) - Method in class com.cafean.client.ui.pview.PropertyPanel
initializes this property panel and the editor it uses
initialize(JobHandleStatus[], boolean) - Method in class com.cafean.JobStatus.ConsolePanel
 
initialize(JobHandleStatus[], boolean) - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
 
initialize(AbstractModel, RepresentitiveBean[], DrawnComponent[]) - Method in class com.cafean.client.anim.RepresentationUpdateDialog
Sets the DrawnComponents and beans to be used in this dialog for updating the representation of the beans.
initialize(RepresentitiveBean[], DrawnComponent[]) - Method in class com.cafean.client.anim.RepresentationUpdateDialog
Sets the DrawnComponents and beans to be used in this dialog for updating the representation of the beans.
initialize(PlatformDefinition, StreamLogger) - Method in class com.cafean.jobstream.tracker.TrackerModule
Initializes this tracker module for use in accessing the given job tracking database server to support the given platform.
initialize(PlatformProperties, StreamLogger) - Method in class com.cafean.jobstream.tracker.TrackerModule
Initializes this tracker module for use in accessing the given job tracking database server to support the given platform.
initialize(StreamLogger, boolean) - Method in class com.cafean.jobstream.common.PlatformModule
Performs any necessary initializations just before the module is used.
initializeCallback() - Method in class com.cafean.client.rpc.ModelEditorRequester
 
initializeCallback() - Method in class com.cafean.config.rpc.ConfigToolRequester
 
initializeCallback() - Method in class com.cafean.JobStatus.rpc.JobStatusRequester
 
initializeCallback() - Method in class com.cafean.rpc.RPCRequester
initializes a callback interface for this requester
initializeTree() - Method in class com.cafean.client.ui.navigator.MiniNavigatorTreeModel
Expands the root node and updates the tree model
initializeTree() - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Expands the root node and updates the tree model
initializeTree() - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
Initialize the tree by adding the server nodes.
Initializing - com.cafean.CalcServer.util.JobHandleStatus
 
initMePyBatchHandler() - Method in class com.cafean.client.ui.MainFrame
 
initPython(boolean) - Static method in class com.cafean.client.ui.MainFrame
Initializes the Python (jython) environment using the plugin loader's classloader.
INLET_DROP_ZONE - Static variable in class com.cafean.client.ui.ConnectingPt
Connection target that points into the component.
INLET_MOVEABLE_CONNECTOR - Static variable in class com.cafean.client.ui.ConnectingPt
A connection source that points into the component.
INPUT - Variable in class com.cafean.client.io.med.UserFunctionRec
Reference to the input variables or constants for this function.
InputCondition - Class in com.cafean.jobstream.server.components
The Stream Manager's representation of a client side "Keyword Switch".
InputCondition(String) - Constructor for class com.cafean.jobstream.server.components.InputCondition
creates a new condition with the given criteria
inputFile - Variable in class com.cafean.CalcServer.command.LaunchJobRequest
The full path to the input file for this job as a Calculation Server path.
InputFileHandle - Class in com.cafean.jobstream.server.components
A file handle extension customized for use with input files.
InputFileHandle() - Constructor for class com.cafean.jobstream.server.components.InputFileHandle
creates a new input file handle
inputSelection(int) - Method in class com.cafean.h2o.ui.JSteamFrame
 
InputSubstitution - Class in com.cafean.jobstream.server.components
The Stream Manager side representation of the client's "Substitution Label" feature.
InputSubstitution(String, String) - Constructor for class com.cafean.jobstream.server.components.InputSubstitution
creates a new input substitution with the given token and input file label.
InputVariablesEditor - Class in com.cafean.client.values.functions.editors
Creates an Ident reference editor for ident references to numeric variables.
InputVariablesEditor() - Constructor for class com.cafean.client.values.functions.editors.InputVariablesEditor
 
insert(int, double) - Method in class com.cafean.Number.DoubleArray
Inserts the given value into the array's data.
insert(int, float) - Method in class com.cafean.Number.FloatArray
Inserts the given value into the array's data.
insert(int, int) - Method in class com.cafean.Number.IntegerArray
Inserts the given value into the array's data.
insert(int, long) - Method in class com.cafean.Number.LongArray
Inserts the given value into the array's data.
insert(MutableTreeNode, int) - Method in class com.cafean.client.ui.navigator.NavigatorNode
 
Insertable - Interface in com.cafean.client.ui.tools.insert
An interface describing JComponents that can be inserted using an AbstractInsertHandler derivative to guide the dimensioning etc.
InsertComponentContext - Class in com.cafean.client.ui.util
 
InsertComponentContext(DrawnView, Point, int, List<DrawnComponent>, CompoundEdit) - Constructor for class com.cafean.client.ui.util.InsertComponentContext
 
InsertComponentContext(DrawnView, Point, List<DrawnComponent>, CompoundEdit) - Constructor for class com.cafean.client.ui.util.InsertComponentContext
 
InsertComponentDialog - Class in com.cafean.client.ui
This dialog allows the user to add components to, or remove components from a specific view.
InsertComponentDialog(Dialog, DrawnView) - Constructor for class com.cafean.client.ui.InsertComponentDialog
Creates new form InsertComponentDialog
InsertComponentDialog(Frame, DrawnView) - Constructor for class com.cafean.client.ui.InsertComponentDialog
Creates new form InsertComponentDialog
insertElementAt(Type, int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Inserts an element at the given index.
insertFailed(NumericPlainDocument, int, String, AttributeSet) - Method in interface com.cafean.client.ui.NumericPlainDocument.InsertErrorListener
 
insertFailed(NumericPlainDocument, int, String, AttributeSet) - Method in class com.cafean.client.ui.RealTextField
This function is overridden to hanadle an error that occurs during insertion.
insertFailed(CRealPlainDocument, int, String, AttributeSet) - Method in class com.cafean.client.values.ui.CRealTextField
This function is overridden to hanadle an error that occurs during insertion.
insertFailed(CRealPlainDocument, int, String, AttributeSet) - Method in interface com.cafean.client.values.util.CRealPlainDocument.InsertErrorListener
 
insertInView(InsertComponentContext) - Method in class com.cafean.client.analysis.AbstractComponent
This method handles inserting the DrawnComponent for this component into the view at the target location.
InsertionOnlyDataSource - Class in com.cafean.client.values.sources
A stub class used to allow dynamic function types to be selected and created using the insertion tool.
InsertionOnlyDataSource() - Constructor for class com.cafean.client.values.sources.InsertionOnlyDataSource
 
InsertionOnlyFunction - Class in com.cafean.client.values.functions
A stub class used to allow dynamic function types to be selected and created using the insertion tool.
InsertionOnlyFunction() - Constructor for class com.cafean.client.values.functions.InsertionOnlyFunction
 
InsertionSource - Class in com.cafean.client.ui.util
This class encapsulates the source of a component insertion.
insertListElement(ExtendedHTMLDocument, ExtendedHTMLEditorKit, int) - Static method in class com.cafean.client.mdocs.HTMLUtilities
 
InsertMouseHandler - Class in com.cafean.client.ui.tools
The Insert Tool, a MouseHandler for insertion into a ZoomablePanel.
InsertMouseHandler(ZoomablePanel) - Constructor for class com.cafean.client.ui.tools.InsertMouseHandler
Creates a new mouse handler with the given parent
InsertMultipleTableRows - Class in com.cafean.client.values.ui
This dialog prompts the user to select a number of table rows to insert to a Table variable when the insert multiple rows button is pressed.
insertString(int, String, AttributeSet) - Method in class com.cafean.client.ui.NumericPlainDocument
 
insertString(int, String, AttributeSet) - Method in class com.cafean.client.values.util.CIntegerPlainDocument
 
insertString(int, String, AttributeSet) - Method in class com.cafean.client.values.util.CRealPlainDocument
 
insertString(int, String, AttributeSet) - Method in class com.cafean.JobStatus.OutputViewer.FileDocument
 
insertString(int, String, AttributeSet) - Method in class com.cafean.utils.PythonSyntaxDocument
 
insertString(int, String, AttributeSet) - Method in class javax.swing.beaninfo.NumberDocument
 
insertUpdate(DocumentEvent) - Method in class com.cafean.client.ui.text.TextDocumentListener
 
install() - Method in class com.cafean.client.ui.util.ArrowKeyMovementHandler
installs this handler into the drawn view given in the constructor
install(JCheckBox) - Static method in class com.cafean.client.ui.swing.CheckBoxFocusRenderer
Automatically applies and removes a 'CheckBox.focus' border around the checkbox portion of the given JCheckBox when it receives and looses focus.
install(JTextComponent) - Static method in class com.cafean.JobStatus.ui.util.ScrollListener
Installs a listener in the given text component that will scroll to the end of the document when text is added unless the user un-pins the area by scrolling up.
InstallerLocal - com.cafean.jobstream.common.components.ApplicationSetup
The specified application must be installed into the working directory.
InstallerStage - com.cafean.jobstream.common.components.ApplicationSetup
The specified application must be installed into the staging location.
installJEditPlugin() - Static method in class com.cafean.client.utils.JEditHandler
Updates the specified JEdit installation directory to include the SNAP required files/updates.
installUI(JComponent) - Method in class com.cafean.document.notebook.ui.StripedTableUI
 
instance - Static variable in class com.cafean.CalcServer.CalcServer
The static instance of this class.
instance - Static variable in class com.cafean.client.ui.navigator.Navigator
 
instance - Static variable in class com.cafean.utils.images.ImageMgr
 
INSTANCE - Static variable in interface com.cafean.client.values.util.matlab.EngineLibrary
 
INSTANCE - Static variable in interface com.cafean.client.values.util.matlab.MXLibrary
 
Int - Class in com.cafean.Number
A mutable wrapper for an int.
Int() - Constructor for class com.cafean.Number.Int
 
Int(int) - Constructor for class com.cafean.Number.Int
 
Int(Int) - Constructor for class com.cafean.Number.Int
 
INT_PROP_NAMES - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
INT_PROP_VALUES - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
INT16_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
INT32_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
INT64_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
INT8_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
IntegerArray - Class in com.cafean.Number
An unsynchronized dynamicaly sized array of int.
IntegerArray(int) - Constructor for class com.cafean.Number.IntegerArray
Creates a new IntegerArray with the given initial capacity.
IntegerArray(int[]) - Constructor for class com.cafean.Number.IntegerArray
 
integerArrays - Variable in class com.cafean.snapdx.SDXElement
No Documentation Available.
integerArrays - Variable in class com.cafean.snapdx.SNAPDXRecord
No Documentation Available.
integers - Variable in class com.cafean.snapdx.SDXElement
No Documentation Available.
integers - Variable in class com.cafean.snapdx.SNAPDXRecord
No Documentation Available.
IntegralElement - Interface in com.cafean.client.analysis
An interface describing a ComponentElement that is an integral part of a AbstractComponent.
integrate() - Method in class com.cafean.client.integrator.SubsystemIntegrator
This is the main method that performs the integration process described in the package documentation: find x-refs, copy all components, reconnect x-refs, etc.
IntegratedModelEditor - Class in com.cafean.client.integrator.editors
The editor used to begin virtual model editing for a sub-system integration case.
IntegratedModelEditor() - Constructor for class com.cafean.client.integrator.editors.IntegratedModelEditor
 
IntegratedModelExporter - Class in com.cafean.client.integrator
A model export wrapper that should be provided by each plug-in using sub-system integration cases.
IntegratedModelExporter() - Constructor for class com.cafean.client.integrator.IntegratedModelExporter
 
IntegratingCrossReference - Class in com.cafean.client.integrator.reference
 
IntegratingCrossReference(AbstractIntegrator, String) - Constructor for class com.cafean.client.integrator.reference.IntegratingCrossReference
 
IntegrationCase - Class in com.cafean.client.integrator
A sub-system integration case component that encapsulates export and virutal editing features for a user-specified set of sub-system integration operations.
IntegrationCase() - Constructor for class com.cafean.client.integrator.IntegrationCase
Creates a new case
IntegrationCase(PibFile, int[]) - Constructor for class com.cafean.client.integrator.IntegrationCase
Creates a new case and reads it from the given file
IntegrationCaseBeanInfo - Class in com.cafean.client.integrator
A beaninfo describing the properties of an integration case component.
IntegrationCaseBeanInfo() - Constructor for class com.cafean.client.integrator.IntegrationCaseBeanInfo
 
IntegrationDefinition - Class in com.cafean.client.integrator.components
This class provides IO access to IntegrationDefinition data bocks.
IntegrationDefinition() - Constructor for class com.cafean.client.integrator.components.IntegrationDefinition
Construct an empty instance.
IntegrationDefinition(PibFile) - Constructor for class com.cafean.client.integrator.components.IntegrationDefinition
Construct an instance from a PIB file entry.
IntegrationDefinition(ComponentElement) - Constructor for class com.cafean.client.integrator.components.IntegrationDefinition
Construct an empty instance.
IntegrationDefinition(DataInputStream) - Constructor for class com.cafean.client.integrator.components.IntegrationDefinition
Construct an instance from a PIB file entry.
IntegrationDefinitionBeanInfo - Class in com.cafean.client.integrator.components
This class provides BeanInfo for the IntegrationDefinition class.
IntegrationDefinitionBeanInfo() - Constructor for class com.cafean.client.integrator.components.IntegrationDefinitionBeanInfo
 
IntegrationDefinitionDialog - Class in com.cafean.client.integrator.editors
 
IntegrationDefinitionEditor - Class in com.cafean.client.integrator.editors
A property editor used to edit the Integration Definition array in an Integration Case component.
IntegrationDefinitionEditor() - Constructor for class com.cafean.client.integrator.editors.IntegrationDefinitionEditor
Creates a new integration definition editor
IntegrationException - Exception in com.cafean.client.integrator
An exception used to indicate the failure of a sub-system integration.
IntegrationException(String) - Constructor for exception com.cafean.client.integrator.IntegrationException
 
IntegrationException(String, Throwable) - Constructor for exception com.cafean.client.integrator.IntegrationException
 
IntegrationException(Throwable) - Constructor for exception com.cafean.client.integrator.IntegrationException
 
IntegrationValidator - Class in com.cafean.client.integrator
An encapsulation of a validation check performed as a comparison between the master and slave sub-systems or across multiple interconnections before the integration is performed.
IntegrationValidator(SubsystemIntegrator, AbstractSubSystem, AbstractSubSystem) - Constructor for class com.cafean.client.integrator.IntegrationValidator
Creates a new validator for the given integrator to compare and/or evaluate the given master and slave sub-systems.
IntegratorClipboardListener - Class in com.cafean.client.integrator
A clipboard listener used by SubsystemIntegrator to cache the components pasted into the copy model and target model.
IntegratorClipboardListener(MECodePlugin, ClipboardListener) - Constructor for class com.cafean.client.integrator.IntegratorClipboardListener
 
INTENSITY - Static variable in class com.cafean.client.organize.MagneticField
 
InteractCommandRequest - Class in com.cafean.CalcServer.command
This class provides IO access to InteractCommandRequest data bocks.
InteractCommandRequest() - Constructor for class com.cafean.CalcServer.command.InteractCommandRequest
Construct an empty instance.
InteractCommandRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.InteractCommandRequest
Construct an instance from a PIB file entry.
interactive - Variable in class com.cafean.jobstream.tracker.TaskRec
IF true, interactive commands will be relayed to the application and notification messages will be relayed to the client.
Interactive_Variable - com.cafean.client.values.nif.NumericsPropertyType
 
InteractiveCommand - Class in com.cafean.client.anim
This class hold the interactive commands used to drive a calculation.
InteractiveCommand() - Constructor for class com.cafean.client.anim.InteractiveCommand
The constructor.
InteractiveCommand(AbstractDisplayBean) - Constructor for class com.cafean.client.anim.InteractiveCommand
 
InteractiveCommandBeanInfo - Class in com.cafean.client.anim
Manage the BeanInfo interface for the InteractiveCommand class.
InteractiveCommandBeanInfo() - Constructor for class com.cafean.client.anim.InteractiveCommandBeanInfo
No-op constructor.
InteractiveCommandListener - Interface in com.cafean.client.anim
A listener for interactive command delivery to the calculation server
InteractiveComplete - com.cafean.CalcServer.util.ExecutionStatus
 
InteractiveMouseHandler - Class in com.cafean.client.ui.tools
A MouseHandler for interactive handling of events on the ZoomablePanel
InteractiveMouseHandler(ZoomablePanel) - Constructor for class com.cafean.client.ui.tools.InteractiveMouseHandler
Creates p new mouse handler with the given parent
InteractiveNameEditor - Class in com.cafean.client.anim
A customized property editor used to select a single data variable from the list of data variables.
InteractiveNameEditor() - Constructor for class com.cafean.client.anim.InteractiveNameEditor
VariableNameEditor constructor.
InteractivePaused - com.cafean.CalcServer.util.ExecutionStatus
 
InteractivePaused - com.cafean.CalcServer.util.JobHandleStatus
 
InteractiveRunning - com.cafean.CalcServer.util.ExecutionStatus
 
InteractiveRunning - com.cafean.CalcServer.util.JobHandleStatus
 
InteractiveVariable - Class in com.cafean.CalcServer.command
This class provides IO access to InteractiveVariable data bocks.
InteractiveVariable() - Constructor for class com.cafean.CalcServer.command.InteractiveVariable
Construct an empty instance.
InteractiveVariable(PibFile) - Constructor for class com.cafean.CalcServer.command.InteractiveVariable
Construct an instance from a PIB file entry.
InteractiveVarRef - Class in com.cafean.client.anim
This is a reference to an interactive variable inside a data source.
InteractiveVarRef() - Constructor for class com.cafean.client.anim.InteractiveVarRef
 
InteractiveVarRef(AbstractDisplayBean) - Constructor for class com.cafean.client.anim.InteractiveVarRef
Creates a new instance of InteractiveVarReference
InteractiveVarRef(AbstractDisplayBean, String) - Constructor for class com.cafean.client.anim.InteractiveVarRef
 
InteractiveVarsRequest - Class in com.cafean.CalcServer.command
This class provides IO access to InteractiveVarsRequest data bocks.
InteractiveVarsRequest() - Constructor for class com.cafean.CalcServer.command.InteractiveVarsRequest
Construct an empty instance.
InteractiveVarsRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.InteractiveVarsRequest
Construct an instance from a PIB file entry.
INTERNAL - Static variable in class com.cafean.client.ui.message.Message
Message severity for errors that are not user created or caused.
INTERNAL_ENERGY - Static variable in class com.cafean.h2o.ui.JSteamFrame
 
interrupt() - Method in class com.cafean.utils.BlockingDialog
Interrupts this blocking dialog.
INTERVAL_ADDED - Static variable in class com.cafean.client.ui.swing.accordion.AccordionDataEvent
the addition of one or more items in a range
INTERVAL_REMOVED - Static variable in class com.cafean.client.ui.swing.accordion.AccordionDataEvent
the removal of one or mote items in a range
intervalAdded(AccordionDataEvent) - Method in interface com.cafean.client.ui.swing.accordion.AccordionDataListener
Indicates that the indices in the range evt.getIndex0() to evt.getIndex1() have been added to the data model.
intervalRemoved(AccordionDataEvent) - Method in interface com.cafean.client.ui.swing.accordion.AccordionDataListener
Indicates that the indices in the range evt.getIndex0() to evt.getIndex1() have been removed from the data model.
IntInFortranDisplayEditor - Class in com.cafean.client.ui.beans
This is a display editor for an integer that should be displayed in fortran ( 1-n ) notation.
IntInFortranDisplayEditor() - Constructor for class com.cafean.client.ui.beans.IntInFortranDisplayEditor
 
IntNonMultiEdit - Class in com.cafean.client.ui.beans
This editor allows the user edit a integer that can't be multi-edited.
IntNonMultiEdit() - Constructor for class com.cafean.client.ui.beans.IntNonMultiEdit
Creates new form IntNonMultiEdit
IntrospectingEditor - Interface in com.cafean.client.ui.beans
An interface for PropertyEditors that use introspection to initialize themselves and to create new instances of the property they edit.
IntSpinnerEditor - Class in com.cafean.client.ui.beans
This simple editor allows the user to select within a range of integer values.
IntSpinnerEditor() - Constructor for class com.cafean.client.ui.beans.IntSpinnerEditor
Creates new form IntSpinnerEditor
IntSpinnerEditor(int, int, int) - Constructor for class com.cafean.client.ui.beans.IntSpinnerEditor
This creates a new IntSpinnerEditor with the given values.
IntSpinnerEditor(int, int, int, boolean) - Constructor for class com.cafean.client.ui.beans.IntSpinnerEditor
This creates a new IntSpinnerEditor with the given values.
intValue(String, int) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Returns the integer equivalent of the given string value
inUse(JobHandle) - Method in class com.cafean.CalcServer.rpc.CalcServerListener
Returns true if the given JobHandle is being viewed directly by an interface.
Invalid - com.cafean.CalcServer.util.ExecutionStatus
 
Invalid - com.cafean.CalcServer.util.JobHandleStatus
 
Invalid - com.cafean.CalcServer.util.JobHandleType
 
Invalid - com.cafean.JobStatus.ui.csstream.ConsoleStatus
 
INVALID_ACCESSOR_DESC - Static variable in class com.cafean.client.values.AbstractNumericsModel
a description used for Accessor IDs that cannot be parsed by getAccessorDesc
INVALID_DOUBLE - Static variable in class com.cafean.utils.NrcDBConv
 
invalidateLayout(Container) - Method in class com.cafean.client.ui.swing.OverlapLayout
Indicates a child has changed its layout related information, which causes any cached calculations to be flushed.
InvalidBundleDetailsException - Exception in com.cafean.jobstream.common.util
An exception intended to be used by site-specific implementations of PlatformModule.getBundleDetails(PlatformProperties, List) to indicate that the given combination of tasks is invalid in was such as invalid or undefined submission properties.
InvalidBundleDetailsException(String[]) - Constructor for exception com.cafean.jobstream.common.util.InvalidBundleDetailsException
Constructs an instance of InvalidBundleDetailsException with the specified error messages.
InvalidCJFHeaderException - Exception in com.cafean.CalcServer.util
 
InvalidCJFHeaderException(String) - Constructor for exception com.cafean.CalcServer.util.InvalidCJFHeaderException
 
InvalidCJFHeaderException(String, Throwable) - Constructor for exception com.cafean.CalcServer.util.InvalidCJFHeaderException
 
InvalidCJFHeaderException(Throwable) - Constructor for exception com.cafean.CalcServer.util.InvalidCJFHeaderException
 
InvalidCrossRefException - Exception in com.cafean.client.integrator.exception
 
InvalidCrossRefException(String) - Constructor for exception com.cafean.client.integrator.exception.InvalidCrossRefException
 
InvalidCrossRefException(String, Throwable) - Constructor for exception com.cafean.client.integrator.exception.InvalidCrossRefException
 
InvalidCrossRefException(Throwable) - Constructor for exception com.cafean.client.integrator.exception.InvalidCrossRefException
 
InvalidInstallationException - Exception in com.cafean.utils
An exception indicating that the current SNAP installation is invalid or corrupt in some way.
InvalidInstallationException(String) - Constructor for exception com.cafean.utils.InvalidInstallationException
Constructs a new exception with the specified detail message.
InvalidInstallationException(String, Throwable) - Constructor for exception com.cafean.utils.InvalidInstallationException
Constructs a new exception with the specified detail message and cause.
InvalidModelException - Exception in com.cafean.client.values.util
This exception is thrown when a model reference is null when the reference is expected to be defined.
InvalidModelException() - Constructor for exception com.cafean.client.values.util.InvalidModelException
 
InvalidModelException(String) - Constructor for exception com.cafean.client.values.util.InvalidModelException
 
InvalidModelException(String, Throwable) - Constructor for exception com.cafean.client.values.util.InvalidModelException
 
InvalidModelException(Throwable) - Constructor for exception com.cafean.client.values.util.InvalidModelException
 
InvalidNIFFormatException - Exception in com.cafean.client.values.nif
An exception extension for identifying NIF input that contains syntax errors (enumeration values that are not semi-colon delimited for example).
InvalidNIFFormatException(String) - Constructor for exception com.cafean.client.values.nif.InvalidNIFFormatException
 
InvalidNIFFormatException(String, Throwable) - Constructor for exception com.cafean.client.values.nif.InvalidNIFFormatException
 
inverseTransformPoint(Point) - Method in class com.cafean.client.ui.ZoomablePanel
The reverse transform of a point backwards throught the scaling factor.
INVISIBLE_CONNECTOR - Static variable in class com.cafean.client.ui.ConnectingPt
A connection point that does not draw on the drawn component
IO_PACKAGE - Static variable in class com.cafean.CalcServer.rpc.CalcServerListener
 
IO_PACKAGE - Static variable in class com.cafean.client.rpc.ModelEditorListener
 
IO_PACKAGE - Static variable in class com.cafean.config.rpc.ConfigToolOriginator
 
IO_PACKAGE - Static variable in class com.cafean.JobStatus.rpc.JobStatusListener
 
IRREG_PENTAGON - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates the pad for the ConnectionPt should be an irregular Pentagon.
IS23 - Static variable in class com.cafean.h2o.FluidState
 
IS23 - Static variable in class com.cafean.h2o.NewSteamTables
 
isAccessorSingleValue() - Method in interface com.cafean.client.values.Accessor
Determines whether the Accessor represents a single nominal value, returned by getAccessorNominalValue().
isAccessorSingleValue() - Method in class com.cafean.client.values.components.SharedReal
 
isActive() - Method in enum com.cafean.CalcServer.util.JobHandleStatus
returns true if this is a status that indicates that the handle either currently has a wrapper/stream manager managing an active job or is in the process of loading/executing a wrapper.
isActive() - Method in class com.cafean.client.anim.DataSource
Return true if channel names have been read from the connection and the data source is active.
isActive() - Method in class com.cafean.client.anim.SourceManager
returns true if any of the current animation model's data sources are active
isActive() - Method in class com.cafean.client.mdocs.ALCompsListPanel
 
isActive() - Method in class com.cafean.client.mdocs.ALNotesListPanel
 
isActive() - Method in class com.cafean.client.ui.pview.GroupPanel
Returns true if this panel is actively displaying/editing PropertySet values.
isActive() - Method in class com.cafean.client.ui.SubblockArrayTableColumn
Gets the display status of this column.
isActive() - Method in class com.cafean.client.ui.util.DrawingLayer
 
isActive() - Method in class com.cafean.client.values.components.AbstractSharedValue
 
isActive() - Static method in class com.cafean.config.ConfigToolLauncher
 
isActive() - Method in class com.cafean.document.notebook.plot.ExportLegendProperties
 
isActive(Object[], PropertyDescriptor) - Static method in class com.cafean.client.ui.util.OptionalEditorUtil
Returns true if the requested property is active in all of the given targets.
isAlert() - Method in class com.cafean.client.ui.message.Message
Determines if the current message is an alert.
isAlive() - Static method in class com.cafean.CalcServer.CalcServer
 
isAlive() - Method in class com.cafean.CalcServer.JobHandle
Returns true if this job is actively monitoring a calculation, a de-multiplexer or loading its data in the background.
isAlive() - Method in class com.cafean.rpc.RPCListener
 
isAllowingRemote() - Static method in class com.cafean.CalcServer.LockHandler
returns true if the local calculation server is allowing remote connections
isAllStreams() - Method in class com.cafean.JobStatus.tree.TrackingFilteredNode
 
isALOwnershipSupported() - Method in class com.cafean.client.analysis.OwnershipManager
Returns true if this ownership manager supports attribute level ownership via ALOwnership objects in each AbstractComponent.
isAnimatable() - Method in class com.cafean.CodePlugins.MECodePlugin
Returns true if this MECodePlugin includes support for View animation.
isApplication() - Method in class com.cafean.utils.update.UpdateEntry
 
isApproved() - Method in class com.cafean.client.values.ui.SharedRealSelectionDialog
 
isApproved() - Method in class com.cafean.client.values.ui.SharedValueSelectionDialog
 
isArraySizeEditable() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
Returns true if this node's array is currently resizable and enabled
isArrowKeyMovementEnabled() - Method in class com.cafean.client.analysis.ViewComponent
Returns true if arrow key movement is enabled for this view.
isAscending() - Method in class com.cafean.utils.TableSorter
 
isAscii() - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
returns true if this handle references a file that should be treated as ASCII
isAspectRatioLocked() - Method in class com.cafean.moviegen.ui.SettingsDialog
Getter for the locked status of the aspect ratio check box.
isAssociated(AbstractModel) - Method in class com.cafean.CodePlugins.MEFeaturePlugin
This returns returns true if this plugin contains data that should be saved in the same SAM file as the given model.
isAutomatic() - Method in class com.cafean.jobstream.common.components.Keyword
Returns true if this keyword is automatic
isAutomaticExecutionBool() - Method in class com.cafean.client.values.components.SharedFunction
 
isAutomaticExecutionEnabled() - Method in class com.cafean.client.values.functions.AbstractNumericFunction
Returns true if this function should execute automatically.
isAutoScale() - Method in class com.cafean.client.ui.DrawnComponent
Getter for property autoScale that determines whether scaleIt calls scale this Drawn Component.
isAutoStage() - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
returns true if this file is configured to be automatically copied to the staging location after the task is complete
isAutoUpdateCheck() - Method in class com.cafean.client.ui.SnapPreferences
 
isBackEnabled() - Method in class com.cafean.JobStatus.jimport.JIFilesPanel
 
isBackEnabled() - Method in class com.cafean.JobStatus.jimport.JIGuessesPanel
 
isBackEnabled() - Method in class com.cafean.JobStatus.jimport.JIOptionsPanel
 
isBackEnabled() - Method in class com.cafean.JobStatus.jimport.JITypePanel
 
isBackEnabled() - Method in interface com.cafean.JobStatus.jimport.JobImportPanel
 
isBeanBased() - Method in class com.cafean.CodePlugins.MECodePlugin
Returns true if this MECodePlugin's design is based on the JavaBeans architecture.
isBorderOpaque() - Method in class com.cafean.client.ui.pview.PseudoTableBorder
Returns whether or not the border is opaque.
isBottomBorder(int, int, boolean) - Method in class com.cafean.document.notebook.components.DocxPseudoMultiTable
An isBottomBorder implementation that constrains custom borders to the sub-table content.
isBottomBorder(int, int, boolean) - Method in class com.cafean.document.notebook.components.PseudoMultiTable
An isBottomBorder implementation that constrains custom borders to the sub-table content.
isCalculationServer() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
isCallbackEnabled() - Method in class com.cafean.rpc.RPCResponder
returns true if this responder has an active callback interface.
isCanceled() - Method in class com.cafean.client.ui.ComponentSelector
This returns true if the dialog is closed by any other means then by pressing the OK button.
isCanceled() - Method in class com.cafean.JobStatus.jimport.JIFileSelector
 
isCanceled() - Method in class com.cafean.JobStatus.ui.stream.MaxScheduledJobsDialog
 
isCanceled() - Method in class com.cafean.utils.ProgressMon
Returns true if the user hits the Cancel button in the progress dialog.
isCancelled() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesDialog
returns true if this dialog was closed without pressing OK
isCancelled() - Method in class com.cafean.client.integrator.ui.CrossReferencesDialog
 
isCancelled() - Method in class com.cafean.client.integrator.ui.MessageDisplayDialog
returns true if this dialog was closed via the cancel button
isCancelled() - Method in class com.cafean.client.mdocs.EditNoteDialog
returns true if the OK button has not been pressed
isCancelled() - Method in class com.cafean.client.ui.annotation.AssociatedComponentSelectionDialog
 
isCancelled() - Method in class com.cafean.client.ui.annotation.ImageAnnotationDialog
Getter for property cancelled.
isCancelled() - Method in class com.cafean.client.ui.annotation.LineAnnotationDialog
Returns true if this dialog has been cancelled.
isCancelled() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
 
isCancelled() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
isCancelled() - Method in class com.cafean.client.ui.beans.FilteredMultiCompSelectionDialog
returns true if this dialog was closed without pressing OK *
isCancelled() - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
Returns false if and only if the OK button was pressed.
isCancelled() - Method in class com.cafean.client.ui.beans.GenericPropSetArrayDialog
Method determines if this dialog was canceled.
isCancelled() - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
isCancelled() - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
Returns false if and only if the OK button was pressed.
isCancelled() - Method in class com.cafean.client.ui.beans.Table1DDialog
 
isCancelled() - Method in class com.cafean.client.ui.beans.TableNDDialog
 
isCancelled() - Method in class com.cafean.client.ui.beans.ViewEmbedConDialog
 
isCancelled() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
isCancelled() - Method in class com.cafean.client.ui.CloseAllDialog
 
isCancelled() - Method in class com.cafean.client.ui.CloseComponentViewsDialog
 
isCancelled() - Method in class com.cafean.client.ui.ComponentSelectionDialog
Returns true unless the dialog was exited using the OK button
isCancelled() - Method in class com.cafean.client.ui.ConditionSetDataDialog
 
isCancelled() - Method in class com.cafean.client.ui.ConditionSetDialog
 
isCancelled() - Method in class com.cafean.client.ui.DrawnUserValueDialog
 
isCancelled() - Method in class com.cafean.client.ui.FixedWidthTextDialog
Returns TRUE unless the dialog was exited using the OK button.
isCancelled() - Method in class com.cafean.client.ui.GenericTableDialog
Gets the dialog's cancellation status.
isCancelled() - Method in class com.cafean.client.ui.IdentVsRealTableDialog
Returns true unless the user exited the dialog by pressing the Ok button.
isCancelled() - Method in class com.cafean.client.ui.InsertComponentDialog
Returns true if this dialog was closed by any other method than using the okay button.
isCancelled() - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Returns true unless the dialog was exited using the OK button
isCancelled() - Method in class com.cafean.client.ui.MultiObjectSelectorDialog
This returns how the dialog was exited.
isCancelled() - Method in class com.cafean.client.ui.NamedValueSelector
This is used to determine how the user closed the NamedValueSelector.
isCancelled() - Method in class com.cafean.client.ui.ObjectSelectionDialog
Returns true unless the dialog was exited using the OK button
isCancelled() - Method in class com.cafean.client.ui.ParametricExportDialog
Returns true if the dialog was exited in any way besides pressing the ok button.
isCancelled() - Method in class com.cafean.client.ui.RealArrayDialog
Determins how the dialog was exited.
isCancelled() - Method in class com.cafean.client.ui.RealTwoDimArrayDialog
Determins how the dialog was exited.
isCancelled() - Method in class com.cafean.client.ui.RenumberCompsDialog
 
isCancelled() - Method in class com.cafean.client.ui.SelectPluginDialog
Determines how this dialog was exited.
isCancelled() - Method in class com.cafean.client.ui.SortedMultiComponentSelectionDialog
 
isCancelled() - Method in class com.cafean.client.ui.StringSelectionDialog
 
isCancelled() - Method in class com.cafean.client.ui.SubblockArrayTableDialog
Gets the return status of this dialog
isCancelled() - Method in class com.cafean.client.ui.TextAreaDialog
returns true unless the user pressed the Okay button.
isCancelled() - Method in class com.cafean.client.ui.util.DrawnLayerRemoveDialog
 
isCancelled() - Method in class com.cafean.client.ui.ValueSelector
This is used to determine how the user exited from the dialog.
isCancelled() - Method in class com.cafean.client.ui.ViewCompSelectDialog
Getter for property cancelled.
isCancelled() - Method in class com.cafean.client.values.drawn.DrawnSharedValueDialog
 
isCancelled() - Method in class com.cafean.client.values.functions.ui.MultiObjectSelectionPanel
This returns how the dialog was exited.
isCancelled() - Method in class com.cafean.client.values.functions.ui.SelectFunctionDescDialog
 
isCancelled() - Method in class com.cafean.client.values.sources.ui.SelectDataSourceDescDialog
Returns true if the user cancelled this dialog
isCancelled() - Method in class com.cafean.client.values.ui.CRealArrayDialog
Determins how the dialog was exited.
isCancelled() - Method in class com.cafean.client.values.ui.CRealTwoDimArrayDialog
Determins how the dialog was exited.
isCancelled() - Method in class com.cafean.client.values.ui.CTable1DDialog
 
isCancelled() - Method in class com.cafean.client.values.ui.CTableNDDialog
 
isCancelled() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog
Determins how the dialog was exited.
isCancelled() - Method in class com.cafean.client.values.ui.ParametricExportDialog
Returns true if the dialog was exited in any way besides pressing the ok button.
isCancelled() - Method in class com.cafean.client.values.ui.SharedRealCompletionDialog
Returns true if this dialog was exited by any means besides pressing the OK button.
isCancelled() - Method in class com.cafean.client.values.ui.StringReferenceDialog
 
isCancelled() - Method in class com.cafean.client.values.ui.TableMapDialog
 
isCancelled() - Method in class com.cafean.document.notebook.ui.FrontMatterDialog
Determines if the dialog was cancelled.
isCancelled() - Method in class com.cafean.h2o.ui.JSteamFrame
 
isCancelled() - Method in class com.cafean.JobStatus.ui.RootFolderDialog
Gets the dialog canceled status
isCancelled() - Method in class com.cafean.moviegen.ui.ProgressDialog
Indicates the cancelled status of the dialog.
isCancelled() - Method in class com.cafean.moviegen.ui.TheoraDialog
Determines if the dialog was cancelled.
isCancelled() - Method in class com.cafean.utils.CalcServFolderSelector
returns true unless the dialog was exited using the OK button.
isCancelled() - Method in class com.cafean.utils.ExportImageDialog
Getter for property cancelled.
isCancelled() - Method in class com.cafean.utils.ReferenceDocs.MediaFileSelectionDialog
Returns TRUE unless the dialog was exited using the OK button.
isCancelled() - Method in class com.cafean.utils.RptDoc.ReportDialog
Determines if the dialog was cancelled.
isCancelledEarly() - Method in class com.cafean.moviegen.ZipDataSource
Returns whether the ProgressDialog has received the signal to cancel the current process.
isCancelledEarly() - Method in class com.cafean.moviegen.ZipSourceStream
Indicates if the reads were cancelled prematurely by a user action.
isCanvasFontActive() - Method in class com.cafean.client.analysis.ViewComponent
Returns true if the "Canvas Font" override has been specified for this view.
isCanvasFontEnabled() - Method in class com.cafean.client.analysis.ViewComponent
Returns true if the canvas font property is enabled for this view.
isCascade() - Method in class com.cafean.jobstream.server.components.TaskStatusChange
Returns true if this status change is part of a cascading status change due to the change of an up-stream task's status.
isCell() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the given array is a cell array.
isCellEditable(int, int) - Method in class com.cafean.client.anim.channel.ChannelTableModel
 
isCellEditable(int, int) - Method in class com.cafean.client.ui.GenericTableModel
 
isCellEditable(int, int) - Method in class com.cafean.client.ui.SubblockArrayTableDialog
 
isCellEditable(int, int) - Method in class com.cafean.client.ui.TableSorter
Determines if the cell specified by row and column is editable.
isCellEditable(int, int) - Method in class com.cafean.client.values.components.AbstractCTable
Should be overriden by implementations if certain cells should not be editable.
isCellEditable(int, int) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
isCellEditable(int, int) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
isCellEditable(int, int) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
isCellEditable(int, int) - Method in class com.cafean.utils.TableMap
 
isCellEditable(EventObject) - Method in class com.cafean.client.ui.EnumSelEditor
 
isCellEditable(EventObject) - Method in class com.cafean.client.ui.SourceTargetTableEditor
Forwards the message from the CellEditor to the delegate.
isCellEditable(EventObject) - Method in class com.cafean.client.values.ui.CBooleanTableEditor
 
isChannelPlottable(String) - Method in class com.cafean.client.anim.DataSource
Determines if the given channel name may be plotted.
isChar() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the given array contains character data.
isCheckBounds() - Method in class com.apt.xdr.MultiDimArray
 
isChild() - Method in class com.cafean.client.anim.channel.ChannelRowData
 
isChild() - Method in class com.cafean.client.anim.channel.RowData
 
isChildComponentPaste(AbstractComponent) - Static method in class com.cafean.client.ui.clipboard.ComponentPaster
returns true if the clipboard currently contains a set of ChildComponent instances and nothing else.
isClass(String) - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether an array is a member of the specified class.
isClient() - Method in class com.cafean.jobstream.common.PlatformModule
Returns true if this module was initialized for use by a client application or false if it was initialized for use by the Stream Manager.
isClientScpCommandActive() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
isClientSshCommandActive() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
isColumnsEnabled() - Method in class com.cafean.client.values.components.SharedTable
Returns true if columns is enabled; false otherwise.
isCommandReady() - Method in class com.cafean.client.anim.AbstractDisplayBean
Retrieve an integer flag indicating whether the data source accepts interactive commands.
isCommandReady() - Method in class com.cafean.client.anim.DataSource
Return true if the data source can accept commands from this user.
isCommandSupported(Vector) - Method in class com.cafean.CodePlugins.MEPlugin
This method returns TRUE if the current batch command should be processed by this plug-in.
isCompActionSelected() - Method in class com.cafean.client.ui.Toolbox
Returns true if the selected toolbox action will create an AbstractComponent.
isComplete() - Method in enum com.cafean.CalcServer.util.JobHandleStatus
 
isComplete() - Method in class com.cafean.client.anim.DataSource
 
isComplete() - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
isCompleted() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
isCompleted() - Method in class com.cafean.JobStatus.ui.stream.FileInfoQuery
 
isComplex() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the given array contains complex data.
isConditionMet() - Method in class com.cafean.jobstream.server.components.InputCondition
returns true if this condition is met
isConfirmation() - Method in class com.cafean.client.ui.SessionPromptDialog
Returns a true if the user pressed the "Yes" button, a false otherwise.
isConnected() - Method in enum com.cafean.CalcServer.util.JobHandleStatus
Returns true if this handle status indicates that the job should currently be connected to the Calculation Server.
isConnected() - Method in class com.cafean.client.ui.ConnectingPt
Returns true if there is a Connection to the AbstractComponent that woulc be drawn to this ConnectingP existst, even if there is no DrawnConnection for that Connection on this DrawnView
isConnected() - Method in class com.cafean.JobStatus.tree.CalcServerNode
Checks the state of the CalcServer interface at the given index.
isConnected() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
 
isConnected() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
isConnected() - Method in class com.cafean.rpc.AbstractRPCConnection
returns true if this connection is currently active
isConnected() - Method in class com.cafean.rpc.RPCOriginator
Returns true if this originator has any initialized connections.
isConnecting() - Method in class com.cafean.JobStatus.tree.CalcServerNode
Checks the state of the CalcServerConnector
isConnecting() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
 
isConstant() - Method in class com.cafean.client.ui.NumericPlainDocument
 
isConstant() - Method in class com.cafean.client.values.util.CRealPlainDocument
 
isConstantEnabled() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if constant is enabled; false otherwise.
isConstantEnabled() - Method in class com.cafean.client.values.components.SharedString
Returns true if constant is enabled; false otherwise.
isConsumed() - Method in class com.cafean.client.ui.message.MessageSelectionEvent
Returns true if this event has been consumed.
isContained(Category) - Method in class com.cafean.client.analysis.ComponentList
Returns true if the given Category is contained in this list.
isContained(AbstractDocument, AbstractSubSystem) - Method in class com.cafean.client.mdocs.ALDocReferenceTable
returns true if ths given document is referred to only by components contained in the given subsystem.
isContainedIn(Element, HTML.Tag) - Static method in class com.cafean.client.mdocs.HTMLUtilities
Determines if the given element is contained within (child element of) an instance of the given HTML tag.
isContextType(PropertyContextType) - Method in class com.cafean.client.ui.GenericTMColumn
Examines a given PropertyContextType to determine if it matches this column's PropertyContextType.
isCopy() - Method in enum com.cafean.jobstream.common.components.ApplicationSetup
returns true if this setup type is a simple 'retrieve' type
isCorrectType(AbstractComponent) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
This method is used to determine whether or not to export a DrawnComponent representation of the selected component.
isCrossReference(int, int, AbstractSubSystem) - Method in class com.cafean.client.integrator.AbstractIntegrator
returns true if one of the given idents is inside the given AbstractSubSystem and the other is not
isCrossReference(AbstractComponent, AbstractComponent, AbstractSubSystem) - Method in class com.cafean.client.integrator.AbstractIntegrator
returns true if one of the given idents is inside the given AbstractSubSystem and the other is not
isCrossReference(Connection, AbstractSubSystem) - Method in class com.cafean.client.integrator.AbstractIntegrator
Returns true if the given Connection is a cross-reference.
isCryptoChecked() - Static method in class com.cafean.CalcServer.LockHandler
 
isCryptoEnabled() - Static method in class com.cafean.CalcServer.LockHandler
returns true if the encryption method and cipher are available to this JVM.
isCurrentlyCopying() - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
Method determines if this table is currently copying values.
isCurrentlyCopying() - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
Method determines if this table is currently copying values.
isCurrentlyCopying() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
Method determines if this table is currently copying values.
isCurrentlyCopying() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
Method determines if this table is currently copying values.
isCurrentlyCopying() - Method in class com.cafean.utils.ClipboardEnabledTable
 
isCurrentlyPasting() - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
Method determines if this table is currently copying values.
isCurrentlyPasting() - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
Method determines if this table is currently copying values.
isCurrentlyPasting() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
Method determines if this table is currently copying values.
isCurrentlyPasting() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
Method determines if this table is currently copying values.
isCurrentlyPasting() - Method in class com.cafean.utils.ClipboardEnabledTable
 
isCurrentlyPlotting() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
Determines if a plot is currently being created.
isCurrentParametric() - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns whether the value is currently being accessed as a parametric.
isCustom() - Method in class com.cafean.jobstream.common.components.Keyword
Returns true if this keyword is custom
isCustomLabel() - Method in class com.cafean.client.ui.DrawnUserValue
 
isCustomLabel() - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
isCustomLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
isCustomLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
isCustomLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
isDataFlavorSupported(DataFlavor) - Method in class com.cafean.client.ui.clipboard.TransferableCopiedSubBlocks
 
isDataFlavorSupported(DataFlavor) - Method in class com.cafean.client.ui.clipboard.TransferableDrawnComponents
 
isDataFlavorSupported(DataFlavor) - Method in class com.cafean.client.ui.clipboard.TransferableModel
 
isDataFlavorSupported(DataFlavor) - Method in class com.cafean.client.ui.clipboard.TransferablePibArray
 
isDataFlavorSupported(DataFlavor) - Method in class com.cafean.client.ui.navigator.ComponentNode
 
isDataFlavorSupported(DataFlavor) - Method in class com.cafean.client.ui.navigator.NavigatorNode
 
isDataFlavorSupported(DataFlavor) - Method in class com.cafean.client.values.components.AbstractCBoolean
 
isDataFlavorSupported(DataFlavor) - Method in class com.cafean.client.values.components.AbstractCInteger
 
isDataFlavorSupported(DataFlavor) - Method in class com.cafean.client.values.components.AbstractCReal
 
isDataFlavorSupported(DataFlavor) - Method in class com.cafean.client.values.components.AbstractCString
 
isDataFlavorSupported(DataFlavor) - Method in class com.cafean.Number.Real
Returns whether or not the specified data flavor is supported for this object.
isDataKnown() - Method in class com.cafean.client.values.components.AbstractCReal
Returns true if the local data value is known.
isDataUnknown() - Method in class com.cafean.client.values.components.AbstractCReal
Returns true if the local data value is unknown.
isDCAlphaEnabled() - Method in class com.cafean.client.ui.SnapPreferences
return true if drawn components should use partially transparent fill colors
isDead() - Method in class com.cafean.JobStatus.tree.CalcServerNode
Retrieves this node's life.
isDead() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
 
isDebug() - Method in class com.cafean.client.ui.ClientLogger
returns true if this usageLogger is set to output debugging messages
isDebug() - Method in class com.cafean.JobStatus.ui.stream.JobStatusLogger
returns true if this usageLogger is set to output debugging messages
isDebug() - Method in class com.cafean.jobstream.common.util.ApplicationContainer
returns true if this logger is set to output debugging messages
isDebug() - Method in class com.cafean.jobstream.common.util.StreamLogger
returns true if this usageLogger is set to output debugging messages
isDebug() - Method in class com.cafean.rpc.AbstractRPCConnection
 
isDebug() - Method in class com.cafean.rpc.RPCManager
 
isDebugPropertyValue() - Method in interface com.cafean.document.notebook.NotebookComponent
returns true if this component should display those values that are not properly handled in NotebookComponent.getPropertyValue(java.lang.String, java.lang.Object)
isDebugPropertyValue(Object) - Static method in class com.cafean.document.notebook.NotebookUtil
returns true if this component should display those values that are not properly handled in NotebookUtil.getPropertyValue(java.lang.Object, java.lang.String, java.lang.Object, com.cafean.document.notebook.AbstractNotebookExporter)
isDefault() - Method in class com.cafean.client.ui.util.DrawingLayer
returns true if this layer is the implicit 'Default' layer of a BeanBox
isDefaultLayer(int) - Method in class com.cafean.client.ui.BeanBox
 
isDefaultSI(int) - Method in interface com.cafean.utils.Conversions
Determines whether a unit index refers to a unit type for which values are considered SI by default.
isDeleted() - Method in class com.cafean.client.analysis.GenericObject
Returns true if this object has been set deleted.
isDemo() - Method in class com.cafean.utils.Version
returns true if this Version is a demo.
isDirectoryManaged(File) - Method in class com.cafean.vcs.desc.VersionControlSystemDesc
This method returns TRUE if the provided file exists inside a location that is managed by this version control system.
isDirty() - Method in class com.cafean.client.analysis.AbstractModel
if true, this model has been modified since it was saved.
isDisabledTextVisible() - Method in class com.cafean.client.ui.EnumSelRenderer
 
isDisplayingJob(int, String) - Method in class com.cafean.JobStatus.ConsolePanel
returns true if this console panel is displaying the given job
isDisplayingJob(int, String) - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
returns true if this console panel is displaying the given stream
isDouble() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the specified array represents its data as double-precision floating-point numbers.
isDraggablePoint(int, int) - Method in interface com.cafean.client.ui.BorderlessComponent
returns true if the given x,y cooridinates are contained within a draggable point or sub-component within this component
isDrawBadges() - Method in class com.cafean.client.ui.DrawnComponent
Getter for property drawBadges.
isDrawConnSource() - Method in class com.cafean.client.ui.DrawnConnection
returns true if this dc is being rendered as a source(left side) marker.
isDrawConnTarget() - Method in class com.cafean.client.ui.DrawnConnection
returns true if this dc is being rendered as a target(right side) marker.
isDrawLine() - Method in class com.cafean.client.ui.DrawnConnection
returns true if this dc is being rendered as a single line (default)
isDynamic() - Method in class com.cafean.client.anim.GeneralRange
returns true if this range is a dynamic range
isEci() - Method in class com.cafean.jobstream.common.SubmitContext
Returns true if the wrapper being submitted is an ECI related task.
isEciCentralProcess() - Method in class com.cafean.jobstream.server.components.Task
 
isEciEnabled() - Method in class com.cafean.jobstream.server.components.Stream
 
isEditable() - Method in class com.cafean.client.ui.DrawnUserValue
Getter for property editable.
isEditable() - Method in class com.cafean.client.ui.SubblockArrayTableColumn
Gets the editable status of this column
isEditable() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Getter for property editable.
isEditable() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Getter for property editable.
isEditable() - Method in class com.cafean.client.values.drawn.DrawnSharedString
Getter for property editable.
isEditable() - Method in class com.cafean.client.values.editors.CRealEditor
This method determines if the valueField is currently editable.
isEditable() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
isEditableSubcomponent() - Method in class com.cafean.client.ui.DrawnSubComponent
Returns true if this sub component can be moved and/or reshaped
isEditingRestart() - Method in class com.cafean.client.analysis.AbstractModel
Returns true if this model is subsequent edits to this model will be considered restart edits and as such, should be graphically represented.
isEditorEnabled(PlatformDefinition, PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Returns true if this platform module provides an editing dialog for the given platform.
isEditorEnabled(PlatformDefinition, SubmissionProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Returns true if this platform module provides an editing dialog for the given submission properties.
isEmpty() - Method in class com.cafean.CalcServer.CustomUnitCodes
 
isEmpty() - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
isEmpty() - Method in class com.cafean.client.analysis.ComponentSet
 
isEmpty() - Method in class com.cafean.client.anim.available.JobAvailabilityQueue
returns true if there are no jobs in this queue
isEmpty() - Method in class com.cafean.client.ui.beans.PropertySet
Returns true if this PropertySet has no properties.
isEmpty() - Method in class com.cafean.client.ui.pview.GroupPanel
Returns true if this panel has been expanded
isEmpty() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
isEmpty() - Method in class com.cafean.client.values.util.matlab.MXArray
Is array empty.
isEmpty() - Method in class com.cafean.jobstream.common.components.ApplicationVersion
returns true if this version has no flavor and no version defined
isEmpty() - Method in class com.cafean.jobstream.server.components.CustomProcessing
returns true if this custom processing command set has no commands
isEnabled() - Method in class com.cafean.client.analysis.ValidationTest
Determines if this validation test is enabled for the current model.
isEnabled() - Method in class com.cafean.client.ui.navigator.BeanNode
Getter for property enabled.
isEnabled() - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Returns the model enabled state.
isEnabled() - Method in class com.cafean.client.validation.ExportContext
Returns true if edit should be allowed for this context.
isEnabled() - Method in class com.cafean.client.validation.PropertyContext
 
isEndValueEnabled() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if endValue is enabled; false otherwise.
isEndValueEnabled() - Method in class com.cafean.client.values.components.SharedReal
Returns true if endValue is enabled; false otherwise.
isEndValueEnabled() - Method in class com.cafean.client.values.components.SharedString
Returns true if endValue is enabled; false otherwise.
isEnumEntriesEnabled() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if enumEntries is enabled; false otherwise.
isEnumEntriesEnabled() - Method in class com.cafean.client.values.components.SharedString
Returns true if enumEntries is enabled; false otherwise.
isEnumeration() - Method in class com.cafean.jobstream.common.components.OptionDescription
returns true if this option is defined with enumerated values *
isEnumValidForModelVersion(AbstractModel) - Method in interface com.cafean.client.analysis.ModelEnumeration
Determines if this enumeration is valid for the current model version.
isEnumValidForModelVersion(TimeScale, AbstractModel) - Static method in enum com.cafean.client.anim.enums.TimeScale
Determines if the provided enumeration is valid for the current model version.
isEqual(MultiDimArray) - Method in class com.apt.xdr.MultiDimArray
 
isEqual(ActivityNoticeRequest) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Test a block for equality, ignoring the primary key field.
isEqual(CanCreateDemuxRequest) - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Test a block for equality, ignoring the primary key field.
isEqual(ConnectionInfo) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Test a block for equality, ignoring the primary key field.
isEqual(ConsoleOutputRequest) - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Test a block for equality, ignoring the primary key field.
isEqual(CreateDemuxDataRequest) - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Test a block for equality, ignoring the primary key field.
isEqual(CreateFolderRequest) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Test a block for equality, ignoring the primary key field.
isEqual(DataChannel) - Method in class com.cafean.CalcServer.command.DataChannel
Test a block for equality, ignoring the primary key field.
isEqual(DataChannelsRequest) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Test a block for equality, ignoring the primary key field.
isEqual(DeleteJobRequest) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Test a block for equality, ignoring the primary key field.
isEqual(DeleteJobResponse) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Test a block for equality, ignoring the primary key field.
isEqual(DemuxDataRequest) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Test a block for equality, ignoring the primary key field.
isEqual(EvtCommandDelivered) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Test a block for equality, ignoring the primary key field.
isEqual(EvtConsoleOutput) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Test a block for equality, ignoring the primary key field.
isEqual(EvtEndTimeChanged) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Test a block for equality, ignoring the primary key field.
isEqual(EvtJobAdded) - Method in class com.cafean.CalcServer.command.EvtJobAdded
Test a block for equality, ignoring the primary key field.
isEqual(EvtJobRemoved) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Test a block for equality, ignoring the primary key field.
isEqual(EvtLogOutput) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Test a block for equality, ignoring the primary key field.
isEqual(EvtStatusTriggered) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Test a block for equality, ignoring the primary key field.
isEqual(EvtTaskStatusChanged) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Test a block for equality, ignoring the primary key field.
isEqual(FileEntry) - Method in class com.cafean.CalcServer.command.FileEntry
Test a block for equality, ignoring the primary key field.
isEqual(FileRequest) - Method in class com.cafean.CalcServer.command.FileRequest
Test a block for equality, ignoring the primary key field.
isEqual(FileRequestResponse) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Test a block for equality, ignoring the primary key field.
isEqual(FilesListRequest) - Method in class com.cafean.CalcServer.command.FilesListRequest
Test a block for equality, ignoring the primary key field.
isEqual(FindStreamsRequest) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Test a block for equality, ignoring the primary key field.
isEqual(Folder) - Method in class com.cafean.CalcServer.command.Folder
Test a block for equality, ignoring the primary key field.
isEqual(FolderContentsRequest) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Test a block for equality, ignoring the primary key field.
isEqual(FolderEntry) - Method in class com.cafean.CalcServer.command.FolderEntry
Test a block for equality, ignoring the primary key field.
isEqual(FolderLocationRequest) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Test a block for equality, ignoring the primary key field.
isEqual(FolderTreeRequest) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Test a block for equality, ignoring the primary key field.
isEqual(GetFileCancelRequest) - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Test a block for equality, ignoring the primary key field.
isEqual(GetFileContentsRequest) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Test a block for equality, ignoring the primary key field.
isEqual(GetFileRequest) - Method in class com.cafean.CalcServer.command.GetFileRequest
Test a block for equality, ignoring the primary key field.
isEqual(GetFileResponse) - Method in class com.cafean.CalcServer.command.GetFileResponse
Test a block for equality, ignoring the primary key field.
isEqual(GetJobInfoRequest) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Test a block for equality, ignoring the primary key field.
isEqual(GetMessagesRequest) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Test a block for equality, ignoring the primary key field.
isEqual(HasDemuxRequest) - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Test a block for equality, ignoring the primary key field.
isEqual(IncrementTimeslice) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Test a block for equality, ignoring the primary key field.
isEqual(InteractCommandRequest) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Test a block for equality, ignoring the primary key field.
isEqual(InteractiveVariable) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Test a block for equality, ignoring the primary key field.
isEqual(InteractiveVarsRequest) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Test a block for equality, ignoring the primary key field.
isEqual(Job) - Method in class com.cafean.CalcServer.command.Job
Test a block for equality, ignoring the primary key field.
isEqual(JobFilesEntry) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Test a block for equality, ignoring the primary key field.
isEqual(JobFilesList) - Method in class com.cafean.CalcServer.command.JobFilesList
Test a block for equality, ignoring the primary key field.
isEqual(JobFilesRequest) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Test a block for equality, ignoring the primary key field.
isEqual(JobLocationRequest) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Test a block for equality, ignoring the primary key field.
isEqual(JobPriorityRequest) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Test a block for equality, ignoring the primary key field.
isEqual(JobRPCRequest) - Method in class com.cafean.CalcServer.command.JobRPCRequest
Test a block for equality, ignoring the primary key field.
isEqual(JobSet) - Method in class com.cafean.CalcServer.command.JobSet
Test a block for equality, ignoring the primary key field.
isEqual(Keyword) - Method in class com.cafean.CalcServer.command.Keyword
Test a block for equality, ignoring the primary key field.
isEqual(LaunchJobRequest) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Test a block for equality, ignoring the primary key field.
isEqual(LoadJobRequest) - Method in class com.cafean.CalcServer.command.LoadJobRequest
Test a block for equality, ignoring the primary key field.
isEqual(LoadMuxChannelsRequest) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Test a block for equality, ignoring the primary key field.
isEqual(LogOutputRequest) - Method in class com.cafean.CalcServer.command.LogOutputRequest
Test a block for equality, ignoring the primary key field.
isEqual(MountFolderRequest) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Test a block for equality, ignoring the primary key field.
isEqual(MuxDataRequest) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Test a block for equality, ignoring the primary key field.
isEqual(NotificationsRequest) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Test a block for equality, ignoring the primary key field.
isEqual(ReleaseJobRequest) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Test a block for equality, ignoring the primary key field.
isEqual(RemoveFolderRequest) - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Test a block for equality, ignoring the primary key field.
isEqual(RenameFolderRequest) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Test a block for equality, ignoring the primary key field.
isEqual(RestartDataRequest) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Test a block for equality, ignoring the primary key field.
isEqual(RestartInfoRequest) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Test a block for equality, ignoring the primary key field.
isEqual(SendFileCancelRequest) - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Test a block for equality, ignoring the primary key field.
isEqual(SendFileContentsRequest) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Test a block for equality, ignoring the primary key field.
isEqual(SendFileRequest) - Method in class com.cafean.CalcServer.command.SendFileRequest
Test a block for equality, ignoring the primary key field.
isEqual(ServerStatusRequest) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Test a block for equality, ignoring the primary key field.
isEqual(SetMuxTimeRequest) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Test a block for equality, ignoring the primary key field.
isEqual(ShutdownRequest) - Method in class com.cafean.CalcServer.command.ShutdownRequest
Test a block for equality, ignoring the primary key field.
isEqual(StatusTriggerRequest) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Test a block for equality, ignoring the primary key field.
isEqual(String16) - Method in class com.cafean.CalcServer.command.String16
Test a block for equality, ignoring the primary key field.
isEqual(TerminateRunRequest) - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Test a block for equality, ignoring the primary key field.
isEqual(UnitCodeRequest) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Test a block for equality, ignoring the primary key field.
isEqual(UnitCodeResponse) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Test a block for equality, ignoring the primary key field.
isEqual(UnloadJobRequest) - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Test a block for equality, ignoring the primary key field.
isEqual(UnMountFolderRequest) - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Test a block for equality, ignoring the primary key field.
isEqual(ViewableFile) - Method in class com.cafean.CalcServer.command.ViewableFile
Test a block for equality, ignoring the primary key field.
isEqual(ViewableFileBlockRequest) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Test a block for equality, ignoring the primary key field.
isEqual(ViewableFileLenRequest) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Test a block for equality, ignoring the primary key field.
isEqual(ViewableFileOpenRequest) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Test a block for equality, ignoring the primary key field.
isEqual(ViewableFilesRequest) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Test a block for equality, ignoring the primary key field.
isEqual(ViewablePoiRequest) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Test a block for equality, ignoring the primary key field.
isEqual(ViewableSearchRequest) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Test a block for equality, ignoring the primary key field.
isEqual(JConsoleRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Test a block for equality, ignoring the primary key field.
isEqual(JDataChannel) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Test a block for equality, ignoring the primary key field.
isEqual(JDataChannelsRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Test a block for equality, ignoring the primary key field.
isEqual(JEvtCommandDelivered) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Test a block for equality, ignoring the primary key field.
isEqual(JEvtConsoleOutput) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Test a block for equality, ignoring the primary key field.
isEqual(JEvtEndTimeChanged) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Test a block for equality, ignoring the primary key field.
isEqual(JEvtEvaluationChanged) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Test a block for equality, ignoring the primary key field.
isEqual(JEvtLogOutput) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Test a block for equality, ignoring the primary key field.
isEqual(JEvtStatusChanged) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Test a block for equality, ignoring the primary key field.
isEqual(JEvtTaskStatusChanged) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Test a block for equality, ignoring the primary key field.
isEqual(JFileRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Test a block for equality, ignoring the primary key field.
isEqual(JInteractCommandRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Test a block for equality, ignoring the primary key field.
isEqual(JInteractiveVariable) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Test a block for equality, ignoring the primary key field.
isEqual(JInteractiveVarsRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Test a block for equality, ignoring the primary key field.
isEqual(JLoadMuxChannelsRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Test a block for equality, ignoring the primary key field.
isEqual(JLogRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Test a block for equality, ignoring the primary key field.
isEqual(JMuxDataRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Test a block for equality, ignoring the primary key field.
isEqual(JRestartDataRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Test a block for equality, ignoring the primary key field.
isEqual(JRestartInfoRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Test a block for equality, ignoring the primary key field.
isEqual(JSetMuxTimeRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Test a block for equality, ignoring the primary key field.
isEqual(JShutdownRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Test a block for equality, ignoring the primary key field.
isEqual(JString16) - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Test a block for equality, ignoring the primary key field.
isEqual(JTaskStatusRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Test a block for equality, ignoring the primary key field.
isEqual(JTerminateRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Test a block for equality, ignoring the primary key field.
isEqual(JTimestepIncrRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Test a block for equality, ignoring the primary key field.
isEqual(JUnitCodeRequest) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Test a block for equality, ignoring the primary key field.
isEqual(DrawnAnnotationRec) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Test a block for equality, ignoring the primary key field.
isEqual(DrawnComponentRec) - Method in class com.cafean.client.io.med.DrawnComponentRec
Test a block for equality, ignoring the primary key field.
isEqual(DrawnConnLine) - Method in class com.cafean.client.io.med.DrawnConnLine
Test a block for equality, ignoring the primary key field.
isEqual(DrawnDisplayBeanRec) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Test a block for equality, ignoring the primary key field.
isEqual(DrawnDisplayElementRec) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Test a block for equality, ignoring the primary key field.
isEqual(DrawnImageAnnotationRec) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Test a block for equality, ignoring the primary key field.
isEqual(DrawnLayerRec) - Method in class com.cafean.client.io.med.DrawnLayerRec
Test a block for equality, ignoring the primary key field.
isEqual(DrawnNumericRec) - Method in class com.cafean.client.io.med.DrawnNumericRec
Test a block for equality, ignoring the primary key field.
isEqual(DrawnVisualGroupRec) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Test a block for equality, ignoring the primary key field.
isEqual(FontRec) - Method in class com.cafean.client.io.med.FontRec
Test a block for equality, ignoring the primary key field.
isEqual(ModelHeaderRec) - Method in class com.cafean.client.io.med.ModelHeaderRec
Test a block for equality, ignoring the primary key field.
isEqual(Plugin) - Method in class com.cafean.client.io.med.Plugin
Test a block for equality, ignoring the primary key field.
isEqual(String16) - Method in class com.cafean.client.io.med.String16
Test a block for equality, ignoring the primary key field.
isEqual(UserConstantRec) - Method in class com.cafean.client.io.med.UserConstantRec
Test a block for equality, ignoring the primary key field.
isEqual(UserFunctionRec) - Method in class com.cafean.client.io.med.UserFunctionRec
Test a block for equality, ignoring the primary key field.
isEqual(UserVariableRec) - Method in class com.cafean.client.io.med.UserVariableRec
Test a block for equality, ignoring the primary key field.
isEqual(ViewCompRec) - Method in class com.cafean.client.io.med.ViewCompRec
Test a block for equality, ignoring the primary key field.
isEqual(ActivateRequest) - Method in class com.cafean.client.rpc.command.ActivateRequest
Test a block for equality, ignoring the primary key field.
isEqual(AnimateJobRequest) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Test a block for equality, ignoring the primary key field.
isEqual(ModelListRequest) - Method in class com.cafean.client.rpc.command.ModelListRequest
Test a block for equality, ignoring the primary key field.
isEqual(ModelListResponse) - Method in class com.cafean.client.rpc.command.ModelListResponse
Test a block for equality, ignoring the primary key field.
isEqual(ActivateRequest) - Method in class com.cafean.config.rpc.command.ActivateRequest
Test a block for equality, ignoring the primary key field.
isEqual(SelectAreaRequest) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Test a block for equality, ignoring the primary key field.
isEqual(ActivateRequest) - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Test a block for equality, ignoring the primary key field.
isEqual(OpenConsoleRequest) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Test a block for equality, ignoring the primary key field.
isEqual(SelectJobRequest) - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Test a block for equality, ignoring the primary key field.
isEqual(CallbackAuthorization) - Method in class com.cafean.rpc.command.CallbackAuthorization
Test a block for equality, ignoring the primary key field.
isEqual(CallbackAuthRequest) - Method in class com.cafean.rpc.command.CallbackAuthRequest
Test a block for equality, ignoring the primary key field.
isEqual(CallbackContext) - Method in class com.cafean.rpc.command.CallbackContext
Test a block for equality, ignoring the primary key field.
isEqual(Ping) - Method in class com.cafean.rpc.command.Ping
Test a block for equality, ignoring the primary key field.
isEqual(VersionRequest) - Method in class com.cafean.rpc.command.VersionRequest
Test a block for equality, ignoring the primary key field.
isEqual(SDXElement) - Method in class com.cafean.snapdx.SDXElement
Test a block for equality, ignoring the primary key field.
isEqual(SDXIntegerArrayValue) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Test a block for equality, ignoring the primary key field.
isEqual(SDXIntegerValue) - Method in class com.cafean.snapdx.SDXIntegerValue
Test a block for equality, ignoring the primary key field.
isEqual(SDXRealArrayValue) - Method in class com.cafean.snapdx.SDXRealArrayValue
Test a block for equality, ignoring the primary key field.
isEqual(SDXRealValue) - Method in class com.cafean.snapdx.SDXRealValue
Test a block for equality, ignoring the primary key field.
isEqual(SDXStringArrayValue) - Method in class com.cafean.snapdx.SDXStringArrayValue
Test a block for equality, ignoring the primary key field.
isEqual(SDXStringValue) - Method in class com.cafean.snapdx.SDXStringValue
Test a block for equality, ignoring the primary key field.
isEqual(SNAPDXFileInfo) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Test a block for equality, ignoring the primary key field.
isEqual(SNAPDXRecord) - Method in class com.cafean.snapdx.SNAPDXRecord
Test a block for equality, ignoring the primary key field.
isEqualTo(Connection) - Method in class com.cafean.client.analysis.Connection
This determines if the Connection passed in is the equivalent of this Connection.
isEquivalent(SharedComponent) - Method in interface com.cafean.client.analysis.SharedComponent
Returns true if this and the given shared component are equivalent.
isEquivalent(ApplicationDefinition) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Returns true if the name, type, version, inputs, outputs, and options, of the given Application Definition match this definition.
isError() - Method in exception com.cafean.client.io.MEDAbortException
Returns true if this abort should be considered an error for the purposes of notifying the user or false if it should be considered an alert.
isError() - Method in class com.cafean.client.ui.message.Message
Determines if the current message is an error.
isExpandable() - Method in class com.cafean.client.anim.channel.RowData
 
isExpandable() - Method in class com.cafean.client.ui.navigator.ComponentNode
Getter for property expandable.
isExpandable() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
isExpandable() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
isExpandable() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
isExpandable() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
isExpandable() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
isExpandable() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
isExpanded() - Method in class com.cafean.client.anim.channel.RowData
 
isExpanded() - Method in class com.cafean.client.anim.channel.SetRowData
 
isExpanded() - Method in class com.cafean.client.ui.pview.GroupPanel
Returns true if this panel has been expanded
isExpanded() - Method in class com.cafean.client.ui.swing.accordion.NodeButton
 
isExpanded() - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Returns the model expanded state.
isExpanded() - Method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns a true if the state represents an expanded state.
isExpanded() - Method in class com.cafean.client.ui.util.search.GSSearchResult
 
isExpanded() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
isExpanded() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
isExpanded() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
isExpanded() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
isExpanded() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
isExpanded() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
isExpandGeneral() - Static method in class com.cafean.client.ui.beans.PropertySetPanel
 
isExpansionEmpty() - Method in class com.cafean.client.ui.swing.accordion.Accordion
 
isExpansionEmpty() - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Returns a true if the expansion is empty.
isExpansionEmpty() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
isExperimentalEnabled() - Static method in class com.cafean.utils.TempFlags
returns true if experimental options should be enabled
isExpired() - Method in class com.cafean.utils.jobstream.LocalStageMapping
Returns true if this mapping's last verified date is more than four weeks past.
isExportDrawnComponents() - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
isExportInputListing() - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
isExportOwnerReviewerListings() - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
isExternal() - Method in class com.cafean.client.ui.pview.PropertySetChangeEvent
Returns true if the property set change was caused by a source external to the property set.
isExtract() - Method in enum com.cafean.jobstream.common.components.ApplicationSetup
returns true if this type is a ZIP archive extraction type
isFailed() - Method in enum com.cafean.JobStatus.ui.csstream.ConsoleStatus
 
isFailedPlot() - Method in class com.cafean.document.notebook.plot.GraphWriter
returns true if this GraphWriter has already failed to plot
isFailure() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
isFailure() - Method in class com.cafean.JobStatus.ui.stream.MaxScheduledJobsDialog
 
isFailure() - Method in class com.cafean.jobstream.common.TerminateContext
returns true if the termination of this context's job failed
isFile() - Method in class com.cafean.jobstream.common.FileReference
returns true if the "scheme" of the URI stored in this reference is "file"
isFile() - Method in class com.cafean.jobstream.server.components.InputFileHandle
returns true if the protocol of the source location of this input is "file"
isFileSet() - Method in class com.cafean.JobStatus.jimport.ImportFileDesc
 
isFillBackground() - Method in class com.cafean.client.anim.AbstractDisplayBean
 
isFillColor() - Method in class com.cafean.client.ui.annotation.PolygonBean
Getter for property fillShape.
isFilled() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
 
isFilled() - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
 
isFilled() - Method in class com.cafean.client.ui.annotation.TextAnnotation
gets this annotation's "Fill Background" property
isFillShape() - Method in class com.cafean.client.ui.annotation.PolygonBean
Getter for property fillShape.
isFinished() - Method in enum com.cafean.CalcServer.util.JobHandleStatus
 
isFinished() - Method in class com.cafean.client.values.nif.NumericsImportReport
Whether the import process creating this report is finished.
isFinished() - Method in enum com.cafean.jobstream.server.components.Status
Returns true if this status represents a finished task.
isFinished() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
isFirstAvailable() - Method in class com.cafean.client.ui.RenumberCompsDialog
 
isFirstColumnUnique() - Method in class com.cafean.client.values.util.ClipboardTableModel
 
isFontActive() - Method in class com.cafean.client.values.drawn.AbstractDrawnSharedValue
 
isFontActive() - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
isForceMEDLoad() - Static method in class com.cafean.client.io.MEDUtil
returns true if MED loading routines should attempt to read MED files that contain version information that conflicts with the current version.
isFromGlobalWS() - Method in class com.cafean.client.values.util.matlab.MXArray
Is the isFromGlobalWorkspace bit set?
isFunctionHandle() - Method in class com.cafean.client.values.util.matlab.MXArray
Returns true if specified array is a function object.
isGridAbove() - Method in class com.cafean.client.analysis.ViewComponent
Returns true if this View's grid will be painted on top of its contained elements.
isGroupByPrefix() - Method in class com.cafean.client.anim.channel.ChannelTableModel
returns true if this table model is grouping channels by prefix
isGroupIDValid() - Method in class com.cafean.client.anim.AbstractDisplayBean
Returns true if this object's visual group ID is valid.
isGroupIDValid() - Method in class com.cafean.client.ui.annotation.Annotation
Returns true if this object's visual group ID is valid.
isGroupIDValid() - Method in class com.cafean.client.ui.DrawnComponent
Returns true if this object's visual group ID is valid.
isGroupIDValid() - Method in interface com.cafean.client.ui.util.Groupable
Returns true if this object's visual group ID is valid.
isGroupIDValid() - Method in class com.cafean.client.ui.util.VisualGroup
Returns true if this object's visual group ID is valid.
isGUI() - Static method in class com.cafean.client.ui.MainFrame
 
isHighlight() - Method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns a true if the state represents a button when it is highlighted.
isHighlight() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
isHighlighted() - Method in class com.cafean.client.ui.pview.PropertyPanel
Returns the highlight state of this property panel.
isHighlighted() - Method in class com.cafean.client.ui.pview.TitlePanel
returns true if this title panel is currently highlighted
isIdle() - Method in class com.cafean.client.ui.AsciiViewer.Updater
 
isImageComplete() - Method in class com.cafean.document.notebook.util.AptBatchIntf
 
isImportFileEnabled() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
returns true if the "Import File" property should be enabled
isInCategory(FileTypeCategory) - Method in class com.cafean.jobstream.common.components.FileType
returns true if this file type is part of the given category
isInCategory(String) - Method in class com.cafean.jobstream.common.components.FileType
returns true if this file type is part of the category with the given name
isIncluded() - Method in class com.cafean.client.anim.DataSource
Returns true if this data source should be included in animations
isIncluded(int, boolean) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
returns true if the component with the given identis included in this sub-system
isIncluded(AbstractComponent, boolean) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
returns true if the given component is included in this sub-system
isIncremental() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Gets the flag that indicates if this parametric constant is incremental.
isIncrementalEnabled() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if incremental is enabled; false otherwise.
isIncrementalEnabled() - Method in class com.cafean.client.values.components.SharedReal
Returns true if incremental is enabled; false otherwise.
isIncrementalEnabled() - Method in class com.cafean.client.values.components.SharedString
Returns true if incremental is enabled; false otherwise.
isIncrementEnabled() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if increment is enabled; false otherwise.
isIncrementEnabled() - Method in class com.cafean.client.values.components.SharedReal
Returns true if increment is enabled; false otherwise.
isIncrementEnabled() - Method in class com.cafean.client.values.components.SharedString
Returns true if increment is enabled; false otherwise.
isIndependentComponent() - Method in class com.cafean.client.analysis.Connection
Returns true if this Connection can exists without it's left and right components.
isIndependentDataTypeAvailable(DataSource.IndependentDataType) - Method in class com.cafean.client.anim.DataSource
Examines the data source's channels and returns true if the given data type is available.
isIndependentDuplicated() - Method in class com.cafean.client.values.components.CTable1D
 
isIndependentSorted() - Method in class com.cafean.client.values.components.CTable1D
This method returns TRUE if all the values in the first column are in ascending order.
isIndexing() - Method in class com.cafean.CalcServer.BlockFileAccessManager
Gets the BFAM's current indexing state
isInfo() - Method in class com.cafean.client.ui.message.Message
Determines if the current message is an information.
isInherited() - Method in class com.cafean.jobstream.common.components.Keyword
Returns true if this keyword is inherited
isInitialActive() - Method in class com.cafean.client.values.components.AbstractSharedValue
 
isInitialized() - Method in class com.cafean.document.notebook.util.AptBatchIntf
returns true if the AptPlot instance driven by this AptBatchIntf has been launched and has had time to initialize (i.e.
isInitialUnknown() - Method in class com.cafean.client.values.components.SharedBoolean
 
isInitialValueEnabled() - Method in class com.cafean.client.values.components.SharedBoolean
Returns true if initialValue is enabled; false otherwise.
isInitialValueEnabled() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if initialValue is enabled; false otherwise.
isInitialValueEnabled() - Method in class com.cafean.client.values.components.SharedReal
Returns true if initialValue is enabled; false otherwise.
isInitialValueEnabled() - Method in class com.cafean.client.values.components.SharedString
Returns true if initialValue is enabled; false otherwise.
isInProgress() - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
Returns true if a connection draw is in progress.
isInSelectedMonthAndYear(int, int) - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
isInstall() - Method in enum com.cafean.jobstream.common.components.ApplicationSetup
returns true if this type is a self-extracting archive or installer
isInt16() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the specified array represents its data as signed 16-bit integers.
isInt32() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the specified array represents its data as signed 32-bit integers.
isInt64() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the specified array represents its data as signed 64-bit integers.
isInt8() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the specified array represents its data as signed 8-bit integers.
isIntegralProperty(String) - Method in interface com.cafean.client.analysis.IntegralElement
Returns true if the given property is to be considered an integral part of this element's component, thus requiring an undoable event for the component.
isIntegratorSupported() - Method in class com.cafean.client.ui.clipboard.ClipboardListener
Returns false if this listener cannot be used by the SubsystemIntegrator.
isInteractive() - Method in class com.cafean.CalcServer.CalcJobFile
Returns true if this CalcJobFile is currently set "interactive".
isInteractive() - Method in enum com.cafean.CalcServer.util.JobHandleStatus
 
isInteractive() - Method in class com.cafean.CalcServer.util.LegacyCalcJobFile
Returns true if this CalcJobFile is currently set "interactive".
isInteractive() - Method in class com.cafean.client.anim.DataSource
 
isInteractive() - Method in class com.cafean.jobstream.server.components.Task
returns true if interactive capability was requested for this task
isIntermediate() - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
if true, this handle is an intermediate file that should be copied to the staging location after execution for use by other tasks
isIntValueEnabled() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if intValue is enabled; false otherwise.
isInvalid() - Method in enum com.cafean.CalcServer.util.ExecutionStatus
 
isInvalid() - Method in enum com.cafean.CalcServer.util.JobHandleStatus
 
isIterateLocationActive() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
isJava3DAvailable() - Static method in class com.cafean.client.ui.MainFrame
Returns true if the Java3D libraries are available in the current classloader's classpath.
isJeditAvailable() - Method in class com.cafean.client.ui.SnapPreferences
Returns true if the "jEdit Executable" property is defined and refers to an existing file.
isJEditPluginInstalled() - Static method in class com.cafean.client.utils.JEditHandler
Returns true if a current or newer jEdit plug-in is installed in the current user's jEdit preferences folder.
isJsstage() - Method in class com.cafean.jobstream.server.components.InputFileHandle
returns true if the protocol of the source location of this input is "jsstage"
isKeyStored(String) - Static method in class com.cafean.client.values.util.ColumnManager
Returns true if the key has been used to store table columns.
isKiosk() - Static method in class com.cafean.client.ui.MainFrame
returns true if this ModelEditor instance is running in Kiosk Mode *
isKnown() - Method in class com.cafean.client.values.components.AbstractCInteger
Determines whether the value is current known (true) or unknown (false).
isKnown() - Method in class com.cafean.client.values.components.AbstractCReal
Returns true if the resolved value is known.
isKnown() - Method in class com.cafean.client.values.components.CBoolean
Returns whether the value is current known (true) or unknown (false).
isKnown() - Method in class com.cafean.client.values.components.CInteger
 
isKnown() - Method in class com.cafean.h2o.Steam
 
isKnown() - Method in class com.cafean.h2o.Water
 
isKnown() - Method in class com.cafean.Number.BaseNumber
Return true if the value if known, otherwise return false.
isKnown() - Method in class com.cafean.Number.Real
Return true if the value if known, otherwise return false.
isKnown(double) - Static method in class com.cafean.client.values.components.AbstractCReal
Returns true if the provided value is a known value.
isLayerIDValid() - Method in class com.cafean.client.anim.AbstractDisplayBean
 
isLayerIDValid() - Method in class com.cafean.client.ui.annotation.Annotation
 
isLayerIDValid() - Method in class com.cafean.client.ui.DrawnComponent
 
isLayerIDValid() - Method in interface com.cafean.client.ui.util.DrawingLayerElement
Returns true if this object's drawing layer ID is valid.
isLayerSelected(int, Component[], BeanBox) - Static method in class com.cafean.client.ui.util.DrawingLayer
returns true if the given layer is represented in the given selected components
isLeaf() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
 
isLeaf() - Method in class com.cafean.client.ui.navigator.BeanNode
 
isLeaf() - Method in class com.cafean.client.ui.navigator.CategoryNode
A Category node is a leaf if there are no components of that type inside the model.
isLeaf() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
A Category node is a leaf if there are no components of that type inside the model.
isLeaf() - Method in class com.cafean.client.ui.navigator.ComponentNode
The component node is only a leaf if the component doesn't have any connections.
isLeaf() - Method in class com.cafean.client.ui.navigator.ConnectionListNode
 
isLeaf() - Method in class com.cafean.client.ui.navigator.ConnectionNode
 
isLeaf() - Method in class com.cafean.client.ui.navigator.ModelNode
 
isLeaf() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Returns true if the receiver is a leaf.
isLeaf() - Method in class com.cafean.client.ui.navigator.PluginNode
 
isLeaf() - Method in class com.cafean.client.ui.navigator.ViewComponentNode
The component node is only a leaf if the component doesn't have any connections.
isLeaf() - Method in class com.cafean.client.ui.util.search.GSTreeNode
 
isLeaf() - Method in class com.cafean.JobStatus.tree.CalcServerNode
Overridden from DefaultMutableTreeNode to assert that an ServerNode is only a leaf when dead.
isLeaf() - Method in class com.cafean.JobStatus.tree.FilteredFolderNode
 
isLeaf() - Method in class com.cafean.JobStatus.tree.FolderNode
Folder nodes are only leaf nodes if they surely have no child folders
isLeaf() - Method in class com.cafean.JobStatus.tree.JobNode
Overridden to assert that a FolderNode is never a leaf.
isLeaf() - Method in class com.cafean.JobStatus.tree.TrackingFilteredNode
 
isLeaf() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
 
isLeftBorder(int, int, boolean) - Method in class com.cafean.document.notebook.components.DocxPseudoMultiTable
An isLeftBorder implementation that constrains custom borders to the sub-table content.
isLeftBorder(int, int, boolean) - Method in class com.cafean.document.notebook.components.PseudoMultiTable
An isLeftBorder implementation that constrains custom borders to the sub-table content.
isLegacyNaming() - Method in class com.cafean.client.values.components.AbstractSharedValue
 
isLegacyNaming() - Method in class com.cafean.client.values.components.NumericsCatProps
 
isLicenseLoaded() - Method in class com.cafean.moviegen.ui.LicenseDialog
Indicates if the license was successfully located and read.
isLimitCalcRate() - Method in class com.cafean.client.anim.PlaybackTimeDialog
Getter for property limitCalcRate.
isLimitRate() - Method in class com.cafean.client.anim.PlaybackTimeDialog
Getter for property limitRate.
isLinear() - Method in class com.cafean.jobstream.server.components.Stream
returns true if this stream should be executed in a linear fashion by task ID
isLineSelected(int) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Gets the selected state of the connection line at the given index.
isLineSelected(int) - Method in class com.cafean.client.ui.DrawnConnection
 
isLineSelected(Point) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Returns true if the line closest to the given location is selected
isLineSelected(Point) - Method in class com.cafean.client.ui.DrawnConnection
 
isLoadable() - Method in enum com.cafean.CalcServer.util.JobHandleStatus
 
isLoaded() - Method in enum com.cafean.CalcServer.util.JobHandleStatus
 
isLocal() - Method in class com.cafean.JobStatus.tree.CalcServerNode
 
isLocal(Socket) - Method in class com.cafean.rpc.RPCListener
Returns true if the given socket is a local connection.
isLocalAutomatic(Configurator) - Static method in class com.cafean.CalcServer.CalcServerConnector
Returns true if this calc server connector is configured to connect to the local calculation server instance owned by the current user.
isLocalServer() - Method in class com.cafean.CalcServer.rpc.CalcServerOriginator
 
isLocalServerRunning(boolean) - Static method in class com.cafean.CalcServer.CalcServerConnector
Returns true if the local calculation server is currently active.
isLocked() - Method in class com.cafean.client.analysis.ViewComponent
Returns true if this view is locked.
isLogActive() - Method in enum com.cafean.JobStatus.ui.csstream.ConsoleStatus
 
isLogical() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the given array's logical flag is on.
isLogicalScalar() - Method in class com.cafean.client.values.util.matlab.MXArray
Returns true if we have a valid logical scalar mxArray.
isLogicalScalarTrue() - Method in class com.cafean.client.values.util.matlab.MXArray
Returns true if the logical scalar value is true.
isManagingFile(int, String, int) - Method in class com.cafean.CalcServer.BlockFileAccessManager
 
isMaster() - Method in class com.cafean.client.anim.DataSource
Returns true if this is the master data source.
isMatchCase() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
isMatchRegex() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
isMdocsLoaded() - Static method in class com.cafean.client.mdocs.AbstractDocument
returns true if the MDOCS feature plug-in is available.
isMenuBarVisible() - Method in class com.cafean.client.ui.DrawnViewDialog
Returns a true if the menu bar is set to visible.
isMostlyVerticalDown() - Method in class com.cafean.Number.Angle
Return true if the angle is < -45 degress.
isMostlyVerticalUp() - Method in class com.cafean.Number.Angle
Return true if the angle is > 45 degress.
isMoveTo() - Method in class com.cafean.client.ui.util.DrawnLayerRemoveDialog
 
isMultiEnumeration() - Method in class com.cafean.jobstream.common.components.OptionDescription
Returns true if the user may select any number of the given set of enumerated values or false if only one value may be selected.
isMultipleSelected() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
isNameEditable() - Method in class com.cafean.JobStatus.jimport.ImportJobDesc
 
isNewTargetSS() - Method in class com.cafean.client.integrator.ui.SubSystemSelectionDialog
returns true if a new target sub-system was created by this dialog
isNextEnabled() - Method in class com.cafean.JobStatus.jimport.JIFilesPanel
 
isNextEnabled() - Method in class com.cafean.JobStatus.jimport.JIGuessesPanel
 
isNextEnabled() - Method in class com.cafean.JobStatus.jimport.JIOptionsPanel
 
isNextEnabled() - Method in class com.cafean.JobStatus.jimport.JITypePanel
 
isNextEnabled() - Method in interface com.cafean.JobStatus.jimport.JobImportPanel
 
isNone() - Method in enum com.cafean.jobstream.common.components.ApplicationSetup
returns true if this setup type indicates that the application should be executed directly
isNoOffsetSelected() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
isNumeric() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the specified array contains numeric (as opposed to cell or struct) data.
isNumericType(String) - Method in class com.cafean.client.values.AbstractNumericsModel
Determines if a given name is the name of a user-defined component block-type.
isObject() - Method in class com.cafean.client.values.util.matlab.MXArray
Is array user defined object
isObjectInsideBounds(Rectangle2D.Double) - Method in class com.cafean.client.ui.DrawnComponent
Determines if an object is inside the given rectangle
isObjectInsideBounds(Rectangle2D.Double) - Method in class com.cafean.client.ui.DrawnConnection
 
isOffset() - Method in class com.cafean.client.ui.RenumberCompsDialog
 
isOffsetSelected() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
isOkayForExport() - Method in class com.cafean.client.analysis.AbstractModel
 
isOkayForExport() - Method in interface com.cafean.client.analysis.Checkable
isOkayForExport() - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.mdocs.ALDocRef
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.mdocs.ALOwnership
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.AbstractCBoolean
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.AbstractCInteger
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.AbstractCReal
 
isOkayForExport() - Method in class com.cafean.client.values.components.AbstractCString
 
isOkayForExport() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.AttribProps
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.EnumEntry
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.ExternFunction
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.NumericsCatProps
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.NumericsTableColumn
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.SharedBoolean
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.SharedReal
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.SharedString
Returns true if this object is complete and ready to be exported.
isOkayForExport() - Method in class com.cafean.client.values.components.SharedTable
Returns true if this object is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.analysis.AbstractComponent
 
isOkayForExport(boolean) - Method in class com.cafean.client.analysis.AbstractModel
Performs some very basic model-level checks for export validity.
isOkayForExport(boolean) - Method in interface com.cafean.client.analysis.Checkable
Checks this object for it's export validity and, if requested, printing warnings or errors via ApplicationFrame.addMessage(com.cafean.client.ui.message.Message), Message.addMessage(java.lang.String) or AbstractComponent.addMessage(java.lang.String, int).
isOkayForExport(boolean) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.integrator.IntegrationCase
 
isOkayForExport(boolean) - Method in class com.cafean.client.mdocs.ALDocRef
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.mdocs.ALOwnership
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.AbstractNumericsModel
 
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.AbstractCBoolean
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.AbstractCInteger
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.AbstractCReal
 
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.AbstractCString
 
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.AbstractSharedValue
 
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.AttribProps
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.CBoolean
 
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.CReal_E
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.CString
 
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.EnumEntry
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.ExternFunction
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.NumericsCatProps
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.NumericsTableColumn
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.SharedBoolean
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.SharedInteger
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.SharedReal
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.SharedString
Determines if this component is complete and ready to be exported.
isOkayForExport(boolean) - Method in class com.cafean.client.values.components.SharedTable
Determines if this component is complete and ready to be exported.
isOkayForNIFExport(AbstractSharedValue) - Static method in class com.cafean.client.values.nif.NIFUtils
 
isOpaque() - Method in class com.cafean.client.anim.AbstractDisplayBean
 
isOpaque() - Method in class com.cafean.client.anim.GeneralRange
Getter for property opaque.
isOpaque() - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
 
isOpaque() - Method in class com.cafean.client.ui.annotation.TextAnnotation
Returns false as this annotation must be treated as a non-opaque component by swing in paintImmediately.
isOpaque() - Method in class com.cafean.client.values.functions.ui.DescListCellRenderer
 
isOpaque() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the given array is an opaque array.
isOpenImmediately() - Method in class com.cafean.client.anim.available.AvailableJobEntry
returns true if this entry is supposed to be opened automatically
isOpenJobStatus() - Method in class com.cafean.jobstream.common.SubmitContext
returns true if the user has requested that job status be opened to view the newly submitted stream
isOptimizedDrawingEnabled() - Method in class com.cafean.client.ui.BeanBox
 
isOptimizedDrawingEnabled() - Method in class com.cafean.client.ui.ZoomablePanel
 
isOptional() - Method in class com.cafean.jobstream.common.components.ApplicationOutput
returns true if this output is optional
isOptional() - Method in class com.cafean.jobstream.server.components.OutputFileHandle
 
isOrdered() - Method in class com.cafean.client.analysis.Category
Returns true if the component number of the components in this category is used solely as the sort order in the Navigator.
isOutOfSync() - Method in class com.cafean.JobStatus.AnimationOverrideList
returns true if the AnimationOverrideList file is newer than the data in this key chain
isOutward() - Method in class com.cafean.client.integrator.CrossReference
returns true if this crossreference is originates from within the subsystem and connects outside it.
isOverlap(File, File) - Static method in class com.cafean.CalcServer.RootFolder
Returns true if either of the given folders is a parent of the other.
isOwnedObjectSupported() - Method in class com.cafean.client.analysis.OwnershipManager
Returns true if this ownership manager supports ownership via the OwnedObject interface.
isOwnerAssignmentSupported() - Method in class com.cafean.client.analysis.OwnershipManager
Returns true if this ownership manager supports specifying an owner other than the current user for a given object.
isPaintable() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
isPaintable() - Method in class com.cafean.client.anim.ChannelNameEditor
 
isPaintable() - Method in class com.cafean.client.anim.ComponentIdEditor
 
isPaintable() - Method in class com.cafean.client.anim.InteractiveNameEditor
 
isPaintable() - Method in class com.cafean.client.anim.IVarEditor
True if the class will honor the paintValue method.
isPaintable() - Method in class com.cafean.client.anim.UDLROrientationEditor
True if the class will honor the paintValue method.
isPaintable() - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
isPaintable() - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
isPaintable() - Method in class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
isPaintable() - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.BooleanEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.BorderStyleEditor
True if the class will honor the paintValue method.
isPaintable() - Method in class com.cafean.client.ui.beans.CalendarEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.IconImageEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.IntNonMultiEdit
 
isPaintable() - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.LongStringEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.ObjectPropertyEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.OptionalStringEditor
Determines whether the class will honor the paintValue method.
isPaintable() - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Determines whether the class will honor the painValue method.
isPaintable() - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.SingleStringSetEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.StringDisplayEditor
isPaintable() - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
isPaintable() - Method in class com.cafean.client.ui.beans.UnitsEditor
 
isPaintable() - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.CBooleanEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.CDoubleEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.CIntegerEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.CRealEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.CStringEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.SharedValueEditor
 
isPaintable() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
isPaintable() - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
isPaintable() - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
isPaintable() - Method in class javax.swing.beaninfo.SwingColorEditor
 
isPaintable() - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
isPaintable() - Method in class javax.swing.beaninfo.SwingFontEditor
 
isPaintable() - Method in class javax.swing.beaninfo.SwingStringEditor
Determines whether the class will honor the paintValue method.
isParametric() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Determines if this constant is defined as a parametric constant that has multiple values or not.
isParametric() - Method in class com.cafean.client.values.components.AbstractSharedValue
Returns whether the value is set as a parametric shared value.
isParametric() - Method in class com.cafean.client.values.components.SharedBoolean
 
isParametric() - Method in class com.cafean.client.values.components.SharedInteger
 
isParametric() - Method in class com.cafean.client.values.components.SharedReal
 
isParametric() - Method in class com.cafean.jobstream.common.components.Keyword
Returns true if this keyword is parametric
isParametricEnabled() - Method in class com.cafean.client.values.components.SharedBoolean
Returns true if parametric is enabled; false otherwise.
isParametricEnabled() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if parametric is enabled; false otherwise.
isParametricEnabled() - Method in class com.cafean.client.values.components.SharedReal
Returns true if parametric is enabled; false otherwise.
isParametricEnabled() - Method in class com.cafean.client.values.components.SharedString
Returns true if parametric is enabled; false otherwise.
isParametricValuesEnabled() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if parametricValues is enabled; false otherwise.
isParametricValuesEnabled() - Method in class com.cafean.client.values.components.SharedReal
Returns true if parametricValues is enabled; false otherwise.
isPartiallyDisabled() - Method in class com.cafean.moviegen.ui.SettingsDialog
Indicates if the dialog is in partially disabled mode, meaning that only settings not pertinent to a specific file are enabled.
isPasteResizable() - Method in class com.cafean.client.values.components.AbstractCTable
Should be overriden by implementations if create rows is desired on paste
isPattern() - Method in class com.cafean.jobstream.server.components.StorageLocation
returns true if this storage location should be interpreted as a pattern including tokens that must be parsed
isPaused() - Method in class com.cafean.client.anim.DataSource
 
isPaused() - Method in class com.cafean.client.anim.SourceManager
Return the paused state of the timer.
isPlaced() - Method in class com.cafean.client.ui.DrawnSubComponent
Determines whether this indicator has been placed by the user using the control tool.
isPlenumShaped() - Method in class com.cafean.client.ui.DrawnComponent
Plenums are traditionally shaped differently from other components.
isPlottable() - Method in class com.cafean.client.anim.DataSource
 
isPluginEnabled(MECodePlugin) - Static method in class com.cafean.client.ui.MainFrame
Returns the enabled state of the given MECodePlugin.
isPluginInUse(MECodePlugin) - Static method in class com.cafean.client.ui.MainFrame
Determines if the given MECodePlugin is currently in use by the ModelEditor.
isPoiAvailable() - Method in class com.cafean.JobStatus.OutputViewer.BlockFileAccessClient
returns true if points of interest are defined for the file handled by this client.
isPosnSet() - Method in class com.cafean.client.ui.DrawnComponent
Determines if the DrawnComponent's position has been initialized.
isPrereqBlocked() - Method in class com.cafean.CalcServer.JobHandle
 
isPress() - Method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns a true if the state represents a button during a press.
isPressed() - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Returns the model pressed state.
isPropertyActive(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Returns false if this object has a property with the given name that is considered inactive; otherwise true.
isPropertyActive(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
Returns false if this object has a property with the given name that is considered inactive; otherwise true.
isPropertyActive(String) - Method in class com.cafean.client.analysis.ViewComponent
 
isPropertyActive(String) - Method in class com.cafean.client.anim.DataSource
 
isPropertyActive(String) - Method in class com.cafean.client.anim.GeneralRange
 
isPropertyActive(String) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Returns true if the optional property with the given name is active or if the property is not optional, otherwise false.
isPropertyActive(String) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Returns true if the optional property with the given name is active or if the property is not optional, otherwise false.
isPropertyActive(String) - Method in class com.cafean.client.mdocs.QuickNote
 
isPropertyActive(String) - Method in class com.cafean.client.ui.annotation.Annotation
 
isPropertyActive(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
Returns false if this object has a property with the given name that is considered inactive; otherwise true.
isPropertyActive(String) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
isPropertyActive(String) - Method in interface com.cafean.client.ui.beans.PropertyController
Returns false if this object has a property with the given name that is considered inactive; otherwise true.
isPropertyActive(String) - Method in class com.cafean.client.ui.SnapPreferences
 
isPropertyActive(String) - Method in class com.cafean.client.values.components.AbstractSharedValue
Return true if a namelist property is active or if the property is not a namelist property, otherwise return false.
isPropertyActive(String) - Method in class com.cafean.client.values.components.SharedInteger
 
isPropertyActive(String) - Method in class com.cafean.client.values.components.SharedTable
Return true if a namelist property is active or if the property is not a namelist property, otherwise return false.
isPropertyActive(String) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
isPropertyActive(String) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
isPropertyActive(String) - Method in class com.cafean.JobStatus.jimport.JobImporter
 
isPropertyEditable(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
Returns true if the given property descriptor describes a property that is editable in the currently selected beans by the current user.
isPropertyEnabled() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
Returns true if this node's property is currently enabled.
isPropertyEnabled(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
Returns true if the given property descriptor describes a property that is currently enabled for the currently selected beans.
isPropertyEnabled(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Returns false if this object has a property with the given name that has dependency code that fails;true otherwise
isPropertyEnabled(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
Returns false if this object has a property with the given name that has dependency code that fails;true otherwise
isPropertyEnabled(String) - Method in class com.cafean.client.analysis.ViewComponent
 
isPropertyEnabled(String) - Method in class com.cafean.client.anim.DataSource
 
isPropertyEnabled(String) - Method in class com.cafean.client.anim.GeneralRange
 
isPropertyEnabled(String) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
 
isPropertyEnabled(String) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
isPropertyEnabled(String) - Method in class com.cafean.client.mdocs.QuickNote
 
isPropertyEnabled(String) - Method in class com.cafean.client.ui.annotation.Annotation
 
isPropertyEnabled(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
isPropertyEnabled(String) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
isPropertyEnabled(String) - Method in interface com.cafean.client.ui.beans.PropertyController
Returns false if this object has a property with the given name that has dependency code that fails;true otherwise
isPropertyEnabled(String) - Method in class com.cafean.client.ui.SnapPreferences
 
isPropertyEnabled(String) - Method in class com.cafean.client.values.components.SharedBoolean
 
isPropertyEnabled(String) - Method in class com.cafean.client.values.components.SharedInteger
 
isPropertyEnabled(String) - Method in class com.cafean.client.values.components.SharedReal
 
isPropertyEnabled(String) - Method in class com.cafean.client.values.components.SharedString
 
isPropertyEnabled(String) - Method in class com.cafean.client.values.components.SharedTable
 
isPropertyEnabled(String) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
isPropertyEnabled(String) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
isPropertyEnabled(String) - Method in class com.cafean.JobStatus.jimport.JobImporter
 
isPropertyRequired(PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
Returns true if the given property is required as defined by PropertyController.isPropertyRequired(java.lang.String).
isPropertyRequired(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Returns false if this object has a property with the given name that has requirement code that fails; true otherwise.
isPropertyRequired(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
Returns false if this object has a property with the given name that has requirement code that fails; true otherwise.
isPropertyRequired(String) - Method in class com.cafean.client.analysis.ViewComponent
 
isPropertyRequired(String) - Method in class com.cafean.client.anim.DataSource
 
isPropertyRequired(String) - Method in class com.cafean.client.anim.GeneralRange
 
isPropertyRequired(String) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
 
isPropertyRequired(String) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
isPropertyRequired(String) - Method in class com.cafean.client.mdocs.QuickNote
 
isPropertyRequired(String) - Method in class com.cafean.client.ui.annotation.Annotation
 
isPropertyRequired(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
isPropertyRequired(String) - Method in interface com.cafean.client.ui.beans.PropertyController
Returns false if this object has a property with the given name that has requirement code that fails; true otherwise.
isPropertyRequired(String) - Method in class com.cafean.client.ui.SnapPreferences
 
isPropertyRequired(String) - Method in class com.cafean.client.values.components.SharedBoolean
 
isPropertyRequired(String) - Method in class com.cafean.client.values.components.SharedInteger
 
isPropertyRequired(String) - Method in class com.cafean.client.values.components.SharedReal
 
isPropertyRequired(String) - Method in class com.cafean.client.values.components.SharedString
 
isPropertyRequired(String) - Method in class com.cafean.client.values.components.SharedTable
 
isPropertyRequired(String) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
isPropertyRequired(String) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
isPropertyRequired(String) - Method in class com.cafean.JobStatus.jimport.JobImporter
 
isPropertyResizable() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
Returns true if this node's array is currently resizable.
isPropertyResizable(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Returns false if this object has an array property with the given name that should not normally be resizable.
isPropertyResizable(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
Returns false if this object has an array property with the given name that should not normally be resizable.
isPropertyResizable(String) - Method in class com.cafean.client.analysis.ViewComponent
 
isPropertyResizable(String) - Method in class com.cafean.client.anim.DataSource
 
isPropertyResizable(String) - Method in class com.cafean.client.anim.GeneralRange
 
isPropertyResizable(String) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
 
isPropertyResizable(String) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
isPropertyResizable(String) - Method in class com.cafean.client.mdocs.QuickNote
 
isPropertyResizable(String) - Method in class com.cafean.client.ui.annotation.Annotation
 
isPropertyResizable(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
isPropertyResizable(String) - Method in interface com.cafean.client.ui.beans.PropertyController
Returns false if this object has an array property with the given name that should not normally be resizable.
isPropertyResizable(String) - Method in class com.cafean.client.ui.SnapPreferences
 
isPropertyResizable(String) - Method in class com.cafean.client.values.components.SharedBoolean
 
isPropertyResizable(String) - Method in class com.cafean.client.values.components.SharedInteger
 
isPropertyResizable(String) - Method in class com.cafean.client.values.components.SharedReal
 
isPropertyResizable(String) - Method in class com.cafean.client.values.components.SharedString
 
isPropertyResizable(String) - Method in class com.cafean.client.values.components.SharedTable
 
isPropertyResizable(String) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
isPropertyResizable(String) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
isPropertyResizable(String) - Method in class com.cafean.JobStatus.jimport.JobImporter
 
isPropertyRestartEditable() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
Returns true if this node's array is restart editable.
isPropertyRestartEditable(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Returns true if this object has a property with the given name that should be editable during a restart edit; false otherwise.
isPropertyRestartEditable(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
Returns true if this object has a property with the given name that should be editable during a restart edit; false otherwise.
isPropertyRestartEditable(String) - Method in class com.cafean.client.analysis.ViewComponent
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.anim.DataSource
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.anim.GeneralRange
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.mdocs.QuickNote
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.ui.annotation.Annotation
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
isPropertyRestartEditable(String) - Method in interface com.cafean.client.ui.beans.PropertyController
Returns true if this object has a property with the given name that should be editable during a restart edit; false otherwise.
isPropertyRestartEditable(String) - Method in class com.cafean.client.ui.SnapPreferences
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.values.components.SharedBoolean
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.values.components.SharedInteger
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.values.components.SharedReal
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.values.components.SharedString
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.values.components.SharedTable
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
isPropertyRestartEditable(String) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
isPropertyRestartEditable(String) - Method in class com.cafean.JobStatus.jimport.JobImporter
 
isPythonDirected() - Method in class com.cafean.jobstream.server.components.Stream
 
isPythonPostExec() - Method in class com.cafean.jobstream.server.components.Task
Returns true if custom processing commands written in python will be executed after the application in the execution wrapper.
isPythonPreExec() - Method in class com.cafean.jobstream.server.components.Task
Returns true if custom processing commands written in python will be executed prior to the application in the execution wrapper.
isQuerying(List<TaskRec>) - Method in class com.cafean.JobStatus.ui.stream.FileInfoQuery
 
isReadOnly() - Method in class com.cafean.client.ui.beans.PropertySet
returns true if this property set is read only and will not assign values
isReference() - Method in class com.cafean.jobstream.server.components.InputFileHandle
returns false if the file this handle refers to should be copied into the working directory during execution
isReferencingAllowed() - Method in class com.cafean.client.values.components.AbstractCTable
Returns whether referencing is allowed for this CTable; tables whose signatures may vary for any reason must return false.
isReferringTo(AbstractComponent) - Method in class com.cafean.client.mdocs.AbstractDocument
 
isRefreshing() - Method in class com.cafean.JobStatus.tree.TrackingServerNode
 
isRefreshing() - Method in class com.cafean.JobStatus.ui.stream.StreamAndFilesQuery
 
isRemoveAll() - Method in class com.cafean.client.ui.util.DrawnLayerRemoveDialog
 
isRenumberSelected() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
isReplaced() - Method in class com.cafean.rpc.RPCResponder
returns true if this responder has been replaced by another responder
isRepresenting(int) - Method in class com.cafean.client.ui.DrawnViewComponent
 
isRequestSimpleDisplay() - Method in class com.cafean.client.ui.message.ModelErrorReport
 
isRequired() - Method in class com.cafean.jobstream.common.components.ApplicationInput
returns true if this input is required
isResizable() - Method in class com.cafean.client.anim.AbstractDisplayBean
Returns true if the user can resize this bean through the user interface.
isResizable() - Method in class com.cafean.client.ui.annotation.Annotation
returns true if this annotation is resizable via the select mouse handler
isResizable() - Method in class com.cafean.client.ui.annotation.PolygonBean
returns false as this bean is not directly resizable
isResizable() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
isResizeable() - Method in class com.cafean.client.analysis.Table1D
Determines if this table can be resized.
isResizeable() - Method in class com.cafean.client.values.components.AbstractCTable
Determines if this table can be resized.
isResizeable() - Method in class com.cafean.client.values.components.CTable1D
Determines if this table can be resized.
isRestartableModel() - Method in class com.cafean.client.analysis.AbstractModel
Returns true if this model can be used to export a restart run.
isRestartResizable(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Returns false if this object has an array property with the given name that should not be resizable while editing a restart.
isRestartResizable(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
Returns false if this object has an array property with the given name that should not be resizable while editing a restart.
isRestartResizable(String) - Method in class com.cafean.client.analysis.ViewComponent
 
isRestartResizable(String) - Method in class com.cafean.client.anim.DataSource
 
isRestartResizable(String) - Method in class com.cafean.client.anim.GeneralRange
 
isRestartResizable(String) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
 
isRestartResizable(String) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
isRestartResizable(String) - Method in class com.cafean.client.mdocs.QuickNote
 
isRestartResizable(String) - Method in class com.cafean.client.ui.annotation.Annotation
 
isRestartResizable(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
isRestartResizable(String) - Method in interface com.cafean.client.ui.beans.PropertyController
Returns false if this object has an array property with the given name that should not be resizable while editing a restart.
isRestartResizable(String) - Method in class com.cafean.client.ui.SnapPreferences
 
isRestartResizable(String) - Method in class com.cafean.client.values.components.SharedBoolean
 
isRestartResizable(String) - Method in class com.cafean.client.values.components.SharedInteger
 
isRestartResizable(String) - Method in class com.cafean.client.values.components.SharedReal
 
isRestartResizable(String) - Method in class com.cafean.client.values.components.SharedString
 
isRestartResizable(String) - Method in class com.cafean.client.values.components.SharedTable
 
isRestartResizable(String) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
isRestartResizable(String) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
isRestartResizable(String) - Method in class com.cafean.JobStatus.jimport.JobImporter
 
isRetry() - Method in class com.cafean.JobStatus.ui.DeleteFailedDialog
 
isRightBorder(int, int, boolean) - Method in class com.cafean.document.notebook.components.DocxPseudoMultiTable
An isRightBorder implementation that constrains custom borders to the sub-table content.
isRightBorder(int, int, boolean) - Method in class com.cafean.document.notebook.components.PseudoMultiTable
An isRightBorder implementation that constrains custom borders to the sub-table content.
isRollover() - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Returns the model rollover state.
isRounded() - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
Returns true if this annotation has rounded corners.
isRunning() - Method in enum com.cafean.CalcServer.util.JobHandleStatus
returns true if this is a status that indicates that the handle currently has or is executing a wrapper/stream manager that is managing an active job.
isRunning() - Method in class com.cafean.client.anim.PushUpdateThread
Returns true if this thread is currently running.
isRunning() - Static method in class com.cafean.client.ui.MainFrame
 
isRunning() - Method in class com.cafean.document.notebook.util.AptBatchIntf
Return true if the AptPlot process is still active.
isRunning() - Method in enum com.cafean.jobstream.server.components.Status
returns true if this status is running and/or active
isRunning() - Method in class com.cafean.moviegen.util.ReaderThread
Tests whether this Thread's run method has finished execution.
isRunning() - Method in class com.cafean.utils.AcGraceIntf
Return true if the process is still active.
isSameFile(File, File) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns true if the two files are the same file by checking File.getCanonicalFile() and File.equals(java.lang.Object).
isScalable() - Method in class com.cafean.client.ui.DrawnComponent
All components can be scaled as a default.
isScalarVariable() - Method in class com.cafean.client.values.components.AbstractSharedValue
This method returns true if this shared value instance is a scalar variable type such as SharedReal or SharedInteger but not SharedTable.
isSegmentSet(int, int) - Static method in class com.cafean.client.ui.DrawnComponent
Returns true if the given segment bit set is included in the given test value.
isSelectableSubcomponent() - Method in class com.cafean.client.ui.DrawnSubComponent
Returns true if this sub component is an object that should be selectable and editable in the main property view.
isSelected() - Method in class com.cafean.client.ui.DrawnComponent
Getter for property selected.
isSelected() - Method in class com.cafean.client.ui.DrawnSubComponent
 
isSelected() - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Returns a true if the button is selected.
isSelected() - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Returns the model selected state.
isSelected() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
isSelected(Component) - Method in class com.cafean.client.ui.BeanBox
Returns true if the given component is part of the current selection.
isSelectedDockablePanel(DockablePanel) - Method in class com.cafean.client.ui.ApplicationFrame
Returns a true if the given DockablePanel is the selected panel for the indicated model.
isSelectedEnumEnabled() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if selectedEnum is enabled; false otherwise.
isSelectedEnumEnabled() - Method in class com.cafean.client.values.components.SharedString
Returns true if selectedEnum is enabled; false otherwise.
isSelectionChange(List<TaskRec>) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
Returns true if the given list of tasks matches the current selection as well as the current status of each task in the selection.
isSelectionEmpty() - Method in class com.cafean.client.ui.swing.accordion.Accordion
 
isSelectionEmpty() - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Returns a true if the selection is empty.
isSelectionEmpty() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
isSelectionEmpty() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
isSeparateFolder() - Method in class com.cafean.CalcServer.CalcJobFile
 
isSeparateFolder() - Method in class com.cafean.CalcServer.JobHandle
 
isSequence() - Method in enum com.cafean.CalcServer.util.JobHandleType
returns true if this type is SequenceManager
isSet() - Method in class com.cafean.client.anim.channel.RowData
 
isSet() - Method in class com.cafean.client.anim.channel.SetRowData
 
isSetupLocationActive() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
isShowEnumVals() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
isShowFoldersOnly() - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
Returns true if this tree model is configured to show only folders.
isShowGrid() - Method in class com.cafean.client.analysis.ViewComponent
Getter for property showGrid.
isShowLabel() - Method in class com.cafean.client.ui.DrawnUserValue
Getter for property showLabel.
isShowLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Getter for property showLabelItem.
isShowLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Getter for property showLabelItem.
isShowLabel() - Method in class com.cafean.client.values.drawn.DrawnSharedString
Getter for property showLabelItem.
isShowNumbers() - Method in class com.cafean.client.ui.beans.NamedIntEditor
Getter for property showNumbers.
isShowNumbers() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
Getter for property showNumbers.
isShowOwner() - Method in class com.cafean.client.ui.beans.PropertySetPanel
 
isShowPropertyPanel() - Method in class com.cafean.client.ui.navigator.Navigator
Getter for property showPropertyPanel.
isShowUnits() - Method in class com.cafean.client.ui.DrawnUserValue
Getter for property showUnits.
isShowUnits() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Getter for property showUnits.
isShowUnits() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Getter for property showUnits.
isShowUnits() - Method in class com.cafean.client.values.drawn.DrawnSharedString
Getter for property showUnits.
isShutdownRequested() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
returns true if the background queue has begun the shutdown process
isSignificant() - Method in class com.cafean.client.ui.navigator.UndoableAddToView
 
isSignificant() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
isSignificant() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
isSignificant() - Method in class com.cafean.client.ui.util.UndoableVersionChange
 
isSingle() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the specified array represents its data as single-precision floating-point numbers.
isSingleFrame() - Method in class com.cafean.client.ui.SnapPreferences
Returns true if the current windowing mode is a single window mode.
isSIOnly() - Method in class com.cafean.client.anim.AnimationModule
Returns true if all data values are in SI units.
isSnapToGrid() - Method in class com.cafean.client.analysis.ViewComponent
Getter for property snapToGrid.
isSorted() - Method in class com.cafean.client.analysis.ElementList
Returns true if this list has been sorted and will continue to add objects in a sorted order.
isSparse() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the given array is a sparse (as opposed to full).
isSSHSupported() - Method in class com.cafean.jobstream.common.PlatformModule
Returns true if this PlatformModule uses SSH for stream submission and/or file transfer to the staging location.
isStageLocation() - Method in enum com.cafean.jobstream.common.components.ApplicationSetup
returns true if this setup type indicates that it should use the staging location
isStandardNaming() - Method in class com.cafean.client.values.components.AbstractSharedValue
 
isStandardNaming() - Method in class com.cafean.client.values.components.NumericsCatProps
 
isStarted() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
isStartPaused() - Method in class com.cafean.jobstream.server.components.Task
returns true if the user requested that this interactive task pause immediately after starting
isStartValueEnabled() - Method in class com.cafean.client.values.components.SharedInteger
Returns true if startValue is enabled; false otherwise.
isStartValueEnabled() - Method in class com.cafean.client.values.components.SharedReal
Returns true if startValue is enabled; false otherwise.
isStartValueEnabled() - Method in class com.cafean.client.values.components.SharedString
Returns true if startValue is enabled; false otherwise.
isStatic - Variable in class com.cafean.CalcServer.CalcServerCorba.VarStruct
 
isStatic - Variable in class com.cafean.CalcServer.command.DataChannel
No Documentation Available.
isStatic - Variable in class com.cafean.CalcServer.jobrpc.command.JDataChannel
No Documentation Available.
isStep() - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
isStep() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
isStep() - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
isStep() - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
isStep() - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
isStep() - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
isStepFunction() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
Determines if the plot to be generated is a step function
isStraightLine() - Method in interface com.cafean.client.ui.ConnectionRenderer
Returns true if this connection renderer will draw the connection as a straight line between single pair of points.
isStraightLine() - Method in class com.cafean.client.ui.DrawnConnection
returns true if this DC is configured to draw as a single straight line
isStraightLine(Point) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Returns true if the connection nearest to the given point will be drawn as a straight line between single pair of points.
isStraightLine(Point) - Method in class com.cafean.client.ui.DrawnConnection
returns true if this DC is configured to draw as a single straight line
isStream() - Method in enum com.cafean.CalcServer.util.JobHandleType
returns true if this type is StreamManager
isStream() - Method in class com.cafean.jobstream.common.SubmitContext
returns true if this context represents the submission of a stream manager
isStreamFolder() - Method in class com.cafean.JobStatus.tree.AbstractFolderNode
 
isStreamFolder() - Method in class com.cafean.JobStatus.tree.FolderNode
 
isStreamSupportEnabled() - Static method in class com.cafean.client.ui.MainFrame
Returns true if stream support is enabled for this SNAP installation.
isStreamSupportEnabled() - Static method in class com.cafean.jobstream.common.util.AbstractModuleLoader
Returns true if stream support is enabled for this SNAP installation as defined by the value of the com.cafean.jobstream.enabled property in the file [SNAP Install]/bin/snap.prop.
isStruct() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the given array is a structure array.
isSubmittable() - Method in class com.cafean.client.ui.message.ModelErrorReport
Returns true if the generator of this report (model, stream, etc.) indicated that the results are sufficient to allow job submission.
isSubmitted() - Method in enum com.cafean.jobstream.server.components.Status
returns true if this status represents a task that has been submitted and has not yet completed
isSubset(Category) - Method in class com.cafean.client.analysis.Category
Returns true if this category is a subset of the given category.
isSubset(Category) - Method in class com.cafean.client.analysis.SearchCategory
 
isSuperset(Category) - Method in class com.cafean.client.analysis.Category
Returns true if this category is a superset of the given category.
isSuperset(Category) - Method in class com.cafean.client.analysis.SearchCategory
 
isSupported() - Method in class com.cafean.JobStatus.ui.stream.MaxScheduledJobsDialog
 
isSupported(Orientation, Orientation[]) - Static method in enum com.cafean.client.ui.util.Orientation
Determines if the provided Orientation is included in the supported list of orientations.
isSupportedComponent(AbstractComponent) - Static method in class com.cafean.client.values.nif.NumericsExporter
 
isSuspendReplay() - Method in class com.cafean.client.anim.PlaybackTimeDialog
Getter for property suspendReplay.
isTakeOwnership() - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
isTask() - Method in class com.cafean.jobstream.server.components.InputFileHandle
returns true if the protocol of the source location of this input is "task"
isTaskBundlingSupported(PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Returns true if this platform module supports the bundling of more than one task into a single job submission.
isTaskLevelStatusSuported() - Method in class com.cafean.jobstream.common.PlatformModule
Returns true if this platform module supports the retrieval of not just batch job status but task-specific status information.
isTerminatable() - Method in enum com.cafean.CalcServer.util.JobHandleStatus
 
isTimestampConfigurable() - Method in class com.cafean.jobstream.common.PlatformModule
Returns true if this PlatformModule uses a configurable timestamp format.
isTimestampFormatActive() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
isToday(int, int) - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
isTopBorder(int, int, boolean) - Method in class com.cafean.document.notebook.components.DocxPseudoMultiTable
An isTopBorder implementation that constrains custom borders to the sub-table content.
isTopBorder(int, int, boolean) - Method in class com.cafean.document.notebook.components.PseudoMultiTable
An isTopBorder implementation that constrains custom borders to the sub-table content.
isTrackerDefined() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
isTrackingServerDefined() - Method in class com.cafean.jobstream.common.SubmitContext
Returns true if the tracker type and tracker location are defined in this context's PlatformProperties object.
isTrackingServerSupported() - Method in class com.cafean.jobstream.common.PlatformModule
Returns true if this PlatformModule includes support for a Tracking Server.
isTriggered(Job) - Method in class com.cafean.CalcServer.rpc.StatusTrigger
 
isTypeSupported(FileType) - Method in class com.cafean.utils.AcGraceIntf
returns true if the given type is supported by AptPlot
isUint16() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the specified array represents its data as unsigned 16-bit integers.
isUint32() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the specified array represents its data as unsigned 32-bit integers.
isUint64() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the specified array represents its data as unsigned 64-bit integers.
isUint8() - Method in class com.cafean.client.values.util.matlab.MXArray
Determine whether the specified array represents its data as unsigned 8-bit integers.
isUncertain() - Method in class com.cafean.client.ui.NumericPlainDocument
 
isUncertain() - Method in class com.cafean.client.ui.RealTextField
Determines if the current value in the RealTextField is uncertain.
isUncertain() - Method in class com.cafean.client.values.ui.CRealTextField
Determines if the current value in the RealTextField is uncertain.
isUncertain() - Method in class com.cafean.client.values.util.CRealPlainDocument
 
isUnknown() - Method in class com.cafean.client.ui.NumericPlainDocument
 
isUnknown() - Method in class com.cafean.client.ui.RealTextField
This method is used to determine whether the value inside this RealTextField is a known value.
isUnknown() - Method in class com.cafean.client.values.components.AbstractCInteger
Determines whether the value is current known (false) or unknown (true).
isUnknown() - Method in class com.cafean.client.values.components.AbstractCReal
Returns true if the resolved value is unknown.
isUnknown() - Method in class com.cafean.client.values.components.AbstractCString
 
isUnknown() - Method in class com.cafean.client.values.components.AbstractSharedValue
 
isUnknown() - Method in class com.cafean.client.values.components.CBoolean
Returns whether the value is current known (false) or unknown (true).
isUnknown() - Method in class com.cafean.client.values.components.CInteger
 
isUnknown() - Method in class com.cafean.client.values.components.CReal
Returns true if the resolved value is unknown.
isUnknown() - Method in class com.cafean.client.values.components.SharedReal
 
isUnknown() - Method in class com.cafean.client.values.ui.CRealTextField
This method is used to determine whether the value inside this RealTextField is a known value.
isUnknown() - Method in class com.cafean.client.values.util.CRealPlainDocument
 
isUnknown() - Method in class com.cafean.h2o.FluidState
 
isUnknown() - Method in class com.cafean.h2o.Steam
 
isUnknown() - Method in class com.cafean.h2o.Water
 
isUnknown() - Method in class com.cafean.Number.BaseNumber
 
isUnknown() - Method in class com.cafean.Number.Real
Determines whether this value has been specified to a value or is not a number.
isUnknown(double) - Static method in class com.cafean.client.values.components.AbstractCReal
Returns true if the provided value is an unknown value.
isUnlockedAA() - Method in class com.cafean.client.ui.SnapPreferences
returns true if the DrawnView will use antialiasing when unlocked
isUnspecified() - Method in class com.cafean.jobstream.common.components.PlatformProperties
returns true if the platform ID is unspecified
isUnspecified() - Method in class com.cafean.jobstream.common.components.SnapInstallation
 
isUnspecified() - Method in class com.cafean.jobstream.common.components.StagingLocation
 
isUpdateCCNumber() - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Getter for property updateCCNumber.
isUpperUsingVolume() - Method in class com.cafean.client.ui.annotation.PolygonBean
Determines if a volume is used as the data source for the upper portion of the bean.
isUseDefault() - Method in class com.cafean.JobStatus.jimport.JIFileSelector
 
isUseList() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Getter which determines if a drop-down list should be used
isUseList() - Method in class com.cafean.client.values.drawn.DrawnSharedString
Getter which determines if a drop-down list should be used
isUseOffset() - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Getter for property useOffset.
isUseRadio() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
isUseRadio() - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
isUseRenumber() - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Getter for property useRenumber.
isUsing(JobHandle) - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
Returns true if this responder is actively using the given job.
isUsingLocalMount(PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Returns true if this platform module is using a local mount for client staging location access.
isUsingVolume() - Method in class com.cafean.client.ui.annotation.PolygonBean
Determines if a volume is used as the data source for the lower portion of the bean.
isValid() - Method in class com.cafean.utils.RestartData
Returns false only if there are channel names and no channel data
isValidationEnabled() - Method in class com.cafean.client.validation.AbstractValidationWrapper
Returns true if this wrapper supports runtime model validation via built-in logic and/or an external application execution.
isValidationWindowEnabled() - Method in class com.cafean.client.analysis.AbstractModel
Returns true if this model supports display in a validation window with export contexts, etc..
isValidCCNumber(int, Category) - Method in class com.cafean.client.analysis.AbstractModel
Returns true if the given cc number is theoretically valid.
isValidFileName(String, boolean) - Static method in class com.cafean.jobstream.common.util.EscapeMap
Returns true if the the given file name contains no invalid file name characters.
isValidFileName(String, boolean, boolean) - Static method in class com.cafean.jobstream.common.util.EscapeMap
Returns true if the the given file name contains no invalid file name characters.
isValidFileName(String, boolean, boolean, boolean) - Static method in class com.cafean.jobstream.common.util.EscapeMap
Returns true if the the given file name contains no invalid file name characters.
isValidJEditDirectory(File) - Static method in class com.cafean.client.utils.JEditHandler
Validates the specified JEdit installation directory specified.
isValidLabel(String) - Static method in class com.cafean.client.ui.MainFrame
Determines if the given label is text that can be processed as a valid model label.
isValidMatlabDirectory(File) - Static method in class com.cafean.utils.MatlabUtils
 
isValidMED(File) - Method in class com.cafean.client.io.MEDUtil
Examines the given file to determine if it is a valid MED by searching for an MedVersionInfoRec.
isValidName(String, AbstractNumericsModel) - Static method in class com.cafean.client.values.components.AbstractSharedValue
 
isValidOctaveDirectory(File) - Static method in class com.cafean.utils.MatlabUtils
 
isValidPath(String, boolean) - Static method in class com.cafean.jobstream.common.util.EscapeMap
Returns true if the given path is made up of valid file name characters separated (optionally) by forward slash(/) characters.
isValidSource() - Method in class com.cafean.moviegen.ZipDataSource
Returns whether the stream is a valid source of SVG content.
isValidSource() - Method in class com.cafean.moviegen.ZipSourceStream
Indicates if the opened file is invalid.
isValidTracker() - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
isValidType(int) - Static method in class com.cafean.client.values.components.NumericsTableColumn
Returns true if the given integer is a valid type flag.
isValueEditable(int, int) - Method in class com.cafean.client.analysis.Table1D
 
isValueEditable(int, int) - Method in class com.cafean.client.values.components.CTable1D
 
isValueEnabled() - Method in class com.cafean.client.values.components.SharedString
 
isValveShaped() - Method in class com.cafean.client.ui.DrawnComponent
Valves are traditionally shaped differently from other components.
isVariable() - Method in class com.cafean.client.values.components.AbstractSharedValue
This method returns true if this shared value instance is a variable type such as SharedReal or SharedInteger.
isVerticalDown() - Method in class com.cafean.Number.Angle
Return true if the angle is close to -180 degress.
isVerticalUp() - Method in class com.cafean.Number.Angle
Return true if the angle is close to 180 degress.
isView() - Method in class com.cafean.document.notebook.plot.ExportLegendProperties
 
isViewLock() - Method in class com.cafean.client.analysis.AbstractModel
 
isViewVisible() - Method in class com.cafean.client.analysis.ViewComponent
Returns true if the view is currently visible, or false if the view is not visible, or doesn't exist yet.
isVirtual() - Method in class com.cafean.client.analysis.AbstractModel
This method returns TRUE if this AbstractModel instance is a virtual model based off a restart case of another AbstractModel.
isVirtualEditEnabled() - Method in class com.cafean.client.analysis.RestartCase
Returns true if this case can be edited by opening a virtual model.
isVirtualEditEnabled() - Method in class com.cafean.client.integrator.IntegrationCase
 
isVirtualSaveEnabled() - Method in class com.cafean.client.analysis.RestartCase
Returns true if this case can be saved when open as a virtual model.
isVirtualSaveEnabled() - Method in class com.cafean.client.integrator.IntegrationCase
 
isVisible() - Method in class com.cafean.client.io.TemplateDescriptor
 
isVisible() - Method in class com.cafean.client.ui.ConnectingPt
Returns true if this ConnectingPt is a connectinPt that can be visible.
isVisible() - Method in class com.cafean.client.ui.util.DrawingLayer
 
isVisible() - Method in class com.cafean.client.values.util.matlab.Engine
 
isVisual() - Method in class com.cafean.client.analysis.Category
Returns true if this category is of Visual Components.
isVisual() - Method in class com.cafean.client.analysis.Connection
Returns true if this connection should be visually represented.
isVisual() - Method in class com.cafean.client.analysis.SearchCategory
 
isVisualGroupingEnabled() - Method in class com.cafean.client.analysis.ViewComponent
Returns true if visual grouping is enabled for this view.
isWaiting() - Method in enum com.cafean.JobStatus.ui.csstream.ConsoleStatus
 
isWarning() - Method in class com.cafean.client.ui.message.Message
Determines if the current message is a warning.
isWebSupportDisabled() - Method in class com.cafean.utils.update.WebUpdateCheck
 
isWholeWord() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
isWindows() - Static method in class com.cafean.utils.ReferenceDocs.PDFViewer
Return true if the native OS is windows.
isWorkingDirectory() - Method in enum com.cafean.jobstream.common.components.ApplicationSetup
returns true if this setup type indicates that it should use the working directory
isWrapAround() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
isWrapper() - Method in enum com.cafean.CalcServer.util.JobHandleType
returns true if this type is ExecutionWrapper
isWrapper() - Method in class com.cafean.jobstream.common.SubmitContext
returns true if this context represents the submission of an execution wrapper
isWritingPDF() - Method in class com.cafean.utils.RptDoc.ReportGenerator
Identifies if the report being generated is a pdf report.
itemStateChanged(ItemEvent) - Method in class com.cafean.client.anim.UDLROrientationEditor
Handle changes to the combobox selection.
itemStateChanged(ItemEvent) - Method in class com.cafean.client.ui.beans.BorderStyleEditor
Invoked when the combobox's state has been changed.
itemStateChanged(ItemEvent) - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.ui.beans.NamelistRealEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.ui.beans.OptionalBooleanEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.ui.beans.OptPropertyEditorPanelSupport
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.ui.GenericTableEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.validation.util.DocumentSearcher
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.values.editors.OptionalCDoubleEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.values.editors.OptionalCRealEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.client.values.editors.SharedBooleanValueEditor
 
itemStateChanged(ItemEvent) - Method in class com.cafean.h2o.ui.FluidPropCtrl
 
itemStateChanged(ItemEvent) - Method in class com.cafean.JSteam.FluidPropCtrl
 
itemStateChanged(ItemEvent) - Method in class javax.swing.beaninfo.SwingFontEditor
 
iterate() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Iterates the current index inside a parameter during parametric export or job submission.
iterate() - Method in class com.cafean.client.values.components.AbstractSharedValue
Iterates to the next value during parametric value access.
iterate() - Method in class com.cafean.client.values.components.SharedBoolean
 
iterate() - Method in class com.cafean.client.values.components.SharedInteger
 
iterate() - Method in class com.cafean.client.values.components.SharedReal
 
Iteration - Class in com.cafean.jobstream.server.sequence
 
Iteration(SeqEntry) - Constructor for class com.cafean.jobstream.server.sequence.Iteration
Creates a new iteration table with the given number
iterator() - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
iterator() - Method in class com.cafean.client.analysis.ComponentSet
 
iterator() - Method in class com.cafean.client.analysis.ElementList
Retutrns an Iterator object for iterating through this list.
iterator() - Method in class com.cafean.JobStatus.ui.csstream.table.KeywordInfo
 
iterator() - Method in class com.cafean.JobStatus.ui.stream.KeywordInfo
 
iterator() - Method in class com.cafean.jobstream.server.components.TaskList
Retutrns an Iterator object for iterating through this list.
iterator(Category) - Method in class com.cafean.client.analysis.ComponentList
Retutrns an Iterator object for iterating through this list.
iterator(Category<T>) - Method in class com.cafean.client.analysis.ComponentSet
Returns an iterator the components in this set that are contained in the given category.
Ivar - Class in com.cafean.JobStatus
Wrap the interactive variable structure objects retreived from the execution monitor interface, to allow them to be accessed directly by a list model.
Ivar(InteractiveVariable) - Constructor for class com.cafean.JobStatus.Ivar
The constructor.
ivarChanged(IvarStruct) - Method in class com.cafean.client.anim.DataSource
Send an interactive command to the execution monitor.
IVarEditor - Class in com.cafean.client.anim
A customized property editor used to create the interactive variable menu.
IVarEditor() - Constructor for class com.cafean.client.anim.IVarEditor
IVarEditor constructor.
IvarStruct - Class in com.cafean.CalcServer.CalcServerCorba
Generated from IDL definition of struct "IvarStruct"
IvarStruct() - Constructor for class com.cafean.CalcServer.CalcServerCorba.IvarStruct
 
IvarStruct(int, String, double) - Constructor for class com.cafean.CalcServer.CalcServerCorba.IvarStruct
 
IvarStructSeqHolder - Class in com.cafean.CalcServer.CalcServerCorba
Generated from IDL definition of alias "IvarStructSeq"
IvarStructSeqHolder() - Constructor for class com.cafean.CalcServer.CalcServerCorba.IvarStructSeqHolder
 
IvarStructSeqHolder(IvarStruct[]) - Constructor for class com.cafean.CalcServer.CalcServerCorba.IvarStructSeqHolder
 

J

javax.swing.beaninfo - package javax.swing.beaninfo
 
javax.swing.beaninfo.color - package javax.swing.beaninfo.color
 
JConsoleRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JConsoleRequest data bocks.
JConsoleRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Construct an empty instance.
JConsoleRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Construct an instance from a PIB file entry.
JDataChannel - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JDataChannel data bocks.
JDataChannel() - Constructor for class com.cafean.CalcServer.jobrpc.command.JDataChannel
Construct an empty instance.
JDataChannel(PibFile) - Constructor for class com.cafean.CalcServer.jobrpc.command.JDataChannel
Construct an instance from a PIB file entry.
JDataChannelsRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JDataChannelsRequest data bocks.
JDataChannelsRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Construct an empty instance.
JDataChannelsRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Construct an instance from a PIB file entry.
JDoubleField - Class in com.cafean.utils
 
JDoubleField() - Constructor for class com.cafean.utils.JDoubleField
 
JDoubleFieldBeanInfo - Class in com.cafean.utils
 
JDoubleFieldBeanInfo() - Constructor for class com.cafean.utils.JDoubleFieldBeanInfo
 
JEditHandler - Class in com.cafean.client.utils
 
JEditHandler() - Constructor for class com.cafean.client.utils.JEditHandler
 
JEvtCommandDelivered - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JEvtCommandDelivered data bocks.
JEvtCommandDelivered() - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Construct an empty instance.
JEvtCommandDelivered(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Construct an instance from a PIB file entry.
JEvtConsoleOutput - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JEvtConsoleOutput data bocks.
JEvtConsoleOutput() - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Construct an empty instance.
JEvtConsoleOutput(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Construct an instance from a PIB file entry.
JEvtEndTimeChanged - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JEvtEndTimeChanged data bocks.
JEvtEndTimeChanged() - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Construct an empty instance.
JEvtEndTimeChanged(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Construct an instance from a PIB file entry.
JEvtEvaluationChanged - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JEvtEvaluationChanged data bocks.
JEvtEvaluationChanged() - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Construct an empty instance.
JEvtEvaluationChanged(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Construct an instance from a PIB file entry.
JEvtLogOutput - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JEvtLogOutput data bocks.
JEvtLogOutput() - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Construct an empty instance.
JEvtLogOutput(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Construct an instance from a PIB file entry.
JEvtStatusChanged - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JEvtStatusChanged data bocks.
JEvtStatusChanged() - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Construct an empty instance.
JEvtStatusChanged(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Construct an instance from a PIB file entry.
JEvtTaskStatusChanged - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JEvtTaskStatusChanged data bocks.
JEvtTaskStatusChanged() - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Construct an empty instance.
JEvtTaskStatusChanged(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Construct an instance from a PIB file entry.
JFileRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JFileRequest data bocks.
JFileRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JFileRequest
Construct an empty instance.
JFileRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JFileRequest
Construct an instance from a PIB file entry.
JFloatField - Class in com.cafean.utils
 
JFloatField() - Constructor for class com.cafean.utils.JFloatField
 
JFloatFieldBeanInfo - Class in com.cafean.utils
 
JFloatFieldBeanInfo() - Constructor for class com.cafean.utils.JFloatFieldBeanInfo
 
JIFileSelector - Class in com.cafean.JobStatus.jimport
 
JIFileSelector(Dialog, String, List<File>, File, File) - Constructor for class com.cafean.JobStatus.jimport.JIFileSelector
Creates new form JIMultiFileSelector
JIFileSelector(Dialog, String, List<File>, List<File>, File) - Constructor for class com.cafean.JobStatus.jimport.JIFileSelector
Creates new form JIMultiFileSelector
JIFilesPanel - Class in com.cafean.JobStatus.jimport
 
JIFilesPanel(ImportJobDialog) - Constructor for class com.cafean.JobStatus.jimport.JIFilesPanel
Creates new form JobTypePanel
JIGuessesPanel - Class in com.cafean.JobStatus.jimport
 
JIGuessesPanel(ImportJobDialog) - Constructor for class com.cafean.JobStatus.jimport.JIGuessesPanel
Creates new form JobTypePanel
JIntegerField - Class in com.cafean.utils
 
JIntegerField() - Constructor for class com.cafean.utils.JIntegerField
 
JIntegerFieldBeanInfo - Class in com.cafean.utils
 
JIntegerFieldBeanInfo() - Constructor for class com.cafean.utils.JIntegerFieldBeanInfo
 
JInteractCommandRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JInteractCommandRequest data bocks.
JInteractCommandRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Construct an empty instance.
JInteractCommandRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Construct an instance from a PIB file entry.
JInteractiveVariable - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JInteractiveVariable data bocks.
JInteractiveVariable() - Constructor for class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Construct an empty instance.
JInteractiveVariable(PibFile) - Constructor for class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Construct an instance from a PIB file entry.
JInteractiveVarsRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JInteractiveVarsRequest data bocks.
JInteractiveVarsRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Construct an empty instance.
JInteractiveVarsRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Construct an instance from a PIB file entry.
JIOptionsPanel - Class in com.cafean.JobStatus.jimport
 
JIOptionsPanel(ImportJobDialog) - Constructor for class com.cafean.JobStatus.jimport.JIOptionsPanel
Creates new form JobOptionsPanel
JITypePanel - Class in com.cafean.JobStatus.jimport
 
JITypePanel(ImportJobDialog) - Constructor for class com.cafean.JobStatus.jimport.JITypePanel
Creates new form JobTypePanel
JLoadMuxChannelsRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JLoadMuxChannelsRequest data bocks.
JLoadMuxChannelsRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Construct an empty instance.
JLoadMuxChannelsRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Construct an instance from a PIB file entry.
JLogRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JLogRequest data bocks.
JLogRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JLogRequest
Construct an empty instance.
JLogRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JLogRequest
Construct an instance from a PIB file entry.
JMFVideoType - Class in com.cafean.moviegen.support
Provides MovieGenerator support for the AVI format.
JMFVideoType() - Constructor for class com.cafean.moviegen.support.JMFVideoType
 
JMuxDataRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JMuxDataRequest data bocks.
JMuxDataRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Construct an empty instance.
JMuxDataRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Construct an instance from a PIB file entry.
job - Variable in class com.cafean.CalcServer.command.JobFilesList
No Documentation Available.
job - Variable in class com.cafean.client.rpc.command.AnimateJobRequest
No Documentation Available.
Job - Class in com.cafean.CalcServer.command
This class provides IO access to Job data bocks.
Job() - Constructor for class com.cafean.CalcServer.command.Job
Construct an empty instance.
Job(PibFile) - Constructor for class com.cafean.CalcServer.command.Job
Construct an instance from a PIB file entry.
JobActivityRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
JobActivityRequest(CSInterface, boolean) - Constructor for class com.cafean.JobStatus.ui.csstream.request.JobActivityRequest
 
JobAvailabilityListener - Interface in com.cafean.client.anim.available
A listener for changes in the job availability queue
JobAvailabilityQueue - Class in com.cafean.client.anim.available
A Queue of jobs that are being checked to determine if they are available for animation.
jobDeleted(String) - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
notifies this responder that the given job is being deleted
JobFilesEntry - Class in com.cafean.CalcServer.command
This class provides IO access to JobFilesEntry data bocks.
JobFilesEntry() - Constructor for class com.cafean.CalcServer.command.JobFilesEntry
Construct an empty instance.
JobFilesEntry(PibFile) - Constructor for class com.cafean.CalcServer.command.JobFilesEntry
Construct an instance from a PIB file entry.
JobFilesList - Class in com.cafean.CalcServer.command
This class provides IO access to JobFilesList data bocks.
JobFilesList() - Constructor for class com.cafean.CalcServer.command.JobFilesList
Construct an empty instance.
JobFilesList(PibFile) - Constructor for class com.cafean.CalcServer.command.JobFilesList
Construct an instance from a PIB file entry.
JobFilesRequest - Class in com.cafean.CalcServer.command
This class provides IO access to JobFilesRequest data bocks.
JobFilesRequest() - Constructor for class com.cafean.CalcServer.command.JobFilesRequest
Construct an empty instance.
JobFilesRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.JobFilesRequest
Construct an instance from a PIB file entry.
JobHandle - Class in com.cafean.CalcServer
Class to provide communication and control over a calculation.
JobHandleStatus - Enum in com.cafean.CalcServer.util
 
JobHandleType - Enum in com.cafean.CalcServer.util
 
jobIcon - Static variable in class com.cafean.utils.images.ImageMgr
 
JobImporter - Class in com.cafean.JobStatus.jimport
 
JobImporter() - Constructor for class com.cafean.JobStatus.jimport.JobImporter
 
JobImporterBeanInfo - Class in com.cafean.JobStatus.jimport
 
JobImporterBeanInfo() - Constructor for class com.cafean.JobStatus.jimport.JobImporterBeanInfo
 
JobImporterLoader - Class in com.cafean.JobStatus.jimport
 
JobImporterLoader(File) - Constructor for class com.cafean.JobStatus.jimport.JobImporterLoader
Creates a new loader for the given wrapper, using the given folder, and reporting any errors to the given logger.
JobImportPanel - Interface in com.cafean.JobStatus.jimport
 
JobListPanel - Class in com.cafean.JobStatus.ui.joblist
This class makes up the bulk of the non-console Job Status user interface.
JobListPanel() - Constructor for class com.cafean.JobStatus.ui.joblist.JobListPanel
Creates new form JobListPanel
JobLocationRequest - Class in com.cafean.CalcServer.command
This class provides IO access to JobLocationRequest data bocks.
JobLocationRequest() - Constructor for class com.cafean.CalcServer.command.JobLocationRequest
Construct an empty instance.
JobLocationRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.JobLocationRequest
Construct an instance from a PIB file entry.
JobNode - Class in com.cafean.JobStatus.tree
An extension of DefaultMutableTreeNode used internally to represent a Job
JobNode(Job) - Constructor for class com.cafean.JobStatus.tree.JobNode
 
JobPriorityRequest - Class in com.cafean.CalcServer.command
This class provides IO access to JobPriorityRequest data bocks.
JobPriorityRequest() - Constructor for class com.cafean.CalcServer.command.JobPriorityRequest
Construct an empty instance.
JobPriorityRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.JobPriorityRequest
Construct an instance from a PIB file entry.
JobQueue - Class in com.cafean.CalcServer
A class to provide a job queue to hold information concerning calculations submitted on this machine.
JobQueue() - Constructor for class com.cafean.CalcServer.JobQueue
Creates an empty job queue.
JobRPC_File_file - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JobRPC_File platform independant binary files.
JobRPC_File_file() - Constructor for class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Constructor.
JobRPCCallbackNotifier - Class in com.cafean.CalcServer.jobrpc
 
JobRPCCallbackNotifier(RPCResponder, Socket) - Constructor for class com.cafean.CalcServer.jobrpc.JobRPCCallbackNotifier
 
JobRPCRequest - Class in com.cafean.CalcServer.command
This class provides IO access to JobRPCRequest data bocks.
JobRPCRequest() - Constructor for class com.cafean.CalcServer.command.JobRPCRequest
Construct an empty instance.
JobRPCRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.JobRPCRequest
Construct an instance from a PIB file entry.
JobRPCResponder - Class in com.cafean.CalcServer.jobrpc
The custom responder object used by the Calculation Server to interact directly with jobs.
JobRPCResponder(RPCManager, String, JobHandle, Socket) - Constructor for class com.cafean.CalcServer.jobrpc.JobRPCResponder
Creates a new responder for a Calculation Server connection
jobs - Variable in class com.cafean.CalcServer.command.FolderContentsRequest
No Documentation Available.
jobs - Variable in class com.cafean.CalcServer.command.JobSet
No Documentation Available.
JobSet - Class in com.cafean.CalcServer.command
This class provides IO access to JobSet data bocks.
JobSet() - Constructor for class com.cafean.CalcServer.command.JobSet
Construct an empty instance.
JobSet(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.JobSet
Construct an instance from a PIB file entry.
JobStatus - Class in com.cafean.JobStatus
A placeholder class to keep from having to make changes to various modules and plug-ins that interact directly with Job Status in non-standard ways.
JobStatus - Class in <Unnamed>
Launcher Class for JobStatus.
JobStatus() - Constructor for class com.cafean.JobStatus.JobStatus
 
JobStatus() - Constructor for class JobStatus
 
JobStatusCommand_file - Class in com.cafean.JobStatus.rpc.command
This class provides IO access to JobStatusCommand platform independant binary files.
JobStatusCommand_file() - Constructor for class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Constructor.
JobStatusListener - Class in com.cafean.JobStatus.rpc
 
JobStatusListener(int) - Constructor for class com.cafean.JobStatus.rpc.JobStatusListener
Creates a new listener for the given port.
JobStatusLogger - Class in com.cafean.JobStatus.ui.stream
A logging adapter used to provide error, warning, etc.
JobStatusLogger() - Constructor for class com.cafean.JobStatus.ui.stream.JobStatusLogger
 
JobStatusOriginator - Class in com.cafean.JobStatus.rpc
 
JobStatusOriginator(int) - Constructor for class com.cafean.JobStatus.rpc.JobStatusOriginator
 
JobStatusRequester - Class in com.cafean.JobStatus.rpc
The base class for SNAP Server requester classes.
JobStatusRequester(RPCManager, String, Socket) - Constructor for class com.cafean.JobStatus.rpc.JobStatusRequester
 
JobStatusResponder - Class in com.cafean.JobStatus.rpc
 
JobStatusResponder(RPCManager, String, Socket) - Constructor for class com.cafean.JobStatus.rpc.JobStatusResponder
Creates a new calculation server request responder
JobStreamProperty - Enum in com.cafean.jobstream.tracker
This enumeration contains the set of job stream properties that can be stored in the tracking server that will be used directly by the core job stream system.
JobStreamPropertyRec - Class in com.cafean.jobstream.tracker
Utility class used to hold records for the JOBSTREAM_PROPS Database Table.
JobStreamPropertyRec() - Constructor for class com.cafean.jobstream.tracker.JobStreamPropertyRec
 
JobStreamRec - Class in com.cafean.jobstream.tracker
Utility class used to hold records for the JOBSTREAM Database Table.
JobStreamRec() - Constructor for class com.cafean.jobstream.tracker.JobStreamRec
 
jobUpdatesAvailable(Job[]) - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
 
joinPipe(Vector) - Method in class com.cafean.client.analysis.AbstractModel
This function joins two pipes into one.
JRestartDataRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JRestartDataRequest data bocks.
JRestartDataRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Construct an empty instance.
JRestartDataRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Construct an instance from a PIB file entry.
JRestartInfoRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JRestartInfoRequest data bocks.
JRestartInfoRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Construct an empty instance.
JRestartInfoRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Construct an instance from a PIB file entry.
JSetMuxTimeRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JSetMuxTimeRequest data bocks.
JSetMuxTimeRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Construct an empty instance.
JSetMuxTimeRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Construct an instance from a PIB file entry.
JShutdownRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JShutdownRequest data bocks.
JShutdownRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Construct an empty instance.
JShutdownRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Construct an instance from a PIB file entry.
jsname - Variable in class com.cafean.jobstream.tracker.JobStreamRec
The name of the Job Stream.
JSteam - Class in com.cafean.h2o.ui
This applet provides a simple button that will create the SteamTable interface in a separate frame.
JSteam - Class in com.cafean.JSteam
This applet provides a simple button that will create the SteamTable interface in a separate frame.
JSteam() - Constructor for class com.cafean.h2o.ui.JSteam
 
JSteam() - Constructor for class com.cafean.JSteam.JSteam
 
JSteamFrame - Class in com.cafean.h2o.ui
This class provides a simple interface to the RELAP5 steam table routines.
JSteamFrame - Class in com.cafean.JSteam
This class provides a simple interface to the RELAP5 steam table routines.
JSteamFrame() - Constructor for class com.cafean.h2o.ui.JSteamFrame
Constructor for standalone app
JSteamFrame() - Constructor for class com.cafean.JSteam.JSteamFrame
 
JSteamFrame(int, double[]) - Constructor for class com.cafean.h2o.ui.JSteamFrame
Constructor for fluidcondition panel
JSteamFrame(String) - Constructor for class com.cafean.h2o.ui.JSteamFrame
 
JSteamFrame(String) - Constructor for class com.cafean.JSteam.JSteamFrame
 
JSteamFrame(JDialog, boolean, int, double[]) - Constructor for class com.cafean.h2o.ui.JSteamFrame
 
JSteamFrame(JFrame, boolean) - Constructor for class com.cafean.h2o.ui.JSteamFrame
 
JSteamFrame(JFrame, boolean, int, double[]) - Constructor for class com.cafean.h2o.ui.JSteamFrame
 
JSTrackerModuleLoader - Class in com.cafean.JobStatus.util
A tracker module loader customized for the message window and plug-in class loader available in the MainFrame.
JSTrackerModuleLoader() - Constructor for class com.cafean.JobStatus.util.JSTrackerModuleLoader
creates a new tracker module loader for the ModelEditor.
JString16 - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JString16 data bocks.
JString16() - Constructor for class com.cafean.CalcServer.jobrpc.command.JString16
Construct an empty instance.
JString16(PibFile) - Constructor for class com.cafean.CalcServer.jobrpc.command.JString16
Construct an instance from a PIB file entry.
JTaskStatusRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JTaskStatusRequest data bocks.
JTaskStatusRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Construct an empty instance.
JTaskStatusRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Construct an instance from a PIB file entry.
JTerminateRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JTerminateRequest data bocks.
JTerminateRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Construct an empty instance.
JTerminateRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Construct an instance from a PIB file entry.
JTimestepIncrRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JTimestepIncrRequest data bocks.
JTimestepIncrRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Construct an empty instance.
JTimestepIncrRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Construct an instance from a PIB file entry.
JUnitCodeRequest - Class in com.cafean.CalcServer.jobrpc.command
This class provides IO access to JUnitCodeRequest data bocks.
JUnitCodeRequest() - Constructor for class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Construct an empty instance.
JUnitCodeRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Construct an instance from a PIB file entry.

K

KAPA - Static variable in class com.cafean.h2o.FluidState
 
KAPA - Static variable in class com.cafean.h2o.NewSteamTables
 
KAPAF - Static variable in class com.cafean.h2o.FluidState
 
KAPAF - Static variable in class com.cafean.h2o.NewSteamTables
 
KAPAG - Static variable in class com.cafean.h2o.FluidState
 
KAPAG - Static variable in class com.cafean.h2o.NewSteamTables
 
KAPANCS - Static variable in class com.cafean.h2o.FluidState
 
kappaline(double[], int[], double[][], String, double[], double[], boolean) - Method in class com.cafean.h2o.NewSteamTables
 
key - Variable in class com.cafean.rpc.command.CallbackAuthorization
No Documentation Available.
KEY_MATHCAD_OUTPUT_BASENAME - Static variable in interface com.cafean.client.values.util.FunctionConstants
a key for defining the base name for a Mathcad output file: the corresponding value must be a String
KEY_MATHCAD_OUTPUT_FORMAT - Static variable in interface com.cafean.client.values.util.FunctionConstants
a key for defining the type of external-file exported for Mathcad functions: the corresponding value must be either FunctionConstants.VALUE_MATHCAD_OUTPUT_HTML or FunctionConstants.VALUE_MATHCAD_OUTPUT_RTF
KEY_MATHCAD_OUTPUT_LOCATION - Static variable in interface com.cafean.client.values.util.FunctionConstants
a key for defining the location of Mathcad output files: the corresponding value must be a File
keyvalue - Variable in class com.cafean.jobstream.tracker.TaskKeywordRec
The value assigned to this keyword.
keyword - Variable in class com.cafean.jobstream.tracker.TaskKeywordRec
The keyword.
Keyword - Class in com.cafean.CalcServer.command
This class provides IO access to Keyword data bocks.
Keyword - Class in com.cafean.jobstream.common.components
This structure encapsulates the name/value pairs used to process and handle keyword values.
Keyword() - Constructor for class com.cafean.CalcServer.command.Keyword
Construct an empty instance.
Keyword() - Constructor for class com.cafean.jobstream.common.components.Keyword
Creates a new keyword of type Custom named "unknown" with an "Unknown" value.
Keyword(int, String, String) - Constructor for class com.cafean.jobstream.common.components.Keyword
Creates a new keyword of the given type with the given name and value.
Keyword(PibFile) - Constructor for class com.cafean.CalcServer.command.Keyword
Construct an instance from a PIB file entry.
KeywordInfo - Class in com.cafean.JobStatus.ui.csstream.table
 
KeywordInfo - Class in com.cafean.JobStatus.ui.stream
 
KeywordInfo() - Constructor for class com.cafean.JobStatus.ui.csstream.table.KeywordInfo
 
KeywordInfo() - Constructor for class com.cafean.JobStatus.ui.stream.KeywordInfo
 
keywords - Variable in class com.cafean.CalcServer.command.JobFilesEntry
No Documentation Available.
keywords - Variable in class com.cafean.jobstream.tracker.TaskRec
The list of keyword associated with this task.
KFormat - Class in com.cafean.utils
 
KFormat(String) - Constructor for class com.cafean.utils.KFormat
Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
killAllSets() - Method in class com.cafean.utils.AcGraceIntf
Loads the given local file into the currently open instance of AptPlot
killCalcServer() - Method in class com.cafean.JobStatus.tree.CalcServerNode
Causes an CalcServerNode and its interface object to die.
killConsole(String) - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
Kills the console's connection, disables its buttons and marks the status as -Disconnected-.
kwNames - Variable in class com.cafean.CalcServer.command.EvtTaskStatusChanged
The names of each keyword assigned to the task.
kwNames - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
The names of each keyword assigned to the task.
kwValues - Variable in class com.cafean.CalcServer.command.EvtTaskStatusChanged
The values of each keyword assigned to the task.
kwValues - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
The values of each keyword assigned to the task.

L

label - Variable in class com.cafean.CalcServer.command.DataChannelsRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.command.IncrementTimeslice
No Documentation Available.
label - Variable in class com.cafean.CalcServer.command.JobFilesEntry
No Documentation Available.
label - Variable in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.command.MuxDataRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.command.RestartDataRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.command.RestartInfoRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.command.SetMuxTimeRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.command.UnitCodeRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.command.ViewableFile
No Documentation Available.
label - Variable in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
The label of the plot file to set.
label - Variable in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
No Documentation Available.
label - Variable in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
No Documentation Available.
label() - Method in class com.cafean.client.analysis.AbstractComponent
Returns a String suitable for describing the component type in the Navigator, a dialog title, or the display string.
label() - Method in class com.cafean.client.analysis.Connection
 
label() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Returns a String suitable for describing the component type in the Navigator, a dialog title, or the display string.
label() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
 
label() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
 
label() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
label() - Method in class com.cafean.client.analysis.ViewComponent
 
label() - Method in class com.cafean.client.anim.DataSource
 
label() - Method in class com.cafean.client.anim.GeneralRange
 
label() - Method in class com.cafean.client.integrator.IntegrationCase
 
label() - Method in class com.cafean.client.mdocs.QuickNote
 
label() - Method in class com.cafean.client.values.components.NumericsCatProps
 
label() - Method in class com.cafean.client.values.components.SharedBoolean
 
label() - Method in class com.cafean.client.values.components.SharedFunction
 
label() - Method in class com.cafean.client.values.components.SharedInteger
 
label() - Method in class com.cafean.client.values.components.SharedReal
 
label() - Method in class com.cafean.client.values.components.SharedString
 
label() - Method in class com.cafean.client.values.components.SharedTable
 
label() - Method in class com.cafean.client.values.functions.AbstractNumericFunction
 
label() - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
 
Label - com.cafean.client.ui.util.search.GSMatchType
 
LABEL_CONTRACTED - Static variable in class com.cafean.client.ui.swing.accordion.NodeButton
Identifies an action as a contract event
LABEL_EXPANDED - Static variable in class com.cafean.client.ui.swing.accordion.NodeButton
Identifies an action as an expansion event
LABEL_SELECTED - Static variable in class com.cafean.client.ui.swing.accordion.NodeButton
Identifies an action as a selection event
LabelConverter() - Constructor for class com.cafean.client.ui.annotation.TextAnnotation.LabelConverter
 
last(AbstractModel) - Method in class com.cafean.client.analysis.ComponentNumberGroup
Retrieves the largest CC number in use that is available to components of this group in the given model.
lastAccess - Variable in class com.cafean.CalcServer.command.ConnectionInfo
the time (in seconds) that the connection was last accessed.
lastElement() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
lastIndexOf(Type) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
lastIndexOf(Type, int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
lastIteration() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
lastIteration() - Method in class com.cafean.jobstream.server.sequence.Sequence
 
lastModified - Variable in class com.cafean.CalcServer.command.FileEntry
last modified time (in milliseconds) as a string.
lastModified - Variable in class com.cafean.CalcServer.command.FolderEntry
last modified time (in milliseconds) as a string.
lastModified - Variable in class com.cafean.CalcServer.command.JobFilesEntry
No Documentation Available.
lastModified - Variable in class com.cafean.CalcServer.command.ViewableFile
the last modified time in milliseconds.
launchJob(String, String, String, String, int, String[]) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Launches a new job
LaunchJobRequest - Class in com.cafean.CalcServer.command
This class provides IO access to LaunchJobRequest data bocks.
LaunchJobRequest() - Constructor for class com.cafean.CalcServer.command.LaunchJobRequest
Construct an empty instance.
LaunchJobRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.LaunchJobRequest
Construct an instance from a PIB file entry.
LAYER_ID - Variable in class com.cafean.client.io.med.DrawnComponentRec
No Documentation Available.
LAYER_ID - Variable in class com.cafean.client.io.med.DrawnDisplayBeanRec
No Documentation Available.
LAYER_ID - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
layoutComponents(Vector, ProgressMon) - Method in class com.cafean.client.analysis.AbstractModel
Lays out the given drawn components using a plugin-specific organization method.
layoutComponents(Vector, ProgressMon) - Method in class com.cafean.client.values.AbstractNumericsModel
 
layoutContainer(Container) - Method in class com.cafean.client.ui.swing.OverlapLayout
Called by the AWT when the specified container needs to be laid out.
layoutView() - Method in class com.cafean.client.analysis.ViewComponent
Runs the organize function on the view component if it exists.
layoutView() - Method in class com.cafean.client.ui.DrawnView
This organizes all of the components within the view
LEFT - com.cafean.client.ui.util.Orientation
 
LEFT - Static variable in class com.cafean.client.ui.DrawnComponent
Oriented to the left hand of the screen
LEFT_ARROW - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates the Pad for the ConnectingPt should be a Left Arrow
LEFT_SIDE_ONLY - Static variable in class com.cafean.client.ui.diff.CategoryGroup
 
LeftToRight - com.cafean.client.analysis.Connection.Direction
 
Legacy - com.cafean.client.values.nif.NumericsPropertyType
 
legacy__1_SPARE1 - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
legacy__1_SPARE3 - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
LegacyCalcJobFile - Class in com.cafean.CalcServer.util
A wrapper class for a Legacy Calculation Job File (CJF, *.cjf).
LegacyCalcJobFile(File) - Constructor for class com.cafean.CalcServer.util.LegacyCalcJobFile
Creates a new instance of CalcJobFile and reads its data from the given file.
LEN_SCALE_FACTOR - Variable in class com.cafean.client.io.med.DrawnComponentRec
No Documentation Available.
length - Variable in class com.cafean.CalcServer.command.ViewableFile
No Documentation Available.
length() - Method in class com.cafean.client.validation.util.StringBuilderWriter
Gets the length of the string builder backing this writer.
length() - Method in class com.cafean.utils.RandomAccessByteFile
 
lenthofsteamtb() - Method in class com.cafean.h2o.D2oSteamTables
 
lessthan(double) - Method in class com.cafean.client.values.components.AbstractCReal
Returns true if the resolved value is less than the given value.
lessthan(double) - Method in class com.cafean.Number.Real
 
lessthan(int) - Method in class com.cafean.Number.Int
 
lessthan(AbstractCReal) - Method in class com.cafean.client.values.components.AbstractCReal
Returns true if the provided CReal's resolved value is less than the given value.
lessthan(Int) - Method in class com.cafean.Number.Int
 
lessthan(Real) - Method in class com.cafean.Number.Real
 
LIBRARY_DIRS - Static variable in class com.cafean.utils.LibraryData
 
LibraryData - Class in com.cafean.utils
 
LibraryData() - Constructor for class com.cafean.utils.LibraryData
 
LibraryInfo - Class in com.cafean.utils
 
LibraryInfo(String, String, String, String) - Constructor for class com.cafean.utils.LibraryInfo
 
LicenseDialog - Class in com.cafean.moviegen.ui
Displays the license for this application in a dialog.
LicenseDialog(JDialog) - Constructor for class com.cafean.moviegen.ui.LicenseDialog
Creates new form LicenseDialog
LimitedLongStringEditor - Class in com.cafean.client.ui.beans
This bean editor contains a JPanel with a label and a button.
LimitedLongStringEditor() - Constructor for class com.cafean.client.ui.beans.LimitedLongStringEditor
Creates a new instance of LimitedLongStringEditor with no title and a line length of 80
LimitedLongStringEditor(String, int) - Constructor for class com.cafean.client.ui.beans.LimitedLongStringEditor
Creates a new instance of LimitedLongStringEditor with the given title and line length Note that PropertyEditor instances are created using the default no-arg constructor.
line - Variable in class com.cafean.CalcServer.command.ViewableSearchRequest
No Documentation Available.
LineAnnotation - Class in com.cafean.client.ui.annotation
A configurable drawn line.
LineAnnotation() - Constructor for class com.cafean.client.ui.annotation.LineAnnotation
Creates a new instance of LineAnnotation
LineAnnotation(DrawnDisplayElementRec) - Constructor for class com.cafean.client.ui.annotation.LineAnnotation
Creates a new polygon bean
LineAnnotationBeanInfo - Class in com.cafean.client.ui.annotation
 
LineAnnotationBeanInfo() - Constructor for class com.cafean.client.ui.annotation.LineAnnotationBeanInfo
 
LineAnnotationDialog - Class in com.cafean.client.ui.annotation
An editing dialog for an elliptical annotation
LineAnnotationDialog(LineAnnotation) - Constructor for class com.cafean.client.ui.annotation.LineAnnotationDialog
Creates new form TextAnnotationDialog
LineAnnotInsertHandler - Class in com.cafean.client.ui.tools.insert
A path insert handler extension used to insert LineAnnotation instances.
LineAnnotInsertHandler(ZoomablePanel, LineAnnotation) - Constructor for class com.cafean.client.ui.tools.insert.LineAnnotInsertHandler
Creates a new mouse handler with the given parent
LineArrowTypeEditor - Class in com.cafean.client.ui.annotation
A NamedIntEditor extention for line annotation arrow types
LineArrowTypeEditor() - Constructor for class com.cafean.client.ui.annotation.LineArrowTypeEditor
Creates a new instance of IntermLayerLayersEditor
LINES - Variable in class com.cafean.client.io.med.DrawnComponentRec
No Documentation Available.
LineStyleBoxRenderer - Class in com.cafean.client.ui.annotation.pattern
 
LineStyleBoxRenderer(ListCellRenderer) - Constructor for class com.cafean.client.ui.annotation.pattern.LineStyleBoxRenderer
Creates new form ColorBoxRenderer
LineStyleComboBox - Class in com.cafean.client.ui.annotation.pattern
 
LineStyleComboBox() - Constructor for class com.cafean.client.ui.annotation.pattern.LineStyleComboBox
Creates a new instance of LineStyleComboBox
LineStyleEditor - Class in com.cafean.client.ui.annotation.pattern
 
LineStyleEditor() - Constructor for class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
LineStyleEditor(boolean) - Constructor for class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
LineStyleEditorNone - Class in com.cafean.client.ui.annotation.pattern
 
LineStyleEditorNone() - Constructor for class com.cafean.client.ui.annotation.pattern.LineStyleEditorNone
 
LineStyles - Class in com.cafean.client.ui.annotation.pattern
 
LineStyles() - Constructor for class com.cafean.client.ui.annotation.pattern.LineStyles
 
LineThicknessEditor - Class in com.cafean.client.ui.annotation
A simple spinner editor for line thickness 0-100
LineThicknessEditor() - Constructor for class com.cafean.client.ui.annotation.LineThicknessEditor
Creates a new instance of LineThicknessEditor
link(AbstractComponent, String, Object) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a hyper-link and cross reference pair to the given component and section using the given content as the Link content.
link(AbstractComponent, String, Object, ReferenceFormat, String) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a hyper-link and cross reference pair to the given component and section using the given content as the Link content.
LinkController() - Constructor for class com.cafean.client.ui.beans.BeanPropDescriptionPanel.LinkController
 
LIQ_TEMP - Static variable in class com.cafean.client.anim.GeneralRange
 
LIQUID_INTERNAL_ENERGY - Static variable in class com.cafean.h2o.ui.JSteamFrame
 
ListAutomationAction(String, HTML.Tag) - Constructor for class com.cafean.client.mdocs.HTMLEditorPanel.ListAutomationAction
 
lists - Variable in class com.cafean.CalcServer.command.JobFilesRequest
No Documentation Available.
load() - Method in class com.cafean.client.ui.SnapPreferences
 
load() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
load() - Method in class com.cafean.JobStatus.StagingLocationMap
Loads the local staging location mappings from the user's preferences.
load() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
load() - Method in class com.cafean.JobStatus.ui.util.TablePreferences
Loads the column preferences, applies them to the table, and updates the preferred width of each column.
load(AbstractModel, PibFile) - Method in class com.cafean.CodePlugins.MEFeaturePlugin
This is called on all Feature plugins when a model has been loaeded.
load(DrawnDisplayElementRec) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
Loads the contents of the given record into this map
load(ViewCompRec) - Method in class com.cafean.client.analysis.ViewComponent
Loads this view's data from the given ViewCompRec previously stored with ViewComponent.store(com.apt.xdr.PibFile)
load(Configurator) - Method in class com.cafean.config.site.DefaultApplicationMap
Save the default application selections to the user's preferences.
load(File) - Method in class com.cafean.utils.ReferenceDocs.RefDocMap
Loads the reference links data from the plug-in's XML file into this map
loadAnimationModule(DataSource, String, String) - Static method in class com.cafean.client.ui.MainFrame
Finds the animation module that supports the given application type.
loadComponent(PibBlock, AbstractModel) - Static method in class com.cafean.client.analysis.ViewComponent
 
loadComponents(AbstractModel, PibBlock[]) - Static method in class com.cafean.client.ui.BeanBox
Loads annotations and drawn components from the given array of PibBlock's.
loadComponents(AbstractModel, PibBlock[], boolean) - Static method in class com.cafean.client.ui.BeanBox
Loads annotations and drawn components from the given array of PibBlock's.
loadConfiguration(Configurator) - Method in class com.cafean.moviegen.support.AbstractVideoType
Configures the default state of operation for the video formats.
loadConfiguration(Configurator) - Method in class com.cafean.moviegen.support.Theora
 
loadcorners(double[], double[][], int[]) - Method in class com.cafean.h2o.NewSteamTables
 
loadData() - Method in class com.cafean.JobStatus.CommandDialog
Retrieve the list of interactive variables for the selected run and use it to load the interactive variable combobox.
loadDisplayBeanClasses() - Static method in class com.cafean.client.ui.Toolbox
Loads the display beans from the jar files included in the Components directories in both the current user's home directory and system wide.
loadDisplayElement(DrawnDisplayElementRec) - Static method in class com.cafean.client.ui.Toolbox
Loads a display element from the given display element rec.
loadDrawingLayers(PibBlock[]) - Static method in class com.cafean.client.ui.BeanBox
Loads visual layers from the given array of PibBlock's.
loadDrawnComponent(PibBlock) - Method in class com.cafean.client.analysis.AbstractModel
Creates a custom DrawnComponent derivative from the given PibBlock.
loadDrawnComponent(PibBlock) - Method in class com.cafean.client.ui.DrawnComponent
This function loads a DrawnComponent from a DrawnComponentRec.
loadDrawnComponent(PibBlock) - Method in class com.cafean.client.ui.DrawnConnection
Loads this DrawnConnection from the given DrawnComponentRec.
loadDrawnComponent(PibBlock) - Method in class com.cafean.client.ui.DrawnUserValue
 
loadDrawnComponent(PibBlock) - Method in class com.cafean.client.ui.DrawnViewComponent
 
loadDrawnComponent(PibBlock) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
loadDrawnComponent(PibBlock) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
loadDrawnComponent(PibBlock) - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
Loaded - com.cafean.CalcServer.util.JobHandleStatus
 
loadExisting(CalcJobFile, String) - Static method in class com.cafean.CalcServer.JobHandle
Loads an existing job handle that has been loaded before.
loadExisting(File) - Static method in class com.cafean.CalcServer.CalcJobFile
 
loadFromICSet(ChannelDataHolder, boolean) - Method in class com.cafean.client.ic.ConditionSetAdapter
Loads values from the provided ChannelDataHolder into this adapter's component.
loadIcon(Component, String) - Static method in class com.cafean.client.values.images.ImageMgr
Loads an ImageIcon with the given name from the com.cafean.client.values.images package.
loadIcon(String) - Static method in class com.cafean.client.ui.images.ImageMgr
Loads an ImageIcon with the given name from the com.cafean.client.ui package.
loadIcon(String) - Static method in class com.cafean.client.ui.images.report.ImageManager
Loads an ImageIcon with the given name from the com.cafean.client.ui package.
loadIcon(String) - Static method in class com.cafean.JobStatus.icons.ImageManager
Loads an icon, waiting for the icon to finish loading before returning the result.
loadImage(Component, String) - Static method in class com.cafean.client.ui.images.ImageMgr
Loads the image objects from files.
loadImage(Component, String) - Static method in class com.cafean.client.ui.images.report.ImageManager
Loads the image objects from files.
loadImage(Component, String) - Method in class com.cafean.client.values.images.ImageMgr
Loads the image objects from files.
loadImage(Component, URL) - Method in class com.cafean.client.ui.images.ImageMgr
Loads an Image from the provided location for a particular Component
loadImage(Component, URL) - Method in class com.cafean.client.ui.images.report.ImageManager
 
loadImage(Component, URL) - Method in class com.cafean.client.values.images.ImageMgr
 
loadImage(String) - Static method in class com.cafean.JobStatus.icons.ImageManager
Loads an image, waiting for the image to finish loading before returning the result.
Loading - com.cafean.CalcServer.util.JobHandleStatus
 
loadJob(String) - Method in class com.cafean.CalcServer.JobQueue
Attempts to load the job at the given location by reading its CJF.
loadJob(String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
requests that the given job be loaded into the server's memory
LoadJobRequest - Class in com.cafean.CalcServer.command
This class provides IO access to LoadJobRequest data bocks.
LoadJobRequest() - Constructor for class com.cafean.CalcServer.command.LoadJobRequest
Construct an empty instance.
LoadJobRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.LoadJobRequest
Construct an instance from a PIB file entry.
loadLibraryData(File) - Static method in class com.cafean.utils.LibraryData
 
loadLicense(File) - Method in class com.cafean.utils.LibraryInfo
Loads the text of the library's license from the given directory.
loadLocalStream(String) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
If the local calculation server panel is currently connected then it will request that the calculation server load the given job stream.
loadMacProperties(String) - Static method in class MEKiosk
 
loadMacProperties(String) - Static method in class ModelEditor
 
loadMainMenuItems() - Method in class com.cafean.CodePlugins.MEPlugin
Loads this plugin's menu items into the MainFrame menu bar.
loadModel(File, boolean) - Method in class com.cafean.client.io.MEDUtil
Loads a model from the given file name.
loadModule(DataSource, String, String) - Method in class com.cafean.client.anim.AnimationModuleLoader
Loads an instance of the animation module for the given application type.
loadMuxChannels() - Method in class com.cafean.client.anim.DataSource
Notify the servers which multiplexed channels are needed to drive the display.
loadMuxChannels(int, String, String[]) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
Loads a set of channel names on the that identify the set of multiplexed minor edit variables that will be retrieved in subsequent calls to getMuxData.
loadMuxChannels(int, String, String[]) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Loads a set of channel names on the that identify the set of multiplexed minor edit variables that will be retrieved in subsequent calls to GetMuxData.
LoadMuxChannelsRequest - Class in com.cafean.CalcServer.command
This class provides IO access to LoadMuxChannelsRequest data bocks.
LoadMuxChannelsRequest() - Constructor for class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Construct an empty instance.
LoadMuxChannelsRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Construct an instance from a PIB file entry.
loadNumerics(PibFile, String, int[]) - Method in class com.cafean.client.values.AbstractNumericsModel
Reads a user-defined numerics block, and adds the component to the model.
loadOptions(ValidationOptions) - Method in class com.cafean.client.analysis.ValidationTest
Loads the options for a validationTest from the given ValidationOptions object.
loadPlotFile(File, FileType) - Method in class com.cafean.utils.AcGraceIntf
Loads the given local file into the currently open instance of AptPlot
loadPlugin() - Method in class com.cafean.CodePlugins.MEPluginData
Creates an instance of the MEPlugin that is described by this MEPluginData object.
loadPlugins() - Method in class com.cafean.client.ui.MEPluginLoader
Loads the MEPlugins represented by each of the MEPluginData objects added by MEPluginLoader.pluginLoaded(java.lang.Object).
loadPreferences(SnapPreferences) - Method in class com.cafean.client.ui.MainToolbarManager
This loads the user flag for activation of each tool bar in the SnapPreferences.
loadPrefs(Configurator) - Method in class com.cafean.utils.RptDoc.AbstractReportData
Gets the report settings from the configuration file.
loadPropertyDescs(AbstractComponent, Map<Class, PropertyDescriptor[]>) - Static method in class com.cafean.client.io.MEDUtil
Loads the property descriptors for the given component class using the given Map as a cache.
loadRefDocXML(File, RefDocMap) - Method in class com.cafean.utils.ReferenceDocs.RefDocLoader
Generates a Hashtable of reference documentation links.
loadReferenceModel(AbstractModel, File) - Static method in class com.cafean.client.ui.MainFrame
Loads the reference model for the given model from the given file.
loadRestartData(ChannelDataHolder, boolean) - Method in class com.cafean.client.analysis.AbstractModel
Loads the given timeslice of RestartData into this model's components.
loadRestartData(RestartData) - Method in class com.cafean.client.analysis.AbstractModel
Loads the given timeslice of RestartData into this model's components.
loadSettings() - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Load the program defaults from a properties file located in the user's home directory.
loadSettings(SnapPreferences) - Method in class com.cafean.client.mdocs.ALCompsListPanel
 
loadSettings(SnapPreferences) - Method in class com.cafean.client.mdocs.ALNotesListPanel
 
loadSettings(Configurator) - Method in class com.cafean.CodePlugins.MEPlugin
Loads user settings for this plugin from the configuration file.
loadStagingLocationMap(Configurator, List<LocalStageMapping>, List<PlatformDefinition>) - Static method in class com.cafean.utils.jobstream.LocalStageMapping
Loads the local staging location mappings from the user's preferences.
loadSteamTable(MainFrame) - Static method in class com.cafean.h2o.D2oSteamTables
 
loadTrackerModule(String) - Method in class com.cafean.utils.jobstream.ClientTrackerModuleLoader
Loads and returns an instance of the given TrackerModule type.
loadUserConstant(UserConstantRec, AbstractModel) - Static method in class com.cafean.client.io.MEDReader
Loads the given UserConstantRec into a UserDefinedConstant object created in the given model.
loadUserFunction(UserFunctionRec, AbstractModel) - Static method in class com.cafean.client.io.MEDReader
Loads the given UserFunctionRec into a UserDefinedFunction object created in the given model.
loadUserVariable(UserVariableRec, AbstractModel) - Static method in class com.cafean.client.io.MEDReader
Loads the given UserVariableRec into a UserDefinedVariable object created in the given model.
loadVedaExport(File) - Method in class com.cafean.client.ui.Toolbox
Attempts to import a VEDA mask dump file.
loadViewMenuItems(DrawnView) - Method in class com.cafean.CodePlugins.MEPlugin
Loads this plugin's menu items into a DrawnView's Tools menu.
loadVisualComponents(Vector, Vector, AbstractModel) - Static method in class com.cafean.client.io.MEDReader
Loads the ViewComponent, DrawnComponent and DrawnAnnotation records from the given Vectors.
loadVisualComponents(Vector, Vector, AbstractModel, boolean) - Static method in class com.cafean.client.io.MEDReader
Loads the ViewComponent, DrawnComponent and DrawnAnnotation records from the given Vectors.
loadVisualGroups(PibBlock[]) - Static method in class com.cafean.client.ui.BeanBox
Loads visual groups from the given array of PibBlock's.
loadVolumeChannelNames(DataSource, GeneralRange, String[], String) - Method in class com.cafean.client.anim.AnimationModule
Loads the channel names needed to map the given volume id to a set of channel names.
loadVolumeChannelNames(GeneralRange, String[], String) - Method in class com.cafean.client.anim.AnimationModule
Load the channel names needed to map the given volume id to a set of channel names.
localFoldersMissing(CalcServerNode) - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
Notifies this tree model that the local calc server node has been connected and currently contains no root folders.
LocalStageMapping - Class in com.cafean.utils.jobstream
A utility class used to map a platform staging location to a local file system location.
LocalStageMapping(String, StagingLocation, File, long) - Constructor for class com.cafean.utils.jobstream.LocalStageMapping
Creates a new local staging location mapping
locateComponentAt(int, int) - Method in class com.cafean.client.ui.GlassPanel
Locate a component at a specific position in the display.
locateComponentAt(int, int, boolean) - Method in class com.cafean.client.ui.GlassPanel
Locate a component at a specific position in the display.
location - Variable in class com.cafean.CalcServer.command.CreateFolderRequest
No Documentation Available.
location - Variable in class com.cafean.CalcServer.command.FilesListRequest
No Documentation Available.
location - Variable in class com.cafean.CalcServer.command.Folder
the folder path to the this folder (not including this folder's name).
location - Variable in class com.cafean.CalcServer.command.FolderContentsRequest
No Documentation Available.
location - Variable in class com.cafean.CalcServer.command.GetFileRequest
No Documentation Available.
location - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
location - Variable in class com.cafean.CalcServer.command.JobLocationRequest
No Documentation Available.
location - Variable in class com.cafean.CalcServer.command.RenameFolderRequest
No Documentation Available.
location - Variable in class com.cafean.CalcServer.command.SendFileRequest
No Documentation Available.
location - Variable in class com.cafean.jobstream.tracker.FileRefRec
The final storage location of the file in URI format.
location - Variable in class com.cafean.jobstream.tracker.JobStreamRec
The location of this Job Stream in the form: /staging_location_name/relative/path/to/jobstream/
location - Variable in class com.cafean.jobstream.tracker.TaskRec
The relative location of this task to it's stream.
LOCKED - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
LockHandler - Class in com.cafean.CalcServer
An encapsulated handler for authentication tokens.
LockHandler() - Constructor for class com.cafean.CalcServer.LockHandler
Creates a new instance of LockHandler
lockToString(Thread) - Static method in class com.cafean.Number.Real
Locks Real's toString() method for use only by the given thread.
locVarLabel - Variable in class com.cafean.CalcServer.CalcServerCorba.VarStruct
 
locVarLabel - Variable in class com.cafean.CalcServer.command.DataChannel
No Documentation Available.
locVarLabel - Variable in class com.cafean.CalcServer.jobrpc.command.JDataChannel
No Documentation Available.
log(int, String) - Method in class com.cafean.utils.LogFile
Saves the given message to this log file; If the message's level is higher than the logging level it is ignored.
log(int, String, String) - Method in class com.cafean.utils.LogFile
Saves the given message to this log file; If the message's level is higher than the logging level it is ignored.
log(int, String, String, Throwable) - Method in class com.cafean.utils.LogFile
Saves the given message to this log file; If the message's level is higher than the logging level it is ignored.
log(int, String, Throwable) - Method in class com.cafean.utils.LogFile
Saves the given message to this log file; If the message's level is higher than the logging level it is ignored.
log(String) - Method in class com.cafean.utils.LogFile
Saves the given message to this log file; The message is saved with logging level LOG_CRIT and username "<system>";
log(String, String) - Method in class com.cafean.utils.LogFile
Saves the given message to this log file; If the message's level is higher than the logging level it is ignored.
log(String, String, Throwable) - Method in class com.cafean.utils.LogFile
Saves the given message to this log file; The given exception is logged after the message; The message is saved with logging level LOG_CRIT
log(String, Throwable) - Method in class com.cafean.utils.LogFile
Saves the given message to this log file; The given exception is logged after the message; The message is saved with logging level LOG_CRIT and username "<system>";
Log - com.cafean.JobStatus.ui.csstream.ConsoleStatus
 
LOG_CRIT - Static variable in class com.cafean.utils.LogFile
The logging level used to log only critical messages.
log_dbid - Variable in class com.cafean.jobstream.tracker.CallbackRec
Optional Foreign Key to the LOG table.
LOG_DEBUG - Static variable in class com.cafean.utils.LogFile
The logging level used to log debug, warning, info, and critical messages.
LOG_DIRECTORY - Static variable in class com.cafean.CalcServer.CalcServer
The absolute location of the current user's ~/.snap/ directory
LOG_INFO - Static variable in class com.cafean.utils.LogFile
The logging level used to log informative, warning and critical messages.
LOG_WARN - Static variable in class com.cafean.utils.LogFile
The logging level used to log warning and critical messages.
LogFile - Class in com.cafean.utils
LogFile is a class designed to simplify logging and dealing with log files.
LogFile(String, File, boolean) - Constructor for class com.cafean.utils.LogFile
Creates and opens a new LogFile object with the given baseName and logDirectory.
LOGICAL_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
logM(int, String) - Method in class com.cafean.CalcServer.CalcServer
Write a time stamped message to the log file.
logM(int, String, String) - Method in class com.cafean.CalcServer.CalcServer
Write a time stamped message to the log file.
logM(int, String, String, Throwable) - Method in class com.cafean.CalcServer.CalcServer
Write a time stamped Exception Stack Trace to the log file.
logM(int, String, Throwable) - Method in class com.cafean.CalcServer.CalcServer
Write a time stamped Exception Stack Trace to the log file.
logM(String) - Method in class com.cafean.CalcServer.CalcServer
Write a time stamped message to the log file.
logM(String, String) - Method in class com.cafean.CalcServer.CalcServer
Write a time stamped message to the log file.
LogonDialog - Class in com.cafean.utils
Class used to provide a logon dialog to the SNAP database.
LogonDialog(Dialog, String) - Constructor for class com.cafean.utils.LogonDialog
LogonDialog Constructor.
LogonDialog(Frame, String) - Constructor for class com.cafean.utils.LogonDialog
LogonDialog Constructor.
LogOutputRequest - Class in com.cafean.CalcServer.command
This class provides IO access to LogOutputRequest data bocks.
LogOutputRequest() - Constructor for class com.cafean.CalcServer.command.LogOutputRequest
Construct an empty instance.
LogOutputRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.LogOutputRequest
Construct an instance from a PIB file entry.
LogPanel - Class in com.cafean.JobStatus.ui.util
A panel that displays a collection of log messages or an empty message if it has no log to display.
LogPanel() - Constructor for class com.cafean.JobStatus.ui.util.LogPanel
Creates new form LogPanel
LogRec - Class in com.cafean.jobstream.tracker
Utility class used to hold records for the LOG Database Table.
LogRec() - Constructor for class com.cafean.jobstream.tracker.LogRec
 
LogTextPane - Class in com.cafean.JobStatus.ui.util
A fixed-width text pane intended to be used when displaying stream and/or task related log files in Job Status.
LogTextPane() - Constructor for class com.cafean.JobStatus.ui.util.LogTextPane
Create a new empty log text pane
logUsage(String, String, String, Object) - Method in class com.cafean.jobstream.common.util.StreamLogger
Initializes the given usage usageLogger and logs a usage message including the current user's user name, application name, and version.
LongArray - Class in com.cafean.Number
An unsynchronized dynamicaly sized array of long.
LongArray(int) - Constructor for class com.cafean.Number.LongArray
Creates a new LongArray with the given initial capacity.
LongArray(long[]) - Constructor for class com.cafean.Number.LongArray
 
LongCStringEditingDialog - Class in com.cafean.client.values.editors
This dialog allows editing long text fields that include carriage returns and variable references.
LongCStringEditingDialog(Frame, String, AbstractNumericsModel) - Constructor for class com.cafean.client.values.editors.LongCStringEditingDialog
Creates new form LongCStringEditingDialog
LongCStringEditor - Class in com.cafean.client.values.editors
This property editor is for editing CStrings where the text is a long string that should be edited in a separate dialog.
LongCStringEditor() - Constructor for class com.cafean.client.values.editors.LongCStringEditor
 
LongStringEditor - Class in com.cafean.client.ui.beans
This bean editor contains a JPanel with a label and a button.
LongStringEditor() - Constructor for class com.cafean.client.ui.beans.LongStringEditor
Creates a new instance of LongStringEditor with no title
LongStringEditor(String) - Constructor for class com.cafean.client.ui.beans.LongStringEditor
Creates a new instance of LongStringEditor with the given title
lookupComponent(int) - Method in class com.cafean.client.analysis.AbstractModel
Finds the component for the given dbid in the component lookup table.
loop_closure_check() - Method in class com.cafean.client.organize.AbstractLoopCheck
Perform an elevation loop check on the selected components.
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.ui.ApplicationFrame
The ClipboardOwner inferface routine.
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.ui.DrawnView
 
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.ui.MainFrame
The ClipboardOwner inferface routine.
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.ui.RealTextField
 
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.values.editors.CBooleanEditor
 
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.values.editors.CDoubleEditor
 
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.values.editors.CIntegerEditor
 
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.values.editors.CRealEditor
 
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.values.editors.CStringEditor
 
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.values.ui.CIntegerTextField
 
lostOwnership(Clipboard, Transferable) - Method in class com.cafean.client.values.ui.CRealTextField
 

M

MacOSX - com.cafean.jobstream.common.components.Architecture
 
MagneticField - Class in com.cafean.client.organize
This structure contains the values for defining
MagneticField() - Constructor for class com.cafean.client.organize.MagneticField
Creates new MagneticField
MagneticField(double, double) - Constructor for class com.cafean.client.organize.MagneticField
put your documentation comment here
main(String[]) - Static method in class com.cafean.CalcServer.CalcServer
The application's main function (entry point).
main(String[]) - Static method in class com.cafean.CalcServer.RootFolder
 
main(String[]) - Static method in class com.cafean.CalcServer.TimestepTable
 
main(String[]) - Static method in class com.cafean.client.ui.annotation.TextAnnotation
 
main(String[]) - Static method in class com.cafean.client.ui.swing.accordion.AccordionTest
 
main(String[]) - Static method in class com.cafean.h2o.ui.JSteam
The main entry point for the application.
main(String[]) - Static method in class com.cafean.h2o.ui.JSteamFrame
 
main(String[]) - Static method in class com.cafean.h2o.utils.d2oReadwrite
 
main(String[]) - Static method in class com.cafean.h2o.utils.readwrite
 
main(String[]) - Static method in class com.cafean.h2o.utils.xdreadwrite
 
main(String[]) - Static method in class com.cafean.JobStatus.Main
The main entry point for the application.
main(String[]) - Static method in class com.cafean.jobstream.server.components.io.StreamDefinitionReader
 
main(String[]) - Static method in class com.cafean.jobstream.server.sequence.io.SequenceDefinitionReader
 
main(String[]) - Static method in class com.cafean.JSteam.JSteam
The main entry point for the application.
main(String[]) - Static method in class com.cafean.JSteam.JSteamFrame
 
main(String[]) - Static method in class com.cafean.moviegen.PreviewFrame
 
main(String[]) - Static method in class com.cafean.Number.DoubleArray
Performs a thorough test of the DoubleArray's functionality.
main(String[]) - Static method in class com.cafean.Number.FloatArray
Performs a thorough test of the FloatArray's functionality.
main(String[]) - Static method in class com.cafean.Number.IntegerArray
Performs a thorough test of the IntegerArray's functionality.
main(String[]) - Static method in class com.cafean.Number.LongArray
Performs a thorough test of the LongArray's functionality.
main(String[]) - Static method in class com.cafean.utils.CommandDialog
 
main(String[]) - Static method in class com.cafean.utils.GenSrcExtractor
 
main(String[]) - Static method in class com.cafean.utils.JIntegerField
 
main(String[]) - Static method in class com.cafean.utils.LogFile
 
main(String[]) - Static method in class com.cafean.utils.SplashWindow
Main routine used for testing.
main(String[]) - Static method in class com.cafean.utils.VarArgs
 
main(String[]) - Static method in class com.cafean.utils.Version
Tests the capabilities of this Version class.
main(String[]) - Static method in class ConfigurationTool
 
main(String[]) - Static method in class JobStatus
 
main(String[]) - Static method in class MEBatch
 
main(String[]) - Static method in class MEKiosk
The main entry point for the ModelEditor application.
main(String[]) - Static method in class ModelEditor
The main entry point for the ModelEditor application.
main(String[]) - Static method in class MovieGen
The main entry point for the SNAP Movie Generator application.
Main - Class in com.cafean.JobStatus
 
Main() - Constructor for class com.cafean.JobStatus.Main
 
MainFrame - Class in com.cafean.client.ui
The MainFrame is the central main class for the ModelEditor.
MainFrame() - Constructor for class com.cafean.client.ui.MainFrame
This constructs a new instance of the ModelEditor.
MainToolbarManager - Class in com.cafean.client.ui
This utility class manages all the tool bars in the main JToolBar for ApplicationFrame.
MainToolbarManager() - Constructor for class com.cafean.client.ui.MainToolbarManager
 
major - Variable in class com.cafean.rpc.command.VersionRequest
No Documentation Available.
makeArray(double[]) - Static method in class com.cafean.Number.Dimless
Create an array of Dimless objects from an array of doubles.
makeArray(double[]) - Static method in class com.cafean.Number.Time
 
makeArray(Vector) - Static method in class com.cafean.Number.Dimless
Create an array of Dimless objects from a vector of Dimless.
makeArray(Vector) - Static method in class com.cafean.Number.Time
 
makeBumpyTexture(Color) - Static method in class com.cafean.client.ui.SnapPreferences
 
MANIFEST_KEY - Static variable in class com.cafean.client.values.functions.NumericFunctionDesc
The manifest key used to indicate the function description class that describes the numeric function in a given JAR file.
MANIFEST_KEY - Static variable in class com.cafean.client.values.sources.NumericDataSourceDesc
The manifest key used to indicate the description class that describes the numeric data store in a given JAR file.
MANIFEST_KEY - Static variable in class com.cafean.jobstream.common.components.FileType
the MANIFEST.MF key used to indicate included file lists: "FileTypesList"
MANIFEST_KEY - Static variable in class com.cafean.vcs.desc.VersionControlSystemDesc
The manifest key used to indicate the version control system description class that describes the version control system plugin in a given JAR file.
MANIFEST_KEY_LEGACY - Static variable in class com.cafean.client.values.sources.NumericDataSourceDesc
The legacy manifest key used to indicate the description class that describes the numeric data store in a given JAR file.
MANIFEST_LIBRARY_INFO - Static variable in class com.cafean.utils.LibraryData
 
MANIFEST_REQUIREMENTS - Static variable in class com.cafean.client.values.functions.NumericFunctionDesc
The manifest key used to specify the list of Java classes that must be available in the class path for this function description to be loaded.
MANIFEST_REQUIREMENTS - Static variable in class com.cafean.client.values.sources.NumericDataSourceDesc
The manifest key used to specify the list of Java classes that must be available in the class path for this description to be loaded.
MANIFEST_REQUIREMENTS - Static variable in class com.cafean.vcs.desc.VersionControlSystemDesc
The manifest key used to specify the list of Java classes that must be available in the class path for this version control description to be loaded.
MANIFEST_REQUIREMENTS_LEGACY - Static variable in class com.cafean.client.values.sources.NumericDataSourceDesc
The manifest key used to specify the list of Java classes that must be available in the class path for this description to be loaded.
MANIFEST_VERSION - Static variable in class com.cafean.client.values.functions.NumericFunctionDesc
The manifest key used to indicate the current version number of the numeric function described by a given function description.
MANIFEST_VERSION - Static variable in class com.cafean.client.values.sources.NumericDataSourceDesc
The manifest key used to indicate the current version number of the numeric data store described by a given description.
MANIFEST_VERSION - Static variable in class com.cafean.vcs.desc.VersionControlSystemDesc
The manifest key used to indicate the current version number of the version control system plugin described by a given function description.
MARGIN_WIDTH - Static variable in class com.cafean.client.ui.swing.accordion.NodeButton
the width of the margin to either side of the button's central, painted area
MarginPane - Class in com.cafean.client.validation.util
A simple JTextPane extension used to draw a 1-pixel margin line on the right side of the viewer.
MarginPane(int) - Constructor for class com.cafean.client.validation.util.MarginPane
Creates a new margin pain with the given initial margin.
MARKER_FACE - Variable in class com.cafean.client.io.med.DrawnConnLine
No Documentation Available.
MARKER_GLUED - Variable in class com.cafean.client.io.med.DrawnConnLine
No Documentation Available.
MARKER_HEIGHT - Variable in class com.cafean.client.io.med.DrawnConnLine
No Documentation Available.
MARKER_TEXT - Variable in class com.cafean.client.io.med.DrawnConnLine
No Documentation Available.
MARKER_WIDTH - Variable in class com.cafean.client.io.med.DrawnConnLine
No Documentation Available.
MARKER_X - Variable in class com.cafean.client.io.med.DrawnConnLine
No Documentation Available.
MARKER_Y - Variable in class com.cafean.client.io.med.DrawnConnLine
No Documentation Available.
Maroon - com.cafean.document.notebook.plot.ExportColor
 
MaskDTD - Static variable in class com.cafean.utils.Panel3DStatic
 
matchesPluginId(String) - Method in class com.cafean.CodePlugins.MEPlugin
This flag identifies if the current plug-in matches the provided plug-in ID.
matchingContexts(PropertyContextType, PropertyContextType) - Static method in class com.cafean.client.validation.GenericTableContext
Compares two PropertyContextTypes by their bread-crumb names.
MATHCAD_HTML - Static variable in class com.cafean.document.notebook.AbstractNotebookExporter
 
MATHCAD_RTF - Static variable in class com.cafean.document.notebook.AbstractNotebookExporter
 
MathcadExport - Enum in com.cafean.client.values.util.mathcad
 
MatlabUtils - Class in com.cafean.utils
Utility routines for configuring MATLAB
MatlabUtils() - Constructor for class com.cafean.utils.MatlabUtils
 
MAX_COLUMNS - Static variable in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
MAX_IDLE_TICKS - Static variable in class com.cafean.CalcServer.JobQueue
the maximum number of TICK_LENGTH job queue ticks that a SnapRun may be idle before its data is unloaded.
MAX_PAGE_HEIGHT - Static variable in class com.cafean.client.analysis.ViewComponent
 
MAX_PAGE_WIDTH - Static variable in class com.cafean.client.analysis.ViewComponent
 
max_positions - Static variable in class com.cafean.client.ui.DrawnComponent
The number of different orientation enumerations.
MAX_STRING_LENGTH - Static variable in class com.apt.xdr.Xdr
the maximum allowed length of Strings read by Xdr.readString(java.io.RandomAccessFile)
MAXIMUM_TITLE_LENGTH - Static variable in class com.cafean.client.ui.ModelSelectionPopup
 
maximumLayoutSize(Container) - Method in class com.cafean.client.ui.swing.OverlapLayout
Returns the maximum dimensions needed to lay out the components contained in the specified target container.
maximumTime - Variable in class com.cafean.CalcServer.command.IncrementTimeslice
No Documentation Available.
maximumTime - Variable in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
No Documentation Available.
MaxScheduledJobsDialog - Class in com.cafean.JobStatus.ui.stream
A simple dialog used to set the maximum scheduled jobs limit on a stream via a tracking server.
MaxScheduledJobsDialog(Dialog, StreamContext, JobStreamRec, int) - Constructor for class com.cafean.JobStatus.ui.stream.MaxScheduledJobsDialog
Creates new form MaxScheduledJobsDialog
MaxScheduledJobsDialog(Frame, StreamContext, JobStreamRec, int) - Constructor for class com.cafean.JobStatus.ui.stream.MaxScheduledJobsDialog
Creates new form MaxScheduledJobsDialog
MButton - Class in com.cafean.client.ui.swing
A JButton extension intended for use as a scaled child
MButton() - Constructor for class com.cafean.client.ui.swing.MButton
Creates a button with no set text or icon.
MButton(String) - Constructor for class com.cafean.client.ui.swing.MButton
Creates a button with text.
MButton(String, Icon) - Constructor for class com.cafean.client.ui.swing.MButton
Creates a button with initial text and an icon.
MButton(Action) - Constructor for class com.cafean.client.ui.swing.MButton
Creates a button where properties are taken from the Action supplied.
MButton(Icon) - Constructor for class com.cafean.client.ui.swing.MButton
Creates a button with an icon.
MCheckBox - Class in com.cafean.client.ui.swing
A JCheckBox extension intended for use as a scaled child
MCheckBox() - Constructor for class com.cafean.client.ui.swing.MCheckBox
Creates an initially unselected check box button with no text, no icon.
MCheckBox(String) - Constructor for class com.cafean.client.ui.swing.MCheckBox
Creates an initially unselected check box with text.
MCheckBox(String, boolean) - Constructor for class com.cafean.client.ui.swing.MCheckBox
Creates a check box with text and specifies whether or not it is initially selected.
MCheckBox(String, Icon) - Constructor for class com.cafean.client.ui.swing.MCheckBox
Creates an initially unselected check box with the specified text and icon.
MCheckBox(String, Icon, boolean) - Constructor for class com.cafean.client.ui.swing.MCheckBox
Creates a check box with text and icon, and specifies whether or not it is initially selected.
MCheckBox(Action) - Constructor for class com.cafean.client.ui.swing.MCheckBox
Creates a check box where properties are taken from the Action supplied.
MCheckBox(Icon) - Constructor for class com.cafean.client.ui.swing.MCheckBox
Creates an initially unselected check box with an icon.
MCheckBox(Icon, boolean) - Constructor for class com.cafean.client.ui.swing.MCheckBox
Creates a check box with an icon and specifies whether or not it is initially selected.
MCIntegerTextField - Class in com.cafean.client.values.ui
A CRealTextField extension intended for use in an AbstractDisplayBean in a scaled BeanBox.
MCIntegerTextField() - Constructor for class com.cafean.client.values.ui.MCIntegerTextField
Creates a default textfield with a null string, 0 columns, and a null DecimalFormat.
MCIntegerTextField(int) - Constructor for class com.cafean.client.values.ui.MCIntegerTextField
 
MCIntegerTextField(String) - Constructor for class com.cafean.client.values.ui.MCIntegerTextField
 
MCIntegerTextField(String, int) - Constructor for class com.cafean.client.values.ui.MCIntegerTextField
 
MCIntegerTextField(String, int, boolean) - Constructor for class com.cafean.client.values.ui.MCIntegerTextField
 
MComboBoxUI(JComboBox) - Constructor for class com.cafean.client.values.drawn.DrawnSharedString.MComboBoxUI
 
MCRealTextField - Class in com.cafean.client.values.ui
A CRealTextField extension intended for use in an AbstractDisplayBean in a scaled BeanBox.
MCRealTextField() - Constructor for class com.cafean.client.values.ui.MCRealTextField
Creates a default textfield with a null string, 0 columns, and a null DecimalFormat.
MCRealTextField(int, DecimalFormat) - Constructor for class com.cafean.client.values.ui.MCRealTextField
Creates a textfield with an inital null String as text, and the specified number of columns and format.
MCRealTextField(String) - Constructor for class com.cafean.client.values.ui.MCRealTextField
Creates a textfield with the specified text, 0 columns and a null DecimalFormat
MCRealTextField(String, int) - Constructor for class com.cafean.client.values.ui.MCRealTextField
Creates a textfield with the specified text, the specified number of columns, and a null DecimalFormat
MCRealTextField(String, int, DecimalFormat) - Constructor for class com.cafean.client.values.ui.MCRealTextField
 
MCRealTextField(String, int, DecimalFormat, boolean) - Constructor for class com.cafean.client.values.ui.MCRealTextField
This constructor allows for the MouseListener that opens the right click menu for the text field to be disabled.
MdBoolArray - Class in com.apt.xdr
This class provides a wrapper for multi-dimensional integer arrays.
MdBoolArray(int[]) - Constructor for class com.apt.xdr.MdBoolArray
Construct an instance from an array of dimensions.
MdBoolArray(int[], boolean) - Constructor for class com.apt.xdr.MdBoolArray
Construct an instance from an array of dimensions.
MdBoolArray(int[], boolean[]) - Constructor for class com.apt.xdr.MdBoolArray
Construct an instance from an array of dimensions and a 1D array of values.
MdBoolArray(DataInputStream) - Constructor for class com.apt.xdr.MdBoolArray
Construct an instance from a compressed data stream.
MdBoolArray(RandomAccessFile) - Constructor for class com.apt.xdr.MdBoolArray
Construct an instance from an entry stored in an XDR file.
MdBoolArrayBeanInfo - Class in com.apt.xdr
This class provides BeanInfo for the MdBoolArray class.
MdBoolArrayBeanInfo() - Constructor for class com.apt.xdr.MdBoolArrayBeanInfo
 
MdDblArray - Class in com.apt.xdr
This class provides a wrapper for multi-dimensional double arrays.
MdDblArray(int[]) - Constructor for class com.apt.xdr.MdDblArray
Construct an instance from an array of dimensions.
MdDblArray(int[], double) - Constructor for class com.apt.xdr.MdDblArray
Construct an instance from an array of dimensions.
MdDblArray(int[], double[]) - Constructor for class com.apt.xdr.MdDblArray
Construct an instance from an array of dimensions and a 1D array of values.
MdDblArray(DataInputStream) - Constructor for class com.apt.xdr.MdDblArray
Construct an instance from a compressed data stream.
MdDblArray(RandomAccessFile) - Constructor for class com.apt.xdr.MdDblArray
Construct an instance from an entry stored in an XDR file.
MdDblArrayBeanInfo - Class in com.apt.xdr
This class provides BeanInfo for the MdDblArray class.
MdDblArrayBeanInfo() - Constructor for class com.apt.xdr.MdDblArrayBeanInfo
 
MdFltArray - Class in com.apt.xdr
This class provides a wrapper for multi-dimensional float arrays.
MdFltArray(int[]) - Constructor for class com.apt.xdr.MdFltArray
Construct an instance from an array of dimensions.
MdFltArray(int[], float) - Constructor for class com.apt.xdr.MdFltArray
Construct an instance from an array of dimensions.
MdFltArray(int[], float[]) - Constructor for class com.apt.xdr.MdFltArray
Construct an instance from an array of dimensions and a 1D array of values.
MdFltArray(DataInputStream) - Constructor for class com.apt.xdr.MdFltArray
Construct an instance from a compressed data stream.
MdFltArray(RandomAccessFile) - Constructor for class com.apt.xdr.MdFltArray
Construct an instance from an entry stored in an XDR file.
MdFltArrayBeanInfo - Class in com.apt.xdr
This class provides BeanInfo for the MdFltArray class.
MdFltArrayBeanInfo() - Constructor for class com.apt.xdr.MdFltArrayBeanInfo
 
MdIntArray - Class in com.apt.xdr
This class provides a wrapper for multi-dimensional integer arrays.
MdIntArray(int[]) - Constructor for class com.apt.xdr.MdIntArray
Construct an instance from an array of dimensions.
MdIntArray(int[], int) - Constructor for class com.apt.xdr.MdIntArray
Construct an instance from an array of dimensions.
MdIntArray(int[], int[]) - Constructor for class com.apt.xdr.MdIntArray
Construct an instance from an array of dimensions and a 1D array of values.
MdIntArray(DataInputStream) - Constructor for class com.apt.xdr.MdIntArray
Construct an instance from a compressed data stream.
MdIntArray(RandomAccessFile) - Constructor for class com.apt.xdr.MdIntArray
Construct an instance from an entry stored in an XDR file.
MdIntArrayBeanInfo - Class in com.apt.xdr
This class provides BeanInfo for the MdIntArray class.
MdIntArrayBeanInfo() - Constructor for class com.apt.xdr.MdIntArrayBeanInfo
 
MEBatch - Class in <Unnamed>
Launcher class for the ModelEditor running in batch mode.
MEBatch() - Constructor for class MEBatch
 
MEBatchPy4JInterface - Class in com.cafean.client.utils.pybatch
The Java object used as an interface for Python code working with the Model Editor as a background process.
MEBatchPy4JInterface(MEPyBatchHandler) - Constructor for class com.cafean.client.utils.pybatch.MEBatchPy4JInterface
Creates a new interface
MECodePlugin - Class in com.cafean.CodePlugins
This is used to implement a new analysis code in the model editor.
MECodePlugin(String) - Constructor for class com.cafean.CodePlugins.MECodePlugin
Creates a new MECodePlugin with the given name.
MED_file - Class in com.cafean.client.io.med
This class provides IO access to MED platform independant binary files.
MED_file() - Constructor for class com.cafean.client.io.med.MED_file
Constructor.
MEDAbortException - Exception in com.cafean.client.io
An exception indicating that the current MED load process should be aborted.
MEDAbortException(boolean, String) - Constructor for exception com.cafean.client.io.MEDAbortException
Constructs an instance of MEDAbortException with the specified detail message.
MEDAbortException(boolean, String, Throwable) - Constructor for exception com.cafean.client.io.MEDAbortException
Constructs an instance of MEDAbortException with the specified detail message.
MediaFileSelectionDialog - Class in com.cafean.utils.ReferenceDocs
This dialog allows the user to assign a file to a reference document type.
MediaFileSelectionDialog(JDialog, String[], String[], String[]) - Constructor for class com.cafean.utils.ReferenceDocs.MediaFileSelectionDialog
Builds a new MediaFileSelectoinDialog with a JDialog as the parent.
MediaFileSelectionDialog(JFrame, String[], String[], String[]) - Constructor for class com.cafean.utils.ReferenceDocs.MediaFileSelectionDialog
Builds a new MediaFileSelectoinDialog with a JFrame as the parent.
MEDReader - Class in com.cafean.client.io
This file contains the necessary operations for reading in ModelEditor PibBlocks.
MEDReader() - Constructor for class com.cafean.client.io.MEDReader
 
MEDUtil - Class in com.cafean.client.io
A utility class designed to load and store Model Editor Document (MED) files.
MEDUtil(AbstractModel, PibFile) - Constructor for class com.cafean.client.io.MEDUtil
Creates a new MED Utility for reading or writing to the given PibFile.
MedVersionInfoRec - Class in com.cafean.client.io.med
This class provides IO access to MedVersionInfoRec data bocks.
MedVersionInfoRec() - Constructor for class com.cafean.client.io.med.MedVersionInfoRec
Construct an empty instance.
MedVersionInfoRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.MedVersionInfoRec
Construct an instance from a PIB file entry.
MEFeaturePlugin - Class in com.cafean.CodePlugins
This is used to implement a new feature plugin for the model editor.
MEFeaturePlugin(String) - Constructor for class com.cafean.CodePlugins.MEFeaturePlugin
Creates a new instance of MEFeaturePlugin
Megenta - com.cafean.document.notebook.plot.ExportColor
 
MEKiosk - Class in <Unnamed>
Launcher Class for ModelEditor.
MEKiosk() - Constructor for class MEKiosk
 
menuCanceled(MenuEvent) - Method in class com.cafean.client.ui.DrawnView
This implements the functionality of the MenuListener interface.
menuDeselected(MenuEvent) - Method in class com.cafean.client.ui.DrawnView
This implements the functionality of the MenuListener interface.
menuSelected(MenuEvent) - Method in class com.cafean.client.ui.DrawnView
This implements the functionality of the MenuListener interface.
MEPlugin - Class in com.cafean.CodePlugins
The base class for a Model Editor plugin.
MEPlugin(String) - Constructor for class com.cafean.CodePlugins.MEPlugin
Creates a new MEPlugin with the given name.
MEPluginData - Class in com.cafean.CodePlugins
The MEPluginData is used to hold all the data necessary to determine when and how the plugin should be read in.
MEPluginData() - Constructor for class com.cafean.CodePlugins.MEPluginData
Creates a new instance of MEPluginData
MEPluginLoader - Class in com.cafean.client.ui
A delegate used to load plugins and plugin datas into the given vectors
MEPluginLoader(Vector, Vector) - Constructor for class com.cafean.client.ui.MEPluginLoader
Creates a new instance of MEPluginLoader to load plugins and plugin datas into the given Vectors.
MEPyBatchHandler - Class in com.cafean.client.utils.pybatch
A utility that encapsulates Model Editor access from Python via Py4J.
MEPyBatchHandler() - Constructor for class com.cafean.client.utils.pybatch.MEPyBatchHandler
 
message - Variable in class com.cafean.jobstream.tracker.CallbackRec
The notification message.
message(String, Object...) - Method in class com.cafean.jobstream.common.util.download.DownloadProgress
Displays the given formatted message.
Message - Class in com.cafean.client.ui.message
This class represents a single item that has been added to the MessageWindow.
Message(String) - Constructor for class com.cafean.client.ui.message.Message
Creates a new message of severity InfoMsg with the given text.
Message(String, int) - Constructor for class com.cafean.client.ui.message.Message
Creates a simple message
Message(String, int, Object) - Constructor for class com.cafean.client.ui.message.Message
Creates a new message for the given element with the specified severity.
Message(String, int, Object[]) - Constructor for class com.cafean.client.ui.message.Message
Creates a new message for the given elements with the specified severity.
Message(String, int, Object, AutoCorrection) - Constructor for class com.cafean.client.ui.message.Message
Creates a new message for the given element with the specified severity.
Message(String, String, String, int, AbstractModel, Object[]) - Constructor for class com.cafean.client.ui.message.Message
A full constructor for a message that contains all of the properties that can be used to define a Message.
Message(String, String, String, int, AbstractModel, Object[], AutoCorrection) - Constructor for class com.cafean.client.ui.message.Message
A full constructor for a message that contains all of the properties that can be used to define a Message.
MessageDisplayDialog - Class in com.cafean.client.integrator.ui
 
MessageDisplayDialog(Dialog, List<Message>) - Constructor for class com.cafean.client.integrator.ui.MessageDisplayDialog
Creates new form MessagesDialog
MessageDisplayDialog(Frame, List<Message>) - Constructor for class com.cafean.client.integrator.ui.MessageDisplayDialog
Creates new form MessagesDialog
MessageDisplayPanel - Class in com.cafean.client.ui.report
A report-viewer based message window intended to replace the graphical portion of MessageWindow.
MessageDisplayPanel() - Constructor for class com.cafean.client.ui.report.MessageDisplayPanel
Creates new form MessageDisplayPanel
MessageGroup - Class in com.cafean.client.ui.message
This class contains a group of messages grouped together with a single context.
MessageGroup(String, Message[]) - Constructor for class com.cafean.client.ui.message.MessageGroup
Creates a new instance of MessageGroup
MessageGroupPanel - Class in com.cafean.client.ui.message
 
MessageGroupPanel(String, Message[]) - Constructor for class com.cafean.client.ui.message.MessageGroupPanel
Creates new form MessageGroupPanel
MessagePanel - Class in com.cafean.client.ui.message
This panel displays a single message inside the ModelReportDialog.
MessagePanel(MessageGroupPanel, Message, String) - Constructor for class com.cafean.client.ui.message.MessagePanel
Creates new form MessagePanel
messageReceived(CallbackRec) - Method in interface com.cafean.JobStatus.StreamCallbackListener
 
messageRecieved(PibBlock) - Method in class com.cafean.rpc.CallbackListener
Notifies this listener that the given message was recieved by the requester.
messages - Variable in class com.cafean.CalcServer.command.GetMessagesRequest
No Documentation Available.
messageSelected(MessageSelectionEvent) - Method in class com.cafean.client.ui.message.BeanMessageListener
This selects the JComponent inside the view when all of the messages specified in the event have a JComponent as the first element, and a ViewComponent as the second element.
messageSelected(MessageSelectionEvent) - Method in class com.cafean.client.ui.message.ComponentMessageListener
 
messageSelected(MessageSelectionEvent) - Method in interface com.cafean.client.ui.message.MessageSelectionListener
This method is called on each MessageSelectionListener when a message is selected from the MessageWindow.
MessageSelectionEvent - Class in com.cafean.client.ui.message
This is an event that is fired whenever the MessageWindow is selected.
MessageSelectionEvent(Message[]) - Constructor for class com.cafean.client.ui.message.MessageSelectionEvent
Creates a new instance of MessageSelectionEvent
MessageSelectionListener - Interface in com.cafean.client.ui.message
This interface applies to objects that will be notified when a message has been selected inside a MessageWindow.
MessageTable - Class in com.cafean.client.ui.message
This is a JTable extension that displays Messages.
MessageTable() - Constructor for class com.cafean.client.ui.message.MessageTable
 
MessageTable.Scroller - Class in com.cafean.client.ui.message
A class that scrolls the table to the last row.
MessageWindow - Class in com.cafean.client.ui
A panel implementation of a centralized message window.
MessageWindow() - Constructor for class com.cafean.client.ui.MessageWindow
Creates new form MessageDialog.
minimizeView() - Method in class com.cafean.client.ui.BeanBox
Minimizes the current view to the minimum possible with the current components.
minimumLayoutSize(Container) - Method in class com.cafean.client.ui.swing.OverlapLayout
Returns the minimum dimensions needed to lay out the components contained in the specified target container.
minimumLayoutSize(Container) - Method in class com.cafean.utils.WrappingFlowLayout
 
minimumTime - Variable in class com.cafean.CalcServer.command.IncrementTimeslice
No Documentation Available.
minimumTime - Variable in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
No Documentation Available.
MiniNavigator - Class in com.cafean.client.ui.navigator
A specialized container for a PropertySetPanel used for editing single AbstractComponents via thier Properties menu item.
MiniNavigator(Dialog, boolean) - Constructor for class com.cafean.client.ui.navigator.MiniNavigator
Creates a new mini-navigator with a Dialog parent and the given modal state.
MiniNavigator(Frame, boolean) - Constructor for class com.cafean.client.ui.navigator.MiniNavigator
Creates a new mini-navigator with a Frame parent and the given modal state.
MiniNavigatorDialog - Interface in com.cafean.client.ui.navigator
This interface indicates that the implementing class is a non-modal dialog that contains a MiniNavigator.
MiniNavigatorRootNode - Class in com.cafean.client.ui.navigator
A NavigatorNode extension intended as the root of a MiniNavigatorTreeModel
MiniNavigatorRootNode(AbstractComponent) - Constructor for class com.cafean.client.ui.navigator.MiniNavigatorRootNode
Creates a new instance of ComponentNode
MiniNavigatorRootNode(AbstractModel, Category) - Constructor for class com.cafean.client.ui.navigator.MiniNavigatorRootNode
Creates a new instance of ComponentNode
MiniNavigatorSelectionModel - Class in com.cafean.client.ui.navigator
A custom selection model for a MiniNavigatorTree.
MiniNavigatorSelectionModel() - Constructor for class com.cafean.client.ui.navigator.MiniNavigatorSelectionModel
Creates a new instance of NavigatorSelectionModel
MiniNavigatorTree - Class in com.cafean.client.ui.navigator
A tree extension used to manage various tree and tooltip listeners for the MiniNavigator.
MiniNavigatorTree(MiniNavigatorTreeModel) - Constructor for class com.cafean.client.ui.navigator.MiniNavigatorTree
Creates a new instance of NavigatorTree
MiniNavigatorTreeModel - Class in com.cafean.client.ui.navigator
A custom tree model used to respond to treeExpanded and treeCollapsed events from the MiniNavigatorTree
MiniNavigatorTreeModel(MiniNavigatorRootNode) - Constructor for class com.cafean.client.ui.navigator.MiniNavigatorTreeModel
Creates a new instance of NavigatorTreeModel
minor - Variable in class com.cafean.rpc.command.VersionRequest
No Documentation Available.
MINUTES - com.cafean.client.anim.enums.TimeScale
 
MissingNIFValueException - Exception in com.cafean.client.values.nif
An exception extension for identifying NIF input which does not include all required values for the created numeric.
MissingNIFValueException(String) - Constructor for exception com.cafean.client.values.nif.MissingNIFValueException
 
MissingNIFValueException(String, Throwable) - Constructor for exception com.cafean.client.values.nif.MissingNIFValueException
 
mixprops(double[], boolean[]) - Method in class com.cafean.h2o.D2oSteamTables
 
mixprops(double[], boolean[]) - Method in class com.cafean.h2o.NewSteamTables
 
MLabel - Class in com.cafean.client.ui.swing
A JLabel extension intended for use as a scaled child
MLabel() - Constructor for class com.cafean.client.ui.swing.MLabel
Creates a MLabel instance with no image and with an empty string for the title.
MLabel(String) - Constructor for class com.cafean.client.ui.swing.MLabel
Creates a MLabel instance with the specified text.
MLabel(String, int) - Constructor for class com.cafean.client.ui.swing.MLabel
Creates a MLabel instance with the specified text and horizontal alignment.
MLabel(String, Icon, int) - Constructor for class com.cafean.client.ui.swing.MLabel
Creates a MLabel instance with the specified text, image, and horizontal alignment.
MLabel(Icon) - Constructor for class com.cafean.client.ui.swing.MLabel
Creates a MLabel instance with the specified image.
MLabel(Icon, int) - Constructor for class com.cafean.client.ui.swing.MLabel
Creates a MLabel instance with the specified image and horizontal alignment.
modAuthData(byte[]) - Static method in class com.cafean.CalcServer.LockHandler
Modifies the bytes in the given byte[] in a way that can be reversed by a subsequent call to this method.
MODE_CLEAR_CONSTANTS - Static variable in class com.cafean.client.ui.MainFrame
THis is clears constant references in clone
MODE_EXPORT_ASCII - Static variable in class com.cafean.client.ui.MainFrame
This is exporting an ASCII file mode
MODE_EXPORT_ASCII_EXPLICIT - Static variable in class com.cafean.client.ui.MainFrame
This is exporting an ASCII file mode that writes out all numerics as numbers
MODE_FULL - Static variable in class com.cafean.client.anim.RangeCreator
The mode flag value that indicates that all of the control systems should be available for selection.
MODE_IMPORT - Static variable in class com.cafean.client.ui.MainFrame
This clips all values less then -1e30 to -1e29
MODE_NORMAL - Static variable in class com.cafean.client.ui.MainFrame
This is normal operational mode
MODE_SAVE_MED - Static variable in class com.cafean.client.ui.MainFrame
This is saving a MED file mode
MODE_SIGNAL - Static variable in class com.cafean.client.anim.RangeCreator
The mode flag value that indicates that only the signal variables should be available for selection.
MODE_VIRTUAL - Static variable in class com.cafean.client.ui.MainFrame
 
MODEL_CHANGED_PROPERTY - Static variable in class com.cafean.client.ui.swing.accordion.NodeButton
Identifies a change in the button model.
ModelAccordionNode - Class in com.cafean.client.ui.navigator
An AccordionNode implementation used to represent AbstractModel instances in the Navigator Accordion.
ModelAccordionNode(AbstractModel) - Constructor for class com.cafean.client.ui.navigator.ModelAccordionNode
Creates a new ModelAccordionNode.
modelAdded(AbstractModel) - Method in class com.cafean.CodePlugins.MECodePlugin
This is called on all Feature plugins when a new model has been added to the model editor.
modelAdded(AbstractModel) - Method in class com.cafean.CodePlugins.MEFeaturePlugin
This is called on all Feature plugins when a new model has been added to the model editor.
modelCategoriesChanged() - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
modelCategoriesChanged() - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Updates the component after a cateogry list has changed.
modelCategoriesChanged(AbstractModel) - Static method in class com.cafean.client.ui.navigator.Navigator
UPdates the ModelNode for the given AbstractModel by rebuilding the children of the node and firing nodeStructureChanged.
modelChanged() - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
modelChanged() - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Updates the component after a significant model change.
modelChanged(AbstractModel) - Static method in class com.cafean.client.ui.navigator.Navigator
Updates the ModelNode for the given AbstractModel by calling nodeChanged on that node and repainting the Navigator.
modelClosed() - Method in class com.cafean.client.analysis.AbstractModel
This method is called just after to closing the model.
modelClosing() - Method in class com.cafean.client.analysis.AbstractModel
This method is called just prior to closing the model.
ModelDependent - Interface in com.cafean.client.analysis
An interface describing an object that is dependent on an AbstractModel either directly or by being a part of an object that is.
ModelDisplayResults - Class in com.cafean.client.validation.util
A container for the results generated by DisplayUpdate for use by ValidationDisplayPanel or AsciiViewer.
ModelDisplayResults(String, String, List<ExportContext>) - Constructor for class com.cafean.client.validation.util.ModelDisplayResults
Creates a new results object with the given model contents (ASCII) and validation contents.
ModelEditor - Class in <Unnamed>
Launcher Class for ModelEditor.
ModelEditor() - Constructor for class ModelEditor
 
ModelEditorCommand_file - Class in com.cafean.client.rpc.command
This class provides IO access to ModelEditorCommand platform independant binary files.
ModelEditorCommand_file() - Constructor for class com.cafean.client.rpc.command.ModelEditorCommand_file
Constructor.
ModelEditorLauncher - Class in com.cafean.client.rpc
 
ModelEditorLauncher() - Constructor for class com.cafean.client.rpc.ModelEditorLauncher
 
ModelEditorListener - Class in com.cafean.client.rpc
 
ModelEditorListener(int) - Constructor for class com.cafean.client.rpc.ModelEditorListener
Creates a new listener for the given port.
ModelEditorOriginator - Class in com.cafean.client.rpc
 
ModelEditorOriginator(int) - Constructor for class com.cafean.client.rpc.ModelEditorOriginator
 
ModelEditorRequester - Class in com.cafean.client.rpc
The base class for SNAP Server requester classes.
ModelEditorRequester(RPCManager, String, Socket) - Constructor for class com.cafean.client.rpc.ModelEditorRequester
 
ModelEditorResponder - Class in com.cafean.client.rpc
 
ModelEditorResponder(RPCManager, String, Socket) - Constructor for class com.cafean.client.rpc.ModelEditorResponder
Creates a new ModelEditor request responder
ModelElement - Interface in com.cafean.client.analysis
An interface describing an object that is contained by an AbstractModel either directly or by being a part of an object that is.
ModelEnumeration - Interface in com.cafean.client.analysis
An interface for enumerations which provide a list of values base on a given model's set properties (version, flavor, etc) and a label/display name for each of the enumerated values.
ModelEnumerationEditor - Class in com.cafean.client.ui.beans
This bean editor contains a JComboBox for selecting between enumeration values.
ModelEnumerationEditor() - Constructor for class com.cafean.client.ui.beans.ModelEnumerationEditor
Creates a new instance of EnumEditor for use in editing the given set of enumerations
ModelErrorReport - Class in com.cafean.client.ui.message
A container for the errors, warnings, messages, etc., that result from performing a check model or check stream.
ModelErrorReport(AbstractModel) - Constructor for class com.cafean.client.ui.message.ModelErrorReport
Creates a new instance of ModelErrorReport for the given model.
ModelExportDialog - Class in com.cafean.client.ui
A modal dialog used during model export which warns a user that the model they are exporting contains errors.
ModelHeaderRec - Class in com.cafean.client.io.med
This class provides IO access to ModelHeaderRec data bocks.
ModelHeaderRec() - Constructor for class com.cafean.client.io.med.ModelHeaderRec
Construct an empty instance.
ModelHeaderRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.ModelHeaderRec
Construct an instance from a PIB file entry.
ModelHeaderRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the ModelHeaderRec class.
ModelHeaderRecBeanInfo() - Constructor for class com.cafean.client.io.med.ModelHeaderRecBeanInfo
 
modelList - Variable in class com.cafean.client.rpc.command.ModelListResponse
No Documentation Available.
ModelListRequest - Class in com.cafean.client.rpc.command
This class provides IO access to ModelListRequest data bocks.
ModelListRequest() - Constructor for class com.cafean.client.rpc.command.ModelListRequest
Construct an empty instance.
ModelListRequest(PibFile, int[]) - Constructor for class com.cafean.client.rpc.command.ModelListRequest
Construct an instance from a PIB file entry.
ModelListResponse - Class in com.cafean.client.rpc.command
This class provides IO access to ModelListResponse data bocks.
ModelListResponse() - Constructor for class com.cafean.client.rpc.command.ModelListResponse
Construct an empty instance.
ModelListResponse(PibFile, int[]) - Constructor for class com.cafean.client.rpc.command.ModelListResponse
Construct an instance from a PIB file entry.
modelName - Variable in class com.cafean.snapdx.SNAPDXFileInfo
No Documentation Available.
ModelNode - Class in com.cafean.client.ui.navigator
A NavigatorNode representing an AbstractModel in the NavigatorTree.
ModelNode(AbstractModel) - Constructor for class com.cafean.client.ui.navigator.ModelNode
Creates a new instance of ModelNode
ModelNotesDialog - Class in com.cafean.client.mdocs
 
ModelNotesDialog(AbstractModel, AbstractComponent[]) - Constructor for class com.cafean.client.mdocs.ModelNotesDialog
Creates new form ModelNotesDialog
modelRemoved(AbstractModel) - Method in class com.cafean.CodePlugins.MECodePlugin
 
modelRemoved(AbstractModel) - Method in class com.cafean.CodePlugins.MEFeaturePlugin
 
ModelReportBuilder - Interface in com.cafean.client.ui.util
This interface allows AbstractModel extensions to build ModelErrorReports when validating the model.
ModelReportDialog - Class in com.cafean.client.ui.util
This dialog displays a full report containing all of the messages produced during model validation.
ModelReportDialog(ModelErrorReport) - Constructor for class com.cafean.client.ui.util.ModelReportDialog
Creates new form VolumePrintDialog
ModelReportDialog(ModelErrorReport, boolean) - Constructor for class com.cafean.client.ui.util.ModelReportDialog
Creates new form VolumePrintDialog
ModelReportViewer - Class in com.cafean.client.ui.report
This dialog displays a full report containing all of the messages produced during model validation.
ModelReportViewer(ModelErrorReport) - Constructor for class com.cafean.client.ui.report.ModelReportViewer
Creates new form ModelReportViewer
ModelReportViewer(ModelErrorReport, boolean) - Constructor for class com.cafean.client.ui.report.ModelReportViewer
Creates new form ModelReportViewer
modelSaved(AbstractModel) - Method in class com.cafean.CodePlugins.MEFeaturePlugin
This is called on all Feature plugins when a model has been saved in model editor.
modelSelected(ModelSelectionEvent) - Method in interface com.cafean.client.ui.navigator.ModelSelectionListener
 
ModelSelectionEvent - Class in com.cafean.client.ui.navigator
An event notifying ModelSelectionListeners of a change in the currently selected model.
ModelSelectionEvent(Object, AbstractModel) - Constructor for class com.cafean.client.ui.navigator.ModelSelectionEvent
Creates the event.
ModelSelectionListener - Interface in com.cafean.client.ui.navigator
 
ModelSelectionPopup - Class in com.cafean.client.ui
 
modified - Variable in class com.cafean.jobstream.tracker.JobStreamPropertyRec
a time stamp indicating when the property was last modified
MODULE - Static variable in class com.cafean.JobStatus.Main
 
MODULE_NAME - Static variable in class com.cafean.moviegen.PreviewFrame
The Configurator module name for this application
MountFolderRequest - Class in com.cafean.CalcServer.command
This class provides IO access to MountFolderRequest data bocks.
MountFolderRequest() - Constructor for class com.cafean.CalcServer.command.MountFolderRequest
Construct an empty instance.
MountFolderRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.MountFolderRequest
Construct an instance from a PIB file entry.
mountRootFolder(CalcServerNode, Window) - Method in class com.cafean.JobStatus.tree.ProjectTree
 
mountRootFolder(File, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the calculation server mount the given folder as a root folder with the given alias.
mountRootFolder(File, String, Window) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the calculation server mount the given folder as a root folder with the given alias.
mouseClicked(MouseEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.annotation.Annotation
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.annotation.PolygonBean
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.beans.BeanPropDescriptionPanel.LinkController
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.DrawnComponent
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.DrawnConnection
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.DrawnViewComponent
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.GlassPanel
Proxies the given MouseEvent to the current MouseHandler
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.pview.GroupPanel
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.tools.CaptureMouseHandler
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
When inactive, mouse events are forwarded as appropriate either to the UI to activate the frame or to the underlying child component.
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.AbstractInsertHandler
This handler ignores mouse clicked events
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.AbstractPathHandler
Handles mouse clicked events by adding points to the path (left button) or removing points from the path (right button).
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.RectangularInsertHandler
Completes the insertion by setting the location of the component to the clicked location and calling finishInsert.
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.tools.InsertMouseHandler
Handles mouse clicked events by inserting a new component.
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.tools.InteractiveMouseHandler
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.tools.MouseHandler
Forward the mouseClicked event to the underlying child container.
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.tools.PanMouseHandler
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.tools.SelectMouseHandler
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.ui.util.ModelReportDialog
 
mouseClicked(MouseEvent) - Method in class com.cafean.client.validation.util.ValidationMouseListener
 
mouseClicked(MouseEvent) - Method in class com.cafean.JobStatus.tree.ProjectTreePopupListener
 
mouseClicked(MouseEvent) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableMouseListener
 
mouseClicked(MouseEvent) - Method in class com.cafean.JobStatus.ui.stream.TaskTableMouseListener
 
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Handle mouseDragged events for segment and point manipulation
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.annotation.PolygonBean
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.DrawnComponent
 
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.DrawnConnection
Handle mouseDragged events for segment and point manipulation
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.GlassPanel
Proxies the given MouseEvent to the current MouseHandler
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.pview.GroupPanel
 
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.swing.MTextArea
Responds to mouse dragged events by repainting this text area
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.swing.MTextPane
Responds to mouse dragged events by repainting this text area
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.tools.CaptureMouseHandler
Handle mouseDragged events for move and resize operations.
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
 
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.AbstractPathHandler
Handles mouse moved events by repainting the current rubber bands.
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.RectangularInsertHandler
Continues the process of drawing the rubber band rectangle for bounds selection.
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.tools.InsertMouseHandler
Forwards mouseDragged events to the child AbstractInsertHandler, if one is currently in use.
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.tools.InteractiveMouseHandler
 
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.tools.PanMouseHandler
Handle mouseDragged events for move and resize operations.
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.tools.SelectMouseHandler
Handle mouseDragged events for move and resize operations.
mouseDragged(MouseEvent) - Method in class com.cafean.client.ui.tools.ZoomMouseHandler
Handle mouseDragged events for move and resize operations.
mouseDragged(MouseEvent) - Method in class com.cafean.client.validation.util.ValidationMouseListener
 
mouseEntered(MouseEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class com.cafean.client.ui.annotation.Annotation
 
mouseEntered(MouseEvent) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
mouseEntered(MouseEvent) - Method in class com.cafean.client.ui.annotation.PolygonBean
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class com.cafean.client.ui.DrawnComponent
 
mouseEntered(MouseEvent) - Method in class com.cafean.client.ui.DrawnConnection
 
mouseEntered(MouseEvent) - Method in class com.cafean.client.ui.GlassPanel
Proxies the given MouseEvent to the current MouseHandler
mouseEntered(MouseEvent) - Method in class com.cafean.client.ui.pview.GroupPanel
 
mouseEntered(MouseEvent) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
 
mouseEntered(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.AbstractInsertHandler
sets the zoomable panel's cursor to the handler's current cursor
mouseEntered(MouseEvent) - Method in class com.cafean.client.ui.tools.MouseHandler
Forward the mouseEntered event to the underlying child container.
mouseEntered(MouseEvent) - Method in class com.cafean.client.ui.util.ModelReportDialog
 
mouseEntered(MouseEvent) - Method in class com.cafean.client.validation.util.ValidationMouseListener
 
mouseExited(MouseEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.annotation.Annotation
 
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.annotation.PolygonBean
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.DrawnComponent
 
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.DrawnConnection
 
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.GlassPanel
Proxies the given MouseEvent to the current MouseHandler
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.pview.GroupPanel
 
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
 
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.AbstractInsertHandler
sets the zoomable panel's cursor to the handler's current cursor
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.tools.InsertMouseHandler
 
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.tools.MouseHandler
Forward the mouseExited event to the underlying child container.
mouseExited(MouseEvent) - Method in class com.cafean.client.ui.util.ModelReportDialog
 
mouseExited(MouseEvent) - Method in class com.cafean.client.validation.util.ValidationMouseListener
 
MouseHandler - Class in com.cafean.client.ui.tools
The base class for the MouseListeners/MouseMotionListeners in a DrawnView that correspond directly to the "Tool" buttons (select, pan, zoom, etc.)
MouseHandler(ZoomablePanel) - Constructor for class com.cafean.client.ui.tools.MouseHandler
Creates a new instance of MouseHandler
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.annotation.PolygonBean
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.beans.BeanPropDescriptionPanel.LinkController
 
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.DrawnComponent
 
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.DrawnConnection
 
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.DrawnViewComponent
 
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.GlassPanel
Proxies the given MouseEvent to the current MouseHandler
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.pview.GroupPanel
 
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.swing.MTextArea
 
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.swing.MTextPane
 
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
 
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.AbstractInsertHandler
sets the zoomable panel's cursor to the handler's current cursor
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.AbstractPathHandler
Handles mouse dragged events by repainting the current rubber bands.
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.tools.InsertMouseHandler
Forwards mouseMoved events to the child AbstractInsertHandler, if one is currently in use.
mouseMoved(MouseEvent) - Method in class com.cafean.client.ui.tools.MouseHandler
Forward the mouseMoved event to the underlying child container.
mouseMoved(MouseEvent) - Method in class com.cafean.client.validation.util.ValidationMouseListener
 
mousePressed(MouseEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.annotation.Annotation
 
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Handle mousePressed events to support segment and point manipulation
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.annotation.PolygonBean
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.annotation.TextAnnotation
Handle mousePressed events to support segment and point manipulation
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.DrawnComponent
 
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.DrawnConnection
Handle mousePressed events to support segment and point manipulation
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.GlassPanel
Proxies the given MouseEvent to the current MouseHandler
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.pview.GroupPanel
 
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.tools.CaptureMouseHandler
When inactive, mouse events are forwarded as appropriate either to the UI to activate the frame or to the underlying child component.
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
When inactive, mouse events are forwarded as appropriate either to the UI to activate the frame or to the underlying child component.
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.AbstractPathHandler
When inactive, mouse events are forwarded as appropriate either to the UI to activate the frame or to the underlying child component.
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.RectangularInsertHandler
Begins the process of drawing the rubber band rectangle for bounds selection.
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.tools.InsertMouseHandler
the mouse pressed event is not handled by this tool but is instead forwarded.
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.tools.InteractiveMouseHandler
 
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.tools.PanMouseHandler
When inactive, mouse events are forwarded as appropriate either to the UI to activate the frame or to the underlying child component.
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.tools.SelectMouseHandler
When inactive, mouse events are forwarded as appropriate either to the UI to activate the frame or to the underlying child component.
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.tools.ZoomMouseHandler
 
mousePressed(MouseEvent) - Method in class com.cafean.client.ui.util.ModelReportDialog
 
mousePressed(MouseEvent) - Method in class com.cafean.client.validation.util.ValidationMouseListener
 
mousePressed(MouseEvent) - Method in class com.cafean.JobStatus.tree.ProjectTreePopupListener
 
mousePressed(MouseEvent) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableMouseListener
 
mousePressed(MouseEvent) - Method in class com.cafean.JobStatus.ui.stream.TaskTableMouseListener
 
mouseReleased(MouseEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.annotation.Annotation
 
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Handle mouseReleased events to support segment and point manipulation
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.annotation.PolygonBean
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.DrawnComponent
 
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.DrawnConnection
Handle mouseReleased events to support segment and point manipulation
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.GlassPanel
Proxies the given MouseEvent to the current MouseHandler
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.pview.GroupPanel
 
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.tools.CaptureMouseHandler
Handle mouseReleased events to support move, resize, select operations.
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
 
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.AbstractPathHandler
This insert handler ignores mouseReleased eventss
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.tools.insert.RectangularInsertHandler
Completes the process of drawing the rubber band rectangle for bounds selection.
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.tools.InsertMouseHandler
Forwards mouseReleased events to the child AbstractInsertHandler, if one is currently in use, otherwise events are forwarded via MouseHandler.forwardMouseEvent(java.awt.event.MouseEvent).
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.tools.InteractiveMouseHandler
 
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.tools.PanMouseHandler
 
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.tools.SelectMouseHandler
Handle mouseReleased events to support move, resize, select operations.
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.tools.ZoomMouseHandler
Handle mouseReleased events to support move, resize, select operations.
mouseReleased(MouseEvent) - Method in class com.cafean.client.ui.util.ModelReportDialog
 
mouseReleased(MouseEvent) - Method in class com.cafean.client.validation.util.ValidationMouseListener
 
mouseReleased(MouseEvent) - Method in class com.cafean.JobStatus.tree.ProjectTreePopupListener
 
mouseReleased(MouseEvent) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableMouseListener
 
mouseReleased(MouseEvent) - Method in class com.cafean.JobStatus.ui.stream.TaskTableMouseListener
 
MOV - com.cafean.moviegen.util.VideoFormat
 
move(double, double) - Method in class com.cafean.client.ui.ConnectingPt
Moves a ConnectingPt by the distance in each dimension.
moveElements(boolean) - Method in class com.cafean.client.ui.util.TableRowMover
Moves each contiguous interval selection up or down.
movehileft(int[]) - Method in class com.cafean.h2o.NewSteamTables
 
movehiright(int[]) - Method in class com.cafean.h2o.NewSteamTables
 
moveloleft(int[]) - Method in class com.cafean.h2o.NewSteamTables
 
moveloright(int[]) - Method in class com.cafean.h2o.NewSteamTables
 
moveRel(double, double, boolean) - Method in class com.cafean.client.ui.DrawnComponent
Move the drawing relative to its previous position
moveTo(double, double, boolean) - Method in class com.cafean.client.ui.annotation.Annotation
Move the Annotation so the center is the specified position
moveTo(double, double, boolean) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Move the Annotation so the center is the specified position
moveTo(double, double, boolean) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
moveTo(double, double, boolean) - Method in class com.cafean.client.ui.DrawnComponent
Move the drawing so the center is the specified position
MovieGen - Class in <Unnamed>
Launcher Class for Movie Generator.
MovieGen() - Constructor for class MovieGen
 
MPanel - Class in com.cafean.client.ui.swing
A JPanel extension intended for use as a scaled child
MPanel() - Constructor for class com.cafean.client.ui.swing.MPanel
Creates a new MPanel with no double buffer and a flow layout.
MPanel(LayoutManager) - Constructor for class com.cafean.client.ui.swing.MPanel
Create a new unbuffered MPanel with the specified layout manager
MRadioButton - Class in com.cafean.client.ui.swing
A JRadioButton extension intended for use as a scaled child
MRadioButton() - Constructor for class com.cafean.client.ui.swing.MRadioButton
Creates an initially unselected radio button with no set text.
MRadioButton(String) - Constructor for class com.cafean.client.ui.swing.MRadioButton
Creates an unselected radio button with the specified text.
MRadioButton(String, boolean) - Constructor for class com.cafean.client.ui.swing.MRadioButton
Creates a radio button with the specified text and selection state.
MRadioButton(String, Icon) - Constructor for class com.cafean.client.ui.swing.MRadioButton
Creates a radio button that has the specified text and image, and that is initially unselected.
MRadioButton(String, Icon, boolean) - Constructor for class com.cafean.client.ui.swing.MRadioButton
Creates a radio button that has the specified text, image, and selection state.
MRadioButton(Action) - Constructor for class com.cafean.client.ui.swing.MRadioButton
Creates a radiobutton where properties are taken from the Action supplied.
MRadioButton(Icon) - Constructor for class com.cafean.client.ui.swing.MRadioButton
Creates an initially unselected radio button with the specified image but no text.
MRadioButton(Icon, boolean) - Constructor for class com.cafean.client.ui.swing.MRadioButton
Creates a radio button with the specified image and selection state, but no text.
MRealTextField - Class in com.cafean.client.ui.swing
A RealTextField extension intended for use in an AbstractDisplayBean in a scaled BeanBox.
MRealTextField() - Constructor for class com.cafean.client.ui.swing.MRealTextField
Creates a default textfield with a null string, 0 columns, and a null DecimalFormat.
MRealTextField(int, DecimalFormat) - Constructor for class com.cafean.client.ui.swing.MRealTextField
Creates a textfield with an inital null String as text, and the specified number of columns and format.
MRealTextField(String) - Constructor for class com.cafean.client.ui.swing.MRealTextField
Creates a textfield with the specified text, 0 columns and a null DecimalFormat
MRealTextField(String, int) - Constructor for class com.cafean.client.ui.swing.MRealTextField
Creates a textfield with the specified text, the specified number of columns, and a null DecimalFormat
MRealTextField(String, int, DecimalFormat) - Constructor for class com.cafean.client.ui.swing.MRealTextField
 
MRealTextField(String, int, DecimalFormat, boolean) - Constructor for class com.cafean.client.ui.swing.MRealTextField
This constructor allows for the MouseListener that opens the right click menu for the text field to be disabled.
MScrollBar - Class in com.cafean.client.ui.swing
A JScrollBar extension intended for use as a scaled child
MScrollBar() - Constructor for class com.cafean.client.ui.swing.MScrollBar
Creates a vertical scrollbar with the following initial values:
MScrollBar(int) - Constructor for class com.cafean.client.ui.swing.MScrollBar
Creates a scrollbar with the specified orientation and the following initial values:
MScrollBar(int, int, int, int, int) - Constructor for class com.cafean.client.ui.swing.MScrollBar
Creates a scrollbar with the specified orientation, value, extent, minimum, and maximum.
MScrollPane - Class in com.cafean.client.ui.swing
A JScrollPane extension intended for use as a scaled child
MScrollPane() - Constructor for class com.cafean.client.ui.swing.MScrollPane
Creates a new instance of ScrollPane
MScrollPane(Component) - Constructor for class com.cafean.client.ui.swing.MScrollPane
 
MSpinner - Class in com.cafean.client.ui.swing
This class extends JSpinner with a work-around that allows it to behave properly when used as a TableCellEditor.
MSpinner() - Constructor for class com.cafean.client.ui.swing.MSpinner
Constructs a spinner with an Integer SpinnerNumberModel with initial value 0 and no minimum or maximum limits.
MSpinner(SpinnerModel) - Constructor for class com.cafean.client.ui.swing.MSpinner
Constructs a complete spinner with pair of next/previous buttons and an editor for the SpinnerModel.
MTextArea - Class in com.cafean.client.ui.swing
A JTextArea extension intended for use as a scaled child
MTextArea() - Constructor for class com.cafean.client.ui.swing.MTextArea
Creates a new instance of MTextArea
MTextField - Class in com.cafean.client.ui.swing
A JTextField extension intended for use as a scaled child
MTextField() - Constructor for class com.cafean.client.ui.swing.MTextField
Constructs a new TextField.
MTextField(int) - Constructor for class com.cafean.client.ui.swing.MTextField
Constructs a new empty TextField with the specified number of columns.
MTextField(String) - Constructor for class com.cafean.client.ui.swing.MTextField
Constructs a new TextField initialized with the specified text.
MTextField(String, int) - Constructor for class com.cafean.client.ui.swing.MTextField
Constructs a new TextField initialized with the specified text and columns.
MTextField(Document, String, int) - Constructor for class com.cafean.client.ui.swing.MTextField
Constructs a new JTextField that uses the given text storage model and the given number of columns.
MTextPane - Class in com.cafean.client.ui.swing
A JTextArea extension intended for use as a scaled child
MTextPane() - Constructor for class com.cafean.client.ui.swing.MTextPane
Creates a new instance of MTextArea
MTextPane(StyledDocument) - Constructor for class com.cafean.client.ui.swing.MTextPane
Creates a new instance of MTextArea
MultiComponentDiffViewer - Class in com.cafean.client.ui.diff
Displays the list of components associated with two selected models generated by the plugin's extension of AbstractModel.getDiffComponents()), compares the common components, indicates the unique components, and populates a table containing the results of these comparisons.
MultiComponentDiffViewer(ArrayList<AbstractComponent>, ArrayList<AbstractComponent>, AbstractModel, AbstractModel) - Constructor for class com.cafean.client.ui.diff.MultiComponentDiffViewer
Creates new form MultiComponentDiffViewer
MultiComponentSelectionDialog - Class in com.cafean.client.ui
This dialog allows for the selection of a component that is stored by ident.
MultiComponentSelectionDialog(Dialog) - Constructor for class com.cafean.client.ui.MultiComponentSelectionDialog
Creates new form ComponentSelectionDialog.
MultiComponentSelectionDialog(Frame) - Constructor for class com.cafean.client.ui.MultiComponentSelectionDialog
Creates new form ComponentSelectionDialog.
MultiDimArray - Class in com.apt.xdr
This is an abstract class providing common functionality for for multi-dimensional array classes.
MultiDimArray() - Constructor for class com.apt.xdr.MultiDimArray
 
MultiDimArrayBeanInfo - Class in com.apt.xdr
 
MultiDimArrayBeanInfo() - Constructor for class com.apt.xdr.MultiDimArrayBeanInfo
 
MultiDimArrayDialog - Class in com.apt.xdr
 
MultiDimArrayDialog(Dialog, boolean) - Constructor for class com.apt.xdr.MultiDimArrayDialog
Creates new form MultiDimArrayDialog
MultiDimArrayDialog(Frame, boolean) - Constructor for class com.apt.xdr.MultiDimArrayDialog
Creates new form MultiDimArrayDialog
MultiDimArrayEditor - Class in com.apt.xdr
An PropertyEdtitor for selecting directories.
MultiDimArrayEditor() - Constructor for class com.apt.xdr.MultiDimArrayEditor
 
MultiLineHeaderRenderer - Class in com.cafean.client.ui
 
MultiLineHeaderRenderer(int, int) - Constructor for class com.cafean.client.ui.MultiLineHeaderRenderer
 
MultiObjectSelectionPanel<T> - Class in com.cafean.client.values.functions.ui
 
MultiObjectSelectionPanel(JDialog, List<T>) - Constructor for class com.cafean.client.values.functions.ui.MultiObjectSelectionPanel
Creates new form MultiObjectSelectionPanel
MultiObjectSelectionPanel.Listener<T> - Interface in com.cafean.client.values.functions.ui
 
MultiObjectSelectorDialog - Class in com.cafean.client.ui
This dialog allows the user to select between an array of objects.
MultiObjectSelectorDialog(Dialog, Object[]) - Constructor for class com.cafean.client.ui.MultiObjectSelectorDialog
Creates new form MultiObjectSelectorDialog
MultiObjectSelectorDialog(Frame, Object[]) - Constructor for class com.cafean.client.ui.MultiObjectSelectorDialog
Creates new form MultiObjectSelectorDialog
MultipleStringSetEditor - Class in com.cafean.client.ui.beans
Edits a String[] in the currently edited object called selected that has a String[] called choices that can be selected to be part of the array.
MultipleStringSetEditor() - Constructor for class com.cafean.client.ui.beans.MultipleStringSetEditor
Creates new form MultipleStringSetEditor
Multiplier - com.cafean.client.values.ApplyRule
the given variate is a factor applied to the nominal values
multiply(double) - Method in class com.cafean.Number.Real
 
multiply(Int) - Method in class com.cafean.Number.Int
 
multiply(Real) - Method in class com.cafean.Number.Real
 
mustBeMaster() - Method in class com.cafean.client.anim.DataSource
Determines whether this DataSource must be the master DataSource for a given run.
MuxDataRequest - Class in com.cafean.CalcServer.command
This class provides IO access to MuxDataRequest data bocks.
MuxDataRequest() - Constructor for class com.cafean.CalcServer.command.MuxDataRequest
Construct an empty instance.
MuxDataRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.MuxDataRequest
Construct an instance from a PIB file entry.
mxAddField(MXArray, String) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Add a field to a structure array.
MXArray - Class in com.cafean.client.values.util.matlab
 
MXArray() - Constructor for class com.cafean.client.values.util.matlab.MXArray
 
MXArray(Pointer) - Constructor for class com.cafean.client.values.util.matlab.MXArray
 
mxArrayToString(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a NULL terminated C string from an mxArray of type mxCHAR_CLASS Supports multibyte character sets.
mxCalcSingleSubscript(MXArray, NativeLong, NativeLong[]) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Return the offset (in number of elements) from the beginning of the array to a given subscript.
mxCalloc(NativeLong, NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Allocate cleared memory, notifying registered listener.
MXConstants - Interface in com.cafean.client.values.util.matlab
 
mxCreateCellArray(NativeLong, NativeLong[]) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create an N-Dimensional cell array, with each cell initialized to NULL.
mxCreateCellMatrix(NativeLong, NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a 2-Dimensional cell array, with each cell initialized to NULL.
mxCreateCharArray(NativeLong, NativeLong[]) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create an N-Dimensional array to hold string data; initialize all elements to 0.
mxCreateCharMatrixFromStrings(NativeLong, String[]) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a string array initialized to the strings in str.
mxCreateDoubleMatrix(NativeLong, NativeLong, int) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a two-dimensional array to hold double-precision floating-point data; initialize each data element to 0.
mxCreateDoubleScalar(double) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a double-precision scalar mxArray initialized to the value specified
mxCreateLogicalArray(NativeLong, NativeLong[]) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a logical array and initialize its data elements to false.
mxCreateLogicalMatrix(NativeLong, NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a two-dimensional array to hold logical data and initializes each data element to false.
mxCreateLogicalScalar(boolean) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a logical scalar mxArray having the specified value.
mxCreateNumericArray(NativeLong, NativeLong[], int, int) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a numeric array and initialize all its data elements to 0.
mxCreateNumericMatrix(NativeLong, NativeLong, int, int) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a numeric matrix and initialize all its data elements to 0.
mxCreateSparse(NativeLong, NativeLong, NativeLong, int) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a 2-Dimensional sparse array.
mxCreateSparseLogicalMatrix(NativeLong, NativeLong, NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a 2-D sparse logical array
mxCreateString(String) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a 1-by-n string array initialized to null terminated string where n is the length of the string.
mxCreateStringFromNChars(String, NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a 1-by-n string array initialized to str.
mxCreateStructArray(NativeLong, NativeLong[], int, String[]) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create an N-Dimensional structure array having the specified fields; initialize all values to NULL.
mxCreateStructMatrix(NativeLong, NativeLong, int, String[]) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Create a 2-Dimensional structure array having the specified fields; initialize all values to NULL.
mxDestroyArray(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
mxArray destructor.
mxDuplicateArray(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Make a deep copy of an array, return a pointer to the copy.
mxFree(Pointer) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Free memory, notifying registered listener.
mxGetCell(MXArray, NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get a pointer to the specified cell element.
mxGetChars(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get string array data.
mxGetClassID(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Return the class (catergory) of data that the array holds.
mxGetClassName(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Return the name of an array's class.
mxGetData(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get pointer to data.
mxGetDimensions(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get pointer to dimension array.
mxGetElementSize(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get array data element size.
mxGetEps() - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Function for obtaining MATLAB's concept of EPS
mxGetField(MXArray, NativeLong, String) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Return a pointer to the contents of the named field for the ith element (zero based).
mxGetFieldByNumber(MXArray, NativeLong, int) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Return a pointer to the contents of the named field for the ith element (zero based).
mxGetFieldNameByNumber(MXArray, int) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Return pointer to the nth field name.
mxGetFieldNumber(MXArray, String) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get the index to the named field.
mxGetImagData(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get imaginary data pointer for numeric array
mxGetInf() - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Function for obtaining MATLAB's concept of INF (Used in MEX-File callback).
mxGetIr(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get row data pointer for sparse numeric array
mxGetJc(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get column data pointer for sparse numeric array.
mxGetLogicals(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get a properly typed pointer to the elements of a logical array.
mxGetM(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get row dimension.
mxGetN(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get column dimension.
mxGetNaN() - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Function for obtaining MATLAB's concept of NaN (Used in MEX-File callback).
mxGetNChars(MXArray, byte[], NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Copies characters from a MATLAB array to a char array This function will attempt to perform null termination if it is possible.
mxGetNumberOfDimensions(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get number of dimensions in array.
mxGetNumberOfElements(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get number of elements in array.
mxGetNumberOfFields(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get number of structure fields in array.
mxGetNzmax(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get maximum nonzero elements for sparse numeric array.
mxGetPi(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get imaginary data pointer for numeric array
mxGetPr(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get real data pointer for numeric array
mxGetScalar(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get the real component of the specified array's first data element.
mxGetString(MXArray, byte[], NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Converts a string array to a C-style string.
mxGetUserBits(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Get 8 bits of user data stored in the mxArray header.
mxIsCell(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the given array is a cell array.
mxIsChar(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the given array contains character data.
mxIsClass(MXArray, String) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether an array is a member of the specified class.
mxIsComplex(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the given array contains complex data.
mxIsDouble(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the specified array represents its data as double-precision floating-point numbers.
mxIsEmpty(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Is array empty.
mxIsFinite(double) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
test for finiteness in a machine-independent manner
mxIsFromGlobalWS(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Is the isFromGlobalWorkspace bit set?
mxIsFunctionHandle(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Returns true if specified array is a function object.
mxIsInf(double) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
test for infinity in a machine-independent manner
mxIsInt16(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the specified array represents its data as signed 16-bit integers.
mxIsInt32(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the specified array represents its data as signed 32-bit integers.
mxIsInt64(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the specified array represents its data as signed 64-bit integers.
mxIsInt8(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the specified array represents its data as signed 8-bit integers.
mxIsLogical(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the given array's logical flag is on.
mxIsLogicalScalar(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Returns true if we have a valid logical scalar mxArray.
mxIsLogicalScalarTrue(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Returns true if the logical scalar value is true.
mxIsNaN(double) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
test for NaN in a machine-independent manner
mxIsNumeric(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the specified array contains numeric (as opposed to cell or struct) data.
mxIsObject(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Is array user defined object
mxIsOpaque(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the given array is an opaque array.
mxIsSingle(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the specified array represents its data as single-precision floating-point numbers.
mxIsSparse(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the given array is a sparse (as opposed to full).
mxIsStruct(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the given array is a structure array.
mxIsUint16(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the specified array represents its data as unsigned 16-bit integers.
mxIsUint32(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the specified array represents its data as unsigned 32-bit integers.
mxIsUint64(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the specified array represents its data as unsigned 64-bit integers.
mxIsUint8(MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Determine whether the specified array represents its data as unsigned 8-bit integers.
MXLibrary - Interface in com.cafean.client.values.util.matlab
 
MXLibrary.Loader - Class in com.cafean.client.values.util.matlab
 
MXLibrary.MXFunctionPtr - Interface in com.cafean.client.values.util.matlab
 
MXLibrary.NativeLongArray - Class in com.cafean.client.values.util.matlab
 
mxMalloc(NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Allocate memory, notifying registered listener.
mxRealloc(Pointer, NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Reallocate memory, notifying registered listener.
mxRemoveField(MXArray, int) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Remove a field from a structure array.
mxSetCell(MXArray, NativeLong, MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set an element in a cell array to the specified value.
mxSetClassName(MXArray, String) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set classname of an unvalidated object array.
mxSetData(MXArray, Pointer) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set pointer to data
mxSetDimensions(MXArray, NativeLong[], NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set dimension array and number of dimensions.
mxSetField(MXArray, NativeLong, String, MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set pa[i]->fieldname = value.
mxSetFieldByNumber(MXArray, NativeLong, int, MXArray) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set pa[i][fieldnum] = value
mxSetFromGlobalWS(MXArray, boolean) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set the isFromGlobalWorkspace bit.
mxSetImagData(MXArray, Pointer) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set imaginary data pointer for numeric array
mxSetIr(MXArray, NativeLong[]) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set row data pointer for numeric array.
mxSetJc(MXArray, NativeLong[]) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set column data pointer for numeric array.
mxSetM(MXArray, NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set row dimension.
mxSetN(MXArray, NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set column dimension
mxSetNzmax(MXArray, NativeLong) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set maximum nonzero elements for numeric array.
mxSetPi(MXArray, DoubleBuffer) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set imaginary data pointer for numeric array.
mxSetPr(MXArray, DoubleBuffer) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set real data pointer for numeric array.
mxSetUserBits(MXArray, int) - Method in interface com.cafean.client.values.util.matlab.MXLibrary
Set 8 bits of user data stored in the mxArray header.
MyComboUI() - Constructor for class com.cafean.client.ui.beans.SingleStringSetEditor.MyComboUI
 

N

n2sort() - Method in class com.cafean.utils.TableSorter
 
name - Variable in class com.cafean.CalcServer.CalcServerCorba.IvarStruct
 
name - Variable in class com.cafean.CalcServer.CalcServerCorba.VarStruct
 
name - Variable in class com.cafean.CalcServer.command.ConnectionInfo
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.CreateFolderRequest
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.DataChannel
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.FileEntry
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.FileRequest
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.Folder
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.FolderEntry
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.GetFileRequest
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.InteractiveVariable
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.JobFilesEntry
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.Keyword
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.RenameFolderRequest
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.SendFileRequest
No Documentation Available.
name - Variable in class com.cafean.CalcServer.command.ViewableFile
No Documentation Available.
name - Variable in class com.cafean.CalcServer.jobrpc.command.JDataChannel
No Documentation Available.
name - Variable in class com.cafean.CalcServer.jobrpc.command.JFileRequest
No Documentation Available.
name - Variable in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
No Documentation Available.
name - Variable in class com.cafean.client.io.med.DrawnAnnotationRec
The name of this Annotation.
name - Variable in class com.cafean.client.io.med.DrawnImageAnnotationRec
No Documentation Available.
name - Variable in class com.cafean.snapdx.SDXElement
No Documentation Available.
name - Variable in class com.cafean.snapdx.SDXIntegerArrayValue
No Documentation Available.
name - Variable in class com.cafean.snapdx.SDXIntegerValue
No Documentation Available.
name - Variable in class com.cafean.snapdx.SDXRealArrayValue
No Documentation Available.
name - Variable in class com.cafean.snapdx.SDXRealValue
No Documentation Available.
name - Variable in class com.cafean.snapdx.SDXStringArrayValue
No Documentation Available.
name - Variable in class com.cafean.snapdx.SDXStringValue
No Documentation Available.
name - Variable in class com.cafean.snapdx.SNAPDXRecord
No Documentation Available.
name - Variable in class com.cafean.utils.Configurator.Table
 
Name - com.cafean.client.ui.util.search.GSMatchType
 
Name - com.cafean.client.values.nif.NumericsPropertyType
 
NAME - Variable in class com.cafean.client.io.med.DrawnDisplayBeanRec
No Documentation Available.
NAME - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
NAME - Variable in class com.cafean.client.io.med.DrawnLayerRec
No Documentation Available.
NAME - Variable in class com.cafean.client.io.med.ModelHeaderRec
The Name of the model inside this file.
NAME - Variable in class com.cafean.client.io.med.UserConstantRec
The user defined name for this variable.
NAME - Variable in class com.cafean.client.io.med.UserFunctionRec
The user defined name for this variable.
NAME - Variable in class com.cafean.client.io.med.UserVariableRec
The user defined name for this variable.
NAME - Variable in class com.cafean.client.io.med.ViewCompRec
The name of this component.
NAME_MODULE - Static variable in class com.cafean.CalcServer.RootFolder
 
NAME_NUMBER - Static variable in class com.cafean.client.analysis.numerics.ParametricIteration
Indicates that the file name will include the iteration point for each constant used.
NAME_NUMBER - Static variable in class com.cafean.client.values.util.ParametricIteration
Indicates that the file name will include the iteration point for each constant used.
NAME_PAT_LEGACY - Static variable in class com.cafean.client.values.components.AbstractSharedValue
 
NAME_PAT_STANDARD - Static variable in class com.cafean.client.values.components.AbstractSharedValue
 
NAME_REGEX_LEGACY - Static variable in class com.cafean.client.values.components.AbstractSharedValue
 
NAME_REGEX_STANDARD - Static variable in class com.cafean.client.values.components.AbstractSharedValue
 
NAME_VALUE - Static variable in class com.cafean.client.analysis.numerics.ParametricIteration
Indicates that the file name will include the name and value for each constant used.
NAME_VALUE - Static variable in class com.cafean.client.values.util.ParametricIteration
Indicates that the file name will include the name and value for each constant used.
NAMEDDEST - Static variable in class com.cafean.utils.ReferenceDocs.CategoryMedia
 
NamedIntEditor - Class in com.cafean.client.ui.beans
This bean editor contains a JComboBox for selecting between named integers.
NamedIntEditor() - Constructor for class com.cafean.client.ui.beans.NamedIntEditor
Creates a new instance of NamedIntEditor
NamedIntEditor(String[], int[]) - Constructor for class com.cafean.client.ui.beans.NamedIntEditor
Creates a new instance of NamedIntEditor for use in editing the given set of enumerated integers and their associated string descriptions.
NamedValueSelector - Class in com.cafean.client.ui
The NamedValueSelector provides the user with list of values with a name associated with them.
NamedValueSelector(Frame, Object[], Object[]) - Constructor for class com.cafean.client.ui.NamedValueSelector
Creates a new NamedValueSelector that is modal over the given parent.
NamedValueSelector(Frame, Vector, Vector) - Constructor for class com.cafean.client.ui.NamedValueSelector
Creates a new NamedValueSelector that is modal over the given parent.
NamedValueSelector(JDialog, Object[], Object[]) - Constructor for class com.cafean.client.ui.NamedValueSelector
Creates a new NamedValueSelector that is modal over the given parent.
NamedValueSelector(JDialog, Vector, Vector) - Constructor for class com.cafean.client.ui.NamedValueSelector
Creates a new NamedValueSelector that is modal over the given parent.
NamelistBooleanEditor - Class in com.cafean.client.ui.beans
This class is a simple extension of OptionalBooleanEditor included to provide temporary backward compatibility with previous versions of the CAFEAN core.
NamelistBooleanEditor() - Constructor for class com.cafean.client.ui.beans.NamelistBooleanEditor
Creates a new instance of NamelistBooleanEditor
NamelistBooleanEditor(String, String) - Constructor for class com.cafean.client.ui.beans.NamelistBooleanEditor
Creates a new instance of NamelistBooleanEditor
NamelistDoubleEditor - Class in com.cafean.client.ui.beans
This class is a simple extension of OptionalDoubleEditor included to provide temporary backward compatibility with previous versions of the CAFEAN core.
NamelistDoubleEditor() - Constructor for class com.cafean.client.ui.beans.NamelistDoubleEditor
 
NamelistEditor - Interface in com.cafean.client.ui.beans
This class is a simple extension of OptionalPropertyEditor included to provide temporary backward compatibility with previous versions of the CAFEAN core.
NamelistFolderSelectionEditor - Class in com.cafean.client.ui.beans
This class is a simple extension of OptionalFolderSelectionEditor included to provide temporary backward compatibility with previous versions of the CAFEAN core.
NamelistFolderSelectionEditor() - Constructor for class com.cafean.client.ui.beans.NamelistFolderSelectionEditor
 
NamelistIntEditor - Class in com.cafean.client.ui.beans
This class is a simple extension of OptionalIntegerEditor included to provide temporary backward compatibility with previous versions of the CAFEAN core.
NamelistIntEditor() - Constructor for class com.cafean.client.ui.beans.NamelistIntEditor
 
NamelistIntSpinnerEditor - Class in com.cafean.client.ui.beans
This class is a simple extension of OptionalIntSpinnerEditor included to provide temporary backward compatibility with previous versions of the CAFEAN core.
NamelistIntSpinnerEditor() - Constructor for class com.cafean.client.ui.beans.NamelistIntSpinnerEditor
 
NamelistIntSpinnerEditor(int, int, int) - Constructor for class com.cafean.client.ui.beans.NamelistIntSpinnerEditor
 
NamelistIntSpinnerEditor(int, int, int, boolean) - Constructor for class com.cafean.client.ui.beans.NamelistIntSpinnerEditor
 
NamelistNamedIntEditor - Class in com.cafean.client.ui.beans
This class is a simple extension of OptionalNamedIntEditor included to provide temporary backward compatibility with previous versions of the CAFEAN core.
NamelistNamedIntEditor(String[], int[]) - Constructor for class com.cafean.client.ui.beans.NamelistNamedIntEditor
Creates a new instance of NamelistNamedIntEditor
NamelistRealEditor - Class in com.cafean.client.ui.beans
An editor for values of type Real that also include an Active state as described in OptionalPropertyEditor.
NamelistRealEditor() - Constructor for class com.cafean.client.ui.beans.NamelistRealEditor
Creates a new instance of DefaultableRealEditor
NamelistStringEditor - Class in com.cafean.client.ui.beans
This class is a simple extension of OptionalStringEditor included to provide temporary backward compatibility with previous versions of the CAFEAN core.
NamelistStringEditor() - Constructor for class com.cafean.client.ui.beans.NamelistStringEditor
 
NamingConventionBooleanEditor - Class in com.cafean.client.values.editors
 
NamingConventionBooleanEditor() - Constructor for class com.cafean.client.values.editors.NamingConventionBooleanEditor
Creates a new instance of NamingConventionBooleanEditor
NativeLongArray(NativeLong[]) - Constructor for class com.cafean.client.values.util.matlab.MXLibrary.NativeLongArray
 
Navigator - Class in com.cafean.client.ui.navigator
The main class of the ModelEditor's Component Navigator component.
Navigator(PropertySetPanel) - Constructor for class com.cafean.client.ui.navigator.Navigator
Creates a new instance of a Navigator component using the given main property view.
NavigatorAccordionModel - Class in com.cafean.client.ui.navigator
 
NavigatorAccordionModel() - Constructor for class com.cafean.client.ui.navigator.NavigatorAccordionModel
 
NavigatorComponent - Class in com.cafean.client.ui.navigator
Defines common functionality for model components displayed in the Navigator.
NavigatorComponent() - Constructor for class com.cafean.client.ui.navigator.NavigatorComponent
 
NavigatorModel - Interface in com.cafean.client.ui.navigator
An interface representing a NavigatorTreeModel or a MiniNavigatorTreeModel.
NavigatorModelRenderer - Class in com.cafean.client.ui.navigator
 
NavigatorModelRenderer() - Constructor for class com.cafean.client.ui.navigator.NavigatorModelRenderer
 
NavigatorNode - Class in com.cafean.client.ui.navigator
The NavigatorNode is a default TreeNode that is the basis for all nodes that will appear inside the navigator.
NavigatorNode() - Constructor for class com.cafean.client.ui.navigator.NavigatorNode
Creates a new Navigator Node
NavigatorNode(AbstractModel, Object) - Constructor for class com.cafean.client.ui.navigator.NavigatorNode
Creates a new NavigatorNode with a model and a user object
NavigatorRoot - Interface in com.cafean.client.ui.navigator
 
NavigatorRootNode - Class in com.cafean.client.ui.navigator
This node is the root of the navigator.
NavigatorRootNode() - Constructor for class com.cafean.client.ui.navigator.NavigatorRootNode
Creates a new instance of ModelNode
NavigatorSelectionModel - Class in com.cafean.client.ui.navigator
A custom selection model for a NavigatorTree.
NavigatorSelectionModel() - Constructor for class com.cafean.client.ui.navigator.NavigatorSelectionModel
Creates a new instance of NavigatorSelectionModel
NavigatorToolbar - Class in com.cafean.client.ui.navigator
A toolbar used to manage the Accordion and component selection history in the Navigator.
NavigatorToolbar(Accordion) - Constructor for class com.cafean.client.ui.navigator.NavigatorToolbar
Creates new form NavigatorToolbar
NavigatorTree - Class in com.cafean.client.ui.navigator
A tree extension used to manage various tree and tooltip listeners for the Navigator.
NavigatorTree(NavigatorTreeModel) - Constructor for class com.cafean.client.ui.navigator.NavigatorTree
Creates a new instance of NavigatorTree
NavigatorTreeCellRenderer - Class in com.cafean.client.ui.navigator
Class used to customize the appearance of the project folder tree cells.
NavigatorTreeCellRenderer(TreeCellRenderer) - Constructor for class com.cafean.client.ui.navigator.NavigatorTreeCellRenderer
 
NavigatorTreeModel - Class in com.cafean.client.ui.navigator
A custom tree model used to respond to treeExpanded and treeCollapsed events from the NavigatorTree
NavigatorTreeModel(NavigatorRoot) - Constructor for class com.cafean.client.ui.navigator.NavigatorTreeModel
Creates a new tree model with the given root node
ncMixture(double[], double[], String[]) - Method in class com.cafean.h2o.FluidState
 
NeedsXYToolTip - Interface in com.cafean.client.ui
This interface allows display beans an annotations to return a tooltip based on the X,Y coordinates of the mouse.
NestedFKCrossReference - Class in com.cafean.client.integrator.reference
field:subfield[index]:subsubfield(name):fk
New - Static variable in class com.cafean.utils.images.ImageMgr
 
NEWLINE - com.cafean.client.values.nif.NIFReplacementToken
 
newName - Variable in class com.cafean.CalcServer.command.RenameFolderRequest
No Documentation Available.
NewSteamTables - Class in com.cafean.h2o
This class contains the RELAP5 new steam stables.
NewStreadTest - Class in com.cafean.h2o.utils
Java version of the SNAP Database local save file access functions.
NewStreadTest() - Constructor for class com.cafean.h2o.utils.NewStreadTest
Constructor.
next() - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
Retrieves the next coalesced event from the queue, or null if the queue is empty.
next() - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Iterates through the Constants and gets the next file name.
next() - Method in class com.cafean.client.values.util.ParametricIteration
Iterates through the Constants and gets the next file name.
next() - Method in class com.cafean.JobStatus.jimport.JIFilesPanel
 
next() - Method in class com.cafean.JobStatus.jimport.JIGuessesPanel
 
next() - Method in class com.cafean.JobStatus.jimport.JIOptionsPanel
 
next() - Method in class com.cafean.JobStatus.jimport.JITypePanel
 
next() - Method in interface com.cafean.JobStatus.jimport.JobImportPanel
 
next(AbstractModel) - Method in class com.cafean.client.analysis.ComponentNumberGroup
Retrieves a unique and available CC number for this group in the given model.
next(AbstractModel, int) - Method in class com.cafean.client.analysis.ComponentNumberGroup
Retrieves a new and available CC number for this component group.
next(AbstractModel, AbstractComponent, int) - Method in class com.cafean.client.analysis.ComponentNumberGroup
Retrieves a new and available component number for this component group.
nextElement() - Method in class com.cafean.utils.VarArgs
gets the next element from the varargs list
nextToLastIteration() - Method in class com.cafean.jobstream.server.sequence.Sequence
 
NIFBlockingDialog - Class in com.cafean.client.values.nif
A NIF specific blocking dialog.
NIFBlockingDialog(Frame, boolean, Thread) - Constructor for class com.cafean.client.values.nif.NIFBlockingDialog
Creates new form ImportNumericsDialog
NIFReplacementToken - Enum in com.cafean.client.values.nif
Tokens to use as replacements when importing the numerics input file.
NIFReport - Class in com.cafean.client.values.nif
An abstract class for NIF I/O reports.
NIFReport(File) - Constructor for class com.cafean.client.values.nif.NIFReport
 
NIFReportDialog - Class in com.cafean.client.values.nif
A dialog that displays an NIFReport.
NIFReportDialog(Frame, boolean) - Constructor for class com.cafean.client.values.nif.NIFReportDialog
Creates new form NumericImportCompletedDialog
NIFReportDialog(Frame, boolean, File, NIFReport) - Constructor for class com.cafean.client.values.nif.NIFReportDialog
 
NIFUtils - Class in com.cafean.client.values.nif
A class with static utility methods for NIF Input/Output.
NO - com.cafean.client.ui.util.Orientation
 
NO_DIFFERENCES - Static variable in class com.cafean.client.ui.diff.CategoryGroup
 
NO_SELECTION - Static variable in class com.cafean.client.ui.beans.GenericPropSetArrayDialog
Constant representing a non selected value
noarg - Variable in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
No Documentation Available.
NODATA_COLOR - Static variable in class com.cafean.client.anim.AbstractDisplayBean
 
NODE_FLAVOR - Static variable in class com.cafean.client.ui.DrawnView
 
NodeButton - Class in com.cafean.client.ui.swing.accordion
The button used to render model nodes an Accordion component.
NodeButton(Object) - Constructor for class com.cafean.client.ui.swing.accordion.NodeButton
Instantiates a NodeButton for the given value.
NodeButtonModel - Class in com.cafean.client.ui.swing.accordion
The button model that controls the state of a NodeButton.
NodeButtonModel() - Constructor for class com.cafean.client.ui.swing.accordion.NodeButtonModel
Creates a new instance of NodeButtonModel.
nodeChanged(TreeNode) - Method in interface com.cafean.client.ui.navigator.NavigatorModel
From DefaultTreeModel:
nodesChanged(TreeNode, int[]) - Method in interface com.cafean.client.ui.navigator.NavigatorModel
From DefaultTreeModel:
NodeState - Enum in com.cafean.client.ui.swing.accordion
NodeState contains the colors used to paint NodeButtons given a given the button's state as contracted/expanded, highlighted, and pressed.
nodeStructureChanged(TreeNode) - Method in interface com.cafean.client.ui.navigator.NavigatorModel
From DefaultTreeModel:
nodesWereInserted(TreeNode, int[]) - Method in interface com.cafean.client.ui.navigator.NavigatorModel
From DefaultTreeModel:
nodesWereRemoved(TreeNode, int[], Object[]) - Method in interface com.cafean.client.ui.navigator.NavigatorModel
From DefaultTreeModel:
NOFORN - Static variable in class com.cafean.client.classify.Classification
no foreign
NofornCollapsed - com.cafean.client.ui.swing.accordion.NodeState
 
NofornCollapsedHighlighted - com.cafean.client.ui.swing.accordion.NodeState
 
NofornCollapsedPressed - com.cafean.client.ui.swing.accordion.NodeState
 
NofornExpanded - com.cafean.client.ui.swing.accordion.NodeState
 
NofornExpandedHighlighted - com.cafean.client.ui.swing.accordion.NodeState
 
NofornExpandedPressed - com.cafean.client.ui.swing.accordion.NodeState
 
NONCONDENSIBLE_QUALITY - Static variable in class com.cafean.h2o.ui.JSteamFrame
 
None - com.cafean.client.analysis.Connection.Direction
 
None - com.cafean.document.notebook.plot.ExportSymbol
 
None - com.cafean.jobstream.common.components.ApplicationSetup
The application will be executed directly.
NONE - Static variable in class com.cafean.client.anim.GeneralRange
 
NONE - Static variable in class com.cafean.client.classify.Classification
No classification required.
NONE - Static variable in interface com.cafean.client.ui.beans.PropertyController
the group containing no properties.
NONE - Static variable in class com.cafean.client.ui.diff.Difference
 
NONE - Static variable in class com.cafean.client.ui.DrawnComponent
No Pad type is needed for the ConnectingPt
NONE - Static variable in enum com.cafean.client.ui.util.Orientation
 
Normal - com.cafean.document.notebook.plot.ExportLabelPlacement
 
Normalizable - Interface in com.cafean.client.analysis
An interface describing a normalizable set of values.
normalize() - Method in interface com.cafean.client.analysis.Normalizable
normalizes this objects values.
normalize() - Method in class com.cafean.client.ui.RealTextField
Formats the String in the RealTextField to the specified DecimalFormat.
normalize() - Method in class com.cafean.client.values.ui.CRealTextField
Formats the String in the RealTextField to the specified DecimalFormat.
normalizeArray(Real[]) - Static method in class com.cafean.Number.Real
 
NOT_MODIFIABLE - Static variable in interface com.cafean.client.analysis.OwnedObject
The static String value used to indicate to editors and property views that an object does not have a last modified time.
NOT_OWNABLE - Static variable in interface com.cafean.client.analysis.OwnedObject
The static String value used to indicate to editors and property views that an object does not have an owner.
Note - com.cafean.client.ui.util.search.GSMatchType
 
NOTE_TYPES - Static variable in class com.cafean.client.mdocs.QuickNote
 
NotebookComponent - Interface in com.cafean.document.notebook
 
NotebookSectionMarker - Class in com.cafean.document.notebook.components
This is a marker for identifying sections in a model notebook where front matter can be added before or after.
NotebookSectionMarker(int, String) - Constructor for class com.cafean.document.notebook.components.NotebookSectionMarker
 
NotebookUtil - Class in com.cafean.document.notebook
 
NotificationsRequest - Class in com.cafean.CalcServer.command
This class provides IO access to NotificationsRequest data bocks.
NotificationsRequest() - Constructor for class com.cafean.CalcServer.command.NotificationsRequest
Construct an empty instance.
NotificationsRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.NotificationsRequest
Construct an instance from a PIB file entry.
notifyLastFrameDone() - Method in class com.cafean.moviegen.PreviewFrame
Notify that the last frame has been rendered.
NrcDBConv - Class in com.cafean.utils
Class to manage engineering unit codes for NRC Databank data channels.
NrcDBConv() - Constructor for class com.cafean.utils.NrcDBConv
Constructor.
nrcDBunits - Static variable in class com.cafean.utils.NrcDBConv
An array of structures to hold data for each channel type.
NrcDBUnits - Class in com.cafean.utils
A class to provide a data structure to hold labeling and units conversion for an NRC Databank data channel.
NrcDBUnits(int, int, String, String, String, double) - Constructor for class com.cafean.utils.NrcDBUnits
Engineering unit code constructor.
nrExt - Static variable in class com.cafean.utils.TempFlags
 
nth2x1(double[]) - Method in class com.cafean.h2o.NewSteamTables
 
nth2x2(double[]) - Method in class com.cafean.h2o.NewSteamTables
 
nth2x3(double[], int[]) - Method in class com.cafean.h2o.NewSteamTables
 
nth2x6f(double[], int[], String) - Method in class com.cafean.h2o.NewSteamTables
 
Num_Databases - Static variable in class com.cafean.client.ui.SnapPreferences
 
number - Variable in class com.cafean.CalcServer.command.InteractiveVariable
No Documentation Available.
number - Variable in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
No Documentation Available.
Number - com.cafean.client.ui.util.search.GSMatchType
 
NumberDocument - Class in javax.swing.beaninfo
A plain document extension that accepts only characters that appear to be portions of a number.
NumberDocument() - Constructor for class javax.swing.beaninfo.NumberDocument
 
Numeric - com.cafean.client.values.nif.NumericsPropertyType
 
NumericDataSourceDesc - Class in com.cafean.client.values.sources
Numeric data store descriptions are used to indicate the types of dynamically loaded data stores that are available.
NumericDataSourceDesc() - Constructor for class com.cafean.client.values.sources.NumericDataSourceDesc
 
NumericDataSourceLoader - Class in com.cafean.client.values.sources
This class loads the data source descriptions available in each JAR in the plug-ins folder and makes them available to the Model Editor.
NumericDataSourceLoader(ClassLoader, File) - Constructor for class com.cafean.client.values.sources.NumericDataSourceLoader
Creates a new numeric data source loader
NumericDataSourceNameEditor - Class in com.cafean.client.values.sources.ui
A text field editor for the name of a numeric data source.
NumericDataSourceNameEditor() - Constructor for class com.cafean.client.values.sources.ui.NumericDataSourceNameEditor
 
NumericDataSourceTypeEditor - Class in com.cafean.client.values.sources.editors
A bean property editor for the type property of a data source.
NumericDataSourceTypeEditor() - Constructor for class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
NumericFunctionConsole - Class in com.cafean.client.values.functions.ui
A console for displaying the output of external functions.
NumericFunctionConsole(Frame, AbstractModel) - Constructor for class com.cafean.client.values.functions.ui.NumericFunctionConsole
Creates new form EFConsole
NumericFunctionDesc - Class in com.cafean.client.values.functions
Numeric function descriptions are used to indicate the types of dynamically loaded function types that are available.
NumericFunctionDesc() - Constructor for class com.cafean.client.values.functions.NumericFunctionDesc
 
NumericFunctionLoader - Class in com.cafean.client.values.functions
This class loads the function descriptions available in each JAR in the plug-ins folder and makes them available to the ModelEditor.
NumericFunctionLoader(ClassLoader, File) - Constructor for class com.cafean.client.values.functions.NumericFunctionLoader
Creates a new numeric function loader
NumericFunctionTypeEditor - Class in com.cafean.client.values.functions.editors
A bean property editor for the function name property of a Mathcad function.
NumericFunctionTypeEditor() - Constructor for class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
NumericMEDUtil - Class in com.cafean.client.values.util
A utility class designed to load and store Model Editor Document (MED) files for models that contain user defined numerics.
NumericMEDUtil(AbstractModel, PibFile) - Constructor for class com.cafean.client.values.util.NumericMEDUtil
 
NumericPlainDocument - Class in com.cafean.client.ui
 
NumericPlainDocument() - Constructor for class com.cafean.client.ui.NumericPlainDocument
 
NumericPlainDocument(DecimalFormat) - Constructor for class com.cafean.client.ui.NumericPlainDocument
 
NumericPlainDocument(AbstractDocument.Content, DecimalFormat) - Constructor for class com.cafean.client.ui.NumericPlainDocument
 
NumericPlainDocument.InsertErrorListener - Interface in com.cafean.client.ui
 
NumericPlainDocumentBeanInfo - Class in com.cafean.client.ui
 
NumericPlainDocumentBeanInfo() - Constructor for class com.cafean.client.ui.NumericPlainDocumentBeanInfo
 
NumericsCatProps - Class in com.cafean.client.values.components
This class provides IO access to NumericsCatProps data bocks.
NumericsCatProps() - Constructor for class com.cafean.client.values.components.NumericsCatProps
Construct an empty instance.
NumericsCatProps(PibFile, int[]) - Constructor for class com.cafean.client.values.components.NumericsCatProps
Construct an instance from a PIB file entry.
NumericsCatPropsBeanInfo - Class in com.cafean.client.values.components
This class provides BeanInfo for the NumericsCatProps class.
NumericsCatPropsBeanInfo() - Constructor for class com.cafean.client.values.components.NumericsCatPropsBeanInfo
 
NumericsClipboardEnabledTable - Class in com.cafean.client.values.util
 
NumericsClipboardEnabledTable() - Constructor for class com.cafean.client.values.util.NumericsClipboardEnabledTable
This constructor should be used by components which do not desire to have undo events generated on paste or have rows created on paste.
NumericsClipboardEnabledTable(AbstractComponent) - Constructor for class com.cafean.client.values.util.NumericsClipboardEnabledTable
This constructor should be used by components which do not desire to have undo events generated on paste or have rows created on paste.
NumericsClipboardEnabledTable(TableModel, AbstractComponent) - Constructor for class com.cafean.client.values.util.NumericsClipboardEnabledTable
This constructor should be used by components which do desire to have undo events generated on paste.
NumericsExportConfirmDialog - Class in com.cafean.client.values.nif
A confirm dialog displayed before a NIF export action occurs.
NumericsExporter - Class in com.cafean.client.values.nif
An export utility designed to write user defined numerics to file.
NumericsExporter() - Constructor for class com.cafean.client.values.nif.NumericsExporter
 
NumericsExportReport - Class in com.cafean.client.values.nif
A NIFReport containing NIF export errors.
NumericsExportReport(File) - Constructor for class com.cafean.client.values.nif.NumericsExportReport
 
NumericsImporter - Class in com.cafean.client.values.nif
An import utility designed to write user defined numerics to file.
NumericsImportReport - Class in com.cafean.client.values.nif
A NIFReport containing NIF import errors.
NumericsImportReport(File) - Constructor for class com.cafean.client.values.nif.NumericsImportReport
 
NumericsModel - Interface in com.cafean.client.mdocs
 
NumericsPropertyType - Enum in com.cafean.client.values.nif
An entry type in the numerics inventory file.
NumericsTableColumn - Class in com.cafean.client.values.components
This class provides IO access to NumericsTableColumn data bocks.
NumericsTableColumn(PibFile) - Constructor for class com.cafean.client.values.components.NumericsTableColumn
Construct an instance from a PIB file entry.
NumericsTableColumn(String, String, ComponentElement, int) - Constructor for class com.cafean.client.values.components.NumericsTableColumn
Creates a new NumericsTableColumn with the given type.
NumericsTableColumn(String, String, ComponentElement, int, int) - Constructor for class com.cafean.client.values.components.NumericsTableColumn
Creates a new NumericsTableColumn with the given type.
NumericsTableColumn(String, String, ComponentElement, CBoolean[]) - Constructor for class com.cafean.client.values.components.NumericsTableColumn
Creates a new NumericsTableColumn instance with the given values.
NumericsTableColumn(String, String, ComponentElement, CInteger[]) - Constructor for class com.cafean.client.values.components.NumericsTableColumn
Creates a new NumericsTableColumn instance with the given values.
NumericsTableColumn(String, String, ComponentElement, CReal) - Constructor for class com.cafean.client.values.components.NumericsTableColumn
Creates a new, empty NumericsTableColumn instance with the given CReal type.
NumericsTableColumn(String, String, ComponentElement, CReal[], CReal) - Constructor for class com.cafean.client.values.components.NumericsTableColumn
Creates a new NumericsTableColumn instance with the given values.
NumericsTableColumn(String, String, ComponentElement, CReal, int) - Constructor for class com.cafean.client.values.components.NumericsTableColumn
Creates a new NumericsTableColumn instance of the given size with the given CReal type.
NumericsTableColumn(String, String, ComponentElement, CString[]) - Constructor for class com.cafean.client.values.components.NumericsTableColumn
Creates a new NumericsTableColumn instance with the given values.
NumericsUnitDescriptor - Class in com.cafean.client.values
An implementation of UnitDescriptor based on a combination of the simple class name of units returned by AbstractNumericsModel.getUnitsClasses(), the AbstractNumericsModel.findCRealClass(String) method, and pass-through implementations to the legacy CReal handling methods in AbstractNumericsModel.
NumericsUnitDescriptor(AbstractNumericsModel) - Constructor for class com.cafean.client.values.NumericsUnitDescriptor
Constructs a NumericsUnitDescriptor for the given model.
NumericTemplateEntry - Class in com.cafean.client.io
An IO holder class used to XML serlialize the mapping of old numerics with long names to new numerics which will fit into an ascii export and import properly.
NumericTemplateEntry() - Constructor for class com.cafean.client.io.NumericTemplateEntry
Creates a new instance of DocumentTemplateEntry
numSlices - Variable in class com.cafean.CalcServer.command.DemuxDataRequest
No Documentation Available.
nzmax - Variable in class com.cafean.CalcServer.CalcServerCorba.VarStruct
 
nzmax - Variable in class com.cafean.CalcServer.command.DataChannel
No Documentation Available.
nzmax - Variable in class com.cafean.CalcServer.jobrpc.command.JDataChannel
No Documentation Available.

O

OBJECT_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
objectAdded(GenericObject, boolean) - Method in class com.cafean.client.analysis.AbstractModel
Updates the model's top ident and the given object's ident and DB_ID upon addition to the model.
objectModified(OwnedObject, String) - Method in class com.cafean.client.analysis.OwnershipManager
Notifies the ownership manager that the given object was modified by the given user.
ObjectPropertyEditor - Class in com.cafean.client.ui.beans
An editor for Object.class that displays a NO EDITOR AVAILABLE message and prints a debug that says what class has no editor.
ObjectPropertyEditor() - Constructor for class com.cafean.client.ui.beans.ObjectPropertyEditor
Creates a new instance of ObjectPropertyEdito
ObjectSelectionDialog - Class in com.cafean.client.ui
This dialog allows for the selection of a component that is stored by ident.
ObjectSelectionDialog(Dialog) - Constructor for class com.cafean.client.ui.ObjectSelectionDialog
Creates new form ObjectSelectionDialog.
ObjectSelectionDialog(Frame) - Constructor for class com.cafean.client.ui.ObjectSelectionDialog
Creates new form ObjectSelectionDialog.
OdfCollapsableRowTable - Class in com.cafean.document.notebook.components
 
OdfCollapsableRowTable(ExportableTextDocument, AbstractNotebookExporter, String, String, int[]) - Constructor for class com.cafean.document.notebook.components.OdfCollapsableRowTable
 
OdfCollapsableRowTable(ExportableTextDocument, AbstractNotebookExporter, String, String, int, int[]) - Constructor for class com.cafean.document.notebook.components.OdfCollapsableRowTable
 
OdfExporterModule - Class in com.cafean.document.notebook
This exporter module provides some utility methods for creating ODF specific components such as collapsible tables, anchors, references, etc.
OdfExporterModule(File, AbstractNotebookExporter) - Constructor for class com.cafean.document.notebook.OdfExporterModule
 
of(String, Category...) - Static method in class com.cafean.client.analysis.SearchCategory
Creates a new category set with the given name and child categories.
of(String, String, Category...) - Static method in class com.cafean.client.analysis.SearchCategory
Creates a new category set with the given name and child categories.
of(String, String, Class, Category...) - Static method in class com.cafean.client.analysis.SearchCategory
Creates a new category set with the given name and child categories.
offer(PibBlock) - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
Offset - com.cafean.client.values.ApplyRule
the given variate is added to nominal values
offsetWindowLocation(Window) - Static method in class com.cafean.client.ui.ApplicationFrame
Offsets the given childWindow from other windows of the same type so that they do not overlap each other perfectly, hiding one another.
OGG - com.cafean.moviegen.util.VideoFormat
 
ONE_PHASE - Static variable in class com.cafean.client.ui.annotation.PolygonBean
Phase Constants
OneTo100Editor - Class in com.cafean.client.ui.annotation
A simple spinner editor for line thickness 1-100
OneTo100Editor() - Constructor for class com.cafean.client.ui.annotation.OneTo100Editor
Creates a new instance of LineThicknessEditor
OnOffEditor - Class in com.cafean.client.values.editors
A boolean editor with the choices "On" and "Off", which collapses into the characters 'Y' and 'N'.
OnOffEditor() - Constructor for class com.cafean.client.values.editors.OnOffEditor
 
OPAQUE_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
open(int) - Method in class com.cafean.client.validation.ExportContext
Specifies the start offset of this export context.
open(File) - Method in class com.cafean.CodePlugins.MECodePlugin
Loads a new AbstractModel from the given local File.
open(File, boolean) - Method in class com.cafean.CodePlugins.MECodePlugin
Loads a new AbstractModel from the given local File.
open(String) - Method in class com.cafean.client.utils.pybatch.MEBatchPy4JInterface
Opens the given MED file and returns the model
Open - Static variable in class com.cafean.utils.images.ImageMgr
 
OpenAction - Class in com.cafean.JobStatus.ui.util
 
OpenAction(String, File) - Constructor for class com.cafean.JobStatus.ui.util.OpenAction
 
openblock(String, int) - Method in interface com.apt.xdr.PibFile
Open a datablock, write the blockname and a placeholder for the block size.
openblock(String, int) - Method in class com.cafean.CalcServer.command.CommandFile_file
Open a datablock, write the blockname and a placeholder for the block size.
openblock(String, int) - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Open a datablock, write the blockname and a placeholder for the block size.
openblock(String, int) - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Open a datablock, write the blockname and a placeholder for the block size.
openblock(String, int) - Method in class com.cafean.client.io.med.MED_file
Open a datablock, write the blockname and a placeholder for the block size.
openblock(String, int) - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Open a datablock, write the blockname and a placeholder for the block size.
openblock(String, int) - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Open a datablock, write the blockname and a placeholder for the block size.
openblock(String, int) - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Open a datablock, write the blockname and a placeholder for the block size.
openblock(String, int) - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Open a datablock, write the blockname and a placeholder for the block size.
openblock(String, int) - Method in class com.cafean.rpc.command.RPC_file
Open a datablock, write the blockname and a placeholder for the block size.
openblock(String, int) - Method in class com.cafean.snapdx.SNAPDataExchange_file
Open a datablock, write the blockname and a placeholder for the block size.
openChannelDialog(File, FileType) - Method in class com.cafean.utils.AcGraceIntf
opens a channel dialog for the given file and type
openConfigTool(Window) - Static method in class com.cafean.config.ConfigToolLauncher
Opens Configuration Tool.
openConsole(String, boolean, JobHandleStatus...) - Method in class com.cafean.JobStatus.rpc.JobStatusRequester
requests that a console instance be opened for the given job
openConsole(String, boolean, JobHandleStatus...) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
Opens a console in this job status instance for the job at the given URL.
OpenConsoleRequest - Class in com.cafean.JobStatus.rpc.command
This class provides IO access to OpenConsoleRequest data bocks.
OpenConsoleRequest() - Constructor for class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Construct an empty instance.
OpenConsoleRequest(PibFile, int[]) - Constructor for class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Construct an instance from a PIB file entry.
openContext(ExportContext) - Method in class com.cafean.client.validation.AbstractContextWriter
 
openContext(ExportContext) - Method in interface com.cafean.client.validation.ContextWriter
Marks the beginning of the given context at the current writer cursor location and stores the context.
openDisplay(AbstractModel) - Static method in class com.cafean.client.validation.ValidationDisplayPanel
Opens a ValidationDisplayPanel instance for the given model
OpenDumpFile(String) - Method in interface com.apt.xdr.PibFile
Open an ascii dump file for writting.
OpenDumpFile(String) - Method in class com.cafean.CalcServer.command.CommandFile_file
Open an ascii dump file for writting.
OpenDumpFile(String) - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Open an ascii dump file for writting.
OpenDumpFile(String) - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Opens an ascii dump file for writing.
OpenDumpFile(String) - Method in class com.cafean.client.io.med.MED_file
Open an ascii dump file for writting.
OpenDumpFile(String) - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Open an ascii dump file for writting.
OpenDumpFile(String) - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Open an ascii dump file for writting.
OpenDumpFile(String) - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Open an ascii dump file for writting.
OpenDumpFile(String) - Method in class com.cafean.h2o.utils.NewStreadTest
Open an ascii dump file for writting.
OpenDumpFile(String) - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Open an ascii dump file for writting.
OpenDumpFile(String) - Method in class com.cafean.rpc.command.RPC_file
Open an ascii dump file for writting.
OpenDumpFile(String) - Method in class com.cafean.snapdx.SNAPDataExchange_file
Open an ascii dump file for writting.
openEditingDialog(PropertyDescriptor, Object, AbstractComponent, StyledDocument) - Static method in class com.cafean.client.ui.text.TextAreaNonModalDialog
This method will display a TextAreaNonModalDialog for the current property on the given target.
openEditor() - Method in class com.cafean.client.validation.util.AsciiCaretListener
Edits the currently selected export context.
openEditor(JComponent, PlatformDefinition, PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Opens a GUI editing dialog for use in editing the platform properties of an entire job stream appropriate for this PlatformModule.
openEditor(JComponent, PlatformDefinition, SubmissionProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Opens a GUI editing dialog for use in editing the submission properties of a particular job step appropriate for this PlatformModule.
OpenExportFile(String) - Method in interface com.apt.xdr.PibFile
Open a PIB file for writting.
OpenExportFile(String) - Method in class com.cafean.CalcServer.command.CommandFile_file
Open a PIB file for writting.
OpenExportFile(String) - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Open a PIB file for writting.
OpenExportFile(String) - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Open a PIB file for writing.
OpenExportFile(String) - Method in class com.cafean.client.io.med.MED_file
Open a PIB file for writting.
OpenExportFile(String) - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Open a PIB file for writting.
OpenExportFile(String) - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Open a PIB file for writting.
OpenExportFile(String) - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Open a PIB file for writting.
OpenExportFile(String) - Method in class com.cafean.h2o.utils.NewStreadTest
Open an xdr file for writting.
OpenExportFile(String) - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Open a PIB file for writting.
OpenExportFile(String) - Method in class com.cafean.rpc.command.RPC_file
Open a PIB file for writting.
OpenExportFile(String) - Method in class com.cafean.snapdx.SNAPDataExchange_file
Open a PIB file for writting.
openFile(JobHandle, AbstractFileHandle, int, String, int) - Method in class com.cafean.CalcServer.BlockFileAccessManager
Opens the output file and initializes the BFAM.
openFileSelector(Component, String, int) - Method in class com.cafean.client.ui.ApplicationFrame
Opens a JFileChooser of the appropriate type configured with the given title and an appropriate button name and returns either the selected file or null on failure.
openFileSelector(String, int) - Method in class com.cafean.client.ui.ApplicationFrame
Opens a JFileChooser of the appropriate type configured with the given title and an appropriate button name and returns either the selected file or null on failure.
openFindDialog(AbstractModel) - Static method in class com.cafean.client.ui.util.search.GlobalSearchDialog
 
OpenImportFile(String) - Method in interface com.apt.xdr.PibFile
Open a PIB file for reading.
OpenImportFile(String) - Method in class com.cafean.CalcServer.command.CommandFile_file
Open a PIB file for reading.
OpenImportFile(String) - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Open a PIB file for reading.
OpenImportFile(String) - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Open a PIB file for reading.
OpenImportFile(String) - Method in class com.cafean.client.io.med.MED_file
Open a PIB file for reading.
OpenImportFile(String) - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Open a PIB file for reading.
OpenImportFile(String) - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Open a PIB file for reading.
OpenImportFile(String) - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Open a PIB file for reading.
OpenImportFile(String) - Method in class com.cafean.h2o.utils.NewStreadTest
Open a local save file for reading.
OpenImportFile(String) - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Open a PIB file for reading.
OpenImportFile(String) - Method in class com.cafean.rpc.command.RPC_file
Open a PIB file for reading.
OpenImportFile(String) - Method in class com.cafean.snapdx.SNAPDataExchange_file
Open a PIB file for reading.
opening1 - Static variable in class com.cafean.utils.images.ImageMgr
Icon to use for inactive First navigation button.
opening2 - Static variable in class com.cafean.utils.images.ImageMgr
 
openJob() - Method in class com.cafean.client.anim.available.AvailableJobEntry
Requests that the model described by this entry be opened by the appropriate ModelEditor instance and connected to the job for animation.
openJobConsole(Window, PlatformDefinition, Job) - Static method in class com.cafean.JobStatus.Main
Opens a job console for the given job on the given server.
openJobConsole(Window, String) - Static method in class com.cafean.JobStatus.Main
Opens a job console for the given job on the given server.
openJobStatus(Window) - Static method in class com.cafean.JobStatus.JobStatus
 
openJobStatus(Window) - Static method in class com.cafean.JobStatus.Main
Opens job status.
openJobStatus(Window, String, String[], String[]) - Static method in class com.cafean.JobStatus.JobStatus
 
openJobStatus(Window, String, String[], String[]) - Static method in class com.cafean.JobStatus.Main
Opens job status.
openLink(String) - Method in class com.cafean.utils.ReferenceDocs.DocumentLinkClient
Opens the document link with the given name.
openMessageArea() - Static method in class com.cafean.client.ui.ApplicationFrame
Opens the MessageWindow, and updates the checkbox menu item for the MessageWindow to show that it is open.
openModelMED(File, boolean, String) - Static method in class com.cafean.client.ui.MainFrame
Opens the given MED file on the current thread.
openNew(JobStreamRec, PlatformDefinition, TrackerModule) - Static method in class com.cafean.JobStatus.ui.download.StreamDownloadPanel
Begins the process of selecting a target location and downloading the given stream.
openParentViews() - Method in class com.cafean.client.analysis.VirtualModelUtil
This method opens all of the original views that had open when the parent model was removed from the navigator.
openReferenceMED(File, boolean) - Method in class com.cafean.client.ui.MainFrame
Opens the given file as a reference model.
openReferenceMED(File, String, boolean) - Method in class com.cafean.client.ui.MainFrame
Opens the given file as a reference model.
openStreamConsole(String, boolean, JobHandleStatus...) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
Opens a console in this job status instance for the job at the given URL.
openTag(PrintWriter, String, int) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Opens a new XML tag with the given tag name at the given indent level.
openTag(PrintWriter, String, int, boolean) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Opens a new XML tag with the given tag name at the given indent level.
openView() - Method in class com.cafean.client.ui.util.search.GSViewElementLeaf
This method ensures that the DrawnView is visible, sets the selection to the drawn component, and scrolls to the correct location.
openViewableFile(int, String, int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the given file be opened and a server side manager created to allow access to the file via Output Viewer.
openVirtualModel(AbstractModel, RestartCase) - Method in class com.cafean.client.ui.MainFrame
 
openWithJedit(File) - Static method in class com.cafean.client.utils.JEditHandler
Attempts to open the given text file with jEdit.
openZoomOverlapPanel(Point) - Method in class com.cafean.client.ui.BeanBox
 
Opposite - com.cafean.document.notebook.plot.ExportLabelPlacement
 
OptGenericPropertySetEditor - Class in com.cafean.client.ui.beans
Class is an editor for subblocks, generically built it spawns a propertysetpanel to edit
OptGenericPropertySetEditor() - Constructor for class com.cafean.client.ui.beans.OptGenericPropertySetEditor
 
OpTimer - Class in com.cafean.utils
A simple operation timer used for debugging and optimization.
OpTimer(String) - Constructor for class com.cafean.utils.OpTimer
Creates a new operation timer with the given description.
OPTIONAL - Static variable in interface com.cafean.client.ui.beans.PropertyController
the group containing only optional properties.
OptionalBooleanEditor - Class in com.cafean.client.ui.beans
An editor for an optional boolean value that can be activated and deactivated.
OptionalBooleanEditor() - Constructor for class com.cafean.client.ui.beans.OptionalBooleanEditor
Creates a new instance of OptionalBooleanEditor
OptionalBooleanEditor(String, String) - Constructor for class com.cafean.client.ui.beans.OptionalBooleanEditor
Creates a new instance of OptionalBooleanEditor
OptionalCBooleanEditor - Class in com.cafean.client.values.editors
 
OptionalCBooleanEditor() - Constructor for class com.cafean.client.values.editors.OptionalCBooleanEditor
Creates new form LocalBooleanEditor with the default text of "True" and "False".
OptionalCBooleanEditor(String, String) - Constructor for class com.cafean.client.values.editors.OptionalCBooleanEditor
Creates new form LocalBooleanEditor with the provided true and false strings.
OptionalCBooleanEditor(String, String, char, char) - Constructor for class com.cafean.client.values.editors.OptionalCBooleanEditor
Creates new form LocalBooleanEditor with the provided true and false strings.
OptionalCDoubleEditor - Class in com.cafean.client.values.editors
An editor a double that appears to the user to be a dimensionless CReal and also includes an Active state as described by OptionalPropertyEditor.
OptionalCDoubleEditor() - Constructor for class com.cafean.client.values.editors.OptionalCDoubleEditor
Creates a new instance of OptionalCDoubleEditor
OptionalCIntegerEditor - Class in com.cafean.client.values.editors
An editor for optional CInteger instances.
OptionalCIntegerEditor() - Constructor for class com.cafean.client.values.editors.OptionalCIntegerEditor
Creates a new editor instance.
OptionalCIntegerEditor(boolean) - Constructor for class com.cafean.client.values.editors.OptionalCIntegerEditor
Creates new form LocalIntegerEditor
OptionalCRealEditor - Class in com.cafean.client.values.editors
An editor for AbstractCReal instances that also include an Active state as described in OptionalPropertyEditor.
OptionalCRealEditor() - Constructor for class com.cafean.client.values.editors.OptionalCRealEditor
Creates a new instance of OptionalCRealEditor
OptionalCRealEditor(boolean) - Constructor for class com.cafean.client.values.editors.OptionalCRealEditor
Creates a new instance of OptionalCRealEditor
OptionalCStringEditor - Class in com.cafean.client.values.editors
An editor for CString instances.
OptionalCStringEditor() - Constructor for class com.cafean.client.values.editors.OptionalCStringEditor
 
OptionalDoubleEditor - Class in com.cafean.client.ui.beans
This is an editor for an optional double value that can be activated and deactivated.
OptionalDoubleEditor() - Constructor for class com.cafean.client.ui.beans.OptionalDoubleEditor
Creates a new OptionalDoubleEditor
OptionalEditorUtil - Class in com.cafean.client.ui.util
A utility class containing static utility methods intended to be used by optional property editor classes.
OptionalFolderSelectionEditor - Class in com.cafean.client.ui.beans
A property editor for editing an optional folder stored as a string
OptionalFolderSelectionEditor() - Constructor for class com.cafean.client.ui.beans.OptionalFolderSelectionEditor
 
OptionalIdentEditor - Class in com.cafean.client.ui.beans
This bean editor contains a JPanel with a label and a button.
OptionalIdentEditor() - Constructor for class com.cafean.client.ui.beans.OptionalIdentEditor
Creates a new instance of CellComponentSelector
OptionalIdentEditor(Category, boolean) - Constructor for class com.cafean.client.ui.beans.OptionalIdentEditor
Creates a new instance of CellComponentSelector
OptionalIntegerEditor - Class in com.cafean.client.ui.beans
This is an editor for an optional integer value that can be activated and deactivated.
OptionalIntegerEditor() - Constructor for class com.cafean.client.ui.beans.OptionalIntegerEditor
Creates a new OptionalIntegerEditor
OptionalIntSpinnerEditor - Class in com.cafean.client.ui.beans
This simple editor allows the user to select within a range of integer values.
OptionalIntSpinnerEditor() - Constructor for class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
Creates new form IntSpinnerEditor
OptionalIntSpinnerEditor(int, int, int) - Constructor for class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
Creates a new IntSpinnerEditor with the given values.
OptionalIntSpinnerEditor(int, int, int, boolean) - Constructor for class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
Creates a new IntSpinnerEditor with the given values.
OptionalNamedIntEditor - Class in com.cafean.client.ui.beans
An enumeration editor for values that also include an Active state as described in OptionalPropertyEditor.
OptionalNamedIntEditor(String[], int[]) - Constructor for class com.cafean.client.ui.beans.OptionalNamedIntEditor
Creates a new instance of OptionalNamedIntEditor
OptionalPropertyEditor - Interface in com.cafean.client.ui.beans
An interface describing an editor for a property that conforms to the Optional Property concept in which a property is actually a combination of a value and a boolean activation state.
OptionalStringEditor - Class in com.cafean.client.ui.beans
Abstract Bean property editor intended for use in editing a string
OptionalStringEditor() - Constructor for class com.cafean.client.ui.beans.OptionalStringEditor
Creates new form SwingStringEditor
OptionalSwingFontEditor - Class in javax.swing.beaninfo
The optional form of the swing font editor.
OptionalSwingFontEditor() - Constructor for class javax.swing.beaninfo.OptionalSwingFontEditor
Creates a new editor for an optional font property.
OptionDescription - Class in com.cafean.jobstream.common.components
An encapsulation of an option supported by a site-specific API.
OptionDescription(String, String) - Constructor for class com.cafean.jobstream.common.components.OptionDescription
Creates a new option description with the given name, and a user-level description.
OptionDescription(String, String, String[]) - Constructor for class com.cafean.jobstream.common.components.OptionDescription
Creates a new option description with the given name, user-level description, and set of available enumerated values.
OptionDescription(String, String, String[], boolean) - Constructor for class com.cafean.jobstream.common.components.OptionDescription
Creates a new option description with the given name, user-level description, and set of available enumerated values.
OptionDescription(String, String, List<String>) - Constructor for class com.cafean.jobstream.common.components.OptionDescription
Creates a new option description with the given name, user-level description, and set of available enumerated values.
OptionDescription(String, String, List<String>, boolean) - Constructor for class com.cafean.jobstream.common.components.OptionDescription
Creates a new option description with the given name, user-level description, and set of available enumerated values.
OptionPane - Class in com.cafean.utils
OptionPane Extension of JOptionPane, overridden to center dialogs on the display if the parent is the application's mainframe.
OptionPane() - Constructor for class com.cafean.utils.OptionPane
Creates a OptionPane with a test message.
OptionPane(Object) - Constructor for class com.cafean.utils.OptionPane
Creates a instance of OptionPane to display a message using the plain-message message type and the default options delivered by the UI.
OptionPane(Object, int) - Constructor for class com.cafean.utils.OptionPane
Creates an instance of OptionPane to display a message with the specified message type and the default options,
OptionPane(Object, int, int) - Constructor for class com.cafean.utils.OptionPane
Creates an instance of OptionPane to display a message with the specified message type and options.
OptionPane(Object, int, int, Icon) - Constructor for class com.cafean.utils.OptionPane
Creates an instance of OptionPane to display a message with the specified message type, options, and icon.
OptionPane(Object, int, int, Icon, Object[]) - Constructor for class com.cafean.utils.OptionPane
Creates an instance of OptionPane to display a message with the specified message type, icon, and options.
OptionPane(Object, int, int, Icon, Object[], Object) - Constructor for class com.cafean.utils.OptionPane
Creates an instance of OptionPane to display a message with the specified message type, icon, and options, with the initially-selected option specified.
OptPropertyEditorPanelSupport - Class in com.cafean.client.ui.beans
This is a generic editor for optional properties that need to open a custom editing dialog.
OptPropertyEditorPanelSupport() - Constructor for class com.cafean.client.ui.beans.OptPropertyEditorPanelSupport
 
Orange - com.cafean.document.notebook.plot.ExportColor
 
OrderedComponentNumberGroup - Class in com.cafean.client.analysis
A component number group for components for which component number is used solely as the sort order in the Navigator.
OrderedComponentNumberGroup(Category) - Constructor for class com.cafean.client.analysis.OrderedComponentNumberGroup
Creates a new group for the given category with a range of 1 to 999999.
OrderedComponentNumberGroup(String, int, int, int, int, Category[]) - Constructor for class com.cafean.client.analysis.OrderedComponentNumberGroup
 
OrderedHashtable - Class in com.cafean.utils.RptDoc
Hashtable extension which returns a keyset in the order in which the items were added.
OrderedHashtable() - Constructor for class com.cafean.utils.RptDoc.OrderedHashtable
 
organize(ProgressMon) - Method in class com.cafean.client.values.util.GridComponentOrganizer
This method iterates through the components and lays each one out in a grid.
organizeSelection() - Method in class com.cafean.client.ui.BeanBox
Organize the selected components.
organizeView(Vector, boolean) - Method in class com.cafean.client.ui.BeanBox
Calls AbstractModel.layoutComponents with the given components.
organizeView(Vector, boolean, boolean) - Method in class com.cafean.client.ui.BeanBox
Calls AbstractModel.layoutComponents with the given components.
Orientation - Enum in com.cafean.client.ui.util
An enumeration which supports drawn component orientation
ORIENTATION - Variable in class com.cafean.client.io.med.DrawnComponentRec
left -0, right -1, bottom -2, top -3.
ORIENTATION - Variable in class com.cafean.client.io.med.DrawnNumericRec
left -0, right -1, bottom -2, top -3.
orientationStrings - Static variable in class com.cafean.client.anim.UDLROrientationEditor
The list of posible elbow orientations.
OUTLET_DROP_ZONE - Static variable in class com.cafean.client.ui.ConnectingPt
A Connection target that points out from the component
OUTLET_MOVEABLE_CONNECTOR - Static variable in class com.cafean.client.ui.ConnectingPt
A connection source that points out of the component
output - Variable in class com.cafean.CalcServer.command.EvtConsoleOutput
No Documentation Available.
output - Variable in class com.cafean.CalcServer.command.EvtLogOutput
No Documentation Available.
output - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
No Documentation Available.
output - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
No Documentation Available.
OUTPUT - Variable in class com.cafean.client.io.med.UserFunctionRec
Reference to the output variables for this function.
OutputFileHandle - Class in com.cafean.jobstream.server.components
A file handle extension customized for use with output files.
OutputFileHandle() - Constructor for class com.cafean.jobstream.server.components.OutputFileHandle
creates a new empty file handle
outputNC_SteamResults() - Method in class com.cafean.h2o.ui.JSteamFrame
 
outputNC_SteamResults(double[]) - Method in class com.cafean.h2o.FluidState
If the fluid contains non-condesibles and steam values then assign the steam tables output (outArray[])accordingly.
outputNonEquilibriumResults() - Method in class com.cafean.h2o.ui.JSteamFrame
 
outputNonEquilibriumResults(double[]) - Method in class com.cafean.h2o.FluidState
If the fluid contains non equilibrium values then assign the steam tables output (outArray[])accordingly.
outputResults() - Method in class com.cafean.h2o.ui.JSteamFrame
 
outputResults() - Method in class com.cafean.JSteam.JSteamFrame
 
outputResults(double[]) - Method in class com.cafean.h2o.FluidState
Sets the current state (the values array AND the actual states) based on the values given in outArray[] (which itself is output from a call to the steam tables)
outputSinglePhaseResults() - Method in class com.cafean.h2o.ui.JSteamFrame
 
outputSinglePhaseResults() - Method in class com.cafean.JSteam.JSteamFrame
 
outputSinglePhaseResults(double[]) - Method in class com.cafean.h2o.FluidState
If the fluid is a single phase then assign the steam tables output (outArray[]) accordingly.
outputTwoPhaseResults() - Method in class com.cafean.h2o.ui.JSteamFrame
 
outputTwoPhaseResults() - Method in class com.cafean.JSteam.JSteamFrame
 
outputTwoPhaseResults(double[]) - Method in class com.cafean.h2o.FluidState
If the fluid contains two phases then assign the steam tables output (outArray[]) accordingly.
OutputVariablesEditor - Class in com.cafean.client.values.functions.editors
Creates an Ident reference editor for ident references to numeric variables.
OutputVariablesEditor() - Constructor for class com.cafean.client.values.functions.editors.OutputVariablesEditor
 
OutputViewer - Class in com.cafean.JobStatus.OutputViewer
This Frame displays the contents of a Text file that exists on a calculation server.
OutputViewer(Configurator, CalcServerRequester, int, String, String, ViewableFile, FileType, int) - Constructor for class com.cafean.JobStatus.OutputViewer.OutputViewer
 
OutputViewerOpener - Class in com.cafean.JobStatus.OutputViewer
Polls the execution monitor until the calculation server is finished indexing the current output file, then creates and opens an OutputViewer.
OutputViewerOpener(Configurator, JFrame, int, String, String, ViewableFile, FileType, JDialog, CalcServerRequester) - Constructor for class com.cafean.JobStatus.OutputViewer.OutputViewerOpener
Creates and instance of OutputViewerOpener to wait for the completion of an indexing operation before opening an OutputViewer.
OverlapLayout - Class in com.cafean.client.ui.swing
A layout manager to arrange components over the top of each other.
OverlapLayout(Container) - Constructor for class com.cafean.client.ui.swing.OverlapLayout
Constructs a layout manager that performs overlay arrangement of the children.
OverlapPanel - Class in com.cafean.client.ui.swing
An overlapping panel intended for use as an embedded dialog for a drawn view.
OverlapPanel() - Constructor for class com.cafean.client.ui.swing.OverlapPanel
Creates new form OverlapPanel
OverlapPanel(String) - Constructor for class com.cafean.client.ui.swing.OverlapPanel
Creates new form OverlapPanel
OverlapPanelBeanInfo - Class in com.cafean.client.ui.swing
 
OverlapPanelBeanInfo() - Constructor for class com.cafean.client.ui.swing.OverlapPanelBeanInfo
 
overwrite - Variable in class com.cafean.CalcServer.command.SendFileRequest
No Documentation Available.
OwnedObject - Interface in com.cafean.client.analysis
An interface describing an object with an owner and a last modified date.
OwnershipManager - Class in com.cafean.client.analysis
The base class for an ownership and permissions manager object.
OwnershipManager(AbstractModel) - Constructor for class com.cafean.client.analysis.OwnershipManager
Creates a new instance of OwnershipManager

P

p() - Method in class com.cafean.h2o.IFC1967
 
p() - Method in class com.cafean.h2o.Steam
 
p() - Method in class com.cafean.h2o.Water
 
Pad - Class in com.cafean.client.ui
A small storage class for the location and direction of a connecting point in a drawn component.
Pad(int, double, double) - Constructor for class com.cafean.client.ui.Pad
Creates a new Pad with the given direction and location.
Pad(int, Point2D.Double) - Constructor for class com.cafean.client.ui.Pad
Creates a new Pad with the given direction and location.
PAGENUM - Static variable in class com.cafean.utils.ReferenceDocs.CategoryMedia
 
paint(Graphics) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
paint(Graphics) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
paint(Graphics) - Method in class com.cafean.client.ui.BeanBox
 
paint(Graphics) - Method in class com.cafean.client.ui.DrawnComponent
Paints this component.
paint(Graphics) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
 
paint(Graphics) - Method in class com.cafean.client.values.functions.ui.DescListCellRenderer
 
paint(Graphics) - Method in class com.cafean.utils.SplashPanel
Render the panel.
paint(Graphics, int) - Method in class com.cafean.client.ui.util.AnchoredControlPoint
 
paint(Graphics, int) - Method in class com.cafean.client.ui.util.ControlPoint
draws this control point in the given Graphics at the given size.
paint(Graphics, JComponent) - Method in class com.cafean.document.notebook.ui.StripedTableUI
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.cafean.client.ui.pview.PseudoTableBorder
Paints the border for the specified component with the specified position and size.
paintChildren(Graphics) - Method in class com.cafean.client.ui.ZoomablePanel
 
paintComponent(Graphics) - Method in class com.cafean.client.anim.AbstractDisplayBean
Paint the component onto the graphics object.
paintComponent(Graphics) - Method in class com.cafean.client.anim.PlaybackButtonPanel
 
paintComponent(Graphics) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
paintComponent(Graphics) - Method in class com.cafean.client.ui.annotation.ImageAnnotation
Draw a simple X'd box if there is no image.
paintComponent(Graphics) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
paintComponent(Graphics) - Method in class com.cafean.client.ui.annotation.PolygonBean
Paint the component onto the graphics object.
paintComponent(Graphics) - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
 
paintComponent(Graphics) - Method in class com.cafean.client.ui.DrawnComponent
Tints the current DrawnComponent according to its state.
paintComponent(Graphics) - Method in class com.cafean.client.ui.DrawnViewComponent
 
paintComponent(Graphics) - Method in class com.cafean.client.ui.GlassPanel
Paints the glass-pane and draws the selection and drag rectangles around each selected component.
paintComponent(Graphics) - Method in class com.cafean.client.ui.navigator.NavigatorTree
Repaints this NavigatorTree by calling the super class implementation.
paintComponent(Graphics) - Method in class com.cafean.client.ui.pview.PropertyPanel
 
paintComponent(Graphics) - Method in class com.cafean.client.ui.pview.TitlePanel
 
paintComponent(Graphics) - Method in class com.cafean.client.validation.util.MarginPane
 
paintComponent(Graphics) - Method in class com.cafean.JobStatus.ui.accordion.AccordionButton
 
paintComponent(Graphics) - Method in class com.cafean.moviegen.SvgPanel
Renders the supplied BufferedImage.
paintIcon(Component, Graphics, int, int) - Method in class com.cafean.client.ui.navigator.CompoundIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.cafean.client.values.util.SharedValueIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.cafean.JobStatus.tree.IndicatorIcon
 
paintImmediately() - Method in class com.cafean.client.anim.AbstractDisplayBean
Repaints this bean immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.BeanBox
 
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.GlassPanel
 
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
 
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MButton
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MCheckBox
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MLabel
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MPanel
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MRadioButton
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MRealTextField
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MScrollBar
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MScrollPane
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MSpinner
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MTextArea
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MTextField
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.swing.MTextPane
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.ui.ZoomablePanel
 
paintImmediately(int, int, int, int) - Method in class com.cafean.client.values.ui.MCIntegerTextField
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(int, int, int, int) - Method in class com.cafean.client.values.ui.MCRealTextField
Repaints this component immediately via BeanBox.paintImmediately(JComponent).
paintImmediately(Rectangle) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
 
paintImmediately(JComponent) - Method in class com.cafean.client.ui.BeanBox
Immediately paints the region of the (scaled) BeanBox that the given component is located.
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.anim.ChannelNameEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.anim.ComponentIdEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.anim.InteractiveNameEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.anim.IVarEditor
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.anim.UDLROrientationEditor
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.BooleanEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.BorderStyleEditor
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.CalendarEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.IconImageEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.IntNonMultiEdit
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.LongStringEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.ObjectPropertyEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.StringDisplayEditor
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.UnitsEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.CBooleanEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.CDoubleEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.CIntegerEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.CRealEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.CStringEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.SharedValueEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
paintValue(Graphics, Rectangle) - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
paintValue(Graphics, Rectangle) - Method in class javax.swing.beaninfo.SwingColorEditor
 
paintValue(Graphics, Rectangle) - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
paintValue(Graphics, Rectangle) - Method in class javax.swing.beaninfo.SwingFontEditor
 
paintValue(Graphics, Rectangle) - Method in class javax.swing.beaninfo.SwingStringEditor
Paint a representation of the value into a given area of screen real estate.
Panel3DStatic - Class in com.cafean.utils
 
Panel3DStatic() - Constructor for class com.cafean.utils.Panel3DStatic
 
panelAdded(PlatformPanel) - Method in interface com.cafean.JobStatus.ui.accordion.AccordionListener
 
PanelExpansion - Class in com.cafean.client.ui.pview
A simple encapsulation of the expansion state of an GroupPanel and it's sub panels.
PanelExpansion(String, boolean) - Constructor for class com.cafean.client.ui.pview.PanelExpansion
 
panelName - Variable in class com.cafean.client.ui.pview.PanelExpansion
the name of the attribute group that this expansion describes
panelRemoved() - Method in class com.cafean.client.kiosk.WaitingToAnimatePanel
 
panelRemoved() - Method in class com.cafean.client.ui.DockablePanel
Called to notify this panel that it has been removed.
panelRemoved() - Method in class com.cafean.client.ui.DrawnView
Called to notify this view that it has been removed.
panelRemoved() - Method in class com.cafean.client.validation.ValidationDisplayPanel
 
panelRemoved(PlatformPanel) - Method in interface com.cafean.JobStatus.ui.accordion.AccordionListener
 
panelSelected() - Method in class com.cafean.client.kiosk.WaitingToAnimatePanel
 
panelSelected() - Method in class com.cafean.client.ui.DockablePanel
Called to notify this panel that it has been selected.
panelSelected() - Method in class com.cafean.client.ui.DrawnView
Called to notify this view that it has been selected.
panelSelected() - Method in class com.cafean.JobStatus.jimport.JIFilesPanel
 
panelSelected() - Method in class com.cafean.JobStatus.jimport.JIGuessesPanel
 
panelSelected() - Method in class com.cafean.JobStatus.jimport.JIOptionsPanel
 
panelSelected() - Method in class com.cafean.JobStatus.jimport.JITypePanel
 
panelSelected() - Method in interface com.cafean.JobStatus.jimport.JobImportPanel
 
PanMouseHandler - Class in com.cafean.client.ui.tools
A MouseHandler for Pan events on the ZoomablePanel
PanMouseHandler(ZoomablePanel) - Constructor for class com.cafean.client.ui.tools.PanMouseHandler
Creates a new mouse handler with the given parent
PARAMETRIC - Variable in class com.cafean.client.io.med.UserConstantRec
Whether this constant is a parametric constant or not.
ParametricCRealArrayDialog - Class in com.cafean.client.values.ui
A dialog used to edit arrays of CReals.
ParametricCRealArrayDialog(Frame, CReal[], boolean, ComponentElement) - Constructor for class com.cafean.client.values.ui.ParametricCRealArrayDialog
Creates a new CRealArrayDialog for editing the given array, setting whether the array's length can be modified.
ParametricCRealArrayDialog(Frame, CReal[], boolean, AbstractNumericsModel, ComponentElement) - Constructor for class com.cafean.client.values.ui.ParametricCRealArrayDialog
Creates a new CRealArrayDialog for editing the given array, setting whether the array's length can be modified.
ParametricCRealArrayDialog(Frame, CReal[], ComponentElement) - Constructor for class com.cafean.client.values.ui.ParametricCRealArrayDialog
Creates new form CRealArrayDialog
ParametricCRealArrayDialog(JDialog, CReal[], boolean, ComponentElement) - Constructor for class com.cafean.client.values.ui.ParametricCRealArrayDialog
Creates a new CRealArrayDialog for editing the given array, setting whether the array's length can be modified.
ParametricCRealArrayDialog(JDialog, CReal[], boolean, AbstractNumericsModel, ComponentElement) - Constructor for class com.cafean.client.values.ui.ParametricCRealArrayDialog
Creates a new CRealArrayDialog for editing the given array, setting whether the array's length can be modified.
ParametricCRealArrayDialog(JDialog, CReal[], ComponentElement) - Constructor for class com.cafean.client.values.ui.ParametricCRealArrayDialog
Creates new form CRealArrayDialog
ParametricCRealArrayDialog.TempClipboardEnabledTable - Class in com.cafean.client.values.ui
A JTable extension designed to allow proper system clipboard copy/paste behavior for derived tables.
ParametricCRealArrayEditor - Class in com.cafean.client.values.editors
An editor for arrays of CReals.
ParametricCRealArrayEditor() - Constructor for class com.cafean.client.values.editors.ParametricCRealArrayEditor
Creates a new instance of CRealArrayEditor.
ParametricCRealArrayEditor(boolean, int) - Constructor for class com.cafean.client.values.editors.ParametricCRealArrayEditor
Creates a new instance of CRealArrayEditor.
ParametricExportDialog - Class in com.cafean.client.ui
This dialog is used to obtain use input for parametric ascii exports.
ParametricExportDialog - Class in com.cafean.client.values.ui
This dialog is used to obtain use input for parametric ascii exports.
ParametricExportDialog(AbstractModel, String) - Constructor for class com.cafean.client.ui.ParametricExportDialog
Creates new form ParametricExportDialog
ParametricExportDialog(AbstractNumericsModel, String) - Constructor for class com.cafean.client.values.ui.ParametricExportDialog
Creates new form ParametricExportDialog
ParametricIteration - Class in com.cafean.client.analysis.numerics
This will perform the iteration used for exporting a series of ASCII runs.
ParametricIteration - Class in com.cafean.client.values.util
 
ParametricIteration() - Constructor for class com.cafean.client.analysis.numerics.ParametricIteration
Creates a new instance of ParametricIteration
ParametricIteration() - Constructor for class com.cafean.client.values.util.ParametricIteration
Creates a new instance of ParametricIteration
ParametricIteration(UserDefinedConstant[], String, int) - Constructor for class com.cafean.client.analysis.numerics.ParametricIteration
 
ParametricIteration(AbstractSharedValue[], String, int) - Constructor for class com.cafean.client.values.util.ParametricIteration
 
ParametricRangeDialog - Class in com.cafean.client.values.ui
A dialog that obtains input for describing a range (start, end, increment).
ParametricRangeDialog(Dialog, boolean, AbstractCReal) - Constructor for class com.cafean.client.values.ui.ParametricRangeDialog
 
ParametricRangeDialog(Frame, boolean) - Constructor for class com.cafean.client.values.ui.ParametricRangeDialog
Creates new form ParametricRangeDialog
ParametricValuesDialog - Class in com.cafean.client.values.ui
A dialog used to edit an array of ints.
ParametricValuesEditor - Class in com.cafean.client.values.editors
An editor for arrays of ints used as parametric values.
ParametricValuesEditor() - Constructor for class com.cafean.client.values.editors.ParametricValuesEditor
Creates a new instance of ParametricValuesEditor
PARENT_ID - Variable in class com.cafean.client.io.med.DrawnVisualGroupRec
No Documentation Available.
PARM1 - Variable in class com.cafean.client.io.med.DrawnComponentRec
Drawing Attribute (Font, Stroke, Color, etc.
PARM1 - Variable in class com.cafean.client.io.med.DrawnNumericRec
Drawing Attribute (Font, Stroke, Color, etc.
PARM2 - Variable in class com.cafean.client.io.med.DrawnComponentRec
Drawing Attribute (Font, Stroke, Color, etc.
PARM2 - Variable in class com.cafean.client.io.med.DrawnNumericRec
Drawing Attribute (Font, Stroke, Color, etc.
PARM3 - Variable in class com.cafean.client.io.med.DrawnComponentRec
Drawing Attribute (Font, Stroke, Color, etc.
PARM3 - Variable in class com.cafean.client.io.med.DrawnNumericRec
Drawing Attribute (Font, Stroke, Color, etc.
parse(File) - Method in class com.cafean.jobstream.server.components.io.StreamDefinitionReader
reads a stream definition from the given file
parse(File) - Method in class com.cafean.jobstream.server.components.io.StreamManagerZipReader
Reads a stream definition from the given file.
parse(File) - Method in class com.cafean.jobstream.server.components.io.TaskDefinitionReader
Reads a task definition from the given file
parse(File) - Method in class com.cafean.jobstream.server.sequence.io.SequenceDefinitionReader
reads a sequence definition from the given file
parse(File) - Method in class com.cafean.jobstream.server.sequence.io.SequenceManagerZipReader
Reads a sequence definition from the given file.
parse(InputStream) - Method in class com.cafean.jobstream.server.components.io.StreamDefinitionReader
reads a stream definition from the given input stream
parse(InputStream) - Method in class com.cafean.jobstream.server.components.io.TaskDefinitionReader
Reads a task definition from the given input stream
parse(InputStream) - Method in class com.cafean.jobstream.server.sequence.io.SequenceDefinitionReader
reads a sequence definition from the given input sequence
parseCommand(String) - Method in class com.cafean.jobstream.server.components.CustomProcessing
Returns an array of strings suitable for use by Runtime.exec(java.lang.String[]).
parseDate(String) - Static method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
parseMappingTagStart(String[]) - Method in class com.cafean.client.values.components.AbstractTableReference
Attempts to read in the values in the mapping tab into the current table reference object.
parseTemplateMapping(File) - Static method in class com.cafean.client.io.NumericTemplateEntry
Extracts the numerics map from the provided file.
parseVersion(String) - Static method in class com.cafean.utils.Version
Creates a Version instance parsed from the given String.
PartialConditionSet - Class in com.cafean.client.ic
This extension to ConditionSet allows the condition set to support a predefined list of components.
PartialConditionSet() - Constructor for class com.cafean.client.ic.PartialConditionSet
 
Partition - Class in com.cafean.jobstream.server.components
A partition is the stream definition's reflection of the task bundling constraints specified by the user (start new bundle and max tasks per bundle).
Partition(String) - Constructor for class com.cafean.jobstream.server.components.Partition
Creates a new partition with the given name and no assigned maximum tasks per bundle.
Partition(String, int) - Constructor for class com.cafean.jobstream.server.components.Partition
Creates a new partition with the given name and maximum tasks per bundle.
Password - Class in com.cafean.utils
Password is a class to implement password encryption as used on Unix systems.
Password() - Constructor for class com.cafean.utils.Password
 
paste() - Method in class com.cafean.client.ui.BeanBox
Attempts to paste the current clipboard contents into this view.
paste() - Method in class com.cafean.client.ui.navigator.CategoryNode
 
paste() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
 
paste() - Method in class com.cafean.client.ui.navigator.ComponentNode
Pastes the current clipboard contents into this node where appropriate
paste() - Method in class com.cafean.client.ui.navigator.ModelNode
 
paste() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Pastes the current clipboard contents into this node where appropriate
paste(AbstractModel, DrawnView) - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Copies all objects from the system copy model to this view's model.
paste(Object) - Method in interface com.cafean.client.ui.clipboard.PibParentClipHandler
attempts to paste the current clipboard to the target location.
PasteAbortedException - Exception in com.cafean.client.ui.clipboard
An exception thrown by a ClipboardListener to indicate that the current paste operation should be aborted and undone.
PasteAbortedException() - Constructor for exception com.cafean.client.ui.clipboard.PasteAbortedException
Constructs a new aborted exception with null as its detail message.
PasteAbortedException(String) - Constructor for exception com.cafean.client.ui.clipboard.PasteAbortedException
Constructs a new aborted exception with the specified detail message.
pasteBegun(List, AbstractModel, CompoundEdit) - Method in class com.cafean.client.integrator.IntegratorClipboardListener
 
pasteBegun(List, AbstractModel, CompoundEdit) - Method in class com.cafean.client.ui.clipboard.ClipboardListener
Notifies this listener that the given components have been collected, (along with all component dependencies, shared components, etc.) and will be pasted into the target model.
pasteChildComponents(AbstractComponent) - Static method in class com.cafean.client.ui.clipboard.ComponentPaster
Attempts to paste the contents of the clipboard as a set of ChildComponent instances to be placed in the given parent component.
pasteCompleted(List, List, AbstractModel, CompoundEdit) - Method in class com.cafean.client.integrator.IntegratorClipboardListener
 
pasteCompleted(List, List, AbstractModel, CompoundEdit) - Method in class com.cafean.client.ui.clipboard.ClipboardListener
Notifies this listener that the given components have been pasted into the target model and reconnected successfully.
pasteFromClipboard(AbstractModel, DrawnView) - Static method in class com.cafean.client.ui.clipboard.ComponentPaster
 
pasteInserted(List, List, AbstractModel, CompoundEdit) - Method in class com.cafean.client.integrator.IntegratorClipboardListener
 
pasteInserted(List, List, AbstractModel, CompoundEdit) - Method in class com.cafean.client.ui.clipboard.ClipboardListener
Notifies this listener that the given components have been pasted into the target model but have not been reconnected.
pasteSpecial() - Method in class com.cafean.client.ui.navigator.CategoryNode
 
pasteSpecial() - Method in class com.cafean.client.ui.navigator.ModelNode
 
pasteSpecial() - Method in class com.cafean.client.ui.navigator.NavigatorNode
Paste-specials the current clipboard contents into this node where appropriate
PasteSpecialDialog - Class in com.cafean.client.ui.clipboard
A dialog used to control a Paste Special operation.
PasteSpecialDialog(JDialog, boolean) - Constructor for class com.cafean.client.ui.clipboard.PasteSpecialDialog
Creates new form PasteSpecialDialog
PasteSpecialDialog(JFrame, boolean) - Constructor for class com.cafean.client.ui.clipboard.PasteSpecialDialog
Creates new form PasteSpecialDialog
pasteSpecialFromClipboard(AbstractModel, DrawnView) - Static method in class com.cafean.client.ui.clipboard.ComponentPaster
 
pasteText(String) - Method in class com.cafean.client.values.ui.CIntegerTextField
Pastes text into the editor, setting the value based on its contents.
PAT_APPLICATION_PATH - Static variable in class com.cafean.jobstream.common.util.EscapeMap
a regular expression used to separate the group and name from 'Group 3.4/My Application 3.2'
PAT_PLATFORM_ID - Static variable in class com.cafean.jobstream.common.util.EscapeMap
a regular expression used to separate the site and platform name from a platform id
PAT_PLATFORM_PATH - Static variable in class com.cafean.jobstream.common.util.EscapeMap
a regular expression used to separate the group and platform ID from 'Group 3.4/My Platform_2.2'
path - Variable in class com.cafean.CalcServer.command.CanCreateDemuxRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.ConsoleOutputRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.CreateDemuxDataRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.DeleteJobRequest
The full path to where the job was executed as a Calculation Server path including both the location and job name.
path - Variable in class com.cafean.CalcServer.command.EvtConsoleOutput
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.EvtJobRemoved
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.EvtLogOutput
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.EvtStatusTriggered
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.FileEntry
path relative to the parent entry (not used with FolderEntry).
path - Variable in class com.cafean.CalcServer.command.FolderLocationRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.FolderTreeRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.GetJobInfoRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.HasDemuxRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.JobLocationRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.JobRPCRequest
The full path to the job on the server.
path - Variable in class com.cafean.CalcServer.command.LaunchJobRequest
The full path to where the job should be executed as a Calculation Server path including both the location and job name.
path - Variable in class com.cafean.CalcServer.command.LoadJobRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.LogOutputRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.MountFolderRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.ReleaseJobRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.RemoveFolderRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.StatusTriggerRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.UnitCodeRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.ViewableFile
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.ViewableFileBlockRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.ViewableFileLenRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.ViewableFileOpenRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.ViewableFilesRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.ViewablePoiRequest
No Documentation Available.
path - Variable in class com.cafean.CalcServer.command.ViewableSearchRequest
No Documentation Available.
paths - Variable in class com.cafean.CalcServer.command.JobFilesRequest
No Documentation Available.
PATTERN_ICONS - Static variable in class com.cafean.client.ui.annotation.pattern.FillPatternComboBox
 
pause() - Method in class com.cafean.client.anim.SourceManager
Pause the display animation.
pauseCalc() - Method in class com.cafean.client.anim.DataSource
Pause a running calculation.
PAUSED_INDICATOR - Static variable in class com.cafean.JobStatus.tree.IndicatorIcon
 
pdf - com.cafean.jobstream.common.components.FileTypeCategory
PDF documents.
PDF_TYPE - Static variable in class com.cafean.utils.RptDoc.ReportDialog
 
PdfGraphics2D - Class in com.cafean.client.ui.util
A Graphics2D class used for translating Java graphics calls into a PDF document.
PdfGraphics2D(PDDocument, float, float) - Constructor for class com.cafean.client.ui.util.PdfGraphics2D
 
PDFViewer - Class in com.cafean.utils.ReferenceDocs
This class opens either Adobe Reader or xpdf to display a DocumentLink.
PDFViewer() - Constructor for class com.cafean.utils.ReferenceDocs.PDFViewer
Creates a new instance of NewPDFViewer
peek() - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.CSInterfaceRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.DeleteJobRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.DownloadStreamRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.DownloadTaskRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.GetStreamJobRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.GetStreamLogRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.GetViewableFilesRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.JobActivityRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.ProcessJobUpdatesRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.ProcessTaskChangeRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.RetrieveNewJobRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.TerminateJobRequest
 
perform() - Method in class com.cafean.JobStatus.ui.csstream.request.UpdateJobsRequest
 
performDisconnect() - Method in class com.cafean.client.analysis.Connection
This method builds an UndoableEdit that will handle disconnecting and reconnecting this connection.
performExport(boolean) - Method in interface com.cafean.client.ui.DeckWriter
This performs the export of an ascii deck.
performLoopCheck(Vector) - Method in class com.cafean.client.analysis.AbstractModel
Performs a loop check on the given vector of components.
PhaseSelEditor - Class in com.cafean.client.ui.annotation
This bean editor creates a Combo Box for an enumerated selection.
PhaseSelEditor() - Constructor for class com.cafean.client.ui.annotation.PhaseSelEditor
Creates a new instance of PhaseSelEditor
PibBlock - Interface in com.apt.xdr
This interface is implemented by PibTool generated Block classes.
PIBDESCRIPTION - Static variable in class com.cafean.CalcServer.command.CommandFile_file
 
PIBDESCRIPTION - Static variable in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
 
PIBDESCRIPTION - Static variable in class com.cafean.client.integrator.components.SubSystemIntegration_file
The user-supplied description of this PIB format.
PIBDESCRIPTION - Static variable in class com.cafean.client.io.med.MED_file
 
PIBDESCRIPTION - Static variable in class com.cafean.client.rpc.command.ModelEditorCommand_file
 
PIBDESCRIPTION - Static variable in class com.cafean.client.values.components.CNL_LIBRARY_file
 
PIBDESCRIPTION - Static variable in class com.cafean.config.rpc.command.ConfigToolCommand_file
 
PIBDESCRIPTION - Static variable in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
 
PIBDESCRIPTION - Static variable in class com.cafean.rpc.command.RPC_file
 
PIBDESCRIPTION - Static variable in class com.cafean.snapdx.SNAPDataExchange_file
 
PibFile - Interface in com.apt.xdr
This interface is implemented by PibTool generated PIB files.
PIBFILETYPE - Static variable in class com.cafean.CalcServer.command.CommandFile_file
 
PIBFILETYPE - Static variable in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
 
PIBFILETYPE - Static variable in class com.cafean.client.integrator.components.SubSystemIntegration_file
The PIB File type (i.e.
PIBFILETYPE - Static variable in class com.cafean.client.io.med.MED_file
 
PIBFILETYPE - Static variable in class com.cafean.client.rpc.command.ModelEditorCommand_file
 
PIBFILETYPE - Static variable in class com.cafean.client.values.components.CNL_LIBRARY_file
 
PIBFILETYPE - Static variable in class com.cafean.config.rpc.command.ConfigToolCommand_file
 
PIBFILETYPE - Static variable in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
 
PIBFILETYPE - Static variable in class com.cafean.rpc.command.RPC_file
 
PIBFILETYPE - Static variable in class com.cafean.snapdx.SNAPDataExchange_file
 
PIBPACKAGE - Static variable in class com.cafean.client.integrator.components.SubSystemIntegration_file
The PIB package name (i.e.
PIBPACKAGE - Static variable in class com.cafean.client.values.components.CNL_LIBRARY_file
 
PibParentClipHandler - Interface in com.cafean.client.ui.clipboard
 
PibParentNode - Interface in com.apt.xdr
An interface representing a PIB block or sub block that may have fields that should be represented visually as sub nodes rather than embedded fields.
PIBTOOLVERSION - Static variable in class com.cafean.CalcServer.command.CommandFile_file
 
PIBTOOLVERSION - Static variable in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
 
PIBTOOLVERSION - Static variable in class com.cafean.client.io.med.MED_file
 
PIBTOOLVERSION - Static variable in class com.cafean.client.rpc.command.ModelEditorCommand_file
 
PIBTOOLVERSION - Static variable in class com.cafean.config.rpc.command.ConfigToolCommand_file
 
PIBTOOLVERSION - Static variable in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
 
PIBTOOLVERSION - Static variable in class com.cafean.rpc.command.RPC_file
 
PIBTOOLVERSION - Static variable in class com.cafean.snapdx.SNAPDataExchange_file
 
PibVerify - Class in com.cafean.client.ui.beans
A storage class for generated PibBlock range check methods.
PIBVERSION - Static variable in class com.cafean.CalcServer.command.CommandFile_file
 
PIBVERSION - Static variable in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
 
PIBVERSION - Static variable in class com.cafean.client.integrator.components.SubSystemIntegration_file
The version of this DDT definiton and PibFile.
PIBVERSION - Static variable in class com.cafean.client.io.med.MED_file
 
PIBVERSION - Static variable in class com.cafean.client.rpc.command.ModelEditorCommand_file
 
PIBVERSION - Static variable in class com.cafean.client.values.components.CNL_LIBRARY_file
 
PIBVERSION - Static variable in class com.cafean.config.rpc.command.ConfigToolCommand_file
 
PIBVERSION - Static variable in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
 
PIBVERSION - Static variable in class com.cafean.rpc.command.RPC_file
 
PIBVERSION - Static variable in class com.cafean.snapdx.SNAPDataExchange_file
 
ping() - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
 
ping() - Method in class com.cafean.rpc.RPCRequester
Sends a Ping request to this requester's responder to verify that the connection is still active.
ping() - Method in class com.cafean.rpc.RPCResponder
Queues a Ping request to be sent to this responder's requester
Ping - Class in com.cafean.rpc.command
This class provides IO access to Ping data bocks.
Ping() - Constructor for class com.cafean.rpc.command.Ping
Construct an empty instance.
Ping(PibFile, int[]) - Constructor for class com.cafean.rpc.command.Ping
Construct an instance from a PIB file entry.
PIXELS_P_METER - Static variable in class com.cafean.client.ui.DrawnComponent
This determines how many pixels are needed to display a single meter in length
PIXELS_PER_METER - Static variable in class com.cafean.client.analysis.ViewComponent
 
PIXELS_PER_METER - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
placeholder - Variable in class com.cafean.CalcServer.command.ShutdownRequest
No Documentation Available.
placeholder - Variable in class com.cafean.client.rpc.command.ActivateRequest
No Documentation Available.
placeholder - Variable in class com.cafean.client.rpc.command.ModelListRequest
No Documentation Available.
placeholder - Variable in class com.cafean.config.rpc.command.ActivateRequest
No Documentation Available.
placeholder - Variable in class com.cafean.JobStatus.rpc.command.ActivateRequest
No Documentation Available.
placeHolder - Variable in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
No Documentation Available.
platform_arch - Variable in class com.cafean.jobstream.tracker.JobStreamRec
The Platform architecture, (Windows, MacOSX, or Unix).
platform_id - Variable in class com.cafean.jobstream.tracker.ClientRec
the ID of the platform for which this client has requested notifications
platform_id - Variable in class com.cafean.jobstream.tracker.JobStreamRec
The unique identifier for the Platform definition as specified in site config.
platform_type - Variable in class com.cafean.jobstream.tracker.JobStreamRec
The the name of the platform module responsible for this stream.
PlatformDefinition - Class in com.cafean.jobstream.common.components
The in-memory representation of a target platform definition specified in a site configuration file.
PlatformDefinition() - Constructor for class com.cafean.jobstream.common.components.PlatformDefinition
creates a new empty platform definition
PlatformModule - Class in com.cafean.jobstream.common
Platform Modules serve as the interface between the Job Stream system and a given computing environment (i.e.
PlatformModule() - Constructor for class com.cafean.jobstream.common.PlatformModule
Creates a new instance of this platform module type.
PlatformModuleLoader - Class in com.cafean.JobStatus.ui.stream
A module loader used by StreamPlugin to load file accessors, file selectors, and job stream steps from the JAR files provided in "plugins" and "siteconfig".
PlatformModuleLoader() - Constructor for class com.cafean.JobStatus.ui.stream.PlatformModuleLoader
 
PlatformPanel - Class in com.cafean.JobStatus.ui.accordion
This is a JPanel instance for all of the jobs inside a single platform being monitored by JobStatus.
PlatformPanel(Accordion, PlatformDefinition, int) - Constructor for class com.cafean.JobStatus.ui.accordion.PlatformPanel
Creates new form PlatformPanel
PlatformProperties - Class in com.cafean.jobstream.common.components
A container for both general and Platform Module specific properties that determine how and where a given job stream will be submitted.
PlatformProperties() - Constructor for class com.cafean.jobstream.common.components.PlatformProperties
creates a new empty instance of platform properties
PlatformPropertiesBeanInfo - Class in com.cafean.jobstream.common.components
 
PlatformPropertiesBeanInfo() - Constructor for class com.cafean.jobstream.common.components.PlatformPropertiesBeanInfo
 
PlatformPropsReader - Class in com.cafean.jobstream.server.components.io
 
PlatformPropsReader(XMLReader, ContentHandler) - Constructor for class com.cafean.jobstream.server.components.io.PlatformPropsReader
 
play() - Method in class com.cafean.client.anim.SourceManager
Resume the display animation.
PLAY_ALL - Static variable in class com.cafean.client.anim.PushUpdateThread
 
PLAY_LATEST - Static variable in class com.cafean.client.anim.PushUpdateThread
 
PLAY_RECORD - Static variable in class com.cafean.client.anim.PushUpdateThread
 
PlaybackButtonPanel - Class in com.cafean.client.anim
This panel contains the playback controls button panel.
PlaybackButtonPanel() - Constructor for class com.cafean.client.anim.PlaybackButtonPanel
Creates new form PlaybackButtonPanel
PlaybackControl - Interface in com.cafean.client.anim
An interface used to describe a set of controls used to reflect or manipulate the current animation playback.
PlaybackTimeDialog - Class in com.cafean.client.anim
Class used to provide a dialog to to set analysis time and rate parameters.
PlaybackTimeDialog(Frame, SourceManager) - Constructor for class com.cafean.client.anim.PlaybackTimeDialog
Creates new form PlaybackTimeDialog
PlaybackToolbar - Class in com.cafean.client.anim
 
PlaybackToolbar() - Constructor for class com.cafean.client.anim.PlaybackToolbar
 
plot - com.cafean.jobstream.common.components.FileTypeCategory
AptPlot-supported plot files
plot(double[], double[]...) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Plots the given dependent data arrays agains independent data and adds the result to the document.
plot(ExportGraph...) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Plots the given graphs and adds the result to the document.
plot(ExportGraph...) - Method in class com.cafean.document.notebook.plot.GraphWriter
Plots the given graphs and adds the result to the document.
PLOT_HEIGHT - Static variable in class com.cafean.document.notebook.plot.GraphWriter
the height of all plots in the print document, specified in inches
PLOT_WIDTH - Static variable in class com.cafean.document.notebook.plot.GraphWriter
the width of all plots in the print document, specified in inches
PlotAction - Class in com.cafean.JobStatus.ui.util
 
PlotAction(String, File, FileType) - Constructor for class com.cafean.JobStatus.ui.util.PlotAction
 
PlotColumnSelectDialog - Class in com.cafean.client.values.ui
A dialog used to select columns to be graphed in an external plotting application.
plotJob(CalcServerRequester, Job) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
plotVariables(DataSource, int, CalcServerRequester, AcGraceIntf, String[], boolean) - Method in class com.cafean.client.anim.AnimationModule
Plots the given variable variables using the given AcGrace instance.
plotVariables(DataSource, String[], boolean) - Method in class com.cafean.client.anim.SourceManager
Plot a variable using the Xmgr5 interface.
plotVariables(FileType, String[], boolean) - Method in class com.cafean.utils.AcGraceIntf
plots the given variables in the currently open instance of AptPlot
plotVariables(AcGraceIntf, String[], boolean) - Method in class com.cafean.client.anim.DataSource
Plots the given variable variables using the given grace instance
PlotVarsDialog - Class in com.cafean.client.ui
Provides a list of variables that may be selected and plotted using AcGrace.
PlotVarsDialog(Frame, boolean) - Constructor for class com.cafean.client.ui.PlotVarsDialog
Creates new form PlotVarsDialog
PlotVarsDialog(Frame, String[], DataSource) - Constructor for class com.cafean.client.ui.PlotVarsDialog
Creates new form PlotVarsDialog
Plugin - Class in com.cafean.client.io.med
This class provides IO access to Plugin data bocks.
Plugin() - Constructor for class com.cafean.client.io.med.Plugin
Construct an empty instance.
Plugin(PibFile, int[]) - Constructor for class com.cafean.client.io.med.Plugin
Construct an instance from a PIB file entry.
PLUGIN_ID - Variable in class com.cafean.client.io.med.Plugin
No Documentation Available.
PluginBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the Plugin class.
PluginBeanInfo() - Constructor for class com.cafean.client.io.med.PluginBeanInfo
 
pluginException(Exception) - Method in class com.cafean.client.ui.MEPluginLoader
Called when there is an exception thrown reading in a plugin.
pluginException(Exception) - Method in interface com.cafean.CodePlugins.CodePluginClassLoader.PluginListener
 
pluginLoaded(Object) - Method in class com.cafean.client.ui.MEPluginLoader
Adds the given MEPluginData to the list of plugin's to be loaded in MEPluginLoader.loadPlugins().
pluginLoaded(Object) - Method in interface com.cafean.CodePlugins.CodePluginClassLoader.PluginListener
 
pluginName - Variable in class com.cafean.snapdx.SNAPDXFileInfo
No Documentation Available.
PluginNode - Class in com.cafean.client.ui.navigator
A NavigatorNode that contains all the open models of a given plugin.
PluginNode(MECodePlugin) - Constructor for class com.cafean.client.ui.navigator.PluginNode
Creates a new instance of ModelNode
pluginVersion - Variable in class com.cafean.snapdx.SNAPDXFileInfo
No Documentation Available.
Plus - com.cafean.document.notebook.plot.ExportSymbol
 
PointControlledDrawing - Interface in com.cafean.client.ui.util
An interface describing a drawing (i.e.
PointOfInterest - Class in com.cafean.jobstream.common.components
A simple encapsulation of a "Point of Interest" in an ASCII file.
PointOfInterest(String, String, String, String) - Constructor for class com.cafean.jobstream.common.components.PointOfInterest
Creates a new POI with the given properties.
POINTS - Variable in class com.cafean.client.io.med.DrawnComponentRec
The plotted points used in this drawing rec.
POINTS - Variable in class com.cafean.client.io.med.DrawnConnLine
No Documentation Available.
POINTS - Variable in class com.cafean.client.io.med.DrawnNumericRec
The plotted points used in this drawing rec.
PointsOfInterest - Class in com.cafean.JobStatus.OutputViewer
This dialog lists all of the points of interest inside a given output file.;
PointsOfInterest(OutputViewer) - Constructor for class com.cafean.JobStatus.OutputViewer.PointsOfInterest
Creates new form NewPointsOfInterest
poiNumber - Variable in class com.cafean.CalcServer.command.ViewablePoiRequest
No Documentation Available.
poll() - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
PolygonBean - Class in com.cafean.client.ui.annotation
Displays an n-sided polygon created by the PolyInsertMouseHandler and optionally (for animation models) animates the TH properties of that polygon.
PolygonBean() - Constructor for class com.cafean.client.ui.annotation.PolygonBean
Creates a new polygon bean
PolygonBean(DrawnDisplayElementRec) - Constructor for class com.cafean.client.ui.annotation.PolygonBean
Creates a new polygon bean
PolygonBeanBeanInfo - Class in com.cafean.client.ui.annotation
 
PolygonBeanBeanInfo() - Constructor for class com.cafean.client.ui.annotation.PolygonBeanBeanInfo
 
PolygonFillStyleEditor - Class in com.cafean.client.ui.annotation
 
PolygonFillStyleEditor() - Constructor for class com.cafean.client.ui.annotation.PolygonFillStyleEditor
 
PolygonInsertHandler - Class in com.cafean.client.ui.tools.insert
 
PolygonInsertHandler(ZoomablePanel, PolygonBean) - Constructor for class com.cafean.client.ui.tools.insert.PolygonInsertHandler
Creates a new mouse handler with the given parent
PolygonPoint - Class in com.cafean.client.ui.annotation
 
PolygonPoint() - Constructor for class com.cafean.client.ui.annotation.PolygonPoint
 
PolygonPoint(int, int) - Constructor for class com.cafean.client.ui.annotation.PolygonPoint
 
PolygonPoint(PolygonPoint) - Constructor for class com.cafean.client.ui.annotation.PolygonPoint
 
PolygonPoint(Point) - Constructor for class com.cafean.client.ui.annotation.PolygonPoint
 
PolygonPointBeanInfo - Class in com.cafean.client.ui.annotation
 
PolygonPointBeanInfo() - Constructor for class com.cafean.client.ui.annotation.PolygonPointBeanInfo
 
popupBeanDataDialog(AbstractComponent, Window, boolean) - Static method in class com.cafean.client.analysis.AbstractBeanComponent
Creates a PropertySetDialog for the given object in the given model or toFront()'s an existing one.
popupBeanDataDialog(Object, AbstractModel, AbstractComponent, Window, boolean) - Static method in class com.cafean.client.analysis.AbstractBeanComponent
Creates a MiniNavigator for the given object in the given model or toFront()'s an existing one.
popupDataDialog() - Method in class com.cafean.client.analysis.GenericObject
Creates a new ComponentView for this object or resets and refreshes this object's current ComponentView.
popupDataDialog(Window, boolean) - Method in class com.cafean.client.analysis.AbstractBeanComponent
Creates a new bean editing dialog for this object or resets and refreshes this object's current editing dialog.
popupDataDialog(Window, boolean) - Method in class com.cafean.client.analysis.AbstractComponent
Creates a new bean editing dialog for this object or resets and refreshes this object's current editing dialog.
popupDataDialog(Window, boolean) - Method in class com.cafean.client.analysis.ConnectionBean
 
popupDataDialog(Window, boolean) - Method in class com.cafean.client.analysis.GenericObject
Creates a new ComponentView for this object or resets and refreshes this object's current ComponentView.
popupDataDialog(Window, boolean) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
 
popupDataDialog(Window, boolean) - Method in class com.cafean.client.analysis.numerics.UserDefinedValue
 
popupDataDialog(Window, boolean) - Method in class com.cafean.client.analysis.ViewComponent
 
popupEditor() - Method in class com.cafean.client.ui.annotation.Annotation
This is used for Annotations to generate their editing dialogs.
popupEditor() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
 
popupEditor() - Method in class com.cafean.client.ui.annotation.ImageAnnotation
 
popupEditor() - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
popupEditor() - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
 
popupEditor() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
popupEditor() - Method in class com.cafean.client.ui.DrawnUserValue
Opens a dialog for editing the properties of this drawing.
popupEditor() - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Opens a dialog for editing the properties of this drawing.
popupEditor() - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Opens a dialog for editing the properties of this drawing.
popupEditor() - Method in class com.cafean.client.values.drawn.DrawnSharedString
Opens a dialog for editing the properties of this drawing.
port - Variable in class com.cafean.jobstream.tracker.ClientRec
The listening port on the client machine.
port - Variable in class com.cafean.jobstream.tracker.JobStreamRec
The Steam Manager listening port,
position - Variable in class com.cafean.utils.Configurator.Table.Column
 
positions - Variable in class com.cafean.CalcServer.command.ViewablePoiRequest
No Documentation Available.
postAttReviewEdit(String, AbstractUndoableEdit) - Method in class com.cafean.client.values.components.AbstractSharedValue
Posts an edit to the model which contains this numeric.
postCategoryComponentsReordered(Category, ArrayList<AbstractComponent>) - Method in interface com.cafean.client.ui.CatReorderListener
Notifies this listener after the component cc's in this category have been reordered.
postEdit(UndoableEdit) - Method in class com.cafean.client.analysis.AbstractModel
Adds the given undoable edit to this model's undo/redo stack.
postEdit(UndoableEdit) - Method in class com.cafean.client.ui.beans.PropertySetPanel
notifies the listener that the given UndoableEdit has should be stored for undo/redo later.
postReadUpdate(AbstractValue) - Static method in class com.cafean.client.values.util.NumericMEDUtil
Adds an AbstractValue to the list of values that should be updated after this model finishes reading.
POUND - com.cafean.client.values.nif.NIFReplacementToken
 
PPNC - Static variable in class com.cafean.h2o.FluidState
 
PPS - Static variable in class com.cafean.h2o.FluidState
 
preCategoryComponentsReordered(Category, ArrayList<AbstractComponent>, CompoundEdit) - Method in interface com.cafean.client.ui.CatReorderListener
Notifies this listener right before the components cc's in this category have been reordered.
Precluded - com.cafean.jobstream.server.components.Status
a task that was excluded from execution because a prerequisite task was excluded
PreferencedTableModel - Class in com.cafean.JobStatus.ui.util
 
PreferencedTableModel() - Constructor for class com.cafean.JobStatus.ui.util.PreferencedTableModel
 
PreferencesDialog - Class in com.cafean.client.ui
This dialog allows the user to edit preference for the general ModelEditor and for each individual plugin.
PreferencesDialog(Frame) - Constructor for class com.cafean.client.ui.PreferencesDialog
Creates new form PreferencesDialog
preferredLayoutSize(Container) - Method in class com.cafean.client.ui.swing.OverlapLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
preferredLayoutSize(Container) - Method in class com.cafean.utils.WrappingFlowLayout
 
prefix - Variable in class com.cafean.rpc.command.VersionRequest
No Documentation Available.
preloadClasses(Configurator) - Static method in class com.cafean.CalcServer.rpc.AbstractServerRequester
performs a set of operations intended to exercise the majority of the network, encryption, and compression logic used by the calculation server RPC logic.
prerequisites - Variable in class com.cafean.CalcServer.command.LaunchJobRequest
The full path to each existing job that this job depends on and should wait for.
PRES - Static variable in class com.cafean.h2o.FluidState
 
PRES - Static variable in class com.cafean.h2o.NewSteamTables
 
preserveInput - Variable in class com.cafean.CalcServer.command.DeleteJobRequest
No Documentation Available.
Pressure - Class in com.cafean.h2o.units
English Units: psi, SI Units: Pa.
Pressure() - Constructor for class com.cafean.h2o.units.Pressure
 
Pressure(double) - Constructor for class com.cafean.h2o.units.Pressure
 
PRESSURE - Static variable in class com.cafean.client.anim.GeneralRange
 
PRESSURE - Static variable in class com.cafean.h2o.ui.JSteamFrame
 
PREVIEW - Variable in class com.cafean.client.io.med.ModelHeaderRec
The raw bite array data that stores the preview icon.
PreviewFrame - Class in com.cafean.moviegen
PreviewFrame determines an application for exporting and previewing a video file from an archive of SVG animation slices.
PreviewFrame() - Constructor for class com.cafean.moviegen.PreviewFrame
Creates new form PreviewFrame
print(Graphics) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
print(Graphics) - Method in class com.cafean.client.ui.annotation.Annotation
 
print(Graphics) - Method in class com.cafean.client.ui.BeanBox
 
print(Graphics) - Method in class com.cafean.client.ui.DrawnComponent
Prints this component.
PrintfFormat - Class in com.cafean.utils
PrintfFormat allows the formatting of an array of objects embedded within a string.
PrintfFormat(String) - Constructor for class com.cafean.utils.PrintfFormat
Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
PrintfFormat(Locale, String) - Constructor for class com.cafean.utils.PrintfFormat
Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
println() - Method in class com.cafean.client.io.StringArrayWriter
 
printVersionInfo() - Static method in class com.cafean.utils.Configurator
Prints the current SNAP and Java version information to STDERR
printView(boolean) - Method in class com.cafean.client.ui.DrawnView
Prints this view
printView(PrintTranscoder, boolean) - Method in class com.cafean.client.ui.DrawnView
Prints this view into the given transcoder.
priority - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
priority - Variable in class com.cafean.CalcServer.command.JobPriorityRequest
No Documentation Available.
priority - Variable in class com.cafean.CalcServer.command.LaunchJobRequest
The priority level that should be used for this job (1-10,12).
PROC_ALL - Static variable in class com.cafean.jobstream.server.components.CustomProcessing
a convenience array of all of the PROC_* execution defines
PROC_CLEANUP - Static variable in class com.cafean.jobstream.server.components.CustomProcessing
commands executed just before the task is deleted
PROC_POST_EXEC - Static variable in class com.cafean.jobstream.server.components.CustomProcessing
commands executed after the execution phase of task execution
PROC_PRE_EXEC - Static variable in class com.cafean.jobstream.server.components.CustomProcessing
commands executed before the execution phase of task execution
PROC_SETUP - Static variable in class com.cafean.jobstream.server.components.CustomProcessing
commands executed before the setup phase of task execution
processArguments(String[], boolean, boolean) - Static method in class com.cafean.client.ui.MainFrame
This is the main function for the ModelEditor.
processBatchFile(String) - Method in class com.cafean.utils.BatchCommandProcessor
Process commands from a batch file.
processChangedLines(int, int) - Method in class com.cafean.JobStatus.OutputViewer.FileDocument
 
processChangedLines(int, int) - Method in class com.cafean.utils.PythonSyntaxDocument
 
processCommand(String) - Method in class com.cafean.client.ui.MainFrame
 
processCommand(String) - Method in class com.cafean.client.utils.pybatch.MEBatchPy4JInterface
Processes the given command
processCommand(String) - Method in class com.cafean.utils.BatchCommandProcessor
 
processCommand(String) - Method in interface com.cafean.utils.BatchProcessor
 
processCommand(ArrayList<String>, String) - Static method in class com.cafean.client.ic.AbstractConditionSetManager
This method processes the ME Batch commands associated with condition sets.
processCommand(Vector) - Method in class com.cafean.client.analysis.AbstractModel
Process a batch command that has been parsed into a vector.
processCommand(Vector) - Method in class com.cafean.client.values.AbstractNumericsModel
 
processCommand(Vector) - Method in class com.cafean.CodePlugins.MEPlugin
Processes the given batch command.
ProcessInputs - com.cafean.CalcServer.util.ExecutionStatus
 
ProcessJobUpdatesRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
ProcessJobUpdatesRequest(CSInterface, Job[]) - Constructor for class com.cafean.JobStatus.ui.csstream.request.ProcessJobUpdatesRequest
 
ProcessOutputs - com.cafean.CalcServer.util.ExecutionStatus
 
processSubSysImportCommand(List<String>) - Static method in class com.cafean.client.integrator.IntegrationCase
Performs a sub-system import using the specified source and target models with the specified sub-systems.
ProcessTaskChangeRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
ProcessTaskChangeRequest(CSInterface, EvtTaskStatusChanged) - Constructor for class com.cafean.JobStatus.ui.csstream.request.ProcessTaskChangeRequest
 
progress(long) - Method in class com.cafean.jobstream.common.util.download.FileProgress
Update the current progress of the file download.
progress(DownloadProgress) - Method in class com.cafean.jobstream.common.util.download.DownloaderBuilder
The display adapter that should be used to display the process of the job stream download.
Progress - Class in com.cafean.jobstream.common.util
The base class for Job Stream progress monitoring.
Progress() - Constructor for class com.cafean.jobstream.common.util.Progress
 
progressClosed(Progress) - Method in class com.cafean.jobstream.common.util.ProgressListener
Indicates that the given progress has been closed
ProgressDialog - Class in com.cafean.moviegen.ui
A dialog indicating progress information.
ProgressDialog(PreviewFrame) - Constructor for class com.cafean.moviegen.ui.ProgressDialog
Creates new form ProgressDialog
ProgressListener - Class in com.cafean.jobstream.common.util
A simple listener for progress events
ProgressListener() - Constructor for class com.cafean.jobstream.common.util.ProgressListener
 
ProgressMon - Class in com.cafean.utils
Wraps a ProgressMonitor, delegating to the progress monitor when used in an interactive mode, or, providing a noop class for batch mode.
ProgressMon() - Constructor for class com.cafean.utils.ProgressMon
Creates a new instance of ProgressMon
ProgressMon(Component, Object, String, int, int) - Constructor for class com.cafean.utils.ProgressMon
Constructs a graphic object that shows progress, typically by filling in a rectangular bar as the process nears completion.
ProjectCellRenderer() - Constructor for class com.cafean.JobStatus.tree.ProjectTree.ProjectCellRenderer
 
ProjectTree - Class in com.cafean.JobStatus.tree
 
ProjectTree(ProjectTreeModel) - Constructor for class com.cafean.JobStatus.tree.ProjectTree
Constructs a tree representing available servers.
ProjectTree.ProjectCellRenderer - Class in com.cafean.JobStatus.tree
An extension of DefaultTreeCellRenderer that sets Icons for specific types of nodes.
ProjectTreeModel - Class in com.cafean.JobStatus.tree
The data model for a @{link JobTable JobTable}.
ProjectTreeModel(List<PlatformDefinition>, ClientTrackerModuleLoader, boolean, boolean, Configurator) - Constructor for class com.cafean.JobStatus.tree.ProjectTreeModel
Creates a new ProjectTreeModel instance.
ProjectTreePopupListener - Class in com.cafean.JobStatus.tree
A project tree pop-up listener that includes all mount, unmount, create, remove and rename functionality appropriate for a project tree in job status.
ProjectTreePopupListener(ProjectTree, Configurator, Window) - Constructor for class com.cafean.JobStatus.tree.ProjectTreePopupListener
Creates a new pop-up listener for use in the given project tree.
ProjectTreePopupListener(ProjectTree, Configurator, Window, JPopupMenu) - Constructor for class com.cafean.JobStatus.tree.ProjectTreePopupListener
Creates a new pop-up listener for use in the given project tree.
PROP_GLOBAL_FILE - Static variable in class com.cafean.config.site.AbstractSiteConfigLoader
 
PROP_LOADER - Static variable in class com.cafean.config.site.AbstractSiteConfigLoader
the name of the system property that contains the site configuration loader class name
prop_name - Variable in class com.cafean.jobstream.tracker.JobStreamPropertyRec
the name of the property
PROP_NAMES - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
PROP_SOCKET_TIMEOUT - Static variable in class com.cafean.JobStatus.StreamConnector
 
PROP_STRINGS - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
prop_value - Variable in class com.cafean.jobstream.tracker.JobStreamPropertyRec
the current value of the property
PROP_VALUES - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
properties - Variable in class com.cafean.snapdx.SNAPDXFileInfo
No Documentation Available.
Property - com.cafean.client.ui.util.search.GSMatchType
 
PropertyActivationTuple - Class in com.cafean.client.ui.beans
A value vs activation Boolean tuple for use in the modification of a property value and it's optional activation Boolean with a single simple PropertySet change,
PropertyActivationTuple(Object, Boolean) - Constructor for class com.cafean.client.ui.beans.PropertyActivationTuple
Create a new tuple with the given value and activation value.
propertyChange(PropertyChangeEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
This method gets called when a bound property is changed.
propertyChange(PropertyChangeEvent) - Method in class com.cafean.client.anim.AbstractVolumeBean
Handle change notifications from the range component.
propertyChange(PropertyChangeEvent) - Method in class com.cafean.client.ui.annotation.LineAnnotationDialog
Responds to property change events to update the preview and the target.
propertyChange(PropertyChangeEvent) - Method in class com.cafean.client.ui.annotation.PolygonBean
Handle change notifications from the range component.
propertyChange(PropertyChangeEvent) - Method in class com.cafean.client.ui.beans.PropertySet
Refreshes this PropertySet based on property changed events from target objects of type Component.
propertyChange(PropertyChangeEvent) - Method in class com.cafean.client.ui.DrawnUserValueDialog
 
propertyChange(PropertyChangeEvent) - Method in class com.cafean.client.ui.pview.PropertyPanel
PropertyChangeListener interface method.
propertyChange(PropertyChangeEvent) - Method in class com.cafean.client.values.drawn.DrawnSharedValueDialog
 
PropertyContext - Class in com.cafean.client.validation
A simple export context that allows the corresponding component to be selected in the Navigator and the property to be selected in the main properties view.
PropertyContext(AbstractComponent, String) - Constructor for class com.cafean.client.validation.PropertyContext
Creates a new property context for the given component and property.
PropertyContextType - Class in com.cafean.client.validation
This class is used to link exported properties to the UI element that export context should navigate to.
PropertyContextType(String, boolean) - Constructor for class com.cafean.client.validation.PropertyContextType
 
PropertyController - Interface in com.cafean.client.ui.beans
An interface describing an object that has methods to determine if one of its properties is enabled or disabled, and optional or required at the current moment.
PropertyDescriptorCache - Class in com.cafean.client.mdocs
 
PropertyDescriptorCache(AbstractModel) - Constructor for class com.cafean.client.mdocs.PropertyDescriptorCache
 
PropertyEditorPanelSupport - Class in com.cafean.client.ui.beans
Abstract Bean property editor containing a JPanel with a label and a button.
PropertyEditorPanelSupport() - Constructor for class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Creates new form PropertyEditorPanelSupport
PropertyPanel - Class in com.cafean.client.ui.pview
A panel representing a single property in a GroupPanel.
PropertyPanel(GroupPanel, PropertyDescriptor) - Constructor for class com.cafean.client.ui.pview.PropertyPanel
Creates new PropertyPanel representing the given property in the given GroupPanel.
PropertySet - Class in com.cafean.client.ui.beans
PropertySet is a synchronized container of a set of Java Beans with accessors and filters for their properties.
PropertySet(PropertySetPanel) - Constructor for class com.cafean.client.ui.beans.PropertySet
Creates a new PropertySet with the given owner.
PropertySet.PropertySetListener - Interface in com.cafean.client.ui.beans
 
propertySetChanged() - Method in class com.cafean.client.ui.beans.GenericPropSetArrayDialog
Updates this listener based on the fact that the PropertySet has changed.
propertySetChanged() - Method in interface com.cafean.client.ui.pview.PropertySetListener
Updates this listener based on the fact that the PropertySet has changed.
propertySetChanged(PropertySetChangeEvent) - Method in class com.cafean.client.ui.pview.GroupPanel
 
propertySetChanged(PropertySetChangeEvent) - Method in interface com.cafean.client.ui.pview.PropertySetListener
Updates this listener based on the fact that the PropertySet has changed.
PropertySetChangeEvent - Class in com.cafean.client.ui.pview
An event encapsulating the source and circumstances of a given PropertySet change.
PropertySetChangeEvent(boolean) - Constructor for class com.cafean.client.ui.pview.PropertySetChangeEvent
Creates a new change event
PropertySetDialog - Class in com.cafean.client.ui.beans
A specialized container for a PropertySetPanel used for editing single AbstractComponents via thier Properties menu item or for direct use by the Navigator when using the Properties View positon Separate Window.
PropertySetDialog(Dialog, boolean) - Constructor for class com.cafean.client.ui.beans.PropertySetDialog
Creates new form PropertySetDialog
PropertySetDialog(Frame, boolean) - Constructor for class com.cafean.client.ui.beans.PropertySetDialog
Creates new form PropertySetDialog
PropertySetListener - Interface in com.cafean.client.ui.pview
A listener for changes in a PropertySet including but not limited to: properties of it's targets, and the targets themselves.
PropertySetModalDialog - Class in com.cafean.client.ui.beans
This dialog is a modal dialog for editing ComponentElements.
PropertySetModalDialog(Dialog, ComponentElement) - Constructor for class com.cafean.client.ui.beans.PropertySetModalDialog
Creates new form PropertySetDialog
PropertySetModalDialog(Frame, ComponentElement) - Constructor for class com.cafean.client.ui.beans.PropertySetModalDialog
Creates new form PropertySetDialog
PropertySetPanel - Class in com.cafean.client.ui.beans
A container for GroupPanel instances used to display the properties and values available in a PropertySet.
PropertySetPanel() - Constructor for class com.cafean.client.ui.beans.PropertySetPanel
Creates new form PropertySetPanel
psat() - Method in class com.cafean.h2o.IFC1967
 
psat() - Method in class com.cafean.h2o.Steam
 
psat(double) - Static method in class com.cafean.h2o.IFC1967
 
psat(double) - Static method in class com.cafean.h2o.Steam
 
PSAT - Static variable in class com.cafean.h2o.FluidState
 
PSAT - Static variable in class com.cafean.h2o.NewSteamTables
 
PseudoMultiTable - Class in com.cafean.document.notebook.components
A PseudoMultiTable is an OdfTable extension that displays several PseudoSubTables.
PseudoMultiTable(ExportableTextDocument, AbstractNotebookExporter, String, int, PseudoSubTable...) - Constructor for class com.cafean.document.notebook.components.PseudoMultiTable
Creates a new instance from the given sub-tables.
PseudoSubTable - Class in com.cafean.document.notebook.components
This class is a named CTable1D wrapper used to represent a sub-table in a PseudoMultiTable.
PseudoSubTable(String, CTable1D, int...) - Constructor for class com.cafean.document.notebook.components.PseudoSubTable
Instantiates the sub-table.
PseudoTableBorder - Class in com.cafean.client.ui.pview
A border used to give the appearance of a JTable grid.
PseudoTableBorder() - Constructor for class com.cafean.client.ui.pview.PseudoTableBorder
Creates a new border painting all borders
PseudoTableBorder(boolean, boolean, boolean, boolean) - Constructor for class com.cafean.client.ui.pview.PseudoTableBorder
Creates a new border.
PseudoTableBorder(boolean, boolean, boolean, boolean, Color) - Constructor for class com.cafean.client.ui.pview.PseudoTableBorder
Creates a new border.
PseudoTableBorder(boolean, boolean, boolean, boolean, Color, Insets) - Constructor for class com.cafean.client.ui.pview.PseudoTableBorder
Creates a new border.
PseudoTableBorder(boolean, boolean, boolean, boolean, Insets) - Constructor for class com.cafean.client.ui.pview.PseudoTableBorder
Creates a new border.
psi0(double) - Method in class com.cafean.h2o.NewSteamTables
 
psi1(double) - Method in class com.cafean.h2o.NewSteamTables
 
PushUpdateThread - Class in com.cafean.client.anim
An encapsulated Timer class that includes different play modes and a delay.
PushUpdateThread(SourceManager) - Constructor for class com.cafean.client.anim.PushUpdateThread
Creates a new instance of UpdateThread
put(Object, Object) - Method in class com.cafean.utils.RptDoc.OrderedHashtable
 
put(String, double) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
stores the given value with the given name
put(String, double[]) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
Stores the given array of values with the given name.
put(String, double[][]) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
Stores the given 2D array of values with the given name.
put(String, float[]) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
Stores the given array of values with the given name.
put(String, float[][]) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
Stores the given 2D array of values with the given name.
put(String, Object) - Method in class com.cafean.client.values.util.ReportParams
 
putVariable(String, MXArray) - Method in class com.cafean.client.values.util.matlab.Engine
 
PythonSyntaxDocument - Class in com.cafean.utils
 
PythonSyntaxDocument() - Constructor for class com.cafean.utils.PythonSyntaxDocument
 

Q

QUAL - Static variable in class com.cafean.h2o.FluidState
 
QUAL - Static variable in class com.cafean.h2o.NewSteamTables
 
QUALA - Static variable in class com.cafean.h2o.FluidState
 
QUALITY - Static variable in class com.cafean.client.anim.GeneralRange
 
QUALITY - Static variable in class com.cafean.h2o.ui.JSteamFrame
 
queueCallbackNotification(PibBlock) - Method in class com.cafean.rpc.RPCResponder
Adds the given event to the output queue for transmission to the client via the registered clientCallback interface.
queueChanged() - Method in interface com.cafean.JobStatus.ui.queue.QueueListener
 
Queued - com.cafean.jobstream.server.components.Status
a task that has been submitted to the queuing system but has not connected to the stream manager
QueueDisplayDialog - Class in com.cafean.JobStatus.ui.queue
 
QueueDisplayDialog(Frame, BackgroundQueue) - Constructor for class com.cafean.JobStatus.ui.queue.QueueDisplayDialog
Creates new form QueueDisplayDialog
QueueEntry - Class in com.cafean.JobStatus.ui.queue
 
QueueEntry(BackgroundQueue, String) - Constructor for class com.cafean.JobStatus.ui.queue.QueueEntry
 
QueueListener - Interface in com.cafean.JobStatus.ui.queue
 
queueNotification(PibBlock) - Method in class com.cafean.CalcServer.jobrpc.JobRPCCallbackNotifier
the notification queue is not supported by this callback notifier.
queueNotification(PibBlock) - Method in class com.cafean.rpc.CallbackNotifier
Adds the given message to the queue of notifications that will be sent via the callback interface
queueStarted() - Method in interface com.cafean.JobStatus.ui.queue.QueueListener
 
queueStopped() - Method in interface com.cafean.JobStatus.ui.queue.QueueListener
 
QuickNote - Class in com.cafean.client.mdocs
 
QuickNote() - Constructor for class com.cafean.client.mdocs.QuickNote
Creates a new instance of QuickNote
QuickNoteBeanInfo - Class in com.cafean.client.mdocs
 
QuickNoteBeanInfo() - Constructor for class com.cafean.client.mdocs.QuickNoteBeanInfo
 
Quicktime - Class in com.cafean.moviegen.support
Provides MovieGenerator support for the Apple Quicktime video format.
Quicktime() - Constructor for class com.cafean.moviegen.support.Quicktime
 
QuitDialog - Class in com.cafean.client.ui
 
QuitDialog(Frame, boolean) - Constructor for class com.cafean.client.ui.QuitDialog
 
QuitDialog(Frame, String, boolean) - Constructor for class com.cafean.client.ui.QuitDialog
 

R

raFile - Variable in class com.cafean.CalcServer.command.CommandFile_file
 
raFile - Variable in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
 
raFile - Variable in class com.cafean.client.integrator.components.SubSystemIntegration_file
 
raFile - Variable in class com.cafean.client.io.med.MED_file
 
raFile - Variable in class com.cafean.client.rpc.command.ModelEditorCommand_file
 
raFile - Variable in class com.cafean.client.values.components.CNL_LIBRARY_file
 
raFile - Variable in class com.cafean.config.rpc.command.ConfigToolCommand_file
 
raFile - Variable in class com.cafean.h2o.utils.NewStreadTest
 
raFile - Variable in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
 
raFile - Variable in class com.cafean.rpc.command.RPC_file
 
raFile - Variable in class com.cafean.snapdx.SNAPDataExchange_file
 
raiseWindow() - Method in class com.cafean.utils.AcGraceIntf
Requests that aptplot come to the foreground
RandomAccessByteFile - Class in com.cafean.utils
A specialized random access file that caches the entire contents of files opened exclusively for read-only access up to a certain size.
RandomAccessByteFile(File, String) - Constructor for class com.cafean.utils.RandomAccessByteFile
 
RandomAccessByteFile(String, String) - Constructor for class com.cafean.utils.RandomAccessByteFile
 
rangeCheck(double, double, double, String) - Method in class com.cafean.client.analysis.GenericObject
Checks whether the given value i is within the range specified by the min and max.
rangeCheck(double, double, double, String, boolean) - Method in class com.cafean.client.analysis.GenericObject
Checks whether the given value i is within the range specified by the min and max.
rangeCheck(double, double, String, boolean) - Method in class com.cafean.client.values.components.AbstractCReal
Returns true if the local value field falls within the given range.
rangeCheck(double, double, String, boolean) - Method in class com.cafean.client.values.components.CReal
Returns true if the local value field of the falls within the given range.
rangeCheck(double, double, String, boolean, int, boolean) - Method in class com.cafean.client.values.components.AbstractCReal
Checks to see if the local value falls within the given range.
rangeCheck(float, float, float, String) - Method in class com.cafean.client.analysis.GenericObject
Checks whether the given value i is within the range specified by the min and max.
rangeCheck(float, float, float, String, boolean) - Method in class com.cafean.client.analysis.GenericObject
Checks whether the given value i is within the range specified by the min and max.
rangeCheck(int, int, int, String) - Method in class com.cafean.client.analysis.GenericObject
Checks whether the given value i is within the range specified by the min and max.
rangeCheck(int, int, int, String, boolean) - Method in class com.cafean.client.analysis.GenericObject
Checks whether the given value i is within the range specified by the min and max.
rangeCheck(int, int, String, boolean) - Method in class com.cafean.client.values.components.AbstractCInteger
Determines if the local value field falls within the given range.
rangeCheck(int, int, String, boolean) - Method in class com.cafean.client.values.components.CInteger
Returns true if the local value field of the falls within the given range.
rangeCheck(Int, int, int, String) - Method in class com.cafean.client.analysis.GenericObject
Checks whether the given value i is within the range specified by the min and max.
rangeCheck(Int, int, int, String, boolean) - Method in class com.cafean.client.analysis.GenericObject
Checks whether the given value i is within the range specified by the min and max.
rangeCheck(Real, double, double, String) - Method in class com.cafean.client.analysis.GenericObject
Checks whether the given value i is within the range specified by the min and max.
rangeCheck(Real, double, double, String, boolean) - Method in class com.cafean.client.analysis.GenericObject
Checks whether the given value r is within the range specified by the min and max.
rangeCheck(Object, double, double, double, String) - Static method in class com.cafean.client.ui.beans.PibVerify
check whether the object in the first arg is "known" and within the range specified by the 2nd and 3rd args
rangeCheck(Object, double, double, double, String, boolean) - Static method in class com.cafean.client.ui.beans.PibVerify
check whether the object in the first arg is "known" and within the range specified by the 2nd and 3rd args
rangeCheck(Object, float, float, float, String) - Method in class com.cafean.client.ui.beans.PibVerify
check whether the object in the first arg is "known" and within the range specified by the 2nd and 3rd args
rangeCheck(Object, float, float, float, String, boolean) - Static method in class com.cafean.client.ui.beans.PibVerify
check whether the object in the first arg is "known" and within the range specified by the 2nd and 3rd args
rangeCheck(Object, int, int, int, String) - Static method in class com.cafean.client.ui.beans.PibVerify
check whether the object in the first arg is "known" and within the range specified by the 2nd and 3rd args
rangeCheck(Object, int, int, int, String, boolean) - Static method in class com.cafean.client.ui.beans.PibVerify
check whether the object in the first arg is "known" and within the range specified by the 2nd and 3rd args
rangeCheck(Object, Int, int, int, String) - Static method in class com.cafean.client.ui.beans.PibVerify
check whether the object in the first arg is "known" and within the range specified by the 2nd and 3rd args
rangeCheck(Object, Int, int, int, String, boolean) - Static method in class com.cafean.client.ui.beans.PibVerify
check whether the object in the first arg is "known" and within the range specified by the 2nd and 3rd args
rangeCheck(Object, Real, double, double, String) - Static method in class com.cafean.client.ui.beans.PibVerify
check whether the object in the first arg is "known" and within the range specified by the 2nd and 3rd args
rangeCheck(Object, Real, double, double, String, boolean) - Static method in class com.cafean.client.ui.beans.PibVerify
check whether the object in the first arg is "known" and within the range specified by the 2nd and 3rd args
RangeCreator - Class in com.cafean.client.anim
This implementation of ComponentCreator allows the user to add a new control system element to the model.
RangeCreator() - Constructor for class com.cafean.client.anim.RangeCreator
Creates a new instance of ControlCreator that defaults to MODE_FULL.
RangeCreator(int) - Constructor for class com.cafean.client.anim.RangeCreator
Creates a new instance of ControlCreator with the given mode.
RAW - Static variable in class com.cafean.moviegen.support.AbstractVideoType
Constants which define the type of encoding available for the video type.
read() - Static method in class com.cafean.JobStatus.AnimationOverrideList
Reads a AnimationOverrideList from the given file using java XML serialization
read() - Method in class com.cafean.jobstream.common.components.io.FileTypeLoader
reads the FileTypes available in the SNAP plugins folder
read() - Method in class com.cafean.utils.RandomAccessByteFile
 
read(byte[]) - Method in class com.cafean.utils.RandomAccessByteFile
 
read(byte[], int, int) - Method in class com.cafean.utils.RandomAccessByteFile
 
read(PlatformProperties, Attributes) - Method in class com.cafean.jobstream.server.components.io.PlatformPropsReader
 
read(BufferedReader, AbstractNumericsModel, NIFBlockingDialog, NumericsImportReport) - Static method in class com.cafean.client.values.nif.NumericsImporter
 
read(DataInputStream) - Method in class com.apt.xdr.MdBoolArray
Read a multidimensional array from a byte array.
read(DataInputStream) - Method in class com.apt.xdr.MdDblArray
Read a multidimensional array from a byte array.
read(DataInputStream) - Method in class com.apt.xdr.MdFltArray
Read a multidimensional array from a byte array.
read(DataInputStream) - Method in class com.apt.xdr.MdIntArray
Read a multidimensional array from a byte array.
read(DataInputStream) - Method in class com.apt.xdr.MultiDimArray
 
read(DataInputStream) - Static method in class com.cafean.jobstream.tracker.CallbackRec
 
read(InputStream) - Method in class com.cafean.jobstream.common.components.io.FileTypeReader
 
read(RandomAccessFile) - Method in class com.apt.xdr.MdBoolArray
Read a multidimensional array from an XDR file.
read(RandomAccessFile) - Method in class com.apt.xdr.MdDblArray
Read a multidimensional array from an XDR file.
read(RandomAccessFile) - Method in class com.apt.xdr.MdFltArray
Read a multidimensional array from an XDR file.
read(RandomAccessFile) - Method in class com.apt.xdr.MdIntArray
Read a multidimensional array from an XDR file.
read(RandomAccessFile) - Method in class com.apt.xdr.MultiDimArray
 
read(Buffer) - Method in class com.cafean.moviegen.ZipSourceStream
Reads a media chunk into the provided buffer.
read(Element) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Reads the contents of this application definition from the given XML DOM tree "application" Element.
read(Element) - Method in class com.cafean.jobstream.common.components.ApplicationInput
Reads the contents of this application input from the given DOM tree element.
read(Element) - Method in class com.cafean.jobstream.common.components.ApplicationOutput
Reads the contents of this application output from the given DOM tree element.
read(Element) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Reads the contents of this platform definition from the given DOM tree element.
readAlProps(PibFile) - Method in class com.cafean.client.analysis.AbstractComponent
Read a the Attribute Level Documentation and Ownership data from a file.
readAlProps(DataInputStream) - Method in class com.cafean.client.analysis.AbstractComponent
Read the Attribute Level Documentation and Ownership data from a compressed data stream.
readAnnotationArray(byte[], AbstractModel) - Method in class com.cafean.client.analysis.ViewComponent
Retrieves all of the Annotations from an XML encoded byte array of annotations, and adds them to this ViewComponent.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.ConnectionInfo
Read an array of the ConnectionInfo data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.DataChannel
Read an array of the DataChannel data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.FileEntry
Read an array of the FileEntry data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.Folder
Read an array of the Folder data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.FolderEntry
Read an array of the FolderEntry data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.InteractiveVariable
Read an array of the InteractiveVariable data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.Job
Read an array of the Job data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.JobFilesEntry
Read an array of the JobFilesEntry data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.JobFilesList
Read an array of the JobFilesList data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.Keyword
Read an array of the Keyword data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.String16
Read an array of the String16 data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.command.ViewableFile
Read an array of the ViewableFile data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Read an array of the JDataChannel data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Read an array of the JInteractiveVariable data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.CalcServer.jobrpc.command.JString16
Read an array of the JString16 data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.integrator.components.IntegrationDefinition
Read an array of the IntegrationDefinition data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.io.med.Attribute
Read an array of the Attribute data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.io.med.DrawnConnLine
Read an array of the DrawnConnLine data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.io.med.FontRec
Read an array of the FontRec data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.io.med.String16
Read an array of the String16 data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.mdocs.ALDocRef
Read an array of the ALDocRef data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.mdocs.ALOwnership
Read an array of the ALOwnership data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.values.components.AbstractCBoolean
Read an array of the CBoolean data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.values.components.AbstractCInteger
Read an array of the CInteger data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.values.components.AttribProps
Read an array of the AttribProps data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.values.components.CBoolean_E
Read an array of the CBoolean data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.values.components.CBoolean
Read an array of the CBoolean data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.values.components.CInteger_E
Read an array of the CInteger data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.values.components.CInteger
Read an array of the CInteger data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.values.components.CString
Read an array of the CString data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.values.components.EnumEntry
Read an array of the EnumEntry data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.client.values.components.ExternFunction
Read an array of the ExternFunction data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.snapdx.SDXElement
Read an array of the SDXElement data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.snapdx.SDXIntegerArrayValue
Read an array of the SDXIntegerArrayValue data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.snapdx.SDXIntegerValue
Read an array of the SDXIntegerValue data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.snapdx.SDXRealArrayValue
Read an array of the SDXRealArrayValue data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.snapdx.SDXRealValue
Read an array of the SDXRealValue data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.snapdx.SDXStringArrayValue
Read an array of the SDXStringArrayValue data blocks from a file.
readArray(PibFile) - Static method in class com.cafean.snapdx.SDXStringValue
Read an array of the SDXStringValue data blocks from a file.
readArray(PibFile, ComponentElement) - Static method in class com.cafean.client.values.components.NumericsTableColumn
Read an array of the NumericsTableColumn data blocks from a file.
readArray(PibFile, CReal_E) - Static method in class com.cafean.client.values.components.CReal_E
Read an array of the CReal data blocks from a file.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.ConnectionInfo
Read an array of the ConnectionInfo data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.DataChannel
Read an array of the DataChannel data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.FileEntry
Read an array of the FileEntry data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.Folder
Read an array of the Folder data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.FolderEntry
Read an array of the FolderEntry data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.InteractiveVariable
Read an array of the InteractiveVariable data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.Job
Read an array of the Job data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.JobFilesEntry
Read an array of the JobFilesEntry data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.JobFilesList
Read an array of the JobFilesList data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.Keyword
Read an array of the Keyword data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.String16
Read an array of the String16 data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.command.ViewableFile
Read an array of the ViewableFile data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Read an array of the JDataChannel data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Read an array of the JInteractiveVariable data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.CalcServer.jobrpc.command.JString16
Read an array of the JString16 data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.client.integrator.components.IntegrationDefinition
Read an array of the IntegrationDefinition data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.client.io.med.DrawnConnLine
Read an array of the DrawnConnLine data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.client.io.med.FontRec
Read an array of the FontRec data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.client.io.med.String16
Read an array of the String16 data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.client.mdocs.ALDocRef
Read an array of the ALDocRef data blocks from a DataInputStream.
readArray(DataInputStream) - Static method in class com.cafean.client.mdocs.ALOwnership
Read an array of the ALOwnership data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.client.values.components.AbstractCBoolean
Read an array of the CBoolean data blocks from a file.
readArray(DataInputStream) - Static method in class com.cafean.client.values.components.CBoolean
Read an array of the CBoolean data blocks from a file.
readArray(DataInputStream) - Static method in class com.cafean.client.values.components.CInteger
Read an array of the CInteger data blocks from a DataInputStream.
readArray(DataInputStream) - Static method in class com.cafean.client.values.components.CString
Read an array of the CString data blocks from a DataInputStream.
readArray(DataInputStream) - Static method in class com.cafean.client.values.components.EnumEntry
 
readArray(DataInputStream) - Static method in class com.cafean.snapdx.SDXElement
Read an array of the SDXElement data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.snapdx.SDXIntegerArrayValue
Read an array of the SDXIntegerArrayValue data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.snapdx.SDXIntegerValue
Read an array of the SDXIntegerValue data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.snapdx.SDXRealArrayValue
Read an array of the SDXRealArrayValue data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.snapdx.SDXRealValue
Read an array of the SDXRealValue data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.snapdx.SDXStringArrayValue
Read an array of the SDXStringArrayValue data blocks from a compressed data stream.
readArray(DataInputStream) - Static method in class com.cafean.snapdx.SDXStringValue
Read an array of the SDXStringValue data blocks from a compressed data stream.
readArray(DataInputStream, ComponentElement) - Static method in class com.cafean.client.values.components.NumericsTableColumn
Read an array of the NumericsTableColumn data blocks from a file.
readArray(DataInputStream, CReal) - Static method in class com.cafean.client.values.components.AbstractCReal
Read an array of the CReal data blocks from a DataInputStream.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Read an instance of the ConnectionInfo data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.DataChannel
Read an instance of the DataChannel data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.FileEntry
Read an instance of the FileEntry data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.Folder
Read an instance of the Folder data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.FolderEntry
Read an instance of the FolderEntry data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Read an instance of the InteractiveVariable data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.Job
Read an instance of the Job data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Read an instance of the JobFilesEntry data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.JobFilesList
Read an instance of the JobFilesList data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.Keyword
Read an instance of the Keyword data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.String16
Read an instance of the String16 data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.command.ViewableFile
Read an instance of the ViewableFile data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Read an instance of the JDataChannel data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Read an instance of the JInteractiveVariable data block from a file.
readBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Read an instance of the JString16 data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.analysis.AbstractConnectionList
A stub method implemented here to allow AbstractConnectionList objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
readBlock(PibFile) - Method in class com.cafean.client.analysis.ElementBean
A stub method implemented here to allow ElementBean objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
readBlock(PibFile) - Method in class com.cafean.client.analysis.RealBean
 
readBlock(PibFile) - Method in class com.cafean.client.analysis.Table1D
 
readBlock(PibFile) - Method in class com.cafean.client.analysis.TableND
 
readBlock(PibFile) - Method in class com.cafean.client.analysis.ValidationOptions
Simple readBlock added so that ValidationOptions can be subblocks.
readBlock(PibFile) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Read an instance of the IntegrationDefinition data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.io.med.Attribute
Read an instance of the Attribute data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.io.med.DrawnConnLine
Read an instance of the DrawnConnLine data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.io.med.FontRec
Read an instance of the FontRec data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.io.med.String16
Read an instance of the String16 data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.mdocs.ALDocRef
Read an instance of the ALDocRef data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.mdocs.ALOwnership
Read an instance of the ALOwnership data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.AbstractCBoolean
Read an instance of the CBoolean data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.AbstractCInteger
Read an instance of the CInteger data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.AbstractCReal
Read an instance of the CReal data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.AbstractCString
 
readBlock(PibFile) - Method in class com.cafean.client.values.components.AttribProps
Read an instance of the AttribProps data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.CBoolean_E
Read an instance of the CBoolean data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.CBoolean
Read an instance of the CBoolean data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.CInteger_E
Read an instance of the CInteger data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.CInteger
Read an instance of the CInteger data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.CReal_E
Read an instance of the CReal data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.CReal
Read an instance of the CReal data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.CString
Read an instance of the CString data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.CTable1D
 
readBlock(PibFile) - Method in class com.cafean.client.values.components.CTableND
 
readBlock(PibFile) - Method in class com.cafean.client.values.components.EnumEntry
Read an instance of the EnumEntry data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.ExternFunction
Read an instance of the ExternFunction data block from a file.
readBlock(PibFile) - Method in class com.cafean.client.values.components.NumericsTableColumn
Read an instance of the NumericsTableColumn data block from a file.
readBlock(PibFile) - Method in class com.cafean.snapdx.SDXElement
Read an instance of the SDXElement data block from a file.
readBlock(PibFile) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Read an instance of the SDXIntegerArrayValue data block from a file.
readBlock(PibFile) - Method in class com.cafean.snapdx.SDXIntegerValue
Read an instance of the SDXIntegerValue data block from a file.
readBlock(PibFile) - Method in class com.cafean.snapdx.SDXRealArrayValue
Read an instance of the SDXRealArrayValue data block from a file.
readBlock(PibFile) - Method in class com.cafean.snapdx.SDXRealValue
Read an instance of the SDXRealValue data block from a file.
readBlock(PibFile) - Method in class com.cafean.snapdx.SDXStringArrayValue
Read an instance of the SDXStringArrayValue data block from a file.
readBlock(PibFile) - Method in class com.cafean.snapdx.SDXStringValue
Read an instance of the SDXStringValue data block from a file.
readBlock(PibFile, int[]) - Method in interface com.apt.xdr.PibBlock
Read an instance of the data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Read an instance of the ActivityNoticeRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Read an instance of the CanCreateDemuxRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Read an instance of the ConsoleOutputRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Read an instance of the CreateDemuxDataRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Read an instance of the CreateFolderRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Read an instance of the DataChannelsRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Read an instance of the DeleteJobRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Read an instance of the DeleteJobResponse data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Read an instance of the DemuxDataRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Read an instance of the EvtCommandDelivered data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Read an instance of the EvtConsoleOutput data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Read an instance of the EvtEndTimeChanged data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.EvtJobAdded
Read an instance of the EvtJobAdded data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Read an instance of the EvtJobRemoved data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Read an instance of the EvtLogOutput data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Read an instance of the EvtStatusTriggered data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Read an instance of the EvtTaskStatusChanged data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.FileRequest
Read an instance of the FileRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Read an instance of the FileRequestResponse data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.FilesListRequest
Read an instance of the FilesListRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Read an instance of the FindStreamsRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Read an instance of the FolderContentsRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Read an instance of the FolderLocationRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Read an instance of the FolderTreeRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Read an instance of the GetFileCancelRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Read an instance of the GetFileContentsRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.GetFileRequest
Read an instance of the GetFileRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.GetFileResponse
Read an instance of the GetFileResponse data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Read an instance of the GetJobInfoRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Read an instance of the GetMessagesRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Read an instance of the HasDemuxRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Read an instance of the IncrementTimeslice data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Read an instance of the InteractCommandRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Read an instance of the InteractiveVarsRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Read an instance of the JobFilesRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Read an instance of the JobLocationRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Read an instance of the JobPriorityRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.JobRPCRequest
Read an instance of the JobRPCRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.JobSet
Read an instance of the JobSet data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Read an instance of the LaunchJobRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.LoadJobRequest
Read an instance of the LoadJobRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Read an instance of the LoadMuxChannelsRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.LogOutputRequest
Read an instance of the LogOutputRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Read an instance of the MountFolderRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Read an instance of the MuxDataRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Read an instance of the NotificationsRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Read an instance of the ReleaseJobRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Read an instance of the RemoveFolderRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Read an instance of the RenameFolderRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Read an instance of the RestartDataRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Read an instance of the RestartInfoRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Read an instance of the SendFileCancelRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Read an instance of the SendFileContentsRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.SendFileRequest
Read an instance of the SendFileRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Read an instance of the ServerStatusRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Read an instance of the SetMuxTimeRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.ShutdownRequest
Read an instance of the ShutdownRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Read an instance of the StatusTriggerRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Read an instance of the TerminateRunRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Read an instance of the UnitCodeRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Read an instance of the UnitCodeResponse data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Read an instance of the UnloadJobRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Read an instance of the UnMountFolderRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Read an instance of the ViewableFileBlockRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Read an instance of the ViewableFileLenRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Read an instance of the ViewableFileOpenRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Read an instance of the ViewableFilesRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Read an instance of the ViewablePoiRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Read an instance of the ViewableSearchRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Read an instance of the JConsoleRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Read an instance of the JDataChannelsRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Read an instance of the JEvtCommandDelivered data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Read an instance of the JEvtConsoleOutput data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Read an instance of the JEvtEndTimeChanged data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Read an instance of the JEvtEvaluationChanged data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Read an instance of the JEvtLogOutput data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Read an instance of the JEvtStatusChanged data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Read an instance of the JEvtTaskStatusChanged data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Read an instance of the JFileRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Read an instance of the JInteractCommandRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Read an instance of the JInteractiveVarsRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Read an instance of the JLoadMuxChannelsRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Read an instance of the JLogRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Read an instance of the JMuxDataRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Read an instance of the JRestartDataRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Read an instance of the JRestartInfoRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Read an instance of the JSetMuxTimeRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Read an instance of the JShutdownRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Read an instance of the JTaskStatusRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Read an instance of the JTerminateRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Read an instance of the JTimestepIncrRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Read an instance of the JUnitCodeRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Read an instance of the AbstractIntegrationCase data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Read an instance of the DrawnAnnotationRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.DrawnComponentRec
Read an instance of the DrawnComponentRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Read an instance of the DrawnDisplayBeanRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Read an instance of the DrawnDisplayElementRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Read an instance of the DrawnImageAnnotationRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.DrawnLayerRec
Read an instance of the DrawnLayerRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.DrawnNumericRec
Read an instance of the DrawnNumericRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Read an instance of the DrawnVisualGroupRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Read an instance of the _MedVerInfo_ data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.ModelHeaderRec
Read an instance of the ModelHeaderRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.Plugin
Read an instance of the Plugin data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.UserConstantRec
Read an instance of the UserConstantRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.UserFunctionRec
Read an instance of the UserFunctionRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.UserVariableRec
Read an instance of the UserVariableRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.io.med.ViewCompRec
Read an instance of the ViewCompRec data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.rpc.command.ActivateRequest
Read an instance of the ActivateRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Read an instance of the AnimateJobRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.rpc.command.ModelListRequest
Read an instance of the ModelListRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.rpc.command.ModelListResponse
Read an instance of the ModelListResponse data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Read an instance of the AbstractFunctionCatProps data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.values.components.AbstractSharedValue
 
readBlock(PibFile, int[]) - Method in class com.cafean.client.values.components.NumericsCatProps
Read an instance of the NumericsCatProps data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.values.components.SharedBoolean
Read an instance of the SharedBoolean data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.values.components.SharedFunction
Read an instance of the SharedFunction data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.values.components.SharedInteger
Read an instance of the SharedInteger data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.values.components.SharedReal
Read an instance of the SharedReal data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.client.values.components.SharedString
 
readBlock(PibFile, int[]) - Method in class com.cafean.client.values.components.SharedTable
Read an instance of the SharedTable data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.config.rpc.command.ActivateRequest
Read an instance of the ActivateRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Read an instance of the SelectAreaRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Read an instance of the ActivateRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Read an instance of the OpenConsoleRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Read an instance of the SelectJobRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.rpc.command.CallbackAuthorization
Read an instance of the CallbackAuthorization data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.rpc.command.CallbackAuthRequest
Read an instance of the CallbackAuthRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.rpc.command.CallbackContext
Read an instance of the CallbackContext data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.rpc.command.Ping
Read an instance of the Ping data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.rpc.command.VersionRequest
Read an instance of the VersionRequest data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Read an instance of the SNAPDXFileInfo data block from a file.
readBlock(PibFile, int[]) - Method in class com.cafean.snapdx.SNAPDXRecord
Read an instance of the SNAPDXRecord data block from a file.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Read an instance of the ConnectionInfo data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.DataChannel
Read an instance of the DataChannel data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.FileEntry
Read an instance of the FileEntry data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.Folder
Read an instance of the Folder data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.FolderEntry
Read an instance of the FolderEntry data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Read an instance of the InteractiveVariable data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.Job
Read an instance of the Job data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Read an instance of the JobFilesEntry data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.JobFilesList
Read an instance of the JobFilesList data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.Keyword
Read an instance of the Keyword data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.String16
Read an instance of the String16 data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.command.ViewableFile
Read an instance of the ViewableFile data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Read an instance of the JDataChannel data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Read an instance of the JInteractiveVariable data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Read an instance of the JString16 data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Read an instance of the IntegrationDefinition data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.io.med.Attribute
Read an instance of the Attribute data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.io.med.DrawnConnLine
Read an instance of the DrawnConnLine data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.io.med.FontRec
Read an instance of the FontRec data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.io.med.String16
Read an instance of the String16 data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.mdocs.ALDocRef
Read an instance of the ALDocRef data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.mdocs.ALOwnership
Read an instance of the ALOwnership data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.AbstractCBoolean
Read an instance of the CBoolean data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.AbstractCInteger
Read an instance of the CInteger data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.AbstractCReal
Read an instance of the CReal data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.AbstractCString
 
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.AttribProps
Read an instance of the AttribProps data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.CBoolean_E
Read an instance of the CBoolean data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.CBoolean
Read an instance of the CBoolean data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.CInteger_E
Read an instance of the CInteger data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.CInteger
Read an instance of the CInteger data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.CReal_E
Read an instance of the CReal_E data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.CReal
Read an instance of the CReal data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.CString
Read an instance of the CString data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.EnumEntry
Read an instance of the EnumEntry data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.ExternFunction
Read an instance of the ExternFunction data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.client.values.components.NumericsTableColumn
Read an instance of the NumericsTableColumn data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.snapdx.SDXElement
Read an instance of the SDXElement data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Read an instance of the SDXIntegerArrayValue data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.snapdx.SDXIntegerValue
Read an instance of the SDXIntegerValue data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.snapdx.SDXRealArrayValue
Read an instance of the SDXRealArrayValue data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.snapdx.SDXRealValue
Read an instance of the SDXRealValue data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.snapdx.SDXStringArrayValue
Read an instance of the SDXStringArrayValue data block from a compressed data stream.
readBlock(DataInputStream) - Method in class com.cafean.snapdx.SDXStringValue
Read an instance of the SDXStringValue data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in interface com.apt.xdr.PibBlock
Read an instance of the data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Read an instance of the ActivityNoticeRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Read an instance of the CanCreateDemuxRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Read an instance of the ConsoleOutputRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Read an instance of the CreateDemuxDataRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Read an instance of the CreateFolderRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Read an instance of the DataChannelsRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Read an instance of the DeleteJobRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Read an instance of the DeleteJobResponse data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Read an instance of the DemuxDataRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Read an instance of the EvtCommandDelivered data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Read an instance of the EvtConsoleOutput data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Read an instance of the EvtEndTimeChanged data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.EvtJobAdded
Read an instance of the EvtJobAdded data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Read an instance of the EvtJobRemoved data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Read an instance of the EvtLogOutput data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Read an instance of the EvtStatusTriggered data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Read an instance of the EvtTaskStatusChanged data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.FileRequest
Read an instance of the FileRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Read an instance of the FileRequestResponse data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.FilesListRequest
Read an instance of the FilesListRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Read an instance of the FindStreamsRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Read an instance of the FolderContentsRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Read an instance of the FolderLocationRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Read an instance of the FolderTreeRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Read an instance of the GetFileCancelRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Read an instance of the GetFileContentsRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.GetFileRequest
Read an instance of the GetFileRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.GetFileResponse
Read an instance of the GetFileResponse data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Read an instance of the GetJobInfoRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Read an instance of the GetMessagesRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Read an instance of the HasDemuxRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Read an instance of the IncrementTimeslice data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Read an instance of the InteractCommandRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Read an instance of the InteractiveVarsRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Read an instance of the JobFilesRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Read an instance of the JobLocationRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Read an instance of the JobPriorityRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.JobRPCRequest
Read an instance of the JobRPCRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.JobSet
Read an instance of the JobSet data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Read an instance of the LaunchJobRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.LoadJobRequest
Read an instance of the LoadJobRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Read an instance of the LoadMuxChannelsRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.LogOutputRequest
Read an instance of the LogOutputRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Read an instance of the MountFolderRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Read an instance of the MuxDataRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Read an instance of the NotificationsRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Read an instance of the ReleaseJobRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Read an instance of the RemoveFolderRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Read an instance of the RenameFolderRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Read an instance of the RestartDataRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Read an instance of the RestartInfoRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Read an instance of the SendFileCancelRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Read an instance of the SendFileContentsRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.SendFileRequest
Read an instance of the SendFileRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Read an instance of the ServerStatusRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Read an instance of the SetMuxTimeRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.ShutdownRequest
Read an instance of the ShutdownRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Read an instance of the StatusTriggerRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Read an instance of the TerminateRunRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Read an instance of the UnitCodeRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Read an instance of the UnitCodeResponse data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Read an instance of the UnloadJobRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Read an instance of the UnMountFolderRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Read an instance of the ViewableFileBlockRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Read an instance of the ViewableFileLenRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Read an instance of the ViewableFileOpenRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Read an instance of the ViewableFilesRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Read an instance of the ViewablePoiRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Read an instance of the ViewableSearchRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Read an instance of the JConsoleRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Read an instance of the JDataChannelsRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Read an instance of the JEvtCommandDelivered data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Read an instance of the JEvtConsoleOutput data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Read an instance of the JEvtEndTimeChanged data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Read an instance of the JEvtEvaluationChanged data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Read an instance of the JEvtLogOutput data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Read an instance of the JEvtStatusChanged data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Read an instance of the JEvtTaskStatusChanged data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Read an instance of the JFileRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Read an instance of the JInteractCommandRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Read an instance of the JInteractiveVarsRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Read an instance of the JLoadMuxChannelsRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Read an instance of the JLogRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Read an instance of the JMuxDataRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Read an instance of the JRestartDataRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Read an instance of the JRestartInfoRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Read an instance of the JSetMuxTimeRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Read an instance of the JShutdownRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Read an instance of the JTaskStatusRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Read an instance of the JTerminateRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Read an instance of the JTimestepIncrRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Read an instance of the JUnitCodeRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Read an instance of the AbstractIntegrationCase data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Read an instance of the DrawnAnnotationRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.DrawnComponentRec
Read an instance of the DrawnComponentRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Read an instance of the DrawnDisplayBeanRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Read an instance of the DrawnDisplayElementRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Read an instance of the DrawnImageAnnotationRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.DrawnLayerRec
Read an instance of the DrawnLayerRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.DrawnNumericRec
Read an instance of the DrawnNumericRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Read an instance of the DrawnVisualGroupRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Read an instance of the _MedVerInfo_ data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.ModelHeaderRec
Read an instance of the ModelHeaderRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.Plugin
Read an instance of the Plugin data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.UserConstantRec
Read an instance of the UserConstantRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.UserFunctionRec
Read an instance of the UserFunctionRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.UserVariableRec
Read an instance of the UserVariableRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.io.med.ViewCompRec
Read an instance of the ViewCompRec data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.rpc.command.ActivateRequest
Read an instance of the ActivateRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Read an instance of the AnimateJobRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.rpc.command.ModelListRequest
Read an instance of the ModelListRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.rpc.command.ModelListResponse
Read an instance of the ModelListResponse data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Read an instance of the AbstractFunctionCatProps data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.values.components.NumericsCatProps
Read an instance of the NumericsCatProps data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.values.components.SharedBoolean
Read an instance of the SharedBoolean data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.values.components.SharedFunction
Read an instance of the SharedFunction data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.values.components.SharedInteger
Read an instance of the SharedInteger data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.values.components.SharedReal
Read an instance of the SharedReal data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.client.values.components.SharedString
 
readBlock(DataInputStream, int) - Method in class com.cafean.client.values.components.SharedTable
Read an instance of the SharedTable data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.config.rpc.command.ActivateRequest
Read an instance of the ActivateRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Read an instance of the SelectAreaRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Read an instance of the ActivateRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Read an instance of the OpenConsoleRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Read an instance of the SelectJobRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.rpc.command.CallbackAuthorization
Read an instance of the CallbackAuthorization data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.rpc.command.CallbackAuthRequest
Read an instance of the CallbackAuthRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.rpc.command.CallbackContext
Read an instance of the CallbackContext data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.rpc.command.Ping
Read an instance of the Ping data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.rpc.command.VersionRequest
Read an instance of the VersionRequest data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Read an instance of the SNAPDXFileInfo data block from a compressed data stream.
readBlock(DataInputStream, int) - Method in class com.cafean.snapdx.SNAPDXRecord
Read an instance of the SNAPDXRecord data block from a compressed data stream.
readBlockParams(PibFile) - Method in class com.cafean.client.analysis.AbstractConnectionList
A stub method implemented here to allow AbstractConnectionList objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
readBlockParams(PibFile) - Method in class com.cafean.client.analysis.ConnectionBeanData
 
readBlockParams(PibFile) - Method in class com.cafean.client.analysis.ElementBean
A stub method implemented here to allow ElementBean objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
readBlockParams(PibFile) - Method in class com.cafean.client.analysis.RealBean
 
readBlockParams(PibFile) - Method in class com.cafean.client.analysis.Table1D
 
readBlockParams(PibFile) - Method in class com.cafean.client.analysis.TableND
 
readBlockParams(PibFile) - Method in class com.cafean.client.analysis.ValidationOptions
Simple readBlockParams added so that ValidationOptions can be subblocks.
readBlockParams(PibFile) - Method in class com.cafean.client.mdocs.ALDocRef
A stub method implemented here to allow ALDocRef objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
readBlockParams(PibFile) - Method in class com.cafean.client.values.components.AbstractValue
Returns true.
readBlockParams(PibFile) - Method in class com.cafean.client.values.components.CTable1D
 
readBlockParams(PibFile) - Method in class com.cafean.client.values.components.CTableND
 
readBlockParams(PibFile) - Method in class com.cafean.utils.RptDoc.AbstractReportData
 
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.analysis.AbstractBeanComponent
A stub method implemented here to allow AbstractBeanComponent objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.analysis.AbstractConnectionList
A stub method implemented here to allow AbstractConnectionList objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.analysis.ConnectionBean
A stub method implemented here to allow ConnectionBean objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.analysis.ConnectionBeanData
 
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.analysis.ElementBean
A stub method implemented here to allow ElementBean objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.analysis.RealBean
 
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.analysis.Table1D
 
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.analysis.TableND
 
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.analysis.ValidationOptions
Simple readBlockParams added so that ValidationOptions can be subblocks.
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.mdocs.ALDocRef
A stub method implemented here to allow ALDocRef objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.values.components.CTable1D
 
readBlockParams(PibFile, int[]) - Method in class com.cafean.client.values.components.CTableND
 
readBool(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a boolean value from a byte array.
readBool(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read a boolean value from a byte array.
readBool(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a boolean value from an XDR file.
readBoolArr(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a boolean array from a byte array.
readBoolArr(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read a boolean array from a byte array.
readBoolArr(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a boolean array from an XDR file.
readByteArray(byte[]) - Method in class com.cafean.client.ui.DrawnUserValue
Reads this DrawnUserValue's data from the given byte[] of XML Encoded information.
readByteArray(byte[]) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Reads this DrawnSharedInteger's data from the given byte[] of XML Encoded information.
readByteArray(byte[]) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Reads this DrawnSharedReal's data from the given byte[] of XML Encoded information.
readByteArray(byte[]) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Reads this DrawnSharedString's data from the given byte[] of XML Encoded information.
readBytes(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a raw byte array from a compressed data stream.
readBytes(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read a raw byte array from a compressed data stream.
readBytes(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read an raw byte array object from a random access file.
readCustomPropertiesFile() - Static method in class com.cafean.jobstream.common.util.FileUtils
Retrieves and reads the custom installation properties from the file:
readDblArr(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a double array from a byte array.
readDblArr(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read a double array from a byte array.
readDblArr(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a double array from an XDR file.
readDouble(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a double value from a byte array.
readDouble(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read a double value from a byte array.
readDouble(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a double value from an XDR file.
readDrawingBlock(PibFile, String, int[]) - Static method in class com.cafean.client.io.MEDReader
Reads a PibBlock of the required type from the given PibFile if blockname specified is one that is handled by the MEDReader.
readEmbedConnArray(byte[]) - Method in class com.cafean.client.analysis.ViewComponent
Retrieves all of the Annotations from an XML encoded byte array of annotations, and adds them to this ViewComponent.
ReaderThread - Class in com.cafean.moviegen.util
Reader thread handles reading on a BufferedReader until no input is available.
ReaderThread(BufferedReader) - Constructor for class com.cafean.moviegen.util.ReaderThread
Allocates a new ReaderThread object that will perform reads on the designated BufferedReader.
readFirstLine(File) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns a String containing the first line of the given file.
readFloat(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a float value from a byte array.
readFloat(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read a float value from a byte array.
readFloat(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a float value from an XDR file.
readFltArr(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a float array from a byte array.
readFltArr(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read a float array from a byte array.
readFltArr(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a float array from an XDR file.
readInt(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read an integer value from a byte array.
readInt(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read an integer value from a byte array.
readInt(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read an integer value from an XDR file.
readInt64(DataInputStream) - Static method in class com.apt.xdr.Xdr
Reads a long value from the given stream.
readInt64(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a long value from an XDR file.
readIntArr(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read an integer array from a byte array.
readIntArr(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read an integer array from a byte array.
readIntArr(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read an integer array from an XDR file.
readLong(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a long integer value from a byte array.
readLong(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read a long integer value from a byte array.
readLong(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Reads a long integer value from an XDR file.
readMdBoolArray(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a multi-dimensional boolean array from a byte array.
readMdBoolArray(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a multi-dimensional boolean array from an XDR file.
readMdDblArray(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a multi-dimensional double array from a byte array.
readMdDblArray(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a multi-dimensional double array from an XDR file.
readMdFltArray(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a multi-dimensional float array from a byte array.
readMdFltArray(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a multi-dimensional float array from an XDR file.
readMdIntArray(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a multi-dimensional integer array from a byte array.
readMdIntArray(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a multi-dimensional integer array from an XDR file.
readOnly - Variable in class com.cafean.CalcServer.command.FolderContentsRequest
No Documentation Available.
readProperties() - Static method in class com.cafean.config.site.AbstractSiteConfigLoader
Reads the given site configuration properties file.
readProperties(File) - Static method in class com.cafean.config.site.AbstractSiteConfigLoader
Reads the given site configuration properties file.
readRootFolders(Configurator, boolean) - Static method in class com.cafean.CalcServer.RootFolder
Reads the root folders from the given Configurator object then removes those that are missing, duplicate, or overlapping and returns the result.
readSequenceDefinition() - Method in class com.cafean.CalcServer.JobHandle
 
readStreamDefinition() - Method in class com.cafean.CalcServer.JobHandle
 
readString(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read an XDR string object from a compressed data stream.
readString(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read an XDR string object from a compressed data stream.
readString(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read an XDR string object from a random access file.
readStringArr(DataInputStream) - Static method in class com.apt.xdr.Xdr
Read a String array from a byte array.
readStringArr(DataInputStream) - Static method in class com.cafean.rpc.RPCXdr
Read a String array from a byte array.
readStringArr(RandomAccessFile) - Static method in class com.apt.xdr.Xdr
Read a String array from an XDR file.
readTaskDefinition() - Method in class com.cafean.CalcServer.JobHandle
 
readTemplateEntry(TemplateEntry) - Method in class com.cafean.client.ui.annotation.PolygonBean
Sets the data on this DrawnComponent from a TemplateEntry read in from a view template file.
readTemplateEntry(TemplateEntry) - Method in class com.cafean.client.ui.DrawnComponent
Sets the data on this DrawnComponent from a TemplateEntry read in from a view template file.
readTemplateEntry(TemplateEntry) - Method in class com.cafean.client.ui.DrawnConnection
Sets the data on this DrawnComponent from a TemplateEntry read in from a view template file.
readTemplateEntry(TemplateEntry) - Method in class com.cafean.client.ui.DrawnViewComponent
Sets the data on this DrawnComponent from a TemplateEntry read in from a view template file.
readTemplateEntry(TemplateEntry) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Sets the data on this DrawnComponent from a TemplateEntry read in from a view template file.
readTemplateEntry(TemplateEntry) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
readTemplateEntry(TemplateEntry) - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
readwrite - Class in com.cafean.h2o.utils
This class reads in regular binary steam table and write it out in xdr format.
readwrite() - Constructor for class com.cafean.h2o.utils.readwrite
Creates new readwrite
readXdrString(RandomAccessFile) - Method in class com.cafean.h2o.utils.NewStreadTest
Read an XDR string object from the local save file.
ready - Static variable in class com.cafean.CalcServer.CalcServer
Flag to indicate application has completed initialization.
Real - Class in com.cafean.Number
Real is base class for all ModelEditor floating point numbers.
Real() - Constructor for class com.cafean.Number.Real
Creates a new instance of Real with an unknown value.
Real(double) - Constructor for class com.cafean.Number.Real
Creates a new instance of Real initialized to a value.
Real(Real) - Constructor for class com.cafean.Number.Real
Creates a new instance of Real by copying another.
REAL - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
RealAccessorType - Class in com.cafean.client.values
An implementation of AccessorType for SharedReals in an AbstractNumericsModel.
RealAccessorType(AbstractNumericsModel) - Constructor for class com.cafean.client.values.RealAccessorType
Instantiates a RealAccessorType for the real numerics in the given model.
RealArrayDialog - Class in com.cafean.client.ui
This dialog allows the user to change the values stored inside an array of Reals.
RealArrayDialog(Frame, Real[]) - Constructor for class com.cafean.client.ui.RealArrayDialog
Creates new form RealArrayDialog
RealArrayDialog(Frame, Real[], boolean) - Constructor for class com.cafean.client.ui.RealArrayDialog
Creates a new RealArrayDialog for editing the given array, setting whether the array's length can be modified.
RealArrayDialog(Frame, Real[], boolean, AbstractModel) - Constructor for class com.cafean.client.ui.RealArrayDialog
Creates a new RealArrayDialog for editing the given array, setting whether the array's length can be modified.
RealArrayDialog(JDialog, Real[]) - Constructor for class com.cafean.client.ui.RealArrayDialog
Creates new form RealArrayDialog
RealArrayDialog(JDialog, Real[], boolean) - Constructor for class com.cafean.client.ui.RealArrayDialog
Creates a new RealArrayDialog for editing the given array, setting whether the array's length can be modified.
RealArrayDialog(JDialog, Real[], boolean, AbstractModel) - Constructor for class com.cafean.client.ui.RealArrayDialog
Creates a new RealArrayDialog for editing the given array, setting whether the array's length can be modified.
RealArrayDialog.TempClipboardEnabledTable - Class in com.cafean.client.ui
A JTable extension designed to allow proper system clipboard copy/paste behavior for derived tables.
RealArrayEditor - Class in com.cafean.client.ui.beans
This bean editor contains a label and a button for editing an array of Real values.
RealArrayEditor() - Constructor for class com.cafean.client.ui.beans.RealArrayEditor
Creates a new instance of RealArrayEditor, and creates the action listener on the button.
RealArrayEditor(boolean, int) - Constructor for class com.cafean.client.ui.beans.RealArrayEditor
This creates a new instance of RealArrayEditor that has a fixed dimension
realArrays - Variable in class com.cafean.snapdx.SDXElement
No Documentation Available.
realArrays - Variable in class com.cafean.snapdx.SNAPDXRecord
No Documentation Available.
RealBean - Class in com.cafean.client.analysis
This is a Bean implementation of Real.
RealBean() - Constructor for class com.cafean.client.analysis.RealBean
Creates a new instance of RealBean
RealBean(double) - Constructor for class com.cafean.client.analysis.RealBean
 
RealBean(Real) - Constructor for class com.cafean.client.analysis.RealBean
 
RealBeanEditor - Class in com.cafean.client.ui.beans
A PropertyEditor wrapper for a RealTextField used when editing a property of type Real of a JavaBean.
RealBeanEditor() - Constructor for class com.cafean.client.ui.beans.RealBeanEditor
Creates new form RealBeanEditor
RealBeanNonNumericEditor - Class in com.cafean.client.analysis.numerics
A RealBeanEditor extension intended for use in editing the real values of a user defined numeric as these values cannot refer to other user numerics.
RealBeanNonNumericEditor() - Constructor for class com.cafean.client.analysis.numerics.RealBeanNonNumericEditor
Creates a new instance of RealBeanNonNumericEditor
RealEditor - Class in com.cafean.client.ui
RealEditor is a TableCellEditor that edits Real values stored inside a JTable.
RealEditor() - Constructor for class com.cafean.client.ui.RealEditor
This constructor for a new RealEditor will create its own RealTextField.
RealEditor(RealTextField) - Constructor for class com.cafean.client.ui.RealEditor
This constructor for a new RealEditor
reallocateIndexes() - Method in class com.cafean.utils.TableSorter
 
RealRenderer - Class in com.cafean.client.ui
A renderer for use in rendering a Real value in a JTable.
RealRenderer() - Constructor for class com.cafean.client.ui.RealRenderer
creates a new renderer
RealRenderer(int) - Constructor for class com.cafean.client.ui.RealRenderer
creates a new renderer with a default horizontal alignment already set.
reals - Variable in class com.cafean.snapdx.SDXElement
No Documentation Available.
reals - Variable in class com.cafean.snapdx.SNAPDXRecord
No Documentation Available.
RealTextField - Class in com.cafean.client.ui
The RealTextField is a JTextField that is specialized for working with Real values and extensions from the Number package.
RealTextField() - Constructor for class com.cafean.client.ui.RealTextField
Creates a default textfield with a null string, 0 columns, and a null DecimalFormat.
RealTextField(int) - Constructor for class com.cafean.client.ui.RealTextField
Creates a default textfield with a null string, 0 columns, and a null DecimalFormat.
RealTextField(int, DecimalFormat) - Constructor for class com.cafean.client.ui.RealTextField
Creates a textfield with an inital null String as text, and the specified number of columns and format.
RealTextField(String) - Constructor for class com.cafean.client.ui.RealTextField
Creates a textfield with the specified text, 0 columns and a null DecimalFormat
RealTextField(String, int) - Constructor for class com.cafean.client.ui.RealTextField
Creates a textfield with the specified text, the specified number of columns, and a null DecimalFormat
RealTextField(String, int, DecimalFormat) - Constructor for class com.cafean.client.ui.RealTextField
 
RealTextField(String, int, DecimalFormat, boolean) - Constructor for class com.cafean.client.ui.RealTextField
This constructor allows for the MouseListener that opens the right click menu for the text field to be disabled.
RealTextFieldBeanInfo - Class in com.cafean.client.ui
 
RealTextFieldBeanInfo() - Constructor for class com.cafean.client.ui.RealTextFieldBeanInfo
 
RealTwoDimArrayDialog - Class in com.cafean.client.ui
This dialog allows the user to change the values stored inside a 2D array of Reals.
RealTwoDimArrayDialog(Frame, Real[][]) - Constructor for class com.cafean.client.ui.RealTwoDimArrayDialog
Creates new form RealArrayDialog
RealTwoDimArrayDialog(Frame, Real[][], boolean) - Constructor for class com.cafean.client.ui.RealTwoDimArrayDialog
 
RealTwoDimArrayDialog(Frame, Real[][], boolean, AbstractModel) - Constructor for class com.cafean.client.ui.RealTwoDimArrayDialog
Creates a new RealArrayDialog for editing the given array, setting whether the array's length can be modified.
RealTwoDimArrayDialog(Frame, Real[][], boolean, AbstractModel, JTable) - Constructor for class com.cafean.client.ui.RealTwoDimArrayDialog
Creates a new RealArrayDialog for editing the given array, setting whether the array's length can be modified.
RealTwoDimArrayDialog(JDialog, Real[][]) - Constructor for class com.cafean.client.ui.RealTwoDimArrayDialog
Creates new form RealArrayDialog
RealTwoDimArrayDialog(JDialog, Real[][], boolean) - Constructor for class com.cafean.client.ui.RealTwoDimArrayDialog
Creates a new RealArrayDialog for editing the given array, setting whether the array's length can be modified.
RealTwoDimArrayDialog(JDialog, Real[][], boolean, AbstractModel) - Constructor for class com.cafean.client.ui.RealTwoDimArrayDialog
 
RealUnitSelectionEditor - Class in com.cafean.client.ui
 
RealUnitSelectionEditor() - Constructor for class com.cafean.client.ui.RealUnitSelectionEditor
Creates a new instance of CurveTypeSelEditor
RealVariable - Interface in com.cafean.client.values.components
 
rebuildConnections(Vector, Vector) - Method in class com.cafean.client.analysis.AbstractComponent
Rebuilds this component's related Connection objects using the given component Vectors as a guide.
recomputeValues() - Method in class com.cafean.h2o.FluidState
Recomputes the entire fluid state specification based on the current fluid state.
recomputeValues(int) - Method in class com.cafean.h2o.FluidState
Uses the form of the initial condition and the current fluid state to recompute the entire fluid specification.
reconnectALRefIdentReferences(boolean, boolean) - Method in class com.cafean.client.analysis.AbstractComponent
Reconnects the ALDocRef instances in this component by calling ALDocRef.reconnectIdentReferences(com.cafean.client.analysis.AbstractModel, boolean, boolean).
reconnectDataSources(AbstractModel, AbstractModel) - Method in class com.cafean.client.anim.AbstractDisplayBean
Reconnects this display bean's data source to referr to the data source in the given model with the same name.
reconnectGroupIDs() - Method in class com.cafean.client.ui.BeanBox
Reconnects all invalid VisualGroup ID references.
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.analysis.AbstractComponent
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.analysis.AbstractModel
Reconnects the ident references of this models directly contained objects.
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.analysis.ComponentSet
Reconnects ident references for the components in this set.
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.analysis.Connection
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.analysis.ElementList
Reconnects ident references for this list's contained elements.
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.analysis.GenericObject
Resets this component's internal ident references to refer to appropriate components in the current AbstractModel.
reconnectIdentReferences(boolean, boolean) - Method in interface com.cafean.client.analysis.IdentHolder
Resets this component's internal ident references to refer to appropriate components in the current AbstractModel.
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.anim.AbstractDisplayBean
Resets this component's internal ident references to refer to appropriate components in the current AbstractModel.
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.anim.AbstractRangedBean
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
reconnectIdentReferences(boolean, boolean) - Method in interface com.cafean.client.integrator.components.TopLevelSubBlockHandler
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.mdocs.AbstractDocument
Resets this component's internal ident references to refer to appropriate components in the current AbstractModel.
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.AbstractNumericsModel
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.AbstractCTable
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.CBoolean_E
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.CBoolean
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.CInteger_E
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.CInteger
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.CReal_E
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.CReal
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.ExternFunction
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.NumericsTableColumn
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.SharedFunction
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.SharedReal
 
reconnectIdentReferences(boolean, boolean) - Method in class com.cafean.client.values.components.SharedTable
 
reconnectIdentReferences(AbstractModel, boolean, boolean) - Method in class com.cafean.client.analysis.AbstractConnectionList
Resets this component's internal ident references to refer to appropriate components in the current AbstractModel.
reconnectIdentReferences(AbstractModel, boolean, boolean) - Method in class com.cafean.client.mdocs.ALDocRef
Resets this component's internal ident references to refer to appropriate components in the current AbstractModel.
reconnectImage(Vector, Vector) - Method in class com.cafean.client.analysis.AbstractComponent
Reconnects the internal linkage of this component not handled by reconnectIdentReferences and rebuildConnections during a copy and/or paste operation.
reconnectImage(Vector, Vector) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Reconnects the internal linkage of this component not handled by reconnectIdentReferences and rebuildConnections during a copy and/or paste operation.
reconnectLayerIDs() - Method in class com.cafean.client.ui.BeanBox
Reconnects all invalid DrawingLayer ID references.
reconstituteLineToken(String) - Static method in enum com.cafean.client.values.nif.NIFReplacementToken
 
reconstituteLineTokens(String[]) - Static method in enum com.cafean.client.values.nif.NIFReplacementToken
Reconstitutes the escape strings from the intermediate ones added by the encodeLineTokens routine
record(ViewComponent) - Method in class com.cafean.client.anim.SourceManager
Record the display animation.
RecordProgressDialog - Class in com.cafean.client.anim
Class used to provide a dialog for display progress status on recording a model animation.
RecordProgressDialog(Frame, SourceManager, double, double) - Constructor for class com.cafean.client.anim.RecordProgressDialog
Creates a new RecordProgressDialog.
RecordSettingsDialog - Class in com.cafean.client.anim
Class used to provide a dialog for setting animation recording parameters.
RecordSettingsDialog(Frame, SourceManager) - Constructor for class com.cafean.client.anim.RecordSettingsDialog
Creates new form PlaybackRecordDialog
RectangularAnnotation - Class in com.cafean.client.ui.annotation
A configurable drawn rectangle with border, thickness and optional rounded corners.
RectangularAnnotation() - Constructor for class com.cafean.client.ui.annotation.RectangularAnnotation
Creates a new instance of RectangularAnnotation
RectangularAnnotation(DrawnDisplayElementRec) - Constructor for class com.cafean.client.ui.annotation.RectangularAnnotation
 
RectangularAnnotationBeanInfo - Class in com.cafean.client.ui.annotation
 
RectangularAnnotationBeanInfo() - Constructor for class com.cafean.client.ui.annotation.RectangularAnnotationBeanInfo
 
RectangularInsertHandler - Class in com.cafean.client.ui.tools.insert
An insertion handler intended for inserting JComponent derivatives that have rectangular bounds.
RectangularInsertHandler(ZoomablePanel, JComponent) - Constructor for class com.cafean.client.ui.tools.insert.RectangularInsertHandler
Creates a new instance of RectangularInsertHandler
Red - com.cafean.document.notebook.plot.ExportColor
 
reDirectStdErrOut(String) - Static method in class com.cafean.utils.Configurator
Redirects stderr and stdout to a file in the users $HOME/.snap/ directory named [prefix].screen.
redo() - Method in class com.cafean.client.analysis.ComponentStateEdit
redo() - Method in class com.cafean.client.mdocs.UndoableALRefEdit
Tells the edited object to apply the state after the edit
redo() - Method in class com.cafean.client.ui.clipboard.UndoablePasteComponents
Redoes a completed duplicate operation.
redo() - Method in class com.cafean.client.ui.navigator.UndoableAddToView
 
redo() - Method in class com.cafean.client.ui.SnapUndoManager
If this UndoManager is inProgress, redoes the last significant UndoableEdit at indexOfNextAdd or after, and all insignificant edits up to it.
redo() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
redo() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
redo() - Method in class com.cafean.client.ui.UndoableConnect
 
redo() - Method in class com.cafean.client.ui.UndoableDelete
Redoes the deletion of this object's components by deleting them again.
redo() - Method in class com.cafean.client.ui.UndoableDisconnect
Redoes this disconnection by disconnecting
redo() - Method in class com.cafean.client.ui.UndoableInsert
redoes the insertion of the component by re-inserting it
redo() - Method in class com.cafean.client.ui.UndoableMultiInsert
Redoes the component insertion.
redo() - Method in class com.cafean.client.ui.util.FastStateEdit
 
redo() - Method in class com.cafean.client.ui.util.UndoableVersionChange
 
redo() - Method in class com.cafean.client.values.util.CompoundValueEdit
 
redo() - Method in class com.cafean.client.values.util.FastStateValueEdit
 
redo() - Method in class com.cafean.client.values.util.StateValueEdit
 
redraw() - Method in class com.cafean.utils.AcGraceIntf
Requests that AptPlot redraw the plot
redrawSelection() - Method in class com.cafean.client.ui.BeanBox
Redraw the selected components, or all components in this view if none are selected
RefDocLoader - Class in com.cafean.utils.ReferenceDocs
Loads reference documentation xml data
RefDocLoader() - Constructor for class com.cafean.utils.ReferenceDocs.RefDocLoader
 
RefDocMap - Class in com.cafean.utils.ReferenceDocs
A map of reference documentation links.
RefDocMap() - Constructor for class com.cafean.utils.ReferenceDocs.RefDocMap
Creates a new reference documentation map by reading the given file
ReferenceLocation - Class in com.cafean.client.integrator
One side of a CrossReference
ReferenceLocation(String, Category, Object, String) - Constructor for class com.cafean.client.integrator.ReferenceLocation
 
ReferenceMenuBuilder - Class in com.cafean.utils.ReferenceDocs
This utility class builds the reference document menu items for right-click pop-up menus.
ReferenceMenuBuilder() - Constructor for class com.cafean.utils.ReferenceDocs.ReferenceMenuBuilder
 
referencesDisabledVariable() - Method in class com.cafean.client.values.components.CBoolean
 
referencesDisabledVariable() - Method in class com.cafean.client.values.components.CInteger
 
referencesDisabledVariable() - Method in class com.cafean.client.values.components.CReal
 
referencesDisabledVariable() - Method in interface com.cafean.client.values.components.SharedVariableSupport
 
reformatDouble(String) - Static method in class com.cafean.client.values.components.AbstractCReal
This method attempts to reformat a double value into a format that can be parsed by Double.parseDouble.
refresh() - Method in class com.cafean.client.analysis.RestartCase
 
refresh() - Method in class com.cafean.client.anim.channel.ChannelTableModel
refreshes, re-parses, and reorganizes, the contents of the table model
refresh() - Method in class com.cafean.client.anim.SourceManager
refreshes the current animation by re-registering the channels currently in use and calling SourceManager.incrementTimeslice(int) with 0 as the number of timeslices to increment.
refresh() - Method in class com.cafean.client.mdocs.ALCompsListPanel
refreshes this panel's displayed table
refresh() - Method in class com.cafean.client.mdocs.ALModelNotesFrame
Refreshes and redisplays this dialog's data
refresh() - Method in class com.cafean.client.mdocs.ALNotesListPanel
 
refresh() - Method in class com.cafean.client.mdocs.HTMLEditorPanel
refreshes and repaints the display
refresh() - Method in class com.cafean.client.mdocs.ModelNotesDialog
Refreshes and redisplays this dialog's data
refresh() - Method in class com.cafean.client.ui.annotation.ImageAnnotationDialog
Reloads the page's data from it's current working copy
refresh() - Method in class com.cafean.client.ui.AsciiViewer
Updates this AsciiViewer's data
refresh() - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
 
refresh() - Method in class com.cafean.client.ui.beans.PropertySetDialog
Refreshes this dialog's property set panel.
refresh() - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
 
refresh() - Method in class com.cafean.client.ui.beans.PropertySetPanel
Refreshes this panel's view of it's current targets.
refresh() - Method in class com.cafean.client.ui.navigator.MiniNavigator
Refreshes this dialog's property set panel.
refresh() - Method in class com.cafean.client.ui.navigator.Navigator
Closes and expands this Navigator's root node and repaints.
refresh() - Method in interface com.cafean.client.ui.RefreshableDialog
Refreshes and redisplays this dialog's data
refresh() - Method in class com.cafean.client.ui.swing.accordion.Accordion
Manually updates the accordion component.
refresh() - Method in class com.cafean.client.ui.ZoomablePanel
Forces a repaint of all children.
refresh() - Method in class com.cafean.client.validation.ValidationDisplayPanel
 
refresh() - Method in class com.cafean.h2o.ui.JSteamFrame
 
refresh() - Method in class com.cafean.JobStatus.OutputViewer.FileDocument
 
refresh() - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
refresh() - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
refresh() - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Refreshes this panel's contents as if the user had just re-selected the current accordion, tree, and table selections.
refresh() - Method in class com.cafean.JobStatus.ui.queue.QueueDisplayDialog
 
refresh() - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
refresh(Connection[]) - Method in class com.cafean.client.ui.ConnectionSetPanel
Refreshes this panel with the given Connection list.
refresh(DrawnConnection) - Static method in class com.cafean.client.ui.ViewConnectionsPrefDialog
 
refresh(DrawnView) - Static method in class com.cafean.client.ui.ViewConnectionsPrefDialog
 
refresh(Rectangle) - Method in class com.cafean.client.ui.annotation.Annotation
This refreshses a given Rectangle that indicates a dirty region.
refresh(Rectangle) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
refresh(Rectangle) - Method in class com.cafean.client.ui.BeanBox
This refreshses a given Rectangle that indicates a dirty region.
refresh16 - Static variable in class com.cafean.utils.images.ImageMgr
Icon to use for inactive First navigation button.
RefreshableDialog - Interface in com.cafean.client.ui
An interface describing a Dialog extension whos data and/or structure can be refreshed directly based on a change of the currently displayed units type or a global refresh.
refreshCompBounds(Rectangle) - Method in class com.cafean.client.ui.ZoomablePanel
Repaints the given component-space bounds.
refreshConfiguration() - Static method in class com.cafean.CalcServer.CalcServer
Refreshes this Calculation Server's configuration from the SNAP configuration file.
refreshDataItems() - Method in class com.cafean.client.anim.DataSource
Repaints all of the beans inside this data source.
refreshDataItems() - Method in class com.cafean.client.anim.SourceManager
Redraws all of the beans with the current data from the calculation server.
refreshPropertyPanel() - Method in class com.cafean.client.ui.navigator.Navigator
Refreshes this Navigator's property set panel or separate Properties View
refreshSelectedNode() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
refreshSteamTable() - Static method in class com.cafean.client.ui.ApplicationFrame
Refreshes the loaded steam tables.
refreshStream(JobStreamRec) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
Refreshes the stream panel currently displaying the given stream.
refreshWithFilter(String) - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
 
refreshWithFilter(String) - Method in class com.cafean.client.ui.beans.PropertySetPanel
Refreshes the displayed properties in this panel to adhere to the provided expression
REFUSED - Static variable in class com.cafean.rpc.RPCResponse
the return code indicating that the connection was refused
region() - Method in class com.cafean.h2o.IFC1967
 
registerDialog(AbstractModel) - Method in class com.cafean.client.ui.beans.PropertySetDialog
Registers this dialog with the MainFrame's list of Dialogs.
registerDialog(AbstractModel) - Method in class com.cafean.client.ui.navigator.MiniNavigator
Registers this dialog with the MainFrame's list of Dialogs.
registerListener(int, int) - Method in class com.cafean.JobStatus.StreamContext
registerListener(int, int) - Method in class com.cafean.jobstream.tracker.TrackerModule
Registers the given port, local host name, and current user as a listener for notifications of changes to streams and tasks owned by the current user.
registerStatusTrigger(String, JobHandleStatus...) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that this requester's callback be notified when the job with the given path switches to any of the given statuses.
releaseJob(int, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the given job be released from server management
releaseJob(CalcJobFile) - Method in class com.cafean.CalcServer.JobQueue
Attempts to release the given job by disposing of it's SnapRun and deleting the corresponding CJF file.
ReleaseJobRequest - Class in com.cafean.CalcServer.command
This class provides IO access to ReleaseJobRequest data bocks.
ReleaseJobRequest() - Constructor for class com.cafean.CalcServer.command.ReleaseJobRequest
Construct an empty instance.
ReleaseJobRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.ReleaseJobRequest
Construct an instance from a PIB file entry.
reload() - Method in class com.cafean.config.site.AbstractSiteConfigLoader
discards the current platform definition set and re-reads all of the selected site configuration files
reload() - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
reload(File, CodePluginClassLoader.PluginListener) - Method in class com.cafean.CodePlugins.CodePluginClassLoader
Reload the pluginClasses; note that the old URLClassLoader held internally is released, so if the plugin classes loaded earlier aren't in use within the app, they'll get GCed.
remove() - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
remove(int) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Removes the element at the given index from the map.
remove(int) - Method in class com.cafean.client.ui.BeanBox
Removes the component, specified by index, from this container.
remove(int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Removes the value at the given index.
remove(int) - Method in class com.cafean.JobStatus.AnimationOverrideList
removes the entry in this AnimationOverrideList at the given index
remove(int) - Method in class com.cafean.Number.DoubleArray
Removes the double at the given index.
remove(int) - Method in class com.cafean.Number.FloatArray
Removes the float at the given index.
remove(int) - Method in class com.cafean.Number.IntegerArray
Removes the int at the given index.
remove(int) - Method in class com.cafean.Number.LongArray
Removes the long at the given index.
remove(int, int) - Method in class com.cafean.JobStatus.OutputViewer.FileDocument
 
remove(int, int) - Method in class com.cafean.utils.PythonSyntaxDocument
 
remove(int, ConnectionData) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Removes a single connection from this map.
remove(AbstractComponent) - Method in class com.cafean.client.analysis.ComponentSet
Removes the given component from this set.
remove(GenericObject) - Method in class com.cafean.client.analysis.ElementList
Removes the given object from this list.
remove(PlatformDefinition) - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
remove(Task) - Method in class com.cafean.jobstream.server.components.TaskList
Removes the given object from this list.
remove(Component) - Method in class com.cafean.client.ui.BeanBox
Removes the specified component from this container.
remove(Component[], boolean) - Method in class com.cafean.client.ui.BeanBox
Removes the all of the specified components from this container.
remove(Component, boolean) - Method in class com.cafean.client.ui.BeanBox
Removes the specified component from this container.
remove(File) - Method in class com.cafean.CalcServer.util.StreamLocationTable
Removes the given root folder from this lookup table.
remove(Object) - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
remove(Object) - Method in class com.cafean.client.analysis.ComponentSet
 
remove(Object) - Method in class com.cafean.utils.RptDoc.OrderedHashtable
 
remove(String) - Method in class com.cafean.JobStatus.AnimationOverrideList
Removes the entry in this AnimationOverrideList that refers to the given server
remove(String) - Method in class com.cafean.JobStatus.ui.csstream.table.KeywordInfo
 
remove(String) - Method in class com.cafean.JobStatus.ui.stream.KeywordInfo
 
remove(DocumentFilter.FilterBypass, int, int) - Method in class com.cafean.client.values.editors.CStringStyleFilter
 
removeAbstractModel(AbstractModel) - Static method in class com.cafean.client.ui.MainFrame
Removes a AbstractModel from the model editor.
removeAbstractModel(AbstractModel, Enumeration<String>) - Static method in class com.cafean.client.ui.ApplicationFrame
Removes a AbstractModel from the model editor.
removeAccordionDataListener(AccordionDataListener) - Method in class com.cafean.client.ui.swing.accordion.AbstractAccordionModel
Removes a data listener from the stored listener list.
removeAccordionDataListener(AccordionDataListener) - Method in interface com.cafean.client.ui.swing.accordion.AccordionModel
Removes a listener to the list that is notified each time a change to the model occurs.
removeAccordionExpansionListener(AccordionExpansionListener) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Removes an expansion listener from the listener list.
removeAccordionExpansionListener(AccordionExpansionListener) - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Remove a listener to be notified when the expansion changes.
removeAccordionExpansionListener(AccordionExpansionListener) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
removeAccordionListener(AccordionListener) - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
removeAccordionSelectionListener(AccordionSelectionListener) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Removes a selection listener from the listener list.
removeAccordionSelectionListener(AccordionSelectionListener) - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Remove a listener to be notified when the selection changes.
removeAccordionSelectionListener(AccordionSelectionListener) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
removeActionListener(ActionListener) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternComboBox
 
removeActionListener(ActionListener) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Removes an action listener from the listener list.
removeActionListener(ActionListener) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Removes an ActionListener to be notified when the button is clicked.
removeALDocRef(ALDocRef) - Method in class com.cafean.client.analysis.AbstractComponent
Removes the given reference from this component's set of ALDocRef objects.
removeAll(Collection<?>) - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
removeAll(Collection<?>) - Method in class com.cafean.client.analysis.ComponentSet
 
removeAllChildren() - Method in class com.cafean.JobStatus.tree.FolderNode
 
removeAllElements() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Removes all values from the model.
removeAllServers() - Method in class com.cafean.utils.Configurator
Removes all calculation server entitys from the global list preperation for re-creating the list from a modified copy.
removeALOwnership(ALOwnership) - Method in class com.cafean.client.analysis.AbstractComponent
Removes the given reference from this component's set of ALDocRef objects.
removeALOwnership(String) - Method in class com.cafean.client.analysis.AbstractComponent
Removes ownership of the given short name.
removeAttribs(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Remove an element from attribs.
removeAttribute(SimpleAttributeSet, SimpleAttributeSet) - Static method in class com.cafean.client.mdocs.HTMLUtilities
 
removeAttributeByKey(SimpleAttributeSet, String) - Static method in class com.cafean.client.mdocs.HTMLUtilities
These methods remove attributes from the simple attribute set, in accordance with the handed over values, and return the result as simple attribute set
removeAuxLibVersion(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Remove an element from auxLibVersion.
removeBooleanValues(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Remove an element from booleanValues.
removeBoxSelectionListener(BoxSelectionListener) - Method in class com.cafean.client.ui.BeanBox
Removes the given listener from the list that is notified when the BeanBox selection set may have changed.
removeCallbackListener(CallbackListener) - Method in class com.cafean.rpc.RPCRequester
Removes the given listener from this requester
removeCellEditorListener(CellEditorListener) - Method in class com.cafean.client.ui.SourceTargetTableEditor
 
removeChangeListener(ChangeListener) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Removes a ChangeListener to be notified when the button's state changes.
removeChangeListener(ChangeListener) - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Remove a listener to be notified when the model state changes.
removeChannelDataValue(String) - Method in class com.cafean.client.analysis.ConditionSet
Removes a single set of channel data from the condition sets
removeClassificationListener(ClassificationListener) - Static method in class com.cafean.client.ui.MainFrame
removes the given ClassificationListener from the list of listeners notified when the current Classification level changes.
removeClipboardListener(ClipboardListener) - Static method in class com.cafean.client.ui.clipboard.ComponentCopier
Removes the given listener from the table of listeners notified when a clipboard operation takes place.
removeClosestPoint(Point) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Attempts to remove the closest point in this DrawnConnection's set of points.
removeClosestPoint(Point) - Method in class com.cafean.client.ui.annotation.PolygonBean
Attempts to remove the closest point in this polygon's set of points.
removeClosestPoint(Point) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Attempts to remove the closest point in this DrawnMultiJunction's set of points.
removeClosestPoint(Point) - Method in class com.cafean.client.ui.DrawnConnection
Attempts to remove the closest point in this DrawnConnection's set of points.
removeColumns(int) - Method in class com.cafean.client.values.components.SharedTable
Remove an element from columns.
removeComp(int) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
 
removeComponent(AbstractComponent) - Method in class com.cafean.client.analysis.AbstractModel
Removes the given component from the model view.
removeComponent(ConditionSet, AbstractComponent) - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method removes a single component to a condition set.
removeComponentListener(ComponentListener) - Method in class com.cafean.client.analysis.AbstractComponent
Removes a component listener from this abstract component.
removeComponentSelectionListener(ComponentSelectionListener) - Method in class com.cafean.client.ui.navigator.Navigator
 
removeComponentSelectionListener(ComponentSelectionListener) - Method in class com.cafean.client.ui.navigator.NavigatorComponent
 
removeConnection(Connection) - Method in class com.cafean.client.analysis.AbstractConnectionList
Removes the given component from this subsystem.
removeConnectionSelectionListener(ConnectionSelectionListener) - Method in class com.cafean.client.ui.ConnectionSetPanel
Removes a selection listener from the list of listeners in this panel
removeConsole - Variable in class com.cafean.CalcServer.command.NotificationsRequest
No Documentation Available.
removeConsoleListener(CalcServerResponder) - Method in class com.cafean.CalcServer.JobHandle
 
removeConsoleNotifications(int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Removes the given job DBID from the list of jobs that this requester will recieve console notifications for.
removeDefinitions(int) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Remove an element from definitions.
removeDeleted() - Method in class com.cafean.client.analysis.ElementList
Removes all elements contained in the list that are marked deleted as indicated by GenericObject.isDeleted()
removeDependents - Variable in class com.cafean.CalcServer.command.DeleteJobRequest
If the job has any dependent jobs then they should also be deleted.
removeDockablePanel(DockablePanel) - Method in class com.cafean.client.ui.ApplicationFrame
Removes the given panel from the pane holding all DockablePanels.
removeDocLinks(int) - Method in class com.cafean.client.values.components.AttribProps
Remove an element from docLinks.
removeDocument(AbstractDocument) - Method in class com.cafean.client.mdocs.ALDocReferenceTable
Removes the given document from the list of documents in this table.
removeDocuments(List) - Method in class com.cafean.client.mdocs.ALDocReferenceTable
Removes the given documents from the list of documents in this table.
removeDownloadedFiles() - Method in interface com.cafean.jobstream.common.util.download.Downloader
Remove any files downloaded after being cancelled.
removeDrawingLayer(DrawingLayer, CompoundEdit) - Method in class com.cafean.client.ui.BeanBox
Removes the given layer from this beanbox and adds an appropriate undoable edit to the given CompoundEdit.
removeDrawingLayer(DrawingLayer, CompoundEdit, int) - Method in class com.cafean.client.ui.BeanBox
Removes the given layer from this beanbox and adds an appropriate undoable edit to the given CompoundEdit.
removeElement(GenericObject) - Method in class com.cafean.client.analysis.AbstractModel
Removes the specified GenericObject from the model.
removeElement(Type) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Removes the first occurrence of the given object from the model.
removeElementAt(int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Removes the element at the given index.
removeEnumEntries(int) - Method in class com.cafean.client.values.components.SharedInteger
Remove an element from enumEntries.
removeEnumEntries(int) - Method in class com.cafean.client.values.components.SharedString
Remove an element from enumEntries.
removeEuChangeListener(Object) - Method in class com.cafean.client.anim.SourceManager
Removes an EuChangeListener from the listener list.
removeExtension(File) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns the name of the given file, sans extension.
removeExtension(String) - Static method in class com.cafean.jobstream.common.util.FileUtils
Returns the name of the given file, sans extension.
removeField(int) - Method in class com.cafean.client.values.util.matlab.MXArray
Remove a field from a structure array.
removeFile(long) - Method in class com.cafean.jobstream.tracker.TrackerModule
Removes the file with the given DB_ID from the tracker server.
removeFolder - Variable in class com.cafean.CalcServer.command.NotificationsRequest
No Documentation Available.
removeFolder(String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the folder with the given name be renamed on the server.
removeFolderNotifications(String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Removes the given folder from the list of folders that this requester will recieve status notifcations for.
RemoveFolderRequest - Class in com.cafean.CalcServer.command
This class provides IO access to RemoveFolderRequest data bocks.
RemoveFolderRequest() - Constructor for class com.cafean.CalcServer.command.RemoveFolderRequest
Construct an empty instance.
RemoveFolderRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.RemoveFolderRequest
Construct an instance from a PIB file entry.
removeFromICSet(ConditionSet) - Method in class com.cafean.client.ic.ConditionSetAdapter
This method removes all of the conditions for a particular component from the condition set.
removeFromModel(AbstractModel) - Method in class com.cafean.client.analysis.AbstractComponent
This method removes this AbstractComponent from model.
removeFromModel(AbstractModel) - Method in class com.cafean.client.analysis.ViewComponent
 
removeFromSubSystems(AbstractComponent, CompoundEdit) - Method in class com.cafean.client.analysis.AbstractModel
Removes the given component from each of this model's sub-systems.
removeIdents(int) - Method in class com.cafean.client.analysis.AbstractConnectionList
Removes the ident reference at the given location.
removeIndependentVariable(int) - Method in class com.cafean.client.analysis.TableND
Removes an independent variable from this table, and resizes the dependent variable, only removing the values that are no longer needed.
removeIndependentVariable(int) - Method in class com.cafean.client.values.components.CTableND
Removes an independent variable from this table, and resizes the dependent variable, only removing the values that are no longer needed.
removeInputAt(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Removes the input at the given index.
removeInputVars(int) - Method in class com.cafean.client.values.components.ExternFunction
Remove an element from inputVars.
removeInsertErrorListener(NumericPlainDocument.InsertErrorListener) - Method in class com.cafean.client.ui.NumericPlainDocument
 
removeInsertErrorListener(CRealPlainDocument.InsertErrorListener) - Method in class com.cafean.client.values.util.CRealPlainDocument
 
removeInteractiveCommandListener(InteractiveCommandListener) - Method in class com.cafean.client.anim.DataSource
removes a listener for notification when interactive commands are delivered to the job being animated via this data source
removeIntValues(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Remove an element from intValues.
removeItemListener(ItemListener) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Removes an ItemListener to be notified when the button's selection status changes.
removeItemListener(ItemListener) - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Remove a listener to be notified when the selection state changes.
removeIteration(int) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
removeIteration(Iteration) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
removeJob - Variable in class com.cafean.CalcServer.command.NotificationsRequest
No Documentation Available.
removeLayoutComponent(Component) - Method in class com.cafean.client.ui.swing.OverlapLayout
Removes the specified component from the layout.
removeListender(MultiObjectSelectionPanel.Listener) - Method in class com.cafean.client.values.functions.ui.MultiObjectSelectionPanel
 
removeListener(StreamCallbackListener) - Method in class com.cafean.JobStatus.StreamConnector
 
removeListener(QueueListener) - Method in class com.cafean.JobStatus.ui.queue.BackgroundQueue
 
removeLocation(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
removes the locations from this application that are for the given platform
removeModel(AbstractModel) - Static method in class com.cafean.client.ui.navigator.Navigator
Removes the given model from the Navigator's list of models as well as removing the ModelNode instance from the tree.
removeModel(AbstractModel) - Method in class com.cafean.client.ui.navigator.NavigatorAccordionModel
 
removeModelNode(AbstractModel) - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Removes the ModelNode representing the given AbstractModel.
removeModelNode(AbstractModel) - Method in class com.cafean.client.ui.navigator.PluginNode
Removes the ModelNode representing the given AbstractModel.
removeModelRefs(AbstractModel) - Method in class com.cafean.client.ui.MessageWindow
Removes the objects inside the current message list that use the given model as a reference.
removeModelSelectionListener(ModelSelectionListener) - Method in class com.cafean.client.ui.navigator.Navigator
 
removeModule(String) - Method in class com.cafean.utils.Configurator
Remove the module with the given name.
removeMouseHandler(MouseHandler) - Method in class com.cafean.client.ui.ZoomablePanel
Removes the given handler from the list of zoomable panel handlers and Toolbox handlers.
removeNotify() - Method in class com.cafean.client.anim.AbstractDisplayBean
Called by the framework when the bean is removed from its parent.
removeNotify() - Method in class com.cafean.client.anim.AbstractRangedBean
 
removeNotify() - Method in class com.cafean.client.classify.ClassificationPanel
 
removeNotify() - Method in class com.cafean.client.ui.BeanBox
 
removeNotify() - Method in class com.cafean.client.ui.DrawnComponent
 
removeNotify() - Method in class com.cafean.client.ui.DrawnView
 
removeNotify() - Method in class com.cafean.client.ui.GlassPanel
Overriden here to unregister from the tooltip manager
removeNotify() - Method in class com.cafean.client.ui.navigator.MiniNavigatorTree
Overriden here to unregister from the tooltip manager
removeNotify() - Method in class com.cafean.client.ui.navigator.Navigator
 
removeNotify() - Method in class com.cafean.client.ui.navigator.NavigatorTree
Overriden here to unregister from the tooltip manager
removeNotify() - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
 
removeNotify() - Method in class com.cafean.client.ui.util.ZoomSizePanel
 
removeNotify() - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
 
removeNotify() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
 
removeNotify() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
 
removeNotify() - Method in class com.cafean.JobStatus.ConsoleTabComponent
 
removeNotify() - Method in class com.cafean.utils.SplashPanel
Called by the framework when the panel is removed from the parent.
removeOtherLocations(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
removes the locations from this application that are NOT for the given platform
removeOutputAt(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Removes a the variable at the given index from the output array.
removeOutputVars(int) - Method in class com.cafean.client.values.components.ExternFunction
Remove an element from outputVars.
removeParameter(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Removes the parameter at the given index.
removeParametricValues(int) - Method in class com.cafean.client.values.components.SharedInteger
Remove an element from parametricValues.
removeParametricValues(int) - Method in class com.cafean.client.values.components.SharedReal
Remove an element from parametricValues.
removePlaybackControl(PlaybackControl) - Method in class com.cafean.client.ui.ApplicationFrame
Removes the given playback control from the list of controls updated in ApplicationFrame.updatePlaybackButtons()
removePlaybackPanel(PlaybackButtonPanel) - Method in class com.cafean.client.ui.ApplicationFrame
Removes the given playback panel from the list of controls updated in ApplicationFrame.updatePlaybackButtons()
removePluginNode(AbstractModel) - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Removes the ModelNode representing the given AbstractModel.
removePoint(Point) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Attempts to remove the path point at the given location.
removePoint(Point) - Method in class com.cafean.client.ui.annotation.PolygonBean
Attempts to remove the path point at the given location.
removeProperty(String) - Method in class com.cafean.utils.Configurator
Removes the property with the given name from the current module.
removeProperty(String) - Method in class com.cafean.utils.ConfigWrapper
Removes the property with the given name from the current module.
removeProperty(String, String) - Method in class com.cafean.utils.Configurator
Removes the property with the given name from the given module.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.cafean.client.ui.beans.LongStringEditor
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
removePropertySetListener(PropertySetListener) - Method in class com.cafean.client.ui.beans.PropertySet
Removes the given listener from notification of property set changes
removeRange(int, int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Removes the values in the given range, inclusive.
removeRealValues(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Remove an element from realValues.
removeReferenceModel(AbstractModel, File) - Static method in class com.cafean.client.ui.MainFrame
Removes the reference model in the given file from the list of models owned by the given parent model.
removeRefresh() - Method in class com.cafean.client.ui.report.ModelReportViewer
Removes the refresh button from the UI
removeRefresh() - Method in class com.cafean.client.ui.util.ModelReportDialog
 
removeRegisteredDialog(Dialog, AbstractModel) - Static method in class com.cafean.client.ui.ApplicationFrame
Removes the given dialog from the MainFrame's list of registered child dialogs.
removeRegisteredFrame(Frame, AbstractModel) - Static method in class com.cafean.client.ui.ApplicationFrame
Removes the given Frame from the MainFrame's list of registered frames.
removeRevertButton() - Method in class com.cafean.client.values.nif.NIFReportDialog
 
removeRootFolder(RootFolder) - Method in class com.cafean.CalcServer.CalcServer
removes the given root folder from the list of root folders
removeRow(int) - Method in class com.cafean.client.analysis.Table1D
Remove a row from this table.
removeRow(int) - Method in interface com.cafean.client.ui.beans.AddRowsInterface
 
removeRow(int) - Method in class com.cafean.client.ui.GenericTableModel
 
removeRow(int) - Method in class com.cafean.client.values.components.CTable1D
Remove a row from this table.
removeRow(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Removes the row at the given index.
removeRow(int) - Method in class com.cafean.client.values.util.ClipboardTableModel
 
removeRow(int) - Method in class com.cafean.utils.RptDoc.CustomReportTable
Removes a row of values from the table
removeScreenListener(ScreenListener) - Method in class com.cafean.CalcServer.util.ThreadedScreenReader
 
removeSelectedComponent(Object) - Method in class com.cafean.client.ui.BeanBox
This removes the Object from the list of selected components.
removeSelection(int) - Method in class com.cafean.client.ic.PartialConditionSet
Removes the ident from the array of selected components at the given index.
removeSelectionRef(AbstractComponent) - Method in class com.cafean.client.ic.PartialConditionSet
Removes a single component to the condition set by reference.
removeServer(String) - Method in class com.cafean.utils.Configurator
Removes a calculation server from the Global module.
removeSSMapProperties(Configurator) - Static method in class com.cafean.utils.jobstream.LocalStageMapping
removes each of the local staging location mappings
removeStream(long) - Method in class com.cafean.jobstream.tracker.TrackerModule
Removes the stream with the given DB_ID from the tracker server.
removeStreamCallbackListener(StreamCallbackListener) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
removeStringValues(int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Remove an element from booleanValues.
removeStripes(Class) - Method in class com.cafean.client.ui.SubblockArrayTableDialog
Removes the zebra stripes from the table for the specified class when rendering in a table.
removeSubSystemEntry(AbstractComponent, CompoundEdit) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Removes the given component from this sub-system.
removeTask(long) - Method in class com.cafean.jobstream.tracker.TrackerModule
Removes the task with the given DB_ID from the tracker server.
removeTaskKeyword(long) - Method in class com.cafean.jobstream.tracker.TrackerModule
Removes the task keyword with the given DB_ID from the tracker server.
removeTaskStatus - Variable in class com.cafean.CalcServer.command.NotificationsRequest
No Documentation Available.
removeTaskStatusNotifications(int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Removes the given job DBID from the list of jobs that this requester will receive task status notifications for.
removeToolChangeListener(ToolChangeListener) - Method in class com.cafean.client.ui.Toolbox
Adds the given listener to the the list to notify when the current tool has changed.
removeTrackerModule(String) - Method in class com.cafean.utils.jobstream.ClientTrackerModuleLoader
removes and disposes of the tracker module for the given platform
removeTransientDataChangeListener(Object) - Method in class com.cafean.client.anim.DataSource
Remove a listener from the list of listeners notified of transient data change events.
removeTreeSelectionListener(TreeSelectionListener) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTree
 
removeTreeSelectionListener(TreeSelectionListener) - Method in class com.cafean.client.ui.navigator.NavigatorTree
 
removeUndoListener(UndoListener) - Method in class com.cafean.client.ui.SnapUndoManager
Removes the given UndoListener from the undo listener list.
removeUpdate(DocumentEvent) - Method in class com.cafean.client.ui.text.TextDocumentListener
 
removeVerify() - Method in class com.cafean.client.analysis.AbstractComponent
Verifies that this component can be removed from it's model without unforeseen side effects and returns the truth of this assumption.
removeVerify() - Method in class com.cafean.client.analysis.ViewComponent
 
removeVisualGroup(VisualGroup, CompoundEdit) - Method in class com.cafean.client.ui.BeanBox
Removes the given group from this beanbox and adds an appropriate undoable edit to the given CompoundEdit.
renameFolder(String, String, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the folder with the given name be renamed on the server.
RenameFolderRequest - Class in com.cafean.CalcServer.command
This class provides IO access to RenameFolderRequest data bocks.
RenameFolderRequest() - Constructor for class com.cafean.CalcServer.command.RenameFolderRequest
Construct an empty instance.
RenameFolderRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.RenameFolderRequest
Construct an instance from a PIB file entry.
renameVariable(AbstractSharedValue, String) - Method in class com.cafean.client.values.AbstractNumericsModel
Updates this model in response to the given variable being renamed by the user.
renodalizePipeCells(AbstractComponent) - Method in class com.cafean.client.analysis.AbstractModel
This function renodalizes a pipe cells.
renumberComponents(AbstractComponent[], int) - Method in class com.cafean.client.analysis.AbstractModel
Ensures that the given components have appropriately unique CC numbers within their model.
RenumberCompsDialog - Class in com.cafean.client.ui
A dialog used for renumbering components in a drawn view or otherwise.
RenumberCompsDialog(Dialog) - Constructor for class com.cafean.client.ui.RenumberCompsDialog
Creates new form RenumberCompsDialog
RenumberCompsDialog(Frame) - Constructor for class com.cafean.client.ui.RenumberCompsDialog
Creates new form RenumberCompsDialog
renumberSelectedComponents() - Method in class com.cafean.client.ui.BeanBox
This takes the selected components and has the model renumber their component numbers.
ReorderCompsByCCDialog - Class in com.cafean.client.ui
This dialog is used to reorder components by component number in a model.
repaint() - Method in class com.cafean.client.anim.AbstractDisplayBean
 
repaint() - Method in class com.cafean.client.ui.annotation.Annotation
Repaints this component by calling BeanBox.refresh(java.awt.Rectangle).
repaint() - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
repaint() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
repaint() - Method in class com.cafean.client.ui.DrawnConnection
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.BeanBox
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.GlassPanel
When repainting a region, add a buffer of 10 pixels all the way region to make sure that all connection bands repaint as well
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MButton
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MCheckBox
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MLabel
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MPanel
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MRadioButton
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MRealTextField
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MScrollBar
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MScrollPane
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MSpinner
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MTextArea
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MTextField
 
repaint(long, int, int, int, int) - Method in class com.cafean.client.ui.swing.MTextPane
 
repair() - Method in class com.cafean.client.analysis.ValidationTest
If this validation test can self-correct, this is where it does so.
replace(int, int, String, AttributeSet) - Method in class com.cafean.utils.PythonSyntaxDocument
 
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class com.cafean.client.values.editors.CStringStyleFilter
 
replaceEdit(UndoableEdit) - Method in class com.cafean.client.ui.navigator.UndoableAddToView
 
replaceEdit(UndoableEdit) - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
replaceEdit(UndoableEdit) - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
replaceEdit(UndoableEdit) - Method in class com.cafean.client.ui.util.UndoableVersionChange
This is not a compound edit and cannot have more than one edit object.
Replacement - com.cafean.client.values.ApplyRule
the given variate replaces the nominal values
replaceMessage(int, Message) - Method in class com.cafean.client.ui.message.MessageTable
Replaces the given Message at the given index.
replaceNumericNames(String, AbstractModel) - Static method in class com.cafean.client.analysis.numerics.UserDefinedValue
Replaces named references to user defined constants in the given token with the values of those constants.
replaceNumericNames(String, AbstractModel) - Static method in class com.cafean.client.values.components.AbstractSharedValue
Replaces named references to user defined constants in the given token with the values of those constants.
replacePattern(String) - Method in class com.cafean.jobstream.server.components.StorageLocation
Replaces the currently stored location with the given location that has already been parsed and updated to remove any pattern tokens.
replaceRenderers(Connection) - Method in class com.cafean.client.integrator.ConRendererDesc
replaces or recreates drawn connection objects for the given new connection based on the data collected when this descriptor was created.
replaceResponder(CalcServerResponder, JobRPCResponder) - Method in class com.cafean.CalcServer.rpc.CalcServerListener
 
replaceTokens(StagingLocation, PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Returns a new StagingLocation after performing a tokenized replacement of the given location.
replaceTokens(String, PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
This method performs a tokenized replacement of the following tokens: ${USERID} - The current user's userid. ${USERID_LOWER} - The current user's userid in lower case letters. ${USERID_UPPER} - The current user's userid in upper case letters. ${SNAPINSTALL} - The SNAP installation folder
Report - Interface in com.cafean.utils.RptDoc
Provides required report identification and intialization routines.
Reportable - Interface in com.cafean.utils.RptDoc
Provides a custom reporting routine amongst components.
ReportableModel - Interface in com.cafean.utils.RptDoc
Provides routines for generating a model report.
ReportDialog - Class in com.cafean.utils.RptDoc
Retrieves the available reports from the model and provides selection options.
ReportDialog(ReportableModel) - Constructor for class com.cafean.utils.RptDoc.ReportDialog
Creates new form ReportDialog
ReportGenerator - Class in com.cafean.utils.RptDoc
Utility class which generates reports based on user selection.
ReportGenerator(AbstractModel) - Constructor for class com.cafean.utils.RptDoc.ReportGenerator
Creates a new instance of ReportGenerator .
ReportParams - Class in com.cafean.client.values.util
 
ReportParams() - Constructor for class com.cafean.client.values.util.ReportParams
 
repositionLinks() - Method in class com.cafean.client.ui.DrawnComponent
Updates any connection point location related data for this drawing (and potentially its connected neighbors) to allow drawn connections to be redirected to the appropriate locations.
RepresentationUpdateDialog - Class in com.cafean.client.anim
A dialog used to update RepresentitiveBean instances to the current status of the related DrawnComponents in a user-selected View.
RepresentationUpdateDialog(Dialog) - Constructor for class com.cafean.client.anim.RepresentationUpdateDialog
Creates new form RepresentationUpdateDialog
RepresentationUpdateDialog(Frame) - Constructor for class com.cafean.client.anim.RepresentationUpdateDialog
Creates new form RepresentationUpdateDialog
RepresentitiveBean - Interface in com.cafean.client.anim
An interface describing a bean that can update it's representation to match that of any instance of the DrawnComponent type that created it.
requestConsoleNotifications(int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Adds the given job DBID to the list of jobs that this requester will recieve console notifications for.
requestConsoleOutput(int) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
requests that the console output of the job be queued up as console output events to be sent to the client.
requestConsoleOutput(String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
requests that the console output of the given job be queued up as console output events to be sent to the client.
requestDeletion(Job) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
requestFile(String, String[]) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
requests that the file with the given name be returned
requestFolderNotifications(String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Adds the given folder to the list of folders that this requester will recieve status notifcations for.
requestJobActivityNotices() - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that this requester's callback be notified of state changes to all active jobs and returns the current set of active jobs.
requestJobActivityUpdates(boolean) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
requestJobUpdate(Job, Stream) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
RequestListener<T> - Interface in com.cafean.JobStatus.util
 
requestLoad - Variable in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
if true, the console will immediately request that the job be loaded.
requestLogOutput(int) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
requests that the log output of the job be queued up as log output events to be sent to the client.
requestLogOutput(String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
requests that the log output of the given job be queued up as log output events to be sent to the client.
requestModelList(RPCResponse) - Method in class com.cafean.client.rpc.ModelEditorRequester
 
requestNewJobData(int, Job, Stream) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
requestSaveFileName(AbstractModel) - Method in class com.cafean.client.ui.ApplicationFrame
Opens a file selection dialog for specifying the target location of a MED file.
requestShutdown() - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
requests that the job shutdown immediately
requestShutdown() - Static method in class com.cafean.jobstream.common.PlatformModule
Indicates to all platform module implementations that the currently executing application has begun its shutdown process.
requestShutdown() - Static method in class com.cafean.jobstream.tracker.TrackerModule
Indicates to all platform module implementations that the currently executing application has begun its shutdown process.
requestStream(long, RequestListener<JobStreamRec>) - Method in class com.cafean.JobStatus.StreamContext
 
requestStreamDownload(JLabel, JProgressBar) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
requestStreamJob(String, int, boolean, JobHandleStatus...) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
requestStreamLog(long, long, RequestListener<LogRec>) - Method in class com.cafean.JobStatus.StreamContext
 
requestStreamLog(long, RequestListener<LogRec[]>) - Method in class com.cafean.JobStatus.StreamContext
 
requestStreamLog(String, int) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
requestStreams(RequestListener<JobStreamRec[]>) - Method in class com.cafean.JobStatus.StreamContext
 
requestStreams(Date, RequestListener<JobStreamRec[]>) - Method in class com.cafean.JobStatus.StreamContext
 
requestTask(long, long, RequestListener<TaskRec>) - Method in class com.cafean.JobStatus.StreamContext
 
requestTaskDownload(Task) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
requestTasks(long, RequestListener<TaskRec[]>) - Method in class com.cafean.JobStatus.StreamContext
 
requestTaskStatus(int) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
 
requestTaskStatusNotifications(int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Adds the given job DBID to the list of jobs that this requester will receive task status notifications for.
requestTermination(Job) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
requestUpdate() - Method in class com.cafean.client.validation.util.AsciiCaretListener
Requests that the highlight and cursor location be updated.
requestUpdate() - Method in class com.cafean.client.validation.util.DocumentSearcher
Requests that the highlight and cursor location be updated.
requestViewableFiles(PlatformDefinition, Job, JButton, JPopupMenu) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
REQUIRED - Static variable in interface com.cafean.client.ui.beans.PropertyController
the group containing only required properties.
requireSortedIndependents() - Method in class com.cafean.client.values.components.CTable1D
Determines whether or not the first column of this table should be entered so that values must be increasing.
requiresTarget() - Method in class com.cafean.client.ui.GlassPanel
Determines if a target ConnectingPt is required for the current Connection.
requiresTarget() - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
Determines if the ConnectingPt that started this connection requires a connection point for its target.
rescan() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
reset() - Method in class com.cafean.client.ui.annotation.ImageAnnotation
Creates a draw view component and puts it in the drawing vectors.
reset() - Method in class com.cafean.client.values.ui.TableMapPanel
This method resets the table variable data when the model data has changed outside the expected controls of this JPanel.
reset() - Method in class com.cafean.JobStatus.jimport.JobImporter
Resets this internal structures of this job importer
reset() - Method in class com.cafean.JobStatus.tree.CalcServerNode
 
reset() - Method in class com.cafean.jobstream.common.components.io.FileTypeReader
 
reset() - Method in class com.cafean.jobstream.server.components.io.StreamDefinitionReader
resets this reader for use in reading another stream definition
reset() - Method in class com.cafean.jobstream.server.components.io.StreamManagerZipReader
clears this reader for use with another file
reset() - Method in class com.cafean.jobstream.server.components.io.TaskDefinitionReader
resets this reader for use in reading another task definition
reset() - Method in class com.cafean.jobstream.server.sequence.io.SequenceDefinitionReader
resets this reader for use in reading another sequence definition
reset() - Method in class com.cafean.jobstream.server.sequence.io.SequenceManagerZipReader
clears this reader for use with another file
reset() - Method in class com.cafean.utils.VarArgs
resets the varargs list to empty
reset(ModelErrorReport) - Method in class com.cafean.client.ui.report.ModelReportViewer
Replaces the displayed error report with the given report.
reset(ModelErrorReport) - Method in class com.cafean.client.ui.util.ModelReportDialog
Rebuilds the messages displayed in the dialog.
reset(PlatformDefinition, PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Resets the given platform properties to a valid initial state based on the given Platform Definition.
reset(PlatformDefinition, SubmissionProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Resets the given submission properties to a valid initial state based on the given Platform Definition.
reset(PlatformProperties) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Resets the given platform properties object to an initial state based on this definition's current values.
reset(SubmissionProperties) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Resets the given submission properties object to an initial state based on this definition's current values.
reset(Point) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Resets the line and point handling for the connection line nearest to the given point and repaints the renderer.
reset(Point) - Method in class com.cafean.client.ui.DrawnConnection
 
resetAllUnits(int) - Method in class com.cafean.client.ui.ApplicationFrame
Resets all the renderers for units inside the model editor.
resetAllUnits(int) - Static method in class com.cafean.client.ui.MainFrame
Resets all the renderers for units inside the model editor.
resetCache() - Method in class com.cafean.client.analysis.ComponentSet
Updates and/or recalculates all caching used to speed access to components in this set.
resetConnections() - Method in class com.cafean.client.ui.BeanBox
This resets all the connections that connect to the selected components
resetCurrentState() - Method in class com.cafean.h2o.FluidState
 
resetCursor() - Static method in class com.cafean.client.ui.ApplicationFrame
Sets the cursor to the default cursor when the process requiring the waiting is complete.
resetDynamic() - Method in class com.cafean.client.anim.GeneralRange
resets the minimum and maximum cached values for this dynamic range to prepare it for the next timestep of data.
resetIdleCount() - Method in class com.cafean.CalcServer.JobHandle
resets this run's current idle count to 0 to indicate that it is not idle
resetIteration() - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Resets this iterator
resetIteration() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Resets the current index of a parameter during parametric export or job submission.
resetIteration() - Method in class com.cafean.client.values.components.AbstractSharedValue
Resets the iteration count for parametric value access.
resetIteration() - Method in class com.cafean.client.values.components.SharedBoolean
 
resetIteration() - Method in class com.cafean.client.values.components.SharedInteger
 
resetIteration() - Method in class com.cafean.client.values.components.SharedReal
 
resetIteration() - Method in class com.cafean.client.values.util.ParametricIteration
Resets this iterator
resetMenus() - Method in class com.cafean.client.ui.ApplicationFrame
Resets the menus on the main toolbar of the MainFrame.
resetMessageCount() - Method in class com.cafean.client.ui.message.ModelErrorReport
Rebuilds the count integers for the message types by investigating all of the elements.
resetModule() - Method in class com.cafean.client.ui.SnapPreferences
 
resetPlayTime() - Method in class com.cafean.client.anim.SourceManager
Reset the displayed transient time to the beginning of the master calculation.
resetPosition() - Method in class com.cafean.client.ui.DrawnComponent
resetPosition can be used to set the correct positions of components when they become visible, such as when the display layer is changed.
resetProgress() - Method in class com.cafean.moviegen.ui.ProgressDialog
Resets the progress bar.
resetSize() - Method in class com.cafean.client.ui.annotation.Annotation
This resets the current size of the annotation.
resetSize() - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
This resets the current size of the annotation.
resetSize() - Method in class com.cafean.client.ui.annotation.ImageAnnotation
 
resetSize() - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
resetSize() - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
This resets the current size of the annotation.
resetSize() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
resetToInitial() - Method in class com.cafean.JobStatus.jimport.ImportFileDesc
 
resetToString() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
Resets this node's tostring based on the array size and it's enabled state.
resetToString() - Method in class com.cafean.client.ui.navigator.CategoryNode
 
resetToString() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
 
resetToString() - Method in class com.cafean.client.ui.navigator.NavigatorNode
 
resetVariableList(List<T>) - Method in class com.cafean.client.values.functions.ui.MultiObjectSelectionPanel
 
resetWindowingMode() - Method in class com.cafean.client.ui.ApplicationFrame
Updates and resets all Window Arrangement based on the current status.
resizeColumns() - Method in class com.cafean.JobStatus.ui.util.TablePreferences
Resizes the table's columns to be at least as large as the current values displayed.
resizeTable(JTable) - Method in class com.cafean.client.mdocs.ALOwnerSearchFrame
Resizes the columns in the table to the maximum width of values in the column, plus some minor padding.
resizeTable(JTable, int, boolean) - Static method in class com.cafean.client.ui.util.TableUtils
Resizes the columns in the table to the maximum width of values in the column, plus some minor padding.
resizeTable(JTable, int, int) - Static method in class com.cafean.client.ui.util.TableUtils
Resizes the columns in the table to the maximum width of values in the column, plus some minor padding.
resizeTable(JTable, String) - Static method in class com.cafean.client.values.util.ColumnManager
Resizes the columns in the provided table.
resizeTable(JTable, String, int) - Static method in class com.cafean.client.values.util.ColumnManager
Resizes the columns in the table.
RestartCase - Class in com.cafean.client.analysis
This class represents a derivative case on an AbstractModel.
RestartCasePanel - Class in com.cafean.client.ui.navigator
 
RestartCasePanel(AbstractModel) - Constructor for class com.cafean.client.ui.navigator.RestartCasePanel
Creates new form RestartCasePanel
RestartData - Class in com.cafean.utils
This class holds a complete time slice of a calculation.
RestartData(String, double, int, String[], float[]) - Constructor for class com.cafean.utils.RestartData
 
RestartData(String, double, int, String[], float[], int[]) - Constructor for class com.cafean.utils.RestartData
 
RestartDataRequest - Class in com.cafean.CalcServer.command
This class provides IO access to RestartDataRequest data bocks.
RestartDataRequest() - Constructor for class com.cafean.CalcServer.command.RestartDataRequest
Construct an empty instance.
RestartDataRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.RestartDataRequest
Construct an instance from a PIB file entry.
RestartInfo - Class in com.cafean.utils
Class to hold the arrays of time steps and time values corresponding to when restarts were written for a calculation.
RestartInfo() - Constructor for class com.cafean.utils.RestartInfo
 
RestartInfoRequest - Class in com.cafean.CalcServer.command
This class provides IO access to RestartInfoRequest data bocks.
RestartInfoRequest() - Constructor for class com.cafean.CalcServer.command.RestartInfoRequest
Construct an empty instance.
RestartInfoRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.RestartInfoRequest
Construct an instance from a PIB file entry.
restartTime - Variable in class com.cafean.CalcServer.command.RestartDataRequest
No Documentation Available.
restartTime - Variable in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
No Documentation Available.
restoreALRefState(Hashtable) - Method in class com.cafean.client.analysis.AbstractComponent
Restore the state of the ALDocRef array data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.analysis.ConditionSet
 
restoreState(String, Hashtable) - Method in class com.cafean.client.analysis.ElementBean
Restore the state of the bean from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.analysis.GenericObject
Restore the state of the bean from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Restore the state of the bean from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
restores the state of this entry
restoreState(String, Hashtable) - Method in class com.cafean.client.analysis.ValidationOptions
Loads the current state of this ValidationOptions from a hashtable.
restoreState(String, Hashtable) - Method in class com.cafean.client.anim.ChannelInfoRef
Restores the state of this ChannelInfoRef
restoreState(String, Hashtable) - Method in class com.cafean.client.anim.DataSource
 
restoreState(String, Hashtable) - Method in class com.cafean.client.ic.PartialConditionSet
 
restoreState(String, Hashtable) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Restore the state of the IntegrationDefinition data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.io.med.Attribute
Restore the state of the Attribute data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.mdocs.ALDocRef
Restore the state of the ALDocRef data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.mdocs.ALOwnership
Restore the state of the ALOwnership data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.mdocs.QuickNote
 
restoreState(String, Hashtable) - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.AbstractCBoolean
Restore the state of the CBoolean data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.AbstractCInteger
Restore the state of the CInteger data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.AbstractCReal
Restore the state of the CReal data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.AbstractCString
Restore the state of the CString data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.AttribProps
Restore the state of the AttribProps data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.CBoolean_E
Restore the state of the CBoolean data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.CBoolean
Restore the state of the CBoolean data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.CInteger_E
Restore the state of the CInteger data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.CInteger
Restore the state of the CInteger data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.CReal_E
Restore the state of the CReal data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.CReal
Restore the state of the CReal data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.EnumEntry
Restore the state of the EnumEntry data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.ExternFunction
Restore the state of the ExternFunction data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.client.values.components.NumericsTableColumn
Restore the state of the NumericsTableColumn data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Restores the state of the ApplicationDefinition from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.ApplicationInput
Restores the state of the ApplicationInput from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.ApplicationLocation
Restores the state of this object from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.ApplicationOutput
Restores the state of the ApplicationOutput from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.Keyword
Restores the state of the FileReference data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Restores the state of the PlatformDefinition from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Restores this object's state to permit redo
restoreState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.SubmissionProperties
Restores this object's state to permit redo
restoreState(String, Hashtable) - Method in class com.cafean.jobstream.common.FileReference
Restores the state of the FileReference data block from an earlier edit.
restoreState(String, Hashtable) - Method in class com.cafean.Number.Real
Restore the state of the Real from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Restore the state of the ActivityNoticeRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Restore the state of the CanCreateDemuxRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Restore the state of the ConnectionInfo data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Restore the state of the ConsoleOutputRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Restore the state of the CreateDemuxDataRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Restore the state of the CreateFolderRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.DataChannel
Restore the state of the DataChannel data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Restore the state of the DataChannelsRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Restore the state of the DeleteJobRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Restore the state of the DeleteJobResponse data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Restore the state of the DemuxDataRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Restore the state of the EvtCommandDelivered data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Restore the state of the EvtConsoleOutput data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Restore the state of the EvtEndTimeChanged data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtJobAdded
Restore the state of the EvtJobAdded data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Restore the state of the EvtJobRemoved data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Restore the state of the EvtLogOutput data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Restore the state of the EvtStatusTriggered data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Restore the state of the EvtTaskStatusChanged data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.FileEntry
Restore the state of the FileEntry data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.FileRequest
Restore the state of the FileRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Restore the state of the FileRequestResponse data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.FilesListRequest
Restore the state of the FilesListRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Restore the state of the FindStreamsRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.Folder
Restore the state of the Folder data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Restore the state of the FolderContentsRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.FolderEntry
Restore the state of the FolderEntry data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Restore the state of the FolderLocationRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Restore the state of the FolderTreeRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Restore the state of the GetFileCancelRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Restore the state of the GetFileContentsRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.GetFileRequest
Restore the state of the GetFileRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.GetFileResponse
Restore the state of the GetFileResponse data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Restore the state of the GetJobInfoRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Restore the state of the GetMessagesRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Restore the state of the HasDemuxRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Restore the state of the IncrementTimeslice data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Restore the state of the InteractCommandRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Restore the state of the InteractiveVariable data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Restore the state of the InteractiveVarsRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.Job
Restore the state of the Job data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Restore the state of the JobFilesEntry data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.JobFilesList
Restore the state of the JobFilesList data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Restore the state of the JobFilesRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Restore the state of the JobLocationRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Restore the state of the JobPriorityRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.JobRPCRequest
Restore the state of the JobRPCRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.JobSet
Restore the state of the JobSet data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.Keyword
Restore the state of the Keyword data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Restore the state of the LaunchJobRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.LoadJobRequest
Restore the state of the LoadJobRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Restore the state of the LoadMuxChannelsRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.LogOutputRequest
Restore the state of the LogOutputRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Restore the state of the MountFolderRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Restore the state of the MuxDataRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Restore the state of the NotificationsRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Restore the state of the ReleaseJobRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Restore the state of the RemoveFolderRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Restore the state of the RenameFolderRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Restore the state of the RestartDataRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Restore the state of the RestartInfoRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Restore the state of the SendFileCancelRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Restore the state of the SendFileContentsRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.SendFileRequest
Restore the state of the SendFileRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Restore the state of the ServerStatusRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Restore the state of the SetMuxTimeRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ShutdownRequest
Restore the state of the ShutdownRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Restore the state of the StatusTriggerRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.String16
Restore the state of the String16 data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Restore the state of the TerminateRunRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Restore the state of the UnitCodeRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Restore the state of the UnitCodeResponse data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Restore the state of the UnloadJobRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Restore the state of the UnMountFolderRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableFile
Restore the state of the ViewableFile data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Restore the state of the ViewableFileBlockRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Restore the state of the ViewableFileLenRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Restore the state of the ViewableFileOpenRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Restore the state of the ViewableFilesRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Restore the state of the ViewablePoiRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Restore the state of the ViewableSearchRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Restore the state of the JConsoleRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Restore the state of the JDataChannel data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Restore the state of the JDataChannelsRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Restore the state of the JEvtCommandDelivered data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Restore the state of the JEvtConsoleOutput data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Restore the state of the JEvtEndTimeChanged data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Restore the state of the JEvtEvaluationChanged data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Restore the state of the JEvtLogOutput data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Restore the state of the JEvtStatusChanged data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Restore the state of the JEvtTaskStatusChanged data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Restore the state of the JFileRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Restore the state of the JInteractCommandRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Restore the state of the JInteractiveVariable data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Restore the state of the JInteractiveVarsRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Restore the state of the JLoadMuxChannelsRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Restore the state of the JLogRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Restore the state of the JMuxDataRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Restore the state of the JRestartDataRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Restore the state of the JRestartInfoRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Restore the state of the JSetMuxTimeRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Restore the state of the JShutdownRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Restore the state of the JString16 data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Restore the state of the JTaskStatusRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Restore the state of the JTerminateRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Restore the state of the JTimestepIncrRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Restore the state of the JUnitCodeRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.analysis.AbstractComponent
 
restoreState(Hashtable) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
 
restoreState(Hashtable) - Method in class com.cafean.client.analysis.GenericObject
Restore the state of the bean from an earlier edit by using copyFrom on the previously stored clone.
restoreState(Hashtable) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
 
restoreState(Hashtable) - Method in class com.cafean.client.analysis.numerics.UserDefinedValue
 
restoreState(Hashtable) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
 
restoreState(Hashtable) - Method in class com.cafean.client.analysis.ValidationOptions
 
restoreState(Hashtable) - Method in class com.cafean.client.anim.AbstractDisplayBean
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.anim.AbstractRangedBean
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.anim.AbstractVolumeBean
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.anim.GeneralRange
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.anim.InteractiveCommand
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.anim.InteractiveVarRef
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Restore the state of the AbstractIntegrationCase data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Restore the state of the IntegrationDefinition data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.Attribute
Restore the state of the Attribute data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Restore the state of the DrawnAnnotationRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.DrawnComponentRec
Restore the state of the DrawnComponentRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.DrawnConnLine
Restore the state of the DrawnConnLine data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Restore the state of the DrawnDisplayBeanRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Restore the state of the DrawnDisplayElementRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Restore the state of the DrawnImageAnnotationRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.DrawnLayerRec
Restore the state of the DrawnLayerRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.DrawnNumericRec
Restore the state of the DrawnNumericRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Restore the state of the DrawnVisualGroupRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.FontRec
Restore the state of the FontRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Restore the state of the _MedVerInfo_ data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.ModelHeaderRec
Restore the state of the ModelHeaderRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.Plugin
Restore the state of the Plugin data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.String16
Restore the state of the String16 data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.UserConstantRec
Restore the state of the UserConstantRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.UserFunctionRec
Restore the state of the UserFunctionRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.UserVariableRec
Restore the state of the UserVariableRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.io.med.ViewCompRec
Restore the state of the ViewCompRec data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.mdocs.ALDocRef
Restore the state of the ALDocRef data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.mdocs.ALOwnership
Restore the state of the ALOwnership data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.rpc.command.ActivateRequest
Restore the state of the ActivateRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Restore the state of the AnimateJobRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.rpc.command.ModelListRequest
Restore the state of the ModelListRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.rpc.command.ModelListResponse
Restore the state of the ModelListResponse data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.annotation.Annotation
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.annotation.ImageAnnotation
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.annotation.PolygonBean
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.annotation.TextAnnotation
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.BeanBox
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.DrawnComponent
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.DrawnConnection
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.DrawnSubComponent
 
restoreState(Hashtable) - Method in class com.cafean.client.ui.DrawnUserValue
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.DrawnViewComponent
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.ui.util.DrawingLayer
 
restoreState(Hashtable) - Method in class com.cafean.client.ui.util.VisualGroup
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.AbstractCBoolean
 
restoreState(Hashtable) - Method in class com.cafean.client.values.components.AbstractCInteger
Restore the state of the CInteger data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.AbstractCReal
 
restoreState(Hashtable) - Method in class com.cafean.client.values.components.AbstractCString
Restore the state of the CString data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Restore the state of the AbstractFunctionCatProps data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.AbstractSharedValue
 
restoreState(Hashtable) - Method in class com.cafean.client.values.components.AttribProps
Restore the state of the AttribProps data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.CBoolean_E
Restore the state of the CBoolean data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.CBoolean
Restore the state of the CBoolean data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.CInteger_E
Restore the state of the CInteger data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.CInteger
Restore the state of the CInteger data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.CReal_E
Restore the state of the CReal data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.CReal
Restore the state of the CReal data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.EnumEntry
Restore the state of the EnumEntry data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.ExternFunction
Restore the state of the ExternFunction data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.NumericsCatProps
Restore the state of the NumericsCatProps data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.NumericsTableColumn
Restore the state of the NumericsTableColumn data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.SharedBoolean
Restore the state of the SharedBoolean data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.SharedFunction
Restore the state of the SharedFunction data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.SharedInteger
Restore the state of the SharedInteger data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.SharedReal
Restore the state of the SharedReal data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.components.SharedString
 
restoreState(Hashtable) - Method in class com.cafean.client.values.components.SharedTable
Restore the state of the SharedTable data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Restore the state of the bean from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
 
restoreState(Hashtable) - Method in class com.cafean.config.rpc.command.ActivateRequest
Restore the state of the ActivateRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Restore the state of the SelectAreaRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Restore the state of the ActivateRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Restore the state of the OpenConsoleRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Restore the state of the SelectJobRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.jobstream.common.components.Keyword
Restores the state of the FileReference data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.jobstream.common.components.PlatformProperties
restoreState(Hashtable) - Method in class com.cafean.jobstream.common.components.SubmissionProperties
restoreState(Hashtable) - Method in class com.cafean.jobstream.common.FileReference
Restores the state of the FileReference data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.rpc.command.CallbackAuthorization
Restore the state of the CallbackAuthorization data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.rpc.command.CallbackAuthRequest
Restore the state of the CallbackAuthRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.rpc.command.CallbackContext
Restore the state of the CallbackContext data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.rpc.command.Ping
Restore the state of the Ping data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.rpc.command.VersionRequest
Restore the state of the VersionRequest data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.snapdx.SDXElement
Restore the state of the SDXElement data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Restore the state of the SDXIntegerArrayValue data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.snapdx.SDXIntegerValue
Restore the state of the SDXIntegerValue data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.snapdx.SDXRealArrayValue
Restore the state of the SDXRealArrayValue data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.snapdx.SDXRealValue
Restore the state of the SDXRealValue data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.snapdx.SDXStringArrayValue
Restore the state of the SDXStringArrayValue data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.snapdx.SDXStringValue
Restore the state of the SDXStringValue data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Restore the state of the SNAPDXFileInfo data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.snapdx.SNAPDXRecord
Restore the state of the SNAPDXRecord data block from an earlier edit.
restoreState(Hashtable) - Method in class com.cafean.utils.WebSupport
Restores the current websupport data from a hashtable
restoreState(Hashtable<?, ?>) - Method in class com.cafean.config.site.DefaultApplicationMap
 
RESTRICTED - Static variable in class com.cafean.client.classify.Classification
confidential restricted data
RestrictedCollapsed - com.cafean.client.ui.swing.accordion.NodeState
 
RestrictedCollapsedHighlighted - com.cafean.client.ui.swing.accordion.NodeState
 
RestrictedCollapsedPressed - com.cafean.client.ui.swing.accordion.NodeState
 
RestrictedExpanded - com.cafean.client.ui.swing.accordion.NodeState
 
RestrictedExpandedHighlighted - com.cafean.client.ui.swing.accordion.NodeState
 
RestrictedExpandedPressed - com.cafean.client.ui.swing.accordion.NodeState
 
ResultsListener - Interface in com.cafean.client.validation.util
A listener for the results of a search performed by a document searcher.
resumeCalc(boolean) - Method in class com.cafean.client.anim.DataSource
Resume a running calculation.
retainAll(Collection<?>) - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
retainAll(Collection<?>) - Method in class com.cafean.client.analysis.ComponentSet
 
retreiveData() - Method in class com.cafean.client.anim.DataSource
Retreives the data from the calculation server for most recent timestep.
retreiveData(boolean) - Method in class com.cafean.client.anim.SourceManager
Retrieves the data from all of the active data sources.
retreiveData(double) - Method in class com.cafean.client.anim.DataSource
Retreives the data from the calculation server for the given time coordinate.
retrieveFile(int, String, String[]) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
 
retrieveFile(String, String, String[], FileRequestResponse) - Method in class com.cafean.utils.CalcServerProxy
Retrieves a file from the calculation server.
RetrieveFiles - com.cafean.CalcServer.util.ExecutionStatus
 
RetrieveNewJobRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
RetrieveNewJobRequest(int, CSInterface) - Constructor for class com.cafean.JobStatus.ui.csstream.request.RetrieveNewJobRequest
 
revalidate() - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
revalidate() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
revalidate() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
revalidate() - Method in class com.cafean.client.ui.BeanBox
 
revalidate() - Method in class com.cafean.client.ui.ZoomablePanel
 
reverse() - Method in class com.cafean.client.anim.SourceManager
Reverses to the minimum time step
revertModifications(AbstractModel, boolean) - Static method in class com.cafean.client.ui.MainFrame
This method reverts an AbstractModel to the current model on disk.
revertVirtualModel(AbstractModel, String) - Method in class com.cafean.client.ui.MainFrame
Reverts the current virtual model by throwing away the current virtual model and re-graphically editing the RestartCase that generated this virtual model.
reviveNode() - Method in class com.cafean.JobStatus.tree.CalcServerNode
 
revTransformPoint(Point) - Method in class com.cafean.client.ui.DrawnComponent
Transforms a point from ComponentSpace coordinates (upper left corner) down to scaled localSpace coordinates (inlet).
rholine(double[], int[], double[][], String, double[], double[], boolean) - Method in class com.cafean.h2o.NewSteamTables
 
RIGHT - com.cafean.client.ui.util.Orientation
 
RIGHT - Static variable in class com.cafean.client.ui.DrawnComponent
Oriented to the right-hand of the screen
RIGHT_ARROW - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates the Pad for the ConnectingPt should be a Right Arrow
RIGHT_SIDE_ONLY - Static variable in class com.cafean.client.ui.diff.CategoryGroup
 
RightToLeft - com.cafean.client.analysis.Connection.Direction
 
rnoncn() - Method in class com.cafean.h2o.FluidState
Processes input data for constants needed in noncondensible and molten metal calculations.
rollMonth(boolean) - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
RootFolder - Class in com.cafean.CalcServer
A class representing the current state of a mounted root folder.
RootFolder(String, File) - Constructor for class com.cafean.CalcServer.RootFolder
Creates a new instance of RootFolder
RootFolderDialog - Class in com.cafean.JobStatus.ui
This dialog provides application location editing functionality
RootFolderDialog(Dialog, Configurator, PlatformDefinition) - Constructor for class com.cafean.JobStatus.ui.RootFolderDialog
Creates new form AppLocationsDialog
RootFolderDialog(Frame, Configurator, PlatformDefinition) - Constructor for class com.cafean.JobStatus.ui.RootFolderDialog
Creates new form AppLocationsDialog
rotate(double) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
rotate(double, double, double) - Method in class com.cafean.client.ui.ConnectingPt
Rotates a ConnectingPt clockwize by the angle theta, around the point specified by x and y.
rotate(double, double, double) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
rotateTo(double, Shape, Point2D.Double, Vector) - Method in class com.cafean.client.ui.DrawnComponent
Rotate the specified shape around a given point by the given angle.
rotateTo(double, Shape, Point, Vector) - Method in class com.cafean.client.ui.DrawnComponent
Rotate the specified shape around a given point by the given angle.
RowData - Class in com.cafean.client.anim.channel
The base class for channel and set row data objects.
RowData - Interface in com.cafean.JobStatus.ui.stream
 
RowData() - Constructor for class com.cafean.client.anim.channel.RowData
 
RowSelection - Class in com.cafean.JobStatus.ui.csstream.table
A simple encapsulation of a stream panel row selection.
RowSelection - Class in com.cafean.JobStatus.ui.stream
A simple encapsulation of a stream panel row selection.
RowSelection(CSRowData, int) - Constructor for class com.cafean.JobStatus.ui.csstream.table.RowSelection
creates a new selection of the given row *
RowSelection(RowData, int) - Constructor for class com.cafean.JobStatus.ui.stream.RowSelection
creates a new selection of the given row
RPC_file - Class in com.cafean.rpc.command
This class provides IO access to RPC platform independant binary files.
RPC_file() - Constructor for class com.cafean.rpc.command.RPC_file
Constructor.
RPCListener - Class in com.cafean.rpc
This class implements the server side "listener" for the CAFEAN RPC system.
RPCListener(String, String, int) - Constructor for class com.cafean.rpc.RPCListener
Creates a new listener for the given port.
RPCManager - Class in com.cafean.rpc
The base class for implementations that manage one side of RPC and handle the creation of RPC connections (requester and responder).
RPCOriginator - Class in com.cafean.rpc
This class implements the client side "connector" for the CAFEAN RPC system.
RPCOriginator(String, String, String, int) - Constructor for class com.cafean.rpc.RPCOriginator
Creates a new originator for requesters and responders connected to the given host/port.
RPCRequester - Class in com.cafean.rpc
This class is the base class for the client side of an RPC connection and its callback interface.
RPCRequester(RPCManager, String, String, Socket) - Constructor for class com.cafean.rpc.RPCRequester
Creates a new RPCRequester to communicate over the given socket.
RPCResponder - Class in com.cafean.rpc
This class is the base class for the server side of an RPC connection.
RPCResponder(RPCManager, String, String, Socket) - Constructor for class com.cafean.rpc.RPCResponder
Creates a new RPCResponder to communicate over the given socket.
RPCResponse<T extends PibBlock> - Class in com.cafean.rpc
A container class used as the return type for RPCRequester methods that encapsulate communication with the server.
RPCResponse() - Constructor for class com.cafean.rpc.RPCResponse
 
RPCXdr - Class in com.cafean.rpc
An selected set of Xdr routine overrides for use in situations where exceptions thrown during read routines must be handled by the calling methods.
RPCXdr() - Constructor for class com.cafean.rpc.RPCXdr
 
RTF - com.cafean.client.values.util.mathcad.MathcadExport
 
run() - Method in class com.cafean.CalcServer.BlockFileAccessManager
 
run() - Method in class com.cafean.CalcServer.CalcServerConnector
Attempts to make the Execution Monitor connection, then cleans up and returns.
run() - Method in class com.cafean.CalcServer.JobQueue
The entry point for this thread.
run() - Method in class com.cafean.CalcServer.util.FileToucher
 
run() - Method in class com.cafean.CalcServer.util.ThreadedScreenReader
The entry point for this thread.
run() - Method in class com.cafean.client.anim.PushUpdateThread
Continuously processes the current JobChangeQueue, updating the SourceManager as appropriate based on the events received.
run() - Method in class com.cafean.client.ui.AsciiViewer.Updater
Continuously updates and sleeps while enabled to update the AsciiViewer by calling writeComponent.
run() - Method in class com.cafean.client.ui.message.MessageTable.Scroller
 
run() - Method in class com.cafean.client.ui.util.search.GSBlockingDialog
 
run() - Method in class com.cafean.client.ui.util.TrackerModulesInitializer
 
run() - Method in class com.cafean.client.values.functions.ui.FunctionExecutor
 
run() - Method in class com.cafean.JobStatus.OutputViewer.OutputViewerOpener
Polls the execution monitor until the calculation server is finished indexing the current output file, then creates and opens an OutputViewer.
run() - Method in class com.cafean.JobStatus.ui.queue.TerminateRequest
 
run() - Method in class com.cafean.JobStatus.ui.queue.WaitForBackgroundQueueDialog
 
run() - Method in class com.cafean.jobstream.common.util.CapturingReader
begins the capturing process
run() - Method in class com.cafean.moviegen.util.ReaderThread
Performs reads on the supplied reader until no input is available.
run() - Method in class com.cafean.rpc.CallbackNotifier
The main loop of this callback interface
run() - Method in class com.cafean.rpc.RPCListener
The main processing loop for this RPCListener.
run() - Method in class com.cafean.rpc.RPCResponder
The main processing loop for this RPCListener.
run() - Method in class com.cafean.utils.BlockingDialog
The run method of the subclass is called by new background thread just before the dialog is shown.
run() - Method in class com.cafean.utils.TouchFileTask
When the timer executes, this code is run.
run_id - Variable in class com.cafean.CalcServer.command.FileRequest
No Documentation Available.
run_id - Variable in class com.cafean.CalcServer.command.IncrementTimeslice
No Documentation Available.
run_id - Variable in class com.cafean.CalcServer.command.JobLocationRequest
No Documentation Available.
run_id - Variable in class com.cafean.CalcServer.command.TerminateRunRequest
No Documentation Available.
Running - com.cafean.CalcServer.util.ExecutionStatus
 
Running - com.cafean.CalcServer.util.JobHandleStatus
 
Running - com.cafean.jobstream.server.components.Status
a task that is currently executing but is not necessarily communicating with the stream manager
RUNNING_INDICATOR - Static variable in class com.cafean.JobStatus.tree.IndicatorIcon
 
runValidation(boolean) - Method in class com.cafean.client.analysis.ValidationTest
This method is the actual validation.

S

s() - Method in class com.cafean.h2o.IFC1967
 
S_columnWidths - Static variable in class com.cafean.client.anim.SourceManager
An array containing the width of each column in the source manager table.
sanitize(Object) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Returns a sanitized version of the toString() of the given value
sanitize(Object) - Static method in class com.cafean.utils.XMLUtil
Returns a sanitized version of the toString() of the given value
sanitize(Object, boolean) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Returns a sanitized version of the toString() of the given value
sanitize(String) - Static method in class com.cafean.client.values.nif.NumericsExporter
Sanitizes a String meant for NIF output.
sanitize(String) - Static method in class com.cafean.document.notebook.plot.GraphWriter
Sanitizes a string for use in an AptPlot string expression.
sanitizeHTML(String) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Returns a sanitized version of the toString() of the given value
satprops(double[], int[], double[], double[], double[]) - Method in class com.cafean.h2o.NewSteamTables
 
save() - Method in class com.cafean.client.ui.SnapPreferences
 
save() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
save() - Method in class com.cafean.JobStatus.ui.util.TablePreferences
Saves the current column preferences.
save() - Method in class com.cafean.utils.Configurator
Saves the currently loaded configuration to the user's .snaprc.
save(AbstractModel, PibFile) - Method in class com.cafean.CodePlugins.MEFeaturePlugin
This is called on all Feature plugins when a model has been stored.
save(AbstractModel, String) - Method in class com.cafean.client.utils.pybatch.MEBatchPy4JInterface
Saves the given model in the given location
save(Configurator) - Method in class com.cafean.config.site.DefaultApplicationMap
Load the default application selections from the user's preferences.
saveLiquidProp() - Method in class com.cafean.h2o.FluidState
 
saveModel() - Method in class com.cafean.client.analysis.AbstractModel
This method saves this AbstractModel to a SAM file using it's current save file or requesting a file if none is set.
saveModel(boolean) - Method in class com.cafean.client.analysis.AbstractModel
This method saves this AbstractModel to a SAM file using it's current save file or requesting a file if none is set.
saveModel(File, boolean) - Method in class com.cafean.client.io.MEDUtil
saves this utility's model into the given file
saveOptions(ValidationOptions) - Method in class com.cafean.client.analysis.ValidationTest
Stores the options for a validationTest to the given ValidationOptions object.
saveSelected() - Method in class com.cafean.client.ui.CreateViewsDialog
 
saveSelected() - Method in class com.cafean.client.ui.ViewCreationPrefsDialog
 
saveSettings() - Method in class com.cafean.client.ui.navigator.Navigator
stores the Navigator's user-preference level settings in the ModelEditor's SnapPreferences object.
saveSettings() - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
saveSettings() - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Save the program defaults into a properties file located in the user's home directory.
saveSettings(SnapPreferences) - Method in class com.cafean.client.mdocs.ALCompsListPanel
 
saveSettings(SnapPreferences) - Method in class com.cafean.client.mdocs.ALNotesListPanel
 
ScalarEnumEditor - Class in com.cafean.client.values.editors
A BooleanEditor with the choices 'Enum' (for true) and 'Scalar'.
ScalarEnumEditor() - Constructor for class com.cafean.client.values.editors.ScalarEnumEditor
Creates a new instance of ScalarEnumEditor
scale(double, double) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
scaleIt() - Method in class com.cafean.client.ui.DrawnComponent
Scale the drawing so that it reflects the true relative size
scan() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
ScreenListener - Interface in com.cafean.CalcServer.util
An interface describing a notification object that listens for console output to be made available from a ScreenReader.
screenOutputAvailable(String) - Method in interface com.cafean.CalcServer.util.ScreenListener
notifies this listener that the given new output is available
Scroller() - Constructor for class com.cafean.client.ui.message.MessageTable.Scroller
 
ScrollListener - Class in com.cafean.JobStatus.ui.util
A listener that will scroll a given text component to the end of its document when text is added unless the user un-pins the area by scrolling up.
scrollRectToVisible(Rectangle) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
scrollRectToVisible(Rectangle) - Method in class com.cafean.client.ui.swing.MTextArea
 
scrollRectToVisible(Rectangle) - Method in class com.cafean.client.ui.swing.MTextField
 
scrollToLine(int) - Method in class com.cafean.client.ui.AsciiViewer
 
scrollToVisible() - Method in class com.cafean.client.ui.pview.GroupPanel
Attempts to scroll this group panel to visible via the EDT.
scrollToVisible() - Method in class com.cafean.client.ui.pview.TitlePanel
Attempts to scroll this panel to visible via the EDT.
scrollToVisible(JTable, int, int) - Method in class com.cafean.utils.CommandDialog
 
SDITopFrame - Interface in com.cafean.utils
 
SDXElement - Class in com.cafean.snapdx
This class provides IO access to SDXElement data bocks.
SDXElement() - Constructor for class com.cafean.snapdx.SDXElement
Construct an empty instance.
SDXElement(PibFile) - Constructor for class com.cafean.snapdx.SDXElement
Construct an instance from a PIB file entry.
SDXIntegerArrayValue - Class in com.cafean.snapdx
This class provides IO access to SDXIntegerArrayValue data bocks.
SDXIntegerArrayValue() - Constructor for class com.cafean.snapdx.SDXIntegerArrayValue
Construct an empty instance.
SDXIntegerArrayValue(PibFile) - Constructor for class com.cafean.snapdx.SDXIntegerArrayValue
Construct an instance from a PIB file entry.
SDXIntegerValue - Class in com.cafean.snapdx
This class provides IO access to SDXIntegerValue data bocks.
SDXIntegerValue() - Constructor for class com.cafean.snapdx.SDXIntegerValue
Construct an empty instance.
SDXIntegerValue(PibFile) - Constructor for class com.cafean.snapdx.SDXIntegerValue
Construct an instance from a PIB file entry.
SDXRealArrayValue - Class in com.cafean.snapdx
This class provides IO access to SDXRealArrayValue data bocks.
SDXRealArrayValue() - Constructor for class com.cafean.snapdx.SDXRealArrayValue
Construct an empty instance.
SDXRealArrayValue(PibFile) - Constructor for class com.cafean.snapdx.SDXRealArrayValue
Construct an instance from a PIB file entry.
SDXRealValue - Class in com.cafean.snapdx
This class provides IO access to SDXRealValue data bocks.
SDXRealValue() - Constructor for class com.cafean.snapdx.SDXRealValue
Construct an empty instance.
SDXRealValue(PibFile) - Constructor for class com.cafean.snapdx.SDXRealValue
Construct an instance from a PIB file entry.
SDXStringArrayValue - Class in com.cafean.snapdx
This class provides IO access to SDXStringArrayValue data bocks.
SDXStringArrayValue() - Constructor for class com.cafean.snapdx.SDXStringArrayValue
Construct an empty instance.
SDXStringArrayValue(PibFile) - Constructor for class com.cafean.snapdx.SDXStringArrayValue
Construct an instance from a PIB file entry.
SDXStringValue - Class in com.cafean.snapdx
This class provides IO access to SDXStringValue data bocks.
SDXStringValue() - Constructor for class com.cafean.snapdx.SDXStringValue
Construct an empty instance.
SDXStringValue(PibFile) - Constructor for class com.cafean.snapdx.SDXStringValue
Construct an instance from a PIB file entry.
SearchCategory<T extends AbstractComponent> - Class in com.cafean.client.analysis
A virtual search-only category with child categories.
searchNext() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
searchPerformed(int, int) - Method in interface com.cafean.client.validation.util.ResultsListener
 
searchPrev() - Method in class com.cafean.client.validation.util.DocumentSearcher
 
SECONDS - com.cafean.client.anim.enums.TimeScale
 
seek(long) - Method in class com.cafean.utils.RandomAccessByteFile
 
seekToFrame(int) - Method in class com.cafean.moviegen.ZipDataSource
Manually seek to a certain frame and render it.
seekToFrame(int) - Method in class com.cafean.moviegen.ZipSourceStream
Seeks to a given frame.
SEGMENT_BOTH - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates a segment has both an inlet and outlet ConnectingPt.
SEGMENT_INLET - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates a segment has only an inlet ConnectingPt.
SEGMENT_NONE - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates a segment has neither an inlet nor an outlet.
SEGMENT_OUTLET - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates a segment has only an outlet ConnectingPt
SEGMENT_SPECIAL - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates a segment a special meaning.
SEGSTYLE_ENUMERATION - Static variable in class com.cafean.client.anim.GeneralRange
 
SEGSTYLE_GRADIENT - Static variable in class com.cafean.client.anim.GeneralRange
 
SEGSTYLE_STEP - Static variable in class com.cafean.client.anim.GeneralRange
 
select(Connection) - Method in class com.cafean.client.ui.ConnectionSetPanel
Select the component corresponding to the given connection in the connected components table.
selectArea(String, String) - Static method in class com.cafean.config.ConfigToolLauncher
 
selectArea(String, String) - Method in class com.cafean.config.rpc.ConfigToolRequester
 
SelectAreaRequest - Class in com.cafean.config.rpc.command
This class provides IO access to SelectAreaRequest data bocks.
SelectAreaRequest() - Constructor for class com.cafean.config.rpc.command.SelectAreaRequest
Construct an empty instance.
SelectAreaRequest(PibFile, int[]) - Constructor for class com.cafean.config.rpc.command.SelectAreaRequest
Construct an instance from a PIB file entry.
selectCalcServerJob(String) - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Select the job with the given name (not path) in the calculation server table.
selectCategory(Category) - Method in class com.cafean.client.ui.BeanBox
This clears the current selection, and adds all the components that are of the given categories subset to the "selected" list.
selectChannel(String) - Method in class com.cafean.client.anim.DataSource
Opens a dialog that allows the user to select a channel for a variable.
selectComponent(AbstractComponent) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
selectComponent(AbstractComponent) - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Selects the given given component in whatever way is appropriate for the implementation.
selectComponents(boolean, AbstractComponent...) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
selectComponents(boolean, AbstractComponent...) - Method in class com.cafean.client.ui.navigator.NavigatorComponent
Selects the given given components in whatever way is appropriate for the implementation.
selectComponents(AbstractComponent[]) - Method in class com.cafean.client.mdocs.ModelNotesDialog
 
SelectDataSourceDescDialog - Class in com.cafean.client.values.sources.ui
A dialog used to select a data source description from the list of dynamically loaded data source descriptions.
SelectDataSourceDescDialog(AbstractNumericsModel) - Constructor for class com.cafean.client.values.sources.ui.SelectDataSourceDescDialog
Creates new form SelectDataSourceDescDialog
selected() - Method in class com.cafean.client.ui.util.search.GSMatchContext
 
SELECTED - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
SELECTED_COLOR_PROPERTY - Static variable in class com.cafean.client.ui.beans.SwatchPanel
 
SelectedEnumEditor - Class in com.cafean.client.values.editors
The editor for selecting the current EnumEntry in a SharedInteger.
SelectedEnumEditor() - Constructor for class com.cafean.client.values.editors.SelectedEnumEditor
Creates new form SelectedEnumEditor
SelectedStringEnumEditor - Class in com.cafean.client.values.editors
The editor for selecting the current enumerated value of a SharedString.
SelectedStringEnumEditor() - Constructor for class com.cafean.client.values.editors.SelectedStringEnumEditor
Creates new form SelectedEnumEditor
SelectFunctionDescDialog - Class in com.cafean.client.values.functions.ui
 
SelectFunctionDescDialog(AbstractNumericsModel) - Constructor for class com.cafean.client.values.functions.ui.SelectFunctionDescDialog
Creates new form SelectStepTypeDialog
selectGroup(int) - Method in class com.cafean.client.ui.BeanBox
Selects the objects in the given layer and all parent and child groups.
selectionChanged(PlatformPanel) - Method in interface com.cafean.JobStatus.ui.accordion.AccordionListener
 
selectionChanged(List<T>, List<T>) - Method in interface com.cafean.client.values.functions.ui.MultiObjectSelectionPanel.Listener
 
SelectionElement - Class in com.cafean.client.ui.navigator
Encapsulates an element in a Navigator selection with display info.
SelectionElement(Object) - Constructor for class com.cafean.client.ui.navigator.SelectionElement
Creates a new SelectionObject.
SelectionElement(Object, String) - Constructor for class com.cafean.client.ui.navigator.SelectionElement
Creates a new SelectionObject.
selectJob(Window, String) - Static method in class com.cafean.JobStatus.Main
Opens a job console for the given job on the given server.
selectJob(String) - Method in class com.cafean.JobStatus.rpc.JobStatusRequester
requests that a the Job Tree be expanded to the given location and the Job Table selection set to the given job.
SelectJobRequest - Class in com.cafean.JobStatus.rpc.command
This class provides IO access to SelectJobRequest data bocks.
SelectJobRequest() - Constructor for class com.cafean.JobStatus.rpc.command.SelectJobRequest
Construct an empty instance.
SelectJobRequest(PibFile, int[]) - Constructor for class com.cafean.JobStatus.rpc.command.SelectJobRequest
Construct an instance from a PIB file entry.
selectLocalPlatform() - Method in class com.cafean.JobStatus.ui.ApplicationFrame
Show and select the panel representing the local calculation server.
SelectMouseHandler - Class in com.cafean.client.ui.tools
A MouseHandler for the Select Tool, handling typical movement and resizing manipulation in the ZoomablePanel.
SelectMouseHandler(ZoomablePanel) - Constructor for class com.cafean.client.ui.tools.SelectMouseHandler
Creates a new mouse handler with the given parent
selectMovedElements(boolean) - Method in class com.cafean.client.ui.util.TableRowMover
Selects elements in the given table that have been moved up or down.
selectObject(Object) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTree
Sets the given value as the selection path of this tree
SELECTOR_OPEN - Static variable in class com.cafean.client.ui.ApplicationFrame
A file selector mode for openFileSelector that indicates an Open type *
SELECTOR_SAVE - Static variable in class com.cafean.client.ui.ApplicationFrame
A file selector mode for openFileSelector that indicates a Save type *
selectOtherSide() - Method in class com.cafean.client.ui.navigator.ConnectionNode
 
selectPlatform(PlatformDefinition) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
Show and select the panel representing the given platform.
SelectPluginDialog - Class in com.cafean.client.ui
Selects between the MECodePlugins loaded by the ModelEditor.
SelectPluginDialog() - Constructor for class com.cafean.client.ui.SelectPluginDialog
Creates new form SelectPluginDialog.
SelectPluginDialog(JDialog, List<MECodePlugin>) - Constructor for class com.cafean.client.ui.SelectPluginDialog
Creates new form SelectPluginDialog.
SelectPluginDialog(JFrame, List<MECodePlugin>) - Constructor for class com.cafean.client.ui.SelectPluginDialog
Creates new form SelectPluginDialog.
selectPoiByName(String) - Method in class com.cafean.JobStatus.OutputViewer.PointsOfInterest
 
selectSubSystemEntries() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Opens the modal sub-system "included components" dialog for this subsystem.
selectTargets() - Method in class com.cafean.client.ui.navigator.MiniNavigator
Requests that the current targets of the property set panel be selected in the tree above.
selectUserValue(CIntegerTextField) - Static method in class com.cafean.client.values.ui.CIntegerTextField
Selects a user-defined integer reference to display in the given field.
selectVariable(Window, AbstractNumericsModel, String) - Static method in class com.cafean.client.values.ui.StringReferenceDialog
 
selectView(DrawnView) - Static method in class com.cafean.client.ui.util.DrawnLayerDialog
 
selectVolume(String) - Method in class com.cafean.client.anim.DataSource
Opens a dialog that allows the user to select a volume inside the model being rendered.
sendCommand(AptBatchIntf, Object...) - Static method in class com.cafean.document.notebook.AbstractNotebookExporter
Sends a command to the given AptBatchIntf.
sendCommand(AptBatchIntf, Object...) - Static method in class com.cafean.document.notebook.plot.GraphWriter
Sends a command to the given AptBatchIntf.
sendFileBegin(String, String, boolean) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that a file transfer begin for the given file, location, etc.
sendFileCancel(int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
sends a request to cancel the file transfer with the given file id
SendFileCancelRequest - Class in com.cafean.CalcServer.command
This class provides IO access to SendFileCancelRequest data bocks.
SendFileCancelRequest() - Constructor for class com.cafean.CalcServer.command.SendFileCancelRequest
Construct an empty instance.
SendFileCancelRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.SendFileCancelRequest
Construct an instance from a PIB file entry.
sendFileChunk(int, byte[], int, boolean) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
appends the given contents to the file transfer in progress with the given file id
SendFileContentsRequest - Class in com.cafean.CalcServer.command
This class provides IO access to SendFileContentsRequest data bocks.
SendFileContentsRequest() - Constructor for class com.cafean.CalcServer.command.SendFileContentsRequest
Construct an empty instance.
SendFileContentsRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.SendFileContentsRequest
Construct an instance from a PIB file entry.
SendFileRequest - Class in com.cafean.CalcServer.command
This class provides IO access to SendFileRequest data bocks.
SendFileRequest() - Constructor for class com.cafean.CalcServer.command.SendFileRequest
Construct an empty instance.
SendFileRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.SendFileRequest
Construct an instance from a PIB file entry.
SendFiles - com.cafean.CalcServer.util.ExecutionStatus
 
sendInteractiveCommand(double, String) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
sends an interactive command to the job.
sendInteractiveCommand(int, double, String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
sends an interactive command to the loaded job with the given dbid
sendPlotCommand(String) - Method in class com.cafean.document.notebook.util.AptBatchIntf
Send a command across the pipe.
sendPlotCommand(String) - Method in class com.cafean.utils.AcGraceIntf
Send a command across the pipe.
sendPlotCommands(String[]) - Method in class com.cafean.client.anim.SourceManager
Sends the given commands to the source manager's Plot Tool instance.
sendRequest(PibBlock, RPCResponse) - Method in class com.cafean.CalcServer.jobrpc.JobRPCCallbackNotifier
Sends the given message on the caller's thread and places the response in the given response object.
sendToStagingLocation(File, String, String, PlatformProperties, Progress) - Method in class com.cafean.jobstream.common.PlatformModule
Sends the given file to the staging location from a client application and returns the location at which the file can be referenced from server side processes.
SeqEntry - Class in com.cafean.jobstream.server.sequence
A partition is the stream definition's reflection of the task bundling constraints specified by the user (start new bundle and max tasks per bundle).
SeqEntry(Sequence) - Constructor for class com.cafean.jobstream.server.sequence.SeqEntry
 
SeqEntry(String, int) - Constructor for class com.cafean.jobstream.server.sequence.SeqEntry
Creates a new sequence entry
Sequence - Class in com.cafean.jobstream.server.sequence
A class representing the top-level description of a complete sequence.
Sequence() - Constructor for class com.cafean.jobstream.server.sequence.Sequence
creates a new empty sequence object
SEQUENCEDEF_EXTENSION - Static variable in class com.cafean.jobstream.server.sequence.Sequence
 
SequenceDefinitionReader - Class in com.cafean.jobstream.server.sequence.io
An encapsulated reader used to read a sequence definition from a sequence definition XML (*.streamdef) file.
SequenceDefinitionReader() - Constructor for class com.cafean.jobstream.server.sequence.io.SequenceDefinitionReader
creates a new sequence definition reader
SequenceManager - com.cafean.CalcServer.util.JobHandleType
 
SequenceManagerZipReader - Class in com.cafean.jobstream.server.sequence.io
A Sequence Definition Zip file reader.
SequenceManagerZipReader() - Constructor for class com.cafean.jobstream.server.sequence.io.SequenceManagerZipReader
creates a new sequence zip reader
serverID - Variable in class com.cafean.jobstream.tracker.CallbackRec
A unique identifier passed from the client used to identify the tracking server.
serverID - Variable in class com.cafean.jobstream.tracker.ClientRec
A unique identifier passed from the client used to identify the tracking server.
serverList - Variable in class com.cafean.client.anim.SourceManager
The list of calculation servers.
ServerStatusRequest - Class in com.cafean.CalcServer.command
This class provides IO access to ServerStatusRequest data bocks.
ServerStatusRequest() - Constructor for class com.cafean.CalcServer.command.ServerStatusRequest
Construct an empty instance.
ServerStatusRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.ServerStatusRequest
Construct an instance from a PIB file entry.
SESSION_ALWAYS - Static variable in class com.cafean.client.ui.SnapPreferences
the enumerated session mode where the session is always restored when the ModelEditor is launched
SESSION_NAMES - Static variable in class com.cafean.client.ui.SnapPreferences
 
SESSION_NEVER - Static variable in class com.cafean.client.ui.SnapPreferences
the enumerated session mode where the session is never restored when the ModelEditor is launched
SESSION_PROMPT - Static variable in class com.cafean.client.ui.SnapPreferences
the enumerated session mode where the user is asked if the previous session should be restored when the ModelEditor is launched
SESSION_VALUES - Static variable in class com.cafean.client.ui.SnapPreferences
 
SessionModeEditor - Class in com.cafean.client.ui.beans
An enumeration editor for selecting session modes.
SessionModeEditor() - Constructor for class com.cafean.client.ui.beans.SessionModeEditor
 
SessionPromptDialog - Class in com.cafean.client.ui
A prompt for determining whether the previous session should be restored.
SessionPromptDialog(int, ArrayList<File>) - Constructor for class com.cafean.client.ui.SessionPromptDialog
Creates new form SessionPromptDialog
set(int, double) - Method in class com.cafean.Number.DoubleArray
Sets the given value at the given index.
set(int, float) - Method in class com.cafean.Number.FloatArray
Sets the given value at the given index.
set(int, int) - Method in class com.cafean.Number.IntegerArray
Sets the given value at the given index.
set(int, long) - Method in class com.cafean.Number.LongArray
Sets the given value at the given index.
set(int, PibBlock) - Method in class com.cafean.rpc.RPCResponse
Sets the result and value of the response.
set(int, Type) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Sets the value at the given index.
set(String, String, String) - Method in class com.cafean.config.site.DefaultApplicationMap
Set the name of the application that should be used by default on the given platform for steps and tasks of the given type.
set_magnetic_intensity(double) - Method in class com.cafean.client.organize.MagneticField
put your documentation comment here
set_magnetic_orientation(double) - Method in class com.cafean.client.organize.MagneticField
put your documentation comment here
setAccess(int) - Method in class com.cafean.CalcServer.command.Job
Set function for access attribute.
setActive(boolean) - Method in class com.cafean.client.anim.DataSource
Set the active property, true indicates that the channel names have been read from the connection.
setActive(boolean) - Method in class com.cafean.client.mdocs.ALCompsListPanel
 
setActive(boolean) - Method in class com.cafean.client.mdocs.ALNotesListPanel
 
setActive(boolean) - Method in class com.cafean.client.ui.SubblockArrayTableColumn
Sets the display status of this column.
setActive(boolean) - Method in class com.cafean.client.ui.util.DrawingLayer
 
setActive(boolean) - Method in class com.cafean.client.values.components.AbstractSharedValue
 
setActive(boolean) - Method in class com.cafean.document.notebook.plot.ExportLegendProperties
 
setActive(boolean, Object[], AbstractComponent[], AbstractModel, boolean, PropertyDescriptor) - Static method in class com.cafean.client.ui.util.OptionalEditorUtil
Sets the given property active in the given target object
setActive(boolean, Object, AbstractModel, boolean, PropertyDescriptor) - Static method in class com.cafean.client.ui.util.OptionalEditorUtil
Sets the given property active in the given target object
setACTIVE(boolean) - Method in class com.cafean.client.io.med.DrawnLayerRec
Set function for ACTIVE attribute.
setActiveJobs(int, Job) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Indexed set function for activeJobs attribute.
setActiveJobs(Job[]) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Set function for activeJobs attribute.
setActiveOnly(boolean) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Set function for activeOnly attribute.
setAddButtonAction(Consumer<GenericTableModel>) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Sets the action used when the add button is pressed.
setAddConsole(int) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Set function for addConsole attribute.
setAdded(int) - Method in class com.cafean.client.ui.diff.Difference
Sets the point as added.
setAddFolder(String) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Set function for addFolder attribute.
setAddJob(String) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Set function for addJob attribute.
setAddRowPasteBehavior(IntConsumer) - Method in class com.cafean.client.ui.GenericTableModel
Sets the table model's row add behavior when pasting from the clipboard.
setAddTaskStatus(int) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Set function for addTaskStatus attribute.
setALDocRefs(ALDocRef[]) - Method in class com.cafean.client.analysis.AbstractComponent
Set this component's set of ALDocRef objects containing its attribute level documentation references to model documentation objects.
setAlias(String) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Set function for alias attribute.
setAlias(String) - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Set function for alias attribute.
setAlias(String) - Method in class com.cafean.utils.ReferenceDocs.CategoryMedia
Setter for an alias for the displayed media
setAlignment(int) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
setAlignmentX(float) - Method in class com.cafean.client.anim.AbstractDisplayBean
Set the alignment value for the bean in the X-direction.
setAlignmentY(float) - Method in class com.cafean.client.anim.AbstractDisplayBean
Set the alignment value for the bean in the Y-direction.
setAllowEmpty(boolean) - Method in class com.cafean.client.ui.ComponentSelectionDialog
Sets whether or not this dialog can allow no selection
setAllowEmpty(boolean) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Sets whether or not this dialog can allow no selection
setAllowEmpty(boolean) - Method in class com.cafean.client.ui.ObjectSelectionDialog
Sets whether or not this dialog can allow no selection
setAllowMultiple(boolean) - Method in class com.cafean.client.ui.ComponentSelectionDialog
Sets the flag that allows multiple selection in the table.
setAllowMultiSelection(boolean) - Method in class com.cafean.client.anim.channel.ChannelSelectionDialog
 
setAllowMultiSelection(boolean) - Method in class com.cafean.client.ui.StringSelectionDialog
 
setAllowNone(boolean) - Method in class com.cafean.client.ui.ComponentSelector
 
setAllowNumerics(boolean) - Method in class com.cafean.client.ui.RealTextField
when set to true, this real text field will allow the selection and specification of user defined numerics
setAllowNumerics(boolean) - Method in class com.cafean.client.values.ui.CIntegerTextField
when set to true, this real text field will allow the selection and specification of user defined numerics *
setAllowNumerics(boolean) - Method in class com.cafean.client.values.ui.CRealTextField
when set to true, this real text field will allow the selection and specification of user defined numerics
setAllowReferences(boolean) - Method in class com.cafean.client.values.ui.CRealArrayDialog
 
setAllowUnknown(boolean) - Method in class com.cafean.client.values.ui.CRealTableCellEditor
 
setallprops(boolean[]) - Method in class com.cafean.h2o.NewSteamTables
 
setALOwner(String) - Method in class com.cafean.client.analysis.AbstractComponent
Sets the given user as the owner of each attribute in this component and removes all reviewers.
setALOwner(String, ALOwnership) - Method in class com.cafean.client.analysis.AbstractComponent
Sets the given ownership entry for the given property.
setALOwners(ALOwnership[]) - Method in class com.cafean.client.analysis.AbstractComponent
Set this component's set of ALOwnership objects containing its attribute level ownership information.
setanchor(int[], double[], boolean[]) - Method in class com.cafean.h2o.NewSteamTables
 
setAnimation(String) - Method in class com.cafean.JobStatus.AnimationOverrideEntry
Set the value of animation
setAnimationHint(String) - Method in class com.cafean.CalcServer.CalcJobFile
Sets the animation hint for this CJF.
setAnimationHint(String) - Method in class com.cafean.CalcServer.command.Job
Set function for animationHint attribute.
setAnimationModel(String) - Method in class com.cafean.jobstream.server.components.Task
Sets the location of the animation mask selected to animate this task.
setANNOTATIONS(byte[]) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for ANNOTATIONS attribute.
setApplication(boolean) - Method in class com.cafean.utils.update.UpdateEntry
 
setApplication(ApplicationDefinition) - Method in class com.cafean.jobstream.server.components.Task
Sets the application definition that this task will use during execution.
setApplicationName(String) - Method in class com.cafean.jobstream.server.components.Task
Sets the name of the application definition that this task will use during execution.
setApplications(List<ApplicationDefinition>) - Method in class com.cafean.jobstream.server.components.Stream
Sets a list of the applications used by tasks within this stream.
setArch(Architecture) - Method in class com.cafean.jobstream.common.components.PlatformProperties
sets the architecture of the selected platform
setArch(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Sets the architecture of the target platform (e.g.
setArcHeight(double) - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
Setter for property arcHeight.
setArchitecture(Architecture) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Sets the architecture of the target platform (e.g.
setArchitecture(String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Sets the architecture of the target platform (e.g.
setArcWidth(double) - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
Setter for property arcWidth.
setAreaName(String) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Set function for areaName attribute.
setArguments(int, String) - Method in class com.cafean.CalcServer.command.FileRequest
Indexed set function for arguments attribute.
setArguments(int, String) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Indexed set function for arguments attribute.
setArguments(String[]) - Method in class com.cafean.CalcServer.command.FileRequest
Set function for arguments attribute.
setArguments(String[]) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Set function for arguments attribute.
setArguments(List<String>) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
sets the list of command line arguments that should be used to execute the application.
setArrows(int[]) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Setter for property arrows.
setArrowSize(float) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Setter for property arrowSize.
setAscii(boolean) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Set function for ascii attribute.
setAscii(boolean) - Method in class com.cafean.CalcServer.command.SendFileRequest
Set function for ascii attribute.
setAscii(boolean) - Method in class com.cafean.jobstream.common.FileReference
sets this reference's ASCII format hint
setAscii(boolean) - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
sets this handle's ASCII flag
setAssociatedComponentActive(boolean) - Method in class com.cafean.client.ui.annotation.Annotation
 
setAssociatedComponentActive(boolean) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setAssociatedComponentCat(String) - Method in class com.cafean.client.ui.annotation.Annotation
sets the category of the AbstractComponent associated with this bean
setAssociatedComponentCat(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
sets the category of the AbstractComponent associated with this bean
setAssociatedComponentID(String) - Method in class com.cafean.client.ui.annotation.Annotation
sets the id of the AbstractComponent associated with this bean
setAssociatedComponentID(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
sets the id of the AbstractComponent associated with this bean
setAssociatedComponentIdent(int) - Method in class com.cafean.client.ui.annotation.Annotation
sets the cached ident of the AbstractComponent associated with this bean
setAssociatedComponentIdent(int) - Method in class com.cafean.client.ui.annotation.PolygonBean
sets the cached ident of the AbstractComponent associated with this bean
setAssociatedComponentRef(AbstractComponent) - Method in class com.cafean.client.ui.annotation.Annotation
sets the AbstractComponent associated with this bean
setAssociatedComponentRef(AbstractComponent) - Method in class com.cafean.client.ui.annotation.PolygonBean
sets the AbstractComponent associated with this bean
setAsText(String) - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
setAsText(String) - Method in class com.cafean.client.anim.ChannelNameEditor
 
setAsText(String) - Method in class com.cafean.client.anim.ComponentIdEditor
 
setAsText(String) - Method in class com.cafean.client.anim.InteractiveNameEditor
 
setAsText(String) - Method in class com.cafean.client.anim.IVarEditor
Set the property value by parsing a given String.
setAsText(String) - Method in class com.cafean.client.anim.UDLROrientationEditor
Set the property value by parsing a given String.
setAsText(String) - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
setAsText(String) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
setAsText(String) - Method in class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
setAsText(String) - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.BooleanEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.BorderStyleEditor
Set the property value by parsing a given String.
setAsText(String) - Method in class com.cafean.client.ui.beans.CalendarEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.IconImageEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.IntNonMultiEdit
 
setAsText(String) - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.LongStringEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.ObjectPropertyEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
Sets the property value by parsing a given String.
setAsText(String) - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Sets the property value by parsing a given String.
setAsText(String) - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.SingleStringSetEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.StringArrayEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.StringDisplayEditor
setAsText(String) - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
setAsText(String) - Method in class com.cafean.client.ui.beans.UnitsEditor
 
setAsText(String) - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.CBooleanEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.CDoubleEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.CIntegerEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.CRealEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.CStringEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.SharedValueEditor
 
setAsText(String) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
setAsText(String) - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
setAsText(String) - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
setAsText(String) - Method in class javax.swing.beaninfo.SwingColorEditor
 
setAsText(String) - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
setAsText(String) - Method in class javax.swing.beaninfo.SwingFontEditor
 
setAsText(String) - Method in class javax.swing.beaninfo.SwingStringEditor
Sets the property value by parsing a given String.
setAttribs(int, Attribute) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Indexed set function for attribs attribute.
setAttribs(Attribute[]) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for attribs attribute.
setAttributeOwner(AbstractComponent, String, String) - Method in class com.cafean.client.analysis.OwnershipManager
Requests that the given user be given ownership of the given attribute.
setAttributeReviewer(AbstractComponent, String, String) - Method in class com.cafean.client.analysis.OwnershipManager
Requests that the given user be set as the reviewer of the given attribute.
setAUTO_SCALE(boolean) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for AUTO_SCALE attribute.
setAUTO_SCALE(boolean) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for AUTO_SCALE attribute.
setAutoExecutionBoolean(int) - Method in class com.cafean.client.values.components.SharedFunction
 
setAutomaticKeywordValue(String, String) - Method in class com.cafean.jobstream.server.components.Task
Sets an automatic keyword on this task with the given name and the given value.
setAutoScale(boolean) - Method in class com.cafean.client.ui.DrawnComponent
Setter for property autoScale that determines whether scaleIt calls scale this Drawn Component.
setAutoscrolls(boolean) - Method in class com.cafean.client.ui.swing.MTextArea
 
setAutoscrolls(boolean) - Method in class com.cafean.client.ui.swing.MTextField
 
setAutoSort(boolean) - Method in class com.cafean.client.values.ui.CRealArrayDialog
Determines if auto sorting should occur (Sorting whenever a table value changes)
setAutoStage(boolean) - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
set to true to request that this file be automatically copied to the staging location after the task is complete
setAutoStartCallback(boolean) - Method in class com.cafean.CalcServer.rpc.CalcServerOriginator
When set to true (the default) whenever a calculation server requester is created its callback interface will be automatically initialized.
setAutoUpdateCheck(boolean) - Method in class com.cafean.client.ui.SnapPreferences
 
setAuxLibVersion(int, String) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Indexed set function for auxLibVersion attribute.
setAuxLibVersion(String[]) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for auxLibVersion attribute.
setAvailable(AbstractComponent[]) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
setAvailable(AbstractComponent[]) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
setAvailableComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.ComponentSelectionDialog
Initializes the array of available components.
setAvailableComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Initializes the array of available components.
setBackground(Color) - Method in class com.cafean.client.analysis.ViewComponent
Sets the background color on the DrawnView if it has been created, and stores it inside the local variable.
setBackground(Color) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
 
setBackground(Color) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternComboBox
 
setBackground(Color) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
setBackground(Color) - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
 
setBackground(Color) - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
setBackground(Color) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
setBackground(Color) - Method in class com.cafean.client.ui.BeanBox
 
setBackground(Color) - Method in class com.cafean.client.ui.DrawnUserValue
 
setBackground(Color) - Method in class com.cafean.client.ui.MultiLineHeaderRenderer
 
setBackground(Color) - Method in class com.cafean.client.ui.SourceTargetTableEditor
 
setBackground(Color) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setBackground(Color) - Method in class com.cafean.client.ui.ZoomablePanel
 
setBackground(Color) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
setBackground(Color) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
setBackground(Color) - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
setBackground(Color) - Method in class com.cafean.JobStatus.ConsoleTabComponent
 
setBackgroundColor(Color) - Method in class com.cafean.client.anim.GeneralRange
Setter for property backgroundColor.
setBackgroundColor(Color) - Method in class com.cafean.client.io.TemplateDescriptor
sets the view's background color
setBackupComponent(AbstractComponent) - Method in class com.cafean.client.ui.DrawnComponent
When a DrawnComponent is rendering a cloneed object for displaying changes, the backup component is the source of external data for that component.
setBadgeColors(Color[]) - Method in class com.cafean.client.ui.ConnectingPt
Sets the colors of the Badges for this ConnectingPt
setBadges(Shape[]) - Method in class com.cafean.client.ui.ConnectingPt
Sets the Badges for this ConnectingPt
setBaseComponent(AbstractComponent) - Method in class com.cafean.client.ui.navigator.MiniNavigator
 
setBaseErrorColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setBaseFile(String) - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Sets the basefile name.
setBaseFile(String) - Method in class com.cafean.client.values.util.ParametricIteration
Sets the basefile name.
setBaseHeatedColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setBaseIncompleteColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setBaseNormalColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setBaseNormCsColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setBasePoweredColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setBaseSelectedColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setBaseSpecialColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setBaseWarningColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setBatchID(String) - Method in class com.cafean.jobstream.server.components.Stream
Sets the batch queuing system job ID assigned to this stream.
setBatchID(String) - Method in class com.cafean.jobstream.server.sequence.Sequence
Sets the batch queuing system job ID assigned to this sequence.
setBatchJobID(String) - Method in class com.cafean.jobstream.server.components.Task
Sets the "Job Identifier" given to the execution wrapper by the scheduling system or null if it is unknown.
setBatchProcessor(BatchProcessor) - Method in class com.cafean.utils.CommandDialog
Set the BatchProcessor property.
setBlock(int, String16) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Indexed set function for block attribute.
setBlock(String16[]) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Set function for block attribute.
setBlockIndex(int) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Set function for blockIndex attribute.
setBooleanValues(int, CBoolean) - Method in class com.cafean.client.values.components.NumericsTableColumn
Indexed set function for booleanValues attribute.
setBooleanValues(CBoolean[]) - Method in class com.cafean.client.values.components.NumericsTableColumn
Set function for booleanValues attribute.
setBoolProp(String, DrawnDisplayElementRec, boolean) - Static method in class com.cafean.client.anim.AbstractDisplayBean
sets the given value as the value of the given property
setBoolProperty(String, boolean) - Method in class com.cafean.CalcServer.CalcJobFile
 
setBorder(Border) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
setBorder(Border) - Method in class com.cafean.client.ui.annotation.Annotation
 
setBorder(Border) - Method in class com.cafean.client.ui.annotation.TextAnnotation
Overriden to do nothing since this is a full screen component and the border would be set on the beanbox
setBorderProp(String, DrawnDisplayElementRec, Border) - Static method in class com.cafean.client.anim.AbstractDisplayBean
sets the border property with the given name
setBounds(int, int, int, int) - Method in class com.cafean.client.ui.DrawnComponent
This is used to set the current scale factors on a component when the bounds are changed by the user.
setBounds(int, int, int, int) - Method in class com.cafean.client.ui.message.MessagePanel
 
setBounds(int, int, int, int) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
 
setBounds(int, int, int, int) - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
setBounds(Rectangle) - Method in class com.cafean.client.ui.annotation.Annotation
 
setBounds(Rectangle) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
setBounds(Rectangle) - Method in class com.cafean.client.ui.DrawnViewComponent
 
setBounds(Rectangle) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
 
setBrLabel(int, String) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed set function for brLabel attribute.
setBrLabel(int, String) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed set function for brLabel attribute.
setBrLabel(String[]) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Set function for brLabel attribute.
setBrLabel(String[]) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Set function for brLabel attribute.
setBrowserOpen(boolean) - Method in class com.cafean.utils.RptDoc.ReportDialog
Determines if the generated report should be opened.
setBugfix(int) - Method in class com.cafean.rpc.command.VersionRequest
Set function for bugfix attribute.
setBugfix(int) - Method in class com.cafean.utils.Version
Sets this Version's Bugfix Revision Number.
setButtonEnabled(boolean) - Method in class com.cafean.moviegen.ui.ProgressDialog
Enables or disables the cancel button.
setButtonState(int) - Method in class com.cafean.client.ui.diff.CategoryGroup
Sets the state of the button found at the given index.
setBytes(byte[]) - Method in class com.cafean.CalcServer.command.String16
Set function for bytes attribute.
setBytes(byte[]) - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Set function for bytes attribute.
setBytes(byte[]) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Set function for bytes attribute.
setBytes(byte[]) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Set function for bytes attribute.
setBytes(byte[]) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Set function for bytes attribute.
setBytes(byte[]) - Method in class com.cafean.client.io.med.String16
Set function for bytes attribute.
setBYTES(byte[]) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for BYTES attribute.
setC1X(int) - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
setC1Y(int) - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
setC2X(int) - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
setC2Y(int) - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
setCacheSize(int) - Method in class com.cafean.JobStatus.OutputViewer.BlockFileAccessClient
Sets the number of blocks to cache.
setCalcCurTime(double) - Method in class com.cafean.CalcServer.CalcJobFile
Sets the current calculation time of this job (in the context of the calculation).
setCalcEndTime(double) - Method in class com.cafean.CalcServer.CalcJobFile
sets the calculation end time of this job (in the context of the calculation)
setCalcPriority(int) - Method in class com.cafean.CalcServer.JobHandle
Set the priority for this calculation.
setCalcStartTime(double) - Method in class com.cafean.CalcServer.CalcJobFile
sets the calculation start time of this job (in the context of the calculation)
setCalcTime(double) - Method in class com.cafean.client.anim.DataSource
Set the current transient time to a specific value adjusted by this run's offset.
setCalcTime(double) - Method in class com.cafean.client.anim.SourceManager
Sets the current calculation time.
SetCalcValuesEditor - Class in com.cafean.client.values.editors
 
SetCalcValuesEditor() - Constructor for class com.cafean.client.values.editors.SetCalcValuesEditor
Creates new form ExecuteFunctionEditor
setCancelled(boolean) - Method in class com.cafean.client.ui.annotation.ImageAnnotationDialog
Setter for property cancelled.
setCANVAS_FONT(FontRec) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for CANVAS_FONT attribute.
setCANVAS_FONT_ACTIVE(boolean) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for CANVAS_FONT_ACTIVE attribute.
setCanvasFont(Font) - Method in class com.cafean.client.analysis.ViewComponent
Sets the font that will be used as the "Canvas Font" by this view.
setCanvasFont(Font) - Method in class com.cafean.client.io.TemplateDescriptor
Sets the user defined canvas font.
setCanvasFont(Font) - Method in class com.cafean.client.ui.SnapPreferences
 
setCanvasFontActive(boolean) - Method in class com.cafean.client.analysis.ViewComponent
Sets the "Canvas Font" override state for this view.
setCanvasSize(Dimension) - Method in class com.cafean.client.analysis.ViewComponent
Sets the locally stored canvas size.
setCanvasSize(Dimension) - Method in class com.cafean.client.ui.DrawnView
Setter for the size of the ZoomablePanel
setCaretOffset(int) - Method in class com.cafean.client.ui.text.TextHolder
 
setCaseSensitive(boolean) - Method in class com.cafean.JobStatus.OutputViewer.FileDocument
 
setCategories(Category[]) - Method in class com.cafean.client.ui.beans.FilteredMultiCompSelectionDialog
 
setCategory(Category) - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
Sets the Category for this ComponentSelectionEditor.
setCategory(Category) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
Sets the Category for this ComponentSelectionEditor.
setCategory(Category) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
Sets the Category for this ComponentSelectionEditor.
setCategory(Category) - Method in class com.cafean.client.ui.ComponentSelectionDialog
Sets the Category that will be used to fill this dialog.
setCategory(Category) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
Sets the Category for the components in the independent variable.
setCategory(Category) - Method in class com.cafean.client.ui.message.CategoryMessageGroup
 
setCategory(Category) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Sets the Category that will be used to fill this dialog.
setCategory(String) - Method in class com.cafean.client.analysis.ElementList
Sets the name of the category of the elements contained by thisElementList
setCategoryName(String) - Method in class com.cafean.client.io.TemplateEntry
Setter for property categoryName.
setCCNUMBER(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for CCNUMBER attribute.
setCCNumberIncrement(int) - Method in class com.cafean.client.analysis.AbstractModel
Sets the increment number for retrieved CC numbers.
setCell(NativeLong, MXArray) - Method in class com.cafean.client.values.util.matlab.MXArray
Set an element in a cell array to the specified value.
setChannelDataValue(String, double) - Method in class com.cafean.client.analysis.ConditionSet
Sets a specific data value into the condition has at the given channel name.
setChannelDataValue(String, CReal) - Method in class com.cafean.client.analysis.ConditionSet
Sets a specific data value into the condition has at the given channel name.
setChannelDataValues(String[], double[]) - Method in class com.cafean.client.analysis.ConditionSet
This method sets an array of channel values into the data channel list.
setChannelName(ChannelInfoRef) - Method in class com.cafean.client.ui.annotation.PolygonBean
Set the channel name.
setChannelName(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setChannelNames(int, String) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Indexed set function for channelNames attribute.
setChannelNames(int, String) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Indexed set function for channelNames attribute.
setChannelNames(int, String) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Indexed set function for channelNames attribute.
setChannelNames(String[]) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Set function for channelNames attribute.
setChannelNames(String[]) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Set function for channelNames attribute.
setChannelNames(String[]) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Set function for channelNames attribute.
setChannels(int, DataChannel) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Indexed set function for channels attribute.
setChannels(int, JDataChannel) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Indexed set function for channels attribute.
setChannels(DataChannel[]) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Set function for channels attribute.
setChannels(JDataChannel[]) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Set function for channels attribute.
setCheckBounds(boolean) - Method in class com.apt.xdr.MultiDimArray
 
setChildLocation(Window) - Method in class com.cafean.client.ui.MainFrame
Sets the given window's location to be that of the center of this main frame's current screen.
setChildLocation(Window) - Method in interface com.cafean.utils.SDITopFrame
Sets the given window's location to be that of the center of this main frame's current screen.
setCLASS(String) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Set function for CLASS attribute.
setCLASS_NAME(String) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for CLASS_NAME attribute.
setClassName(String) - Method in class com.cafean.client.values.util.matlab.MXArray
Set classname of an unvalidated object array.
setClickCountToStart(int) - Method in class com.cafean.client.values.ui.CBooleanTableEditor
 
setClientIdent(int) - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Set function for clientIdent attribute.
setClientIdent(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Set function for clientIdent attribute.
setClientIdent(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Set function for clientIdent attribute.
setClientIdent(int) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Set function for clientIdent attribute.
setClientIdent(int) - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Set function for clientIdent attribute.
setClientIdent(int) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Set function for clientIdent attribute.
setClientIdent(int) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Set function for clientIdent attribute.
setClientIdent(int) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Set function for clientIdent attribute.
setClientScpCommand(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
setClientScpCommand(String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
 
setClientScpCommandActive(boolean) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
setClientSshCommand(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
setClientSshCommand(String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
 
setClientSshCommandActive(boolean) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
setClip(int, int, int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setClip(Shape) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setCloseVisible(boolean) - Method in class com.cafean.client.ui.swing.OverlapPanel
Shows or hides the panel's close button.
setCode(int) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Set function for code attribute.
setCode(int) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Set function for code attribute.
setColor(Color) - Method in class com.cafean.client.ui.beans.SwatchPanel
 
setColor(Color) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setColor(String, Color) - Method in class com.cafean.utils.Configurator
Stores the given Color with the the given name inside the current module.
setColor(String, Color) - Method in class com.cafean.utils.ConfigWrapper
Stores the given Color with the the given name inside the current module.
setColor(String, String, Color) - Method in class com.cafean.utils.Configurator
Stores the given Color with the the given name inside the current module.
setCOLOR(int[]) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for COLOR attribute.
setCOLOR(int, int) - Method in class com.cafean.client.io.med.ViewCompRec
Indexed set function for COLOR attribute.
setColorArray(int[]) - Method in class com.cafean.client.analysis.ViewComponent
Sets the current background from an array of three integers.
setColorProp(String, DrawnDisplayElementRec, Color) - Static method in class com.cafean.client.anim.AbstractDisplayBean
sets an integer property the given property name to the RGB of the given value
setColumn(int, CReal[]) - Method in class com.cafean.client.values.components.CTable1D
Sets the given column index to the given CReal[].
setColumn(int, Real[]) - Method in class com.cafean.client.analysis.Table1D
Sets the given column index to the given Real[].
setColumnMap(String[]) - Method in class com.cafean.client.values.components.AbstractTableReference
Sets table variable column names that are mapped to the plug-in table columns.
setColumnName(String) - Method in class com.cafean.client.ui.ObjectSelectionDialog
Sets the title of the column of objects to select from.
setColumnName(String) - Method in class com.cafean.client.ui.RealTwoDimArrayDialog
Sets the initial column name.
setColumnName(String) - Method in class com.cafean.client.values.ui.CRealTwoDimArrayDialog
Sets the initial column name.
setColumnNames(String[]) - Method in class com.cafean.client.values.components.AbstractTableReference
Sets the plug-in table column names for the table variable mapping.
setColumns(int, NumericsTableColumn) - Method in class com.cafean.client.values.components.SharedTable
Indexed set function for columns attribute.
setColumns(NumericsTableColumn[]) - Method in class com.cafean.client.values.components.SharedTable
Set function for columns attribute.
setColumnsConstrained(NumericsTableColumn[]) - Method in class com.cafean.client.values.components.SharedTable
 
setCommand(InteractiveCommand) - Method in class com.cafean.client.anim.AbstractDisplayBean
Set the command property for this component.
setCommand(String) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Set function for command attribute.
setCommand(String) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Set function for command attribute.
setCommand(String) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Set function for command attribute.
setCommand(String) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Set function for command attribute.
setCommands(String[]) - Method in class com.cafean.jobstream.server.components.CustomProcessing
replaces the commands included in this custom processing command set
setComments(int, String) - Method in class com.cafean.client.analysis.GenericObject
Sets the comment at the given index.
setComments(String[]) - Method in class com.cafean.client.analysis.GenericObject
Sets all of the comments inside this object as Strings
setComp_index(int) - Method in class com.cafean.CalcServer.command.DataChannel
Set function for comp_index attribute.
setComp_index(int) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Set function for comp_index attribute.
setComparator(Comparator) - Method in class com.cafean.client.ui.MultiObjectSelectorDialog
This sets the Comparator that is used to sort the lists.
setComparator(Comparator<AbstractComponent>) - Method in class com.cafean.client.ui.beans.FilteredMultiCompSelectionDialog
 
setComplete(boolean) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Set function for complete attribute.
setComplete(boolean) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Set function for complete attribute.
setCompletedDate(String) - Method in class com.cafean.CalcServer.command.Job
Set function for completedDate attribute.
setCompletedDate(Date) - Method in class com.cafean.CalcServer.CalcJobFile
Sets the completion date & time for this job.
setComponent(AbstractComponent) - Method in class com.cafean.client.ui.DrawnComponent
This sets the AbstractComponent that is being rendered by this DrawnComponent.
setCOMPONENT_DB_ID(int) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for COMPONENT_DB_ID attribute.
setCOMPONENT_DB_ID(int) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for COMPONENT_DB_ID attribute.
setCOMPONENT_NUMBER(int) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for COMPONENT_NUMBER attribute.
setCOMPONENT_NUMBER(int) - Method in class com.cafean.client.io.med.UserFunctionRec
Set function for COMPONENT_NUMBER attribute.
setCOMPONENT_NUMBER(int) - Method in class com.cafean.client.io.med.UserVariableRec
Set function for COMPONENT_NUMBER attribute.
setComponentComparator(Comparator) - Method in class com.cafean.client.ui.ComponentSelectionDialog
Sets the Comparator instance used to sort the components displayed in this component selection dialog.
setComponentComparator(Comparator) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Sets the Comparator instance used to sort the components displayed in this component selection dialog.
setComponentEventsEnabled(boolean) - Method in class com.cafean.client.ui.beans.PropertySet
This method is used to enable/disable the component changed events delivered to this property set's target components when an editor finishes (i.e.
setComponentID(String) - Method in class com.cafean.client.io.DocumentTemplateEntry
Setter for the id for the AbstractDocument.
setComponentID(String) - Method in class com.cafean.client.io.TemplateEntry
 
setComponentNumber(int) - Method in class com.cafean.client.analysis.AbstractComponent
Setter for Componet number (user defines) also know as display number.
setComponentNumber(int) - Method in class com.cafean.client.analysis.GenericObject
Setter for the component number.
setComponentNumber(int) - Method in class com.cafean.client.io.TemplateDescriptor
sets the component number of the source view.
setComponentNumber(int) - Method in class com.cafean.client.io.TemplateEntry
Setter for property componentNumber.
setComponentNumberConstrained(int) - Method in class com.cafean.client.analysis.AbstractBeanComponent
Sets this bean-based component's component number to the given number.
setComponents(int[]) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Sets the AbstractComponent primary keys in this map as an array.
setComposite(Composite) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setConectionData(ConnectionData[]) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Sets all of the ConnectionData entries in this map as an array.
setConnected() - Method in class com.cafean.client.ui.ConnectingPt
Should be called if there is a Connection to the AbstractComponent that woulc be drawn to this ConnectingPt exists, even if there is no DrawnConnection for that Connection on this DrawnView.
setConnection(Connection) - Method in class com.cafean.client.ui.AbstractConnectionUndo
stores the given connection and its connection data
setConnection(Connection) - Method in class com.cafean.client.ui.UndoableDisconnect
 
setConnectionColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setConnectionIndex(int) - Method in class com.cafean.client.analysis.ConnectionData
Sets this ConnectionData's ConnectingPt index.
setConnections(int, ConnectionInfo) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Indexed set function for connections attribute.
setConnections(ConnectionInfo[]) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Set function for connections attribute.
setConnectionSize(int) - Method in class com.cafean.client.ui.SnapPreferences
 
setConnectionStart(Point, DrawnComponent, ConnectingPt) - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
 
setConnectPtType(int) - Method in class com.cafean.client.ui.ConnectingPt
Sets the type of this ConnectingPt.
setConRendDesc(ConRendererDesc) - Method in class com.cafean.client.integrator.ConnectionCrossReference
 
setConstant(boolean) - Method in class com.cafean.client.values.components.AbstractSharedValue
Sets the constant status of this value.
setConstantConstrained(boolean) - Method in class com.cafean.client.values.components.AbstractSharedValue
 
setConstantConstrained(boolean) - Method in class com.cafean.client.values.components.SharedBoolean
 
setConstantConstrained(boolean) - Method in class com.cafean.client.values.components.SharedInteger
 
setConstantConstrained(boolean) - Method in class com.cafean.client.values.components.SharedReal
 
setConstantConstrained(boolean) - Method in class com.cafean.client.values.components.SharedString
 
setConstants(UserDefinedConstant[]) - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Sets the constants.
setConstants(AbstractSharedValue[]) - Method in class com.cafean.client.values.util.ParametricIteration
Sets the constants.
setContainer(ApplicationContainer) - Method in class com.cafean.jobstream.common.util.ApplicationGenerator
sets the container in which all newly created applications will be placed
setContent(byte[]) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Set function for content attribute.
setContent(byte[]) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Set function for content attribute.
setContent(String) - Method in class com.cafean.client.mdocs.HTMLEditorPanel
sets the HTML content to edit and refreshes both the source and edit displays
setContent(String) - Method in class com.cafean.client.mdocs.QuickNote
 
setContent(String) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
setContent(Vector) - Method in class com.cafean.utils.RptDoc.Content
Setter for the Content which resides a level below the current.
setContentConstrained(String) - Method in class com.cafean.client.mdocs.QuickNote
 
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.ui.beans.NamedIntEditor
Sets the owner and the description of the property currently being edited by this editor.
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.ui.beans.NamelistRealEditor
Sets the owner and the description of the property currently being edited by this editor.
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.ui.beans.OptionalBooleanEditor
 
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
Sets the owner and the description of the property currently being edited by this editor.
setContext(PropertyController, PropertyDescriptor) - Method in interface com.cafean.client.ui.beans.OptionalPropertyEditor
Sets the owner and the description of the property currently being edited by this editor.
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
Sets the owner and the description of the property currently being edited by this editor.
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.ui.text.TextAreaNonModalEditor
 
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
Sets the owner and the description of the property currently being edited by this editor.
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.values.editors.OptionalCDoubleEditor
Sets the owner and the description of the property currently being edited by this editor.
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.values.editors.OptionalCRealEditor
Sets the owner and the description of the property currently being edited by this editor.
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.values.editors.SharedRealValueEditor
 
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.values.editors.SharedValueEditor
 
setContext(PropertyController, PropertyDescriptor) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
setContext(PropertyController, PropertyDescriptor) - Method in class javax.swing.beaninfo.SwingFontEditor
 
setContext(GenericTableContext) - Method in class com.cafean.client.ui.AbstractGenericTableEditor
Sets the context this editor uses when the dialog is opened.
setContext(GenericTableContext) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Registers the given context with the dialog.
setContext(String) - Method in class com.cafean.client.ui.message.MessageGroup
 
setContext(String) - Method in class com.cafean.rpc.command.CallbackContext
Set function for context attribute.
setContextComparingFunction(BiFunction<PropertyContextType, PropertyContextType, Boolean>) - Method in class com.cafean.client.ui.GenericTMColumn
Sets the comparing function used in isContextType.
setContextSelectedCell(int, int) - Method in class com.cafean.client.ui.SubblockArrayTableDialog
Sets the context to the given cell.
setConversionFactor(double[]) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Set function for conversionFactor attribute.
setConversionFactor(double[]) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Set function for conversionFactor attribute.
setConversionFactor(int, double) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed set function for conversionFactor attribute.
setConversionFactor(int, double) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed set function for conversionFactor attribute.
setConversionOffset(double[]) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Set function for conversionOffset attribute.
setConversionOffset(double[]) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Set function for conversionOffset attribute.
setConversionOffset(int, double) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed set function for conversionOffset attribute.
setConversionOffset(int, double) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed set function for conversionOffset attribute.
setCoordinates(double, double) - Method in class com.cafean.document.notebook.plot.ExportLegendProperties
 
setCopyEntireView(boolean) - Method in class com.cafean.client.ui.DrawnView.ViewImageCopyAction
 
setCrc32(String) - Method in class com.cafean.CalcServer.command.FileEntry
Set function for crc32 attribute.
setCreated(int) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Set function for created attribute.
setCreateDate(String) - Method in class com.cafean.client.analysis.AbstractModel
Sets this model's creation date to the date in the given String.
setCreationVersion(int, int) - Method in class com.cafean.client.analysis.GenericObject
Sets this object's creation version to the given numbers.
setCreator(ComponentCreator) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
This sets the ComponentCreator that can be used to create new instances of the AbstractComponent this selector is supposed to select between
setCreator(ComponentCreator) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
This sets the ComponentCreator that can be used to create new instances of the AbstractComponent this selector is supposed to select between
setCreator(ComponentCreator) - Method in class com.cafean.client.ui.ComponentSelectionDialog
Sets the custom component creator that this dialog will execute if the user presses the create button.
setCreator(ComponentCreator) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
This sets the ComponentCreator implementation that can be used to create a new instance of the components involved in the ident reference.
setCreator(ComponentCreator) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Sets the custom component creator that this dialog will execute if the user presses the create button.
setCURRENT(boolean) - Method in class com.cafean.client.io.med.DrawnLayerRec
Set function for CURRENT attribute.
setCurrentAction(ToolboxAction) - Method in class com.cafean.client.ui.Toolbox
Sets the current ToolboxAction used for creating new drawings with the Insertion Tool.
setCurrentIndex(int) - Method in class com.cafean.client.values.components.AbstractSharedValue
Sets the current iteration index of parametric iteration.
setCurrentIndex(int) - Method in class com.cafean.client.values.components.SharedBoolean
 
setCurrentIndex(int) - Method in class com.cafean.client.values.components.SharedInteger
 
setCurrentIndex(int) - Method in class com.cafean.client.values.components.SharedReal
 
setCurrentJob(ImportJobDesc) - Method in class com.cafean.JobStatus.jimport.JobImporter
 
setCurrentLayer(DrawingLayer) - Method in class com.cafean.client.ui.BeanBox
returns the current drawing layer or null if the implicit 'Default' layer is the current layer.
setCurrentLine(int) - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
setCurrentModel(AbstractModel) - Method in class com.cafean.client.anim.SourceManager
Sets the Animation model currently being animated by this source manager.
setCurrentModel(AbstractModel) - Method in class com.cafean.client.ui.MainFrame
This sets the AbstractModel from the list of open models that currently is being worked on.
setCurrentParametric(boolean) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Sets this constant as the current parameter during a parametric export or job submission.
setCurrentParametric(boolean) - Method in class com.cafean.client.values.components.AbstractSharedValue
Sets whether value access methods should return parametric values.
setCurrentTime(double) - Method in class com.cafean.CalcServer.command.Job
Set function for currentTime attribute.
setCurrentTime(double) - Method in class com.cafean.client.anim.DataSource
set the current transient time to the new time adjusted by this run's offset.
setCurrentTool(int) - Method in class com.cafean.client.ui.Toolbox
switches the toolbox to the given tool.
setCurrentValue(Real) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
Sets the current value inside this variable.
setCurrentValueDouble(double) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
Sets the current value inside this variable by setting its SI value.
setCurrentView(DrawnView) - Method in class com.cafean.client.ui.util.DrawnLayerDialog
 
setCurved(boolean[]) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setCustomKeywordValue(String, String) - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
assigns the given value to the keyword with the given name, if available.
setCustomKeywordValue(String, String) - Method in class com.cafean.jobstream.server.components.Task
Sets an Custom keyword on this task with the given name and the given value.
setCustomLabel(boolean) - Method in class com.cafean.client.ui.DrawnUserValue
 
setCustomLabel(boolean) - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
setCustomLabel(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
setCustomLabel(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
setCustomLabel(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
setCustomProcessing(List<CustomProcessing>) - Method in class com.cafean.jobstream.server.components.Task
Sets the list of custom processing command sets for this task
setCustomTable(JTable) - Method in class com.cafean.client.ui.RealArrayDialog
Sets the editor's table to a custom plug-in specified table.
setCustomTable(JTable) - Method in class com.cafean.client.values.ui.CRealArrayDialog
Sets the editor's table to a custom plug-in specified table.
setCustomTable(JTable) - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog
Sets the editor's table to a custom plug-in specified table.
setDashed(boolean) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Setter for property dashed.
setData(float[]) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Set function for data attribute.
setData(float[]) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Set function for data attribute.
setData(float[]) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Set function for data attribute.
setData(float[]) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Set function for data attribute.
setData(float[]) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Set function for data attribute.
setData(int, float) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Indexed set function for data attribute.
setData(int, float) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Indexed set function for data attribute.
setData(int, float) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Indexed set function for data attribute.
setData(int, float) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Indexed set function for data attribute.
setData(int, float) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Indexed set function for data attribute.
setData(int, String) - Method in class com.cafean.client.analysis.ValidationOptions
 
setData(Pointer) - Method in class com.cafean.client.values.util.matlab.MXArray
Set pointer to data
setData(String[]) - Method in class com.cafean.client.analysis.ValidationOptions
This sets the current data array for this options.
setDataSourceID(int) - Method in class com.cafean.client.anim.AbstractDisplayBean
Sets the ident of the DataSource from which this beans retrieves data.
setDataSourceNames(int, String) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Indexed set function for dataSourceNames attribute.
setDataSourceNames(String[]) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Set function for dataSourceNames attribute.
setDataState(int) - Method in class com.cafean.client.analysis.GenericObject
Sets this object's data state.
setDataValue(double) - Method in class com.cafean.Number.Real
This is a root value getter.
setDate(long) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for date attribute.
setDate(String) - Method in class com.cafean.rpc.command.VersionRequest
Set function for date attribute.
setDate(String) - Method in class com.cafean.utils.Version
Sets this Version's release date.
setDateProperty(String, Date) - Method in class com.cafean.CalcServer.CalcJobFile
 
setDateWritten(String) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Set function for dateWritten attribute.
setDB_ID(int) - Method in class com.cafean.client.analysis.GenericObject
Sets this object's DB_ID
setDB_ID(int) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for DB_ID attribute.
setDB_ID(int) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for DB_ID attribute.
setDB_ID(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for DB_ID attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.EvtJobAdded
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.Job
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Set function for dbid attribute.
setDbid(int) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Set function for dbid attribute.
setDBID(int) - Method in interface com.cafean.client.integrator.components.TopLevelSubBlock
sets the transient DBID field used during ident reconnection
setDBL_PROP_NAMES(int, String) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed set function for DBL_PROP_NAMES attribute.
setDBL_PROP_NAMES(String[]) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for DBL_PROP_NAMES attribute.
setDBL_PROP_VALUES(double[]) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for DBL_PROP_VALUES attribute.
setDBL_PROP_VALUES(int, double) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed set function for DBL_PROP_VALUES attribute.
setDblProp(String, DrawnDisplayElementRec, double) - Static method in class com.cafean.client.anim.AbstractDisplayBean
sets the given value as the value of the given property
setDCAlphaEnabled(boolean) - Method in class com.cafean.client.ui.SnapPreferences
enables or disables the partial transparency of colors used by drawn components
setDebug(boolean) - Method in class com.cafean.rpc.AbstractRPCConnection
 
setDebug(boolean) - Method in class com.cafean.rpc.RPCManager
 
setDEFAULT_INDEX(int) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for DEFAULT_INDEX attribute.
setDEFAULT_VALUE(String) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for DEFAULT_VALUE attribute.
setDefaultApplication(String, String) - Method in class com.cafean.jobstream.server.components.Stream
Sets the default application definition for the given type.
setDefaultApplications(Map<String, String>) - Method in class com.cafean.jobstream.server.components.Stream
Sets the full mapping of default applications by application type.
setDefaultCharSize(double) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
setDefaultIndex(int) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Sets the default index inside this constant.
setDefaultUnits(int) - Method in class com.cafean.client.ui.SnapPreferences
Setter for the default model units.
setDefaultValue(Real) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Sets the default value of this constant.
setDefinitions(int, IntegrationDefinition) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Indexed set function for definitions attribute.
setDefinitions(IntegrationDefinition[]) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Set function for definitions attribute.
setDelay(int) - Method in class com.cafean.client.anim.PushUpdateThread
Sets the desired sleep time between updates.
setDeleted(boolean) - Method in class com.cafean.client.analysis.AbstractComponent
If call with a parameter of true, the AbstractComponent object flagged as deleted.
setDeleted(boolean) - Method in class com.cafean.client.analysis.GenericObject
Sets this object deleted and thus inoperative.
setDeleted(int) - Method in class com.cafean.client.ui.diff.Difference
Sets the point as deleted.
setDeleteEmpty(boolean) - Method in class com.cafean.CalcServer.util.ThreadedScreenReader
 
setDelta(double) - Method in class com.cafean.utils.JDoubleField
 
setDelta(float) - Method in class com.cafean.utils.JFloatField
 
setDemo(boolean) - Method in class com.cafean.utils.Version
determines whether this Version is a demo;
setDemultiplexed(boolean) - Method in class com.cafean.CalcServer.command.Job
Set function for demultiplexed attribute.
setDependent(CReal[]) - Method in class com.cafean.client.values.components.CTableND
 
setDependent(Real[]) - Method in class com.cafean.client.analysis.TableND
 
setDescription(String) - Method in class com.cafean.client.analysis.GenericObject
Sets this object's description to the given desc.
setDescription(String) - Method in class com.cafean.client.values.components.NumericsTableColumn
Set function for description attribute.
setDescription(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
sets the user-specified description of this application definition
setDESCRIPTION(String) - Method in class com.cafean.client.io.med.ModelHeaderRec
Set function for DESCRIPTION attribute.
setDESCRIPTION(String) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for DESCRIPTION attribute.
setDESCRIPTION(String) - Method in class com.cafean.client.io.med.UserFunctionRec
Set function for DESCRIPTION attribute.
setDESCRIPTION(String) - Method in class com.cafean.client.io.med.UserVariableRec
Set function for DESCRIPTION attribute.
setDESCRIPTION(String) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for DESCRIPTION attribute.
setDestination(String) - Method in class com.cafean.utils.RptDoc.Content
Setter for the Content destination.
setDetailDefaults() - Method in interface com.cafean.utils.RptDoc.Report
Sets the default detail report properties for a report.
setDialogLocation(int, int) - Method in class com.cafean.utils.BlockingDialog
 
setDialogTitle(String) - Method in class com.cafean.client.ui.RealTwoDimArrayDialog
Sets the title of the dialog.
setDialogTitle(String) - Method in class com.cafean.client.values.ui.CRealTwoDimArrayDialog
Sets the title of the dialog.
setDiffCriteria(double) - Static method in class com.apt.xdr.MultiDimArray
Sets the floating point differencing criteria.
setDim(int[]) - Method in class com.apt.xdr.MultiDimArray
Set the dimension array.
setDimension(int) - Method in class com.cafean.client.ui.beans.RealArrayEditor
Sets the dimension on a given array.
setDimension(int) - Method in class com.cafean.client.values.editors.CRealArrayEditor
Sets the dimension on a given array.
setDimension(int) - Method in class com.cafean.client.values.editors.ParametricCRealArrayEditor
Sets the dimension on a given array.
setDimensions(double, double, double, double) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
setDimensions(NativeLong[], NativeLong) - Method in class com.cafean.client.values.util.matlab.MXArray
Set dimension array and number of dimensions.
setDirty(boolean) - Method in class com.cafean.client.analysis.AbstractModel
sets this model dirty; a dirty model has been modified since it was saved.
setDisabledCellsGray(boolean) - Method in class com.cafean.client.ui.RealRenderer
Method determines if cells which return !isCellEditable should be painted gray.
setDisabledCellsGray(boolean) - Method in class com.cafean.client.ui.ZebraStripeCRealRenderer
Sets the rendered disabled cells gray
setDisabledCellsGray(boolean) - Method in class com.cafean.client.values.ui.CRealTableRenderer
Method determines if cells which return !isCellEditable should be painted gray.
setDisabledTextVisible(boolean) - Method in class com.cafean.client.ui.EnumSelRenderer
 
setDisabledTextVisible(boolean) - Method in class com.cafean.client.ui.RealRenderer
Method determines if cells which return !isCellEditable should have painted values.
setDisabledTextVisible(boolean) - Method in class com.cafean.client.ui.ZebraStripeCRealRenderer
Method determines if cells which return !isCellEditable should have painted values.
setDisabledTextVisible(boolean) - Method in class com.cafean.client.values.ui.CRealTableRenderer
Method determines if cells which return !isCellEditable should have painted values.
setDisconnected() - Method in class com.cafean.client.ui.ConnectingPt
Should be called if there is a Connection to the AbstractComponent that woulc be drawn to this ConnectingPt has been disconnected.This specifically gets called by the DrawnComponent when a Connection has been disconnected.
setDisplay(String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Sets the "display string" that will be used to display this properties object to the user in places such as the Job Stream "Target Platform" editor.
setDisplay(String) - Method in class com.cafean.jobstream.common.components.SubmissionProperties
Sets the "display string" that will be used to display this properties object to the user in places such as the Job Step "Submission Properties" editor.
setDisplayedPanel(String) - Method in class com.cafean.client.ui.beans.PropertySetPanel
 
setDisplayName(String) - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
Sets this data store's display name.
setDisplayText(int, String) - Method in class com.cafean.client.anim.InteractiveCommand
Set an element of the display text array.
setDisplayText(String[]) - Method in class com.cafean.client.anim.InteractiveCommand
Set the display text array.
setDividerLocation(String, String, JSplitPane) - Method in class com.cafean.utils.Configurator
Saves the divider location for the given JSplitPane under the given keyword in the given module to the SNAP Config file.
setDividerLocation(String, JSplitPane) - Method in class com.cafean.utils.Configurator
Saves the divider location for the given JSplitPane under the given keyword in the current module to the SNAP Config file.
setDividerLocation(String, JSplitPane) - Method in class com.cafean.utils.ConfigWrapper
Saves the divider location for the given JSplitPane under the given keyword in the current module to the SNAP Config file.
setDOCKED(boolean) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for DOCKED attribute.
setDocLinks(int[]) - Method in class com.cafean.client.values.components.AttribProps
Set function for docLinks attribute.
setDocLinks(int, int) - Method in class com.cafean.client.values.components.AttribProps
Indexed set function for docLinks attribute.
setDocument(int) - Method in class com.cafean.client.mdocs.ALDocRef
sets the ident of the Model Documentation object (e.g.
setDocumentRef(AbstractDocument) - Method in class com.cafean.client.mdocs.ALDocRef
sets the Model Documentation object (e.g.
setDoubleClickBehavior(int) - Method in class com.cafean.client.ui.SnapPreferences
Sets the double-click behavior as either SnapPreferences.DCB_NAV_SELECT or SnapPreferences.DCB_MINI_NAV
setDoubleProperty(String, double) - Method in class com.cafean.CalcServer.CalcJobFile
 
setDoubleValue(double) - Method in class com.cafean.utils.JDoubleField
 
setDrawAngle() - Method in class com.cafean.client.ui.DrawnComponent
sets the drawAngle value depending on the DrawnComponent's current orientation
setDRAWANGLE(double) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for DRAWANGLE attribute.
setDRAWANGLE(double) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for DRAWANGLE attribute.
setDrawBadges(boolean) - Method in class com.cafean.client.ui.DrawnComponent
Setter for property drawBadges.
setDrawHeight(double) - Method in class com.cafean.client.ui.DrawnComponent
Sets the drawing height of the DrawnComponent.
setDRAWHEIGHT(double) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for DRAWHEIGHT attribute.
setDRAWHEIGHT(double) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for DRAWHEIGHT attribute.
setDRAWING_MODE(int) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for DRAWING_MODE attribute.
setDrawingMode(int, int) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Sets the drawing mode of the connection line at the given index.
setDrawingMode(int, int) - Method in class com.cafean.client.ui.DrawnConnection
 
setDrawingMode(Point, int) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Sets the drawing mode of the connection line closest to the given point.
setDrawingMode(Point, int) - Method in class com.cafean.client.ui.DrawnConnection
 
setDrawnOwner(DrawnComponent) - Method in class com.cafean.client.ui.DrawnSubComponent
Setter for the DrawnComponent that contains this Sub-Component.
setDrawWidth(double) - Method in class com.cafean.client.ui.DrawnComponent
Sets the drawing width of the DrawnComponent.
setDRAWWIDTH(double) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for DRAWWIDTH attribute.
setDRAWWIDTH(double) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for DRAWWIDTH attribute.
setDumColumns(DummyCompElement) - Method in class com.cafean.client.values.components.SharedTable
 
setDumExecute(DummyCompElement) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Set function for dummy dumExecute attribute.
setDumInit(DummyCompElement) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Set function for dummy dumInit attribute.
setDumVirtual(DummyCompElement) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Set function for dummy dumVirtual attribute.
setEciCentralProcess(boolean) - Method in class com.cafean.jobstream.server.components.Task
 
setEciEnabled(boolean) - Method in class com.cafean.jobstream.server.components.Stream
 
setEciTaskSetID(int) - Method in class com.cafean.jobstream.server.components.Task
 
setEditable(boolean) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
setEditable(boolean) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
setEditable(boolean) - Method in class com.cafean.client.ui.DrawnUserValue
Setter for property editable.
setEditable(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Setter for property editable.
setEditable(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Setter for property editable.
setEditable(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Setter for property editable.
setEditable(boolean) - Method in class com.cafean.client.values.editors.CBooleanEditor
Sets the editable state of the editor.
setEditable(boolean) - Method in class com.cafean.client.values.editors.CIntegerEditor
Sets the editable status of the editor.
setEditable(boolean) - Method in class com.cafean.client.values.editors.CRealEditor
This method sets whether or not the valueField is editable.
setEditable(boolean) - Method in class com.cafean.client.values.editors.CStringEditor
Sets the editable status of the editor.
setEditable(boolean) - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
Sets the editable status of the editor.
setEditable(boolean) - Method in class com.cafean.client.values.editors.OptionalCStringEditor
Sets the editable status of the editor.
setEditable(boolean) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
setEditable(boolean) - Method in class com.cafean.client.values.functions.ui.MultiObjectSelectionPanel
shows or hides the add/remove buttons
setEditMode() - Method in class com.cafean.client.mdocs.EditNoteDialog
sets the contained HTML editing pane to be appropriate for editing the HTML
setElement(int[], Object) - Method in class com.apt.xdr.MdBoolArray
Set the value of a single element within the array.
setElement(int[], Object) - Method in class com.apt.xdr.MdDblArray
Set the value of a single element within the array.
setElement(int[], Object) - Method in class com.apt.xdr.MdFltArray
Set the value of a single element within the array.
setElement(int[], Object) - Method in class com.apt.xdr.MdIntArray
Set the value of a single element within the array.
setElement(int[], Object) - Method in class com.apt.xdr.MultiDimArray
 
setElementAt(int[], boolean) - Method in class com.apt.xdr.MdBoolArray
Set the value of a single element within the array.
setElementAt(int[], double) - Method in class com.apt.xdr.MdDblArray
Set the value of a single element within the array.
setElementAt(int[], float) - Method in class com.apt.xdr.MdFltArray
Set the value of a single element within the array.
setElementAt(int[], int) - Method in class com.apt.xdr.MdIntArray
Set the value of a single element within the array.
setElementAt(int, int, boolean) - Method in class com.apt.xdr.MdBoolArray
Set the value of a single element within the array.
setElementAt(int, int, double) - Method in class com.apt.xdr.MdDblArray
Set the value of a single element within the array.
setElementAt(int, int, float) - Method in class com.apt.xdr.MdFltArray
Set the value of a single element within the array.
setElementAt(int, int, int) - Method in class com.apt.xdr.MdIntArray
Set the value of a single element within the array.
setElementAt(int, int, int, boolean) - Method in class com.apt.xdr.MdBoolArray
Set the value of a single element within the array.
setElementAt(int, int, int, double) - Method in class com.apt.xdr.MdDblArray
Set the value of a single element within the array.
setElementAt(int, int, int, float) - Method in class com.apt.xdr.MdFltArray
Set the value of a single element within the array.
setElementAt(int, int, int, int) - Method in class com.apt.xdr.MdIntArray
Set the value of a single element within the array.
setElementAt(int, int, int, int, boolean) - Method in class com.apt.xdr.MdBoolArray
Set the value of a single element within the array.
setElementAt(int, int, int, int, double) - Method in class com.apt.xdr.MdDblArray
Set the value of a single element within the array.
setElementAt(int, int, int, int, float) - Method in class com.apt.xdr.MdFltArray
Set the value of a single element within the array.
setElementAt(int, int, int, int, int) - Method in class com.apt.xdr.MdIntArray
Set the value of a single element within the array.
setElementAt(Type, int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Sets the element at the given index.
setElements(int, SDXElement) - Method in class com.cafean.snapdx.SDXElement
Indexed set function for elements attribute.
setElements(int, SDXElement) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed set function for elements attribute.
setElements(SDXElement[]) - Method in class com.cafean.snapdx.SDXElement
Set function for elements attribute.
setElements(SDXElement[]) - Method in class com.cafean.snapdx.SNAPDXRecord
Set function for elements attribute.
setEMBEDDED_CONS(byte[]) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for EMBEDDED_CONS attribute.
setEmbeddedCons(EmbeddedConnectionMap) - Method in class com.cafean.client.analysis.ViewComponent
 
setEmptyAllowed(boolean) - Method in class com.cafean.client.ui.MultiObjectSelectorDialog
This sets whether or not the OK button can be pressed when the list of selected objects is empty.
setEmptyDockablePanel(DockablePanel) - Method in class com.cafean.client.ui.ApplicationFrame
sets the DockablePanel instance displayed when no models are available
setEnabled(boolean) - Method in class com.cafean.client.analysis.ValidationTest
Sets this validation test enabled.
setEnabled(boolean) - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
setEnabled(boolean) - Method in class com.cafean.client.ui.beans.OptionalFolderSelectionEditor
 
setEnabled(boolean) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
 
setEnabled(boolean) - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Sets the model enabled state.
setEnabled(boolean) - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
 
setEnabled(boolean) - Method in class com.cafean.utils.RptDoc.AbstractReportData
Sets the enabled status for the report which contains this data.
setEnabled(boolean) - Method in class com.cafean.vcs.ui.ExecutableLocationEditor
 
setEnabled(boolean) - Method in class javax.swing.beaninfo.SwingColorEditor
 
setEnabled(boolean) - Method in class javax.swing.beaninfo.SwingFontEditor
Enables or disables the editable portions of this font editor.
setEnableNotifications(boolean) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Set function for enableNotifications attribute.
setEnablingBoolean(int) - Method in class com.cafean.client.values.functions.AbstractNumericFunction
Sets the ident of the "enabling boolean" shared value whose value dictates whether or not this function is executed.
setEncodingFormat(String) - Method in class com.cafean.moviegen.support.AbstractVideoType
Sets the encoding type for this video format.
setEND_VALUE(String) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for END_VALUE attribute.
setEndTime(double) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Set function for endTime attribute.
setEndTime(double) - Method in class com.cafean.CalcServer.command.Job
Set function for endTime attribute.
setEndTime(double) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Set function for endTime attribute.
setEndTime(long) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Set function for endTime attribute.
setEndTimeIndex(int) - Method in class com.cafean.moviegen.ZipDataSource
Sets the frame index with which to end all renderings.
setEndTimeIndex(int) - Method in class com.cafean.moviegen.ZipSourceStream
Set the time index with which to stop export or playback.
setEndValue(int) - Method in class com.cafean.client.values.components.SharedInteger
Set function for endValue attribute.
setEndValue(int) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
setEndValue(CReal) - Method in class com.cafean.client.values.components.SharedReal
Set function for endValue attribute.
setEndValue(CReal) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
setEndValue(Real) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Sets the end value of this constant.
setEnthalpy(double) - Method in class com.cafean.h2o.FluidState
Setter for Enthalpy
setEnthalpy(Enthalpy) - Method in class com.cafean.h2o.FluidState
Setter for Enthalpy
setEntries(AnimationOverrideEntry[]) - Method in class com.cafean.JobStatus.AnimationOverrideList
sets all of the entries in this key chain as an array
setEntries(List<SeqEntry>) - Method in class com.cafean.jobstream.server.sequence.Sequence
 
setEntropy(double) - Method in class com.cafean.h2o.FluidState
Setter for Entropy
setEntropy(Dimless) - Method in class com.cafean.h2o.FluidState
Setter for Entropy
setEntry(int) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
 
setEntryRef(AbstractComponent) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
 
setEnumEntries(int, EnumEntry) - Method in class com.cafean.client.values.components.SharedInteger
Indexed set function for enumEntries attribute.
setEnumEntries(int, String) - Method in class com.cafean.client.values.components.SharedString
Indexed set function for enumEntries attribute.
setEnumEntries(EnumEntry[]) - Method in class com.cafean.client.values.components.SharedInteger
Set function for enumEntries attribute.
setEnumEntries(String[]) - Method in class com.cafean.client.values.components.SharedString
Set function for enumEntries attribute.
setEnumeration(boolean) - Method in class com.cafean.client.values.components.SharedInteger
Set function for enumeration attribute.
setEnumeration(boolean) - Method in class com.cafean.client.values.components.SharedString
Set function for enumeration attribute.
setEnumerationConstrained(boolean) - Method in class com.cafean.client.values.components.SharedString
Set function for enumeration attribute.
setEqualTo(EllipticalAnnotation) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
Sets this annotation equal to the given annotation
setEqualTo(LineAnnotation) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Sets this annotation equal to the given annotation
setEqualTo(RectangularAnnotation) - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
Sets this annotation equal to the given annotation
setEqualTo(DrawnComponent) - Method in class com.cafean.client.ui.DrawnComponent
Sets the position and orientation of the current DrawnComponent to be the same as the DrawnComponent provided as an argument.
setErrorColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setErrorSupplier(Supplier<Optional<String>>) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Registers the Supplier that is queried for an error state whenever a table model event is fired within the dialog.
setEucode(int) - Method in class com.cafean.CalcServer.command.DataChannel
Set function for eucode attribute.
setEucode(int) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Set function for eucode attribute.
setEuCode(int[]) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Set function for euCode attribute.
setEuCode(int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Set function for euCode attribute.
setEuCode(int, int) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed set function for euCode attribute.
setEuCode(int, int) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed set function for euCode attribute.
setEuType(int[]) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Set function for euType attribute.
setEuType(int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Set function for euType attribute.
setEuType(int, int) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed set function for euType attribute.
setEuType(int, int) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed set function for euType attribute.
setEvalDisplay(String) - Method in class com.cafean.CalcServer.CalcJobFile
sets the short description of run evaluation
setEvalDisplay(String) - Method in class com.cafean.CalcServer.command.Job
Set function for evalDisplay attribute.
setEvalDisplay(String) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Set function for evalDisplay attribute.
setEvalDisplay(String) - Method in class com.cafean.jobstream.server.components.Task
sets the evaluated status of this task: a short description of the run shown in Job Status
setExecPhase(String) - Method in class com.cafean.jobstream.server.components.CustomProcessing
sets the execution phase of this custom processing command set
setExecutableName(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
sets the executable name used by the retrieve, extract, and install setup types
setExitCodes(List<Integer>) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
sets the set of exit codes that the black box application will treat as success
setExpanded(boolean) - Method in class com.cafean.client.anim.channel.RowData
 
setExpanded(boolean) - Method in class com.cafean.client.anim.channel.SetRowData
 
setExpanded(boolean) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Sets whether the button is expanded.
setExpanded(boolean) - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Sets the model expanded state.
setExpanded(boolean) - Method in interface com.cafean.JobStatus.ui.csstream.table.CSRowData
 
setExpanded(boolean) - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
setExpanded(boolean) - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
setExpanded(boolean) - Method in interface com.cafean.JobStatus.ui.stream.RowData
 
setExpanded(boolean) - Method in class com.cafean.JobStatus.ui.stream.StepRowData
 
setExpanded(boolean) - Method in class com.cafean.JobStatus.ui.stream.TaskRowData
 
setExpandGeneral(boolean) - Static method in class com.cafean.client.ui.beans.PropertySetPanel
 
setExpansion(int) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Sets the currently expanded value.
setExpansion(int) - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Sets the expanded index.
setExpansion(int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
setExperimentalEnabled(boolean) - Static method in class com.cafean.utils.TempFlags
sets the current experimental status
setExportable(boolean) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
setExportDrawnComponents(boolean) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
setExportInputListing(boolean) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
setExportNote(String) - Method in class com.cafean.client.analysis.AbstractModel
Setter for property exportNote.
setExportOwnerReviewerListings(boolean) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
setExtAppUnits(int) - Method in class com.cafean.client.values.components.ExternFunction
Set function for extAppUnits attribute.
setExternalFunction(ExternFunction) - Method in class com.cafean.client.values.components.SharedFunction
Set function for externalFunction attribute.
setFace(int) - Method in class com.cafean.client.ui.Pad
Sets this pad's face.
setFailedFiles(int, String) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Indexed set function for failedFiles attribute.
setFailedFiles(String[]) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Set function for failedFiles attribute.
setFailedJob(Job) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Set function for failedJob attribute.
setFailure(boolean) - Method in class com.cafean.jobstream.common.TerminateContext
Sets the failure status of this context's job.
setFailureCause(Throwable) - Method in class com.cafean.jobstream.common.TerminateContext
if the termination requested by this context fails due to an exception then this should be called to store that exception.
setFailureStatus(String) - Method in class com.cafean.jobstream.common.TerminateContext
if the termination requested by this context fails and the job should be reported as a different status then this should be called to set that status.
setFalseString(String) - Method in class com.cafean.client.values.components.SharedBoolean
Sets the string used to represent false values.
setFAMILY(String) - Method in class com.cafean.client.io.med.FontRec
Set function for FAMILY attribute.
setField(NativeLong, String, MXArray) - Method in class com.cafean.client.values.util.matlab.MXArray
Set pa[i]->fieldname = value.
setFieldByNumber(NativeLong, int, MXArray) - Method in class com.cafean.client.values.util.matlab.MXArray
Set pa[i][fieldnum] = value
setFile(byte[]) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Set function for file attribute.
setFile(byte[]) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Set function for file attribute.
setFile(String, File) - Method in class com.cafean.CalcServer.CalcJobFile
Sets the given file in this CJF with the given key.
setFileCategory(String) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Set function for fileCategory attribute.
setFileChooserLocation(JFileChooser) - Static method in class com.cafean.client.ui.ApplicationFrame
Sets the given JFileChooser's location to be the center of the main frame's current screen.
setFileChooserLocation(JFileChooser) - Static method in class com.cafean.client.ui.MainFrame
Sets the given JFileChooser's location to be the center of the main frame's current screen.
setFileID(int) - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Set function for fileID attribute.
setFileID(int) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Set function for fileID attribute.
setFileID(int) - Method in class com.cafean.CalcServer.command.GetFileResponse
Set function for fileID attribute.
setFileID(int) - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Set function for fileID attribute.
setFileID(int) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Set function for fileID attribute.
setFileIndex(int) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Set function for fileIndex attribute.
setFileIndex(int) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Set function for fileIndex attribute.
setFileLabel(String) - Method in class com.cafean.moviegen.ui.ProgressDialog
Sets the file label right of the task label to a specified text.
setFileLabels(int, String) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Indexed set function for fileLabels attribute.
setFileLabels(String[]) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Set function for fileLabels attribute.
setFileLength(String) - Method in class com.cafean.CalcServer.command.GetFileResponse
Set function for fileLength attribute.
setFileLocation(String, FileLocation) - Method in class com.cafean.jobstream.server.sequence.Iteration
Assigns the given file location to the JSFile or JSFileSet with the given name.
setFileLocationLabel(String) - Method in class com.cafean.client.values.nif.NIFBlockingDialog
 
setFileLocations(String, List<FileLocation>) - Method in class com.cafean.jobstream.server.sequence.Iteration
Assigns the given file locations to the JSFile or JSFileSet with the given name.
setFilename(String) - Method in class com.cafean.utils.ReferenceDocs.DocMedia
Setter routine for the media filename
setFileName(String) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Set function for fileName attribute.
setFileName(String) - Method in class com.cafean.client.values.components.ExternFunction
Set function for fileName attribute.
setFiles(int, FileEntry) - Method in class com.cafean.CalcServer.command.FilesListRequest
Indexed set function for files attribute.
setFiles(int, FileEntry) - Method in class com.cafean.CalcServer.command.FolderEntry
Indexed set function for files attribute.
setFiles(int, JobFilesEntry) - Method in class com.cafean.CalcServer.command.JobFilesList
Indexed set function for files attribute.
setFiles(int, ViewableFile) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Indexed set function for files attribute.
setFiles(FileEntry[]) - Method in class com.cafean.CalcServer.command.FilesListRequest
Set function for files attribute.
setFiles(FileEntry[]) - Method in class com.cafean.CalcServer.command.FolderEntry
Set function for files attribute.
setFiles(JobFilesEntry[]) - Method in class com.cafean.CalcServer.command.JobFilesList
Set function for files attribute.
setFiles(ViewableFile[]) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Set function for files attribute.
setFileStorageLocation(long, String) - Method in class com.cafean.jobstream.tracker.TrackerModule
Replaces the current storage location of the file with the given DB_ID.
setFileType(int) - Method in class com.cafean.utils.RptDoc.ReportDialog
Determines the type of the generated report.
setFillBackground(boolean) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
setFillColor(Color) - Method in class com.cafean.client.ui.annotation.PolygonBean
Setter for property fillColor.
setFilled(boolean) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
 
setFilled(boolean) - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
 
setFilled(boolean) - Method in class com.cafean.client.ui.annotation.TextAnnotation
sets this annotation's "Fill Background" property
setFillPattern(int) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setFillStyle(int) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setFilterable(boolean) - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
 
setFilterGlob(String) - Method in class com.cafean.client.anim.channel.ChannelTableModel
sets filter used to determine which channels are displayed as a glob
setFilterHistory(ArrayList, String) - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
Loads a set of filter criteria previously specified by the user
setFilterRegex(String) - Method in class com.cafean.client.anim.channel.ChannelTableModel
sets filter used to determine which channels are displayed as a regular expression
setFindText(String) - Method in class com.cafean.JobStatus.OutputViewer.FileDocument
 
setFinished(boolean) - Method in class com.cafean.client.values.nif.NumericsImportReport
Sets the finished state of this report.
setFinished(boolean) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
setFireGlobalEvents(boolean) - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.ui.beans.NamedIntEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.ui.beans.NamelistRealEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.ui.beans.OptionalBooleanEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
setFireGlobalEvents(boolean) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.ui.text.TextAreaNonModalEditor
 
setFireGlobalEvents(boolean) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.values.editors.OptionalCDoubleEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.values.editors.OptionalCRealEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.values.editors.OptionalCStringEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFireGlobalEvents(boolean) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
This method does nothing due to the fact that this editor does not fire global events for any required feature.
setFireGlobalEvents(boolean) - Method in class javax.swing.beaninfo.SwingFontEditor
If set to true this editor will call AbstractComponent.fireComponentChanged() and create an undoable edit when the active value is changed.
setFirstChannel(int) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Set function for firstChannel attribute.
setFirstChannel(int) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Set function for firstChannel attribute.
setFirstFieldDisplayed(boolean) - Method in class com.cafean.client.ui.NamedValueSelector
Method will enable or disable the first field in the "value -- name" displayed in this editor.
setFloatProperty(String, float) - Method in class com.cafean.CalcServer.CalcJobFile
 
setFloatValue(float) - Method in class com.cafean.utils.JFloatField
 
setFluidType(int) - Method in class com.cafean.h2o.FluidState
set the fluid type to H2O or D2O
setFocusSupportEnabled(boolean) - Method in class com.cafean.client.ui.beans.PropertySetPanel
Enables or disables the Tab/Enter focus traversal behavior in this property set panel.
setFolder(FolderEntry) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Set function for folder attribute.
setFolders(int, Folder) - Method in class com.cafean.CalcServer.command.FilesListRequest
Indexed set function for folders attribute.
setFolders(int, Folder) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Indexed set function for folders attribute.
setFolders(int, FolderEntry) - Method in class com.cafean.CalcServer.command.FolderEntry
Indexed set function for folders attribute.
setFolders(Folder[]) - Method in class com.cafean.CalcServer.command.FilesListRequest
Set function for folders attribute.
setFolders(Folder[]) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Set function for folders attribute.
setFolders(FolderEntry[]) - Method in class com.cafean.CalcServer.command.FolderEntry
Set function for folders attribute.
setFont(Font) - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
setFont(Font) - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
setFont(Font) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternComboBox
 
setFont(Font) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
setFont(Font) - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
setFont(Font) - Method in class com.cafean.client.ui.annotation.TextAnnotation.LabelConverter
 
setFont(Font) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
setFont(Font) - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
setFont(Font) - Method in class com.cafean.client.ui.beans.CalendarEditor
 
setFont(Font) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
Sets the font on the label for this ComponentSelectionEditor.
setFont(Font) - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
 
setFont(Font) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
setFont(Font) - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
 
setFont(Font) - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
setFont(Font) - Method in class com.cafean.client.ui.beans.UpdatingPanel
Sets the font of this component and the component(s) given in the constructor.
setFont(Font) - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
 
setFont(Font) - Method in class com.cafean.client.ui.MultiLineHeaderRenderer
 
setFont(Font) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setFont(Font) - Method in class com.cafean.client.values.drawn.AbstractDrawnSharedValue
 
setFont(Font) - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
setFont(Font) - Method in class com.cafean.client.values.editors.CBooleanEditor
Sets the font of the editor.
setFont(Font) - Method in class com.cafean.client.values.editors.CDoubleEditor
Sets the font of the editor.
setFont(Font) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
setFont(Font) - Method in class com.cafean.client.values.editors.CRealEditor
 
setFont(Font) - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
setFont(Font) - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
setFont(Font) - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
setFont(Font) - Method in class com.cafean.client.values.editors.SharedBooleanValueEditor
 
setFont(Font) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
setFont(Font) - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
setFont(Font) - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
setFont(Font) - Method in class com.cafean.JobStatus.ConsoleTabComponent
 
setFont(Font) - Method in class javax.swing.beaninfo.SwingColorEditor
 
setFont(Font) - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
setFont(Font) - Method in class javax.swing.beaninfo.SwingFontEditor
 
setFont(Font) - Method in class javax.swing.beaninfo.SwingStringEditor
 
setFont(String, Font) - Method in class com.cafean.utils.Configurator
Stores the given font with the the given name inside the current module.
setFont(String, Font) - Method in class com.cafean.utils.ConfigWrapper
Stores the given font with the the given name inside the current module.
setFont(String, String, Font) - Method in class com.cafean.utils.Configurator
Stores the given font with the the given name inside the current module.
setFontActive(boolean) - Method in class com.cafean.client.values.drawn.AbstractDrawnSharedValue
 
setFontActive(boolean) - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
setFontConstrained(Font) - Method in class com.cafean.client.anim.AbstractDisplayBean
sets the font of this display bean to the given font by calling setFont(Font)
setFontProp(String, DrawnDisplayElementRec, Font) - Static method in class com.cafean.client.anim.AbstractDisplayBean
Stores the given font as as set of properties in the given display element
setForceMEDLoad(boolean) - Static method in class com.cafean.client.io.MEDUtil
when set to true, MED loading routines that check the MEDUtil.isForceMEDLoad() method will attempt to read MED files that contain version information that conflicts with the current version.
setForeground(Color) - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
setForeground(Color) - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
setForeground(Color) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
 
setForeground(Color) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternComboBox
 
setForeground(Color) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
setForeground(Color) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setForeground(Color) - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
 
setForeground(Color) - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
setForeground(Color) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
setForeground(Color) - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
setForeground(Color) - Method in class com.cafean.client.ui.beans.CalendarEditor
 
setForeground(Color) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
setForeground(Color) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
 
setForeground(Color) - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
 
setForeground(Color) - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
setForeground(Color) - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
setForeground(Color) - Method in class com.cafean.client.ui.beans.UpdatingPanel
Sets the foreground color of this component and the component(s) given in the constructor.
setForeground(Color) - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
 
setForeground(Color) - Method in class com.cafean.client.ui.DrawnUserValue
 
setForeground(Color) - Method in class com.cafean.client.ui.MultiLineHeaderRenderer
 
setForeground(Color) - Method in interface com.cafean.client.values.drawn.DrawnNumeric
 
setForeground(Color) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
setForeground(Color) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
setForeground(Color) - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
setForeground(Color) - Method in class com.cafean.client.values.editors.CBooleanEditor
Sets the foreground color of the editor.
setForeground(Color) - Method in class com.cafean.client.values.editors.CDoubleEditor
Sets the foreground color of the editor.
setForeground(Color) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
setForeground(Color) - Method in class com.cafean.client.values.editors.CRealEditor
 
setForeground(Color) - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
setForeground(Color) - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
setForeground(Color) - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
setForeground(Color) - Method in class com.cafean.client.values.editors.SharedBooleanValueEditor
 
setForeground(Color) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
setForeground(Color) - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
setForeground(Color) - Method in class com.cafean.client.values.functions.ui.DescListCellRenderer
 
setForeground(Color) - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
setForeground(Color) - Method in class com.cafean.JobStatus.ConsoleTabComponent
 
setForeground(Color) - Method in class javax.swing.beaninfo.SwingColorEditor
 
setForeground(Color) - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
setForeground(Color) - Method in class javax.swing.beaninfo.SwingFontEditor
 
setForeground(Color) - Method in class javax.swing.beaninfo.SwingStringEditor
 
setFormat(DecimalFormat) - Method in class com.cafean.client.ui.NumericPlainDocument
 
setFormat(DecimalFormat) - Method in class com.cafean.client.ui.RealTextField
Sets the DecimalFormat on this RealTextField.
setFormat(DecimalFormat) - Method in class com.cafean.client.values.ui.CRealTextField
Sets the DecimalFormat on this RealTextField.
setFormat(DecimalFormat) - Method in class com.cafean.client.values.util.CRealPlainDocument
 
setForward(boolean) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Set function for forward attribute.
setFrameLineWidth(double) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
setFromGlobalWS(boolean) - Method in class com.cafean.client.values.util.matlab.MXArray
Set the isFromGlobalWorkspace bit.
setFunction(FunctionSource) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Sets the python code for this function.
setFUNCTION(String) - Method in class com.cafean.client.io.med.UserFunctionRec
Set function for FUNCTION attribute.
setFUNCTION_TYPE(int) - Method in class com.cafean.client.io.med.UserFunctionRec
Set function for FUNCTION_TYPE attribute.
setFunctionSource(SharedFunctionSource) - Method in class com.cafean.client.values.components.SharedFunction
Set function for functionSource attribute.
setFunctionType(int) - Method in class com.cafean.client.values.components.SharedFunction
 
setFunctionType(String) - Method in class com.cafean.client.values.functions.ui.SelectFunctionDescDialog
 
setGasInternalEnergy(double) - Method in class com.cafean.h2o.FluidState
 
setGasInternalEnergy(SpecEnergy) - Method in class com.cafean.h2o.FluidState
 
setGEN_POINTS(boolean) - Method in class com.cafean.client.io.med.DrawnConnLine
Set function for GEN_POINTS attribute.
setGeneratePoints(boolean) - Method in interface com.cafean.client.ui.ConnectionRenderer
If set to false, the points in this renderer should be regenerated based on the connected drawn components.
setGeneratePoints(boolean) - Method in class com.cafean.client.ui.DrawnConnection
Setter for property generatePoints.
setGeneratePoints(Point, boolean) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
If set to true, the points in this line closest to the given point should be regenerated based on the locations of the connected drawn components.
setGeneratePoints(Point, boolean) - Method in class com.cafean.client.ui.DrawnConnection
returns true if this DC is configured to draw as a single straight line
setGeometry(String, Window) - Method in class com.cafean.utils.Configurator
Saves the geometry for a specified window in the current module to the SNAP Config file from the frame provided.
setGeometry(String, Window) - Method in class com.cafean.utils.ConfigWrapper
Saves the geometry for a specified window in the current module to the SNAP Config file from the frame provided.
setGeometry(String, String, Window) - Method in class com.cafean.utils.Configurator
Saves the geometry for a specified window in the current module to the SNAP Config file from the frame provided.
setGeometry(String, HelpBroker) - Method in class com.cafean.utils.Configurator
Saves the geometry for a specified help window in the current module to the SNAP Config file from the HelpBroker provided.
setGeometry(String, HelpBroker) - Method in class com.cafean.utils.ConfigWrapper
Saves the geometry for a specified help window in the current module to the SNAP Config file from the HelpBroker provided.
setGRID_ABOVE(boolean) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for GRID_ABOVE attribute.
setGRID_ALPHA(double) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for GRID_ALPHA attribute.
setGRID_COLOR(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for GRID_COLOR attribute.
setGRID_SHOW(boolean) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for GRID_SHOW attribute.
setGRID_SNAP_HORIZ(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for GRID_SNAP_HORIZ attribute.
setGRID_SNAP_TO(boolean) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for GRID_SNAP_TO attribute.
setGRID_SNAP_VERT(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for GRID_SNAP_VERT attribute.
setGRID_SPACE_HORIZ(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for GRID_SPACE_HORIZ attribute.
setGRID_SPACE_VERT(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for GRID_SPACE_VERT attribute.
setGridAbove(boolean) - Method in class com.cafean.client.analysis.ViewComponent
If set to true, this View's grid will be painted on top of its contained elements.
setGridLineColor(Color) - Method in class com.cafean.client.analysis.ViewComponent
Setter for property lineColor.
setGroup(int) - Method in class com.cafean.jobstream.common.components.ApplicationInput
Sets the group number for this file within its application definition.
setGroup(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
sets the name of the group (personal, global, etc.) from which this definition was loaded.
setGroup(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
sets the name of the group (personal, global, etc.) from which this definition was loaded.
setGROUP_ID(int) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Set function for GROUP_ID attribute.
setGROUP_ID(int) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for GROUP_ID attribute.
setGROUP_ID(int) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Set function for GROUP_ID attribute.
setGROUP_ID(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for GROUP_ID attribute.
setGROUP_ID(int) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Set function for GROUP_ID attribute.
setGROUP_ID(int) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for GROUP_ID attribute.
setGroupByPrefix(boolean) - Method in class com.cafean.client.anim.channel.ChannelTableModel
when set to true, this table model will group channels by prefix
setGroupID(int) - Method in class com.cafean.client.anim.AbstractDisplayBean
Sets the ID of this object's visual group.
setGroupID(int) - Method in class com.cafean.client.ui.annotation.Annotation
Sets the ID of this object's visual group.
setGroupID(int) - Method in class com.cafean.client.ui.DrawnComponent
Sets the ID of this object's visual group.
setGroupID(int) - Method in interface com.cafean.client.ui.util.Groupable
sets the ID of this object's visual group
setGroupID(int) - Method in class com.cafean.client.ui.util.VisualGroup
sets the ID of this object's visual group
setGroupIDValid(boolean) - Method in class com.cafean.client.anim.AbstractDisplayBean
Sets the flag that is used to determine if this object's visual group ID must be reconnected after a paste operation.
setGroupIDValid(boolean) - Method in class com.cafean.client.ui.annotation.Annotation
Sets the flag that is used to determine if this object's visual group ID must be reconnected after a paste operation.
setGroupIDValid(boolean) - Method in class com.cafean.client.ui.DrawnComponent
Sets the flag that is used to determine if this object's visual group ID must be reconnected after a paste operation.
setGroupIDValid(boolean) - Method in interface com.cafean.client.ui.util.Groupable
Sets the flag that is used to determine if this object's visual group ID must be reconnected after a paste operation.
setGroupIDValid(boolean) - Method in class com.cafean.client.ui.util.VisualGroup
Sets the flag that is used to determine if this object's visual group ID must be reconnected after a paste operation.
setGroupMessages(boolean) - Method in class com.cafean.client.ui.MessageWindow
Sets the flag that groups the incoming messages together.
setGroups(MessageGroup[]) - Method in class com.cafean.client.ui.message.CategoryMessageGroup
 
setGUI(boolean) - Static method in class com.cafean.client.ui.MainFrame
This allows setting whether or not the GUI frame should be visible.
setHandle(Shape) - Method in class com.cafean.client.ui.ConnectingPt
 
setHandlerID(int) - Method in class com.cafean.client.ui.tools.MouseHandler
Sets this handler's ID.
setHandleSize(double) - Method in class com.cafean.client.ui.ConnectingPt
Sets the size of the handle.
setHandleSize(int) - Method in class com.cafean.client.ui.SnapPreferences
 
setHandleStatus(JobHandleStatus) - Method in class com.cafean.CalcServer.JobHandle
 
setHandleType(JobHandleType) - Method in class com.cafean.CalcServer.CalcJobFile
sets the type of handle managing this job
setHandleType(String) - Method in class com.cafean.CalcServer.command.Job
Set function for handleType attribute.
setHandleType(String) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Set function for handleType attribute.
setHead1(int) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
setHead2(int) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
setHeaderTooltipRenderer(JTable, TableHeaderTooltipProvider) - Static method in class com.cafean.client.ui.util.TableUtils
Sets a table header on a table that allows the specification of tooltips.
setHeatedColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setHeight(int) - Method in class com.cafean.client.ui.annotation.Annotation
 
setHEIGHT(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for HEIGHT attribute.
setHelpsetIDs(String, String) - Method in class com.cafean.client.mdocs.ALOwnerSearchFrame
 
setHiddenSegments(boolean[]) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setHighlight(boolean) - Method in class com.cafean.client.validation.util.DocumentSearcher
 
setHighlighted(boolean) - Method in class com.cafean.client.ui.pview.PropertyPanel
Sets the highlight state of this property panel.
setHighlighted(boolean) - Method in class com.cafean.client.ui.pview.TitlePanel
sets the flag that determines whether this title is rendered highlighted
setHighlightLine(int) - Method in class com.cafean.JobStatus.OutputViewer.FileDocument
 
setHorizGridSpacing(int) - Method in class com.cafean.client.analysis.ViewComponent
Setter for property horizGridSpacing.
setHorizSnapSpacing(int) - Method in class com.cafean.client.analysis.ViewComponent
Setter for property horizSnapSpacing.
setICON(byte[]) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for ICON attribute.
setId(String) - Method in class com.cafean.rpc.command.CallbackAuthRequest
Set function for id attribute.
setID(int) - Method in class com.cafean.client.io.med.DrawnLayerRec
Set function for ID attribute.
setID(int) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Set function for ID attribute.
setID(int) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for ID attribute.
setID(int) - Method in class com.cafean.client.io.med.UserFunctionRec
Set function for ID attribute.
setID(int) - Method in class com.cafean.client.io.med.UserVariableRec
Set function for ID attribute.
setIdent(int) - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
 
setIdent(int) - Method in class com.cafean.client.analysis.AbstractModel
 
setIdent(int) - Method in class com.cafean.client.analysis.GenericObject
Sets the unique ident of this object.
setIdent(int) - Method in interface com.cafean.client.integrator.components.TopLevelSubBlock
Sets the unique ident of this top-level sub-block.
setIdent(int) - Method in class com.cafean.client.ui.util.DrawingLayer
Sets this layer's ID number
setIdent(int) - Method in class com.cafean.client.ui.util.VisualGroup
Sets this group's ID number
setIdent(int) - Method in class com.cafean.jobstream.server.components.Task
sets the unique ident number of this task as used in TaskList.
setIdent(AbstractModel) - Method in class com.cafean.client.analysis.AbstractModel
Sets the ident of this model to that of the given model for use in copy/paste.
setIdents(int[]) - Method in class com.cafean.client.analysis.AbstractConnectionList
Replaces this list's ident array with the given array.
setIdents(int[]) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
Sets the array if ident references.
setiFlag(int) - Method in class com.cafean.h2o.FluidState
 
setIflag(int) - Method in class com.cafean.client.analysis.Table1D
Default implementation.
setIflag(int) - Method in class com.cafean.client.values.components.CTable1D
Default implementation.
setIgnoreCase(boolean) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Set function for ignoreCase attribute.
setIHeight(int) - Method in class com.cafean.utils.ExportImageDialog
Setter for property iHeight.
setImagData(Pointer) - Method in class com.cafean.client.values.util.matlab.MXArray
Set imaginary data pointer for numeric array.
setImage(byte[]) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Set function for image attribute.
setImage(BufferedImage) - Method in class com.cafean.moviegen.SvgPanel
Sets the image to display on this SvgPanel and renders it.
setImage(ImageIcon) - Method in class com.cafean.client.ui.annotation.ImageAnnotationDialog
Setter for property image.
setImageData(byte[]) - Method in class com.cafean.client.analysis.ViewComponent
Sets the icon image for the DrawnViewComponent that renders this ViewComponent.
setImageData(byte[]) - Method in class com.cafean.client.ui.annotation.ImageAnnotation
Sets this annotation's image data and resizes to the size of the image in imageData.
setImageData(byte[]) - Method in class com.cafean.client.ui.annotation.ImageAnnotationDialog
Setter for property imageData.
setImageData(byte[][]) - Method in class com.cafean.client.mdocs.QuickNote
Sets the image data.
setImageData(byte[], boolean) - Method in class com.cafean.client.ui.annotation.ImageAnnotation
Sets this annotation's image data and optionally resizes to the size of the image in imageData.
setImageElement(ViewImgDataElem) - Method in class com.cafean.client.analysis.ViewComponent
A stub method used in ViewComponentBeanInfo to edit the image data byte[] contained in this ViewComponent.
setImageIDs(long[]) - Method in class com.cafean.client.mdocs.QuickNote
Sets the embedded images for this note
setImageListData(ArrayList<Image>) - Method in class com.cafean.client.mdocs.QuickNote
 
setImages(ArrayList<Image>) - Method in class com.cafean.client.mdocs.HTMLEditorPanel
 
setImported(boolean) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
setImportFile(String) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
setImportName(String) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
setInactiveText(String) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
setIncludeASCII(boolean) - Method in class com.cafean.client.ui.util.search.GSBlockingDialog
 
setIncludeCRC(boolean) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Set function for includeCRC attribute.
setIncluded(boolean) - Method in class com.cafean.client.anim.DataSource
 
setIncludeDescription(boolean) - Method in class com.cafean.client.ui.util.search.GSBlockingDialog
 
setIncludeInputs(boolean) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Set function for includeInputs attribute.
setIncludeJobs(boolean) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Set function for includeJobs attribute.
setIncludeLabel(boolean) - Method in class com.cafean.client.ui.util.search.GSBlockingDialog
 
setIncludeName(boolean) - Method in class com.cafean.client.ui.util.search.GSBlockingDialog
 
setIncludeNotes(boolean) - Method in class com.cafean.client.ui.util.search.GSBlockingDialog
 
setIncludeNumber(boolean) - Method in class com.cafean.client.ui.util.search.GSBlockingDialog
 
setIncludeOutputs(boolean) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Set function for includeOutputs attribute.
setIncludeOwnedFiles(boolean) - Method in class com.cafean.CalcServer.command.FilesListRequest
Set function for includeOwnedFiles attribute.
setIncludeParentStream(boolean) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Set function for includeParentStream attribute.
setIncludeProps(boolean) - Method in class com.cafean.client.ui.util.search.GSBlockingDialog
 
setIncompleteColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setIncrement(int) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Set function for increment attribute.
setIncrement(int) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Set function for increment attribute.
setIncrement(int) - Method in class com.cafean.client.analysis.ComponentNumberGroup
Sets the increment number for retrieved CC numbers.
setIncrement(int) - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
Sets the step size of the selection range.
setIncrement(int) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
Sets the step size of the selection range.
setIncrement(int) - Method in class com.cafean.client.values.components.SharedInteger
Set function for increment attribute.
setIncrement(int) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
setIncrement(CReal) - Method in class com.cafean.client.values.components.SharedReal
Set function for increment attribute.
setIncrement(CReal) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
setIncrement(Real) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Sets the increment of this constant.
setINCREMENT(String) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for INCREMENT attribute.
setIncremental(boolean) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Sets the flag that indicates if this parametric constant is incremental.
setIncremental(boolean) - Method in class com.cafean.client.values.components.SharedInteger
Set function for incremental attribute.
setIncremental(boolean) - Method in class com.cafean.client.values.components.SharedReal
Set function for incremental attribute.
setIncremental(boolean) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
setIncremental(boolean) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
setINCREMENTAL(boolean) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for INCREMENTAL attribute.
setIncrementCC(int) - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Setter for property incrementCC.
setIndependentAt(CReal[], int) - Method in class com.cafean.client.values.components.CTableND
 
setIndependentAt(Real[], int) - Method in class com.cafean.client.analysis.TableND
 
setIndependentVariable(int, CReal[]) - Method in class com.cafean.client.values.components.CTableND
Replaces the independent variable array at the given index with the provided array.
setIndependentVariable(int, Real[]) - Method in class com.cafean.client.analysis.TableND
Replaces the independent variable array at the given index with the provided array.
setIndeterminate(boolean) - Method in class com.cafean.client.values.nif.NIFBlockingDialog
 
setIndeterminate(boolean) - Method in class com.cafean.moviegen.ui.ProgressDialog
Sets the progress bar to indeterminate mode.
setIndex(int) - Method in class com.cafean.CalcServer.command.ViewableFile
Set function for index attribute.
setIndex(int) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Set function for index attribute.
setIndex(int) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Set function for index attribute.
setIndex(int) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Set function for index attribute.
setInheritedKeywordValue(String, String) - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
assigns the given value to the keyword with the given name, if available.
setInheritedKeywordValue(String, String) - Method in class com.cafean.jobstream.server.components.Task
Sets an inherited keyword on this task with the given name and the given value.
setInitialActive(boolean) - Method in class com.cafean.client.values.components.AbstractSharedValue
 
setInitialSelection(int, int) - Method in class com.cafean.client.values.ui.CRealArrayDialog
 
setInitialSelection(int, int) - Method in class com.cafean.client.values.ui.CTable1DDialog
Allows the dialog to open with a selected table cell selected
setInitialSelection(int, int, int) - Method in class com.cafean.client.values.ui.CTableNDDialog
Sets the initial selection in this dialog when first opened.
setInitialSelection(AbstractSharedValue) - Method in class com.cafean.client.values.ui.SharedValueSelectionDialog
 
setInitialSelection(SharedReal) - Method in class com.cafean.client.values.ui.SharedRealSelectionDialog
 
setInitialSelection(String) - Method in class com.cafean.client.ui.MultiObjectSelectorDialog
Highlights and item from the selected list when the dialog is first opened.
setInitialUnknown(boolean) - Method in class com.cafean.client.values.components.SharedBoolean
 
setInitialValue(boolean) - Method in class com.cafean.client.values.components.SharedBoolean
Set function for initialValue attribute.
setInitialValue(int) - Method in class com.cafean.client.values.components.SharedInteger
Set function for initialValue attribute.
setInitialValue(CReal) - Method in class com.cafean.client.values.components.SharedReal
Set function for initialValue attribute.
setInitialValue(String) - Method in class com.cafean.client.values.components.SharedString
Set function for initialValue attribute.
setInitialValueConstrained(boolean) - Method in class com.cafean.client.values.components.SharedBoolean
Set function for initialValue attribute.
setInitialValueConstrained(int) - Method in class com.cafean.client.values.components.SharedInteger
Set function for initialValue attribute.
setInitialValueConstrained(CReal) - Method in class com.cafean.client.values.components.SharedReal
Set function for initialValue attribute.
setInitialValueConstrained(String) - Method in class com.cafean.client.values.components.SharedString
Set function for initialValue attribute.
setINPUT(int[]) - Method in class com.cafean.client.io.med.UserFunctionRec
Set function for INPUT attribute.
setINPUT(int, int) - Method in class com.cafean.client.io.med.UserFunctionRec
Indexed set function for INPUT attribute.
setInputFile(String) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Set function for inputFile attribute.
setInputIdAt(int, int) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Sets the ident of the UserDefinedValue to be stored inside the input array at a given index.
setInputLocation(String) - Method in class com.cafean.jobstream.common.SubmitContext
sets a String containing the location of the input file for this submission relative to the stream's staging location in the context of the target computing platform.
setInputs(List<ApplicationInput>) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
replaces this application's list of (BlackBox) inputs with the given list
setInputs(List<InputFileHandle>) - Method in class com.cafean.jobstream.server.components.Task
Sets this task's list of input files
setInputVars(int[]) - Method in class com.cafean.client.values.components.ExternFunction
Set function for inputVars attribute.
setInputVars(int, int) - Method in class com.cafean.client.values.components.ExternFunction
Indexed set function for inputVars attribute.
setINT_PROP_NAMES(int, String) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed set function for INT_PROP_NAMES attribute.
setINT_PROP_NAMES(String[]) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for INT_PROP_NAMES attribute.
setINT_PROP_VALUES(int[]) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for INT_PROP_VALUES attribute.
setINT_PROP_VALUES(int, int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed set function for INT_PROP_VALUES attribute.
setIntegerArrays(int, SDXIntegerArrayValue) - Method in class com.cafean.snapdx.SDXElement
Indexed set function for integerArrays attribute.
setIntegerArrays(int, SDXIntegerArrayValue) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed set function for integerArrays attribute.
setIntegerArrays(SDXIntegerArrayValue[]) - Method in class com.cafean.snapdx.SDXElement
Set function for integerArrays attribute.
setIntegerArrays(SDXIntegerArrayValue[]) - Method in class com.cafean.snapdx.SNAPDXRecord
Set function for integerArrays attribute.
setIntegers(int, SDXIntegerValue) - Method in class com.cafean.snapdx.SDXElement
Indexed set function for integers attribute.
setIntegers(int, SDXIntegerValue) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed set function for integers attribute.
setIntegers(SDXIntegerValue[]) - Method in class com.cafean.snapdx.SDXElement
Set function for integers attribute.
setIntegers(SDXIntegerValue[]) - Method in class com.cafean.snapdx.SNAPDXRecord
Set function for integers attribute.
setInteractive(boolean) - Method in class com.cafean.CalcServer.CalcJobFile
sets this CJF's interactive property
setInteractive(boolean) - Method in class com.cafean.jobstream.server.components.Task
set to true if interactive capability was requested for this task
setIntermediate(boolean) - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
sets this handle's intermediate file flag
setInternalEnergy(double) - Method in class com.cafean.h2o.FluidState
Setter for internal energy
setInternalEnergy(SpecEnergy) - Method in class com.cafean.h2o.FluidState
Setter for internal energy
setIntProp(String, DrawnDisplayElementRec, int) - Static method in class com.cafean.client.anim.AbstractDisplayBean
sets the given value as the value of the given property
setIntProperty(String, int) - Method in class com.cafean.CalcServer.CalcJobFile
 
setIntValue(int) - Method in class com.cafean.client.values.components.SharedInteger
Set function for intValue attribute.
setIntValue(int) - Method in class com.cafean.utils.JIntegerField
 
setIntValues(int, CInteger) - Method in class com.cafean.client.values.components.NumericsTableColumn
Indexed set function for intValues attribute.
setIntValues(CInteger[]) - Method in class com.cafean.client.values.components.NumericsTableColumn
Set function for intValues attribute.
setInvalidTracker() - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
setIr(NativeLong[]) - Method in class com.cafean.client.values.util.matlab.MXArray
Set row data pointer for numeric array.
setIsStatic(int) - Method in class com.cafean.CalcServer.command.DataChannel
Set function for isStatic attribute.
setIsStatic(int) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Set function for isStatic attribute.
setIterateContents(String) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
setIterateLocation(Path) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
setIvarName(String) - Method in class com.cafean.client.anim.InteractiveCommand
Access routine for the interactive variable name.
setIVarStruct(IvarStruct) - Method in class com.cafean.client.anim.InteractiveCommand
Set the interactive variable data structure.
setIWidth(int) - Method in class com.cafean.utils.ExportImageDialog
Setter for property iWidth.
setJavaVersion(String) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for javaVersion attribute.
setJc(NativeLong[]) - Method in class com.cafean.client.values.util.matlab.MXArray
Set column data pointer for numeric array.
setJob(Job) - Method in class com.cafean.CalcServer.command.JobFilesList
Set function for job attribute.
setJob(String) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Set function for job attribute.
setJob(String) - Method in class com.cafean.JobStatus.AnimationOverrideEntry
Set the value of job
setJobConsolePaths(String[]) - Method in class com.cafean.jobstream.common.SubmitContext
Returns the relative paths to each of the tasks that have requested that a job console be displayed.
setJobPriority(int, int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the priority of the given job be changed to the given priority.
setJobPriority(JobHandle, int) - Method in class com.cafean.CalcServer.JobQueue
 
setJobs(int, Job) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Indexed set function for jobs attribute.
setJobs(int, Job) - Method in class com.cafean.CalcServer.command.JobSet
Indexed set function for jobs attribute.
setJobs(Job[]) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Set function for jobs attribute.
setJobs(Job[]) - Method in class com.cafean.CalcServer.command.JobSet
Set function for jobs attribute.
setKeepCompleted(boolean) - Method in class com.cafean.JobStatus.ui.queue.BackgroundQueue
 
setKey(String) - Method in class com.cafean.rpc.command.CallbackAuthorization
Set function for key attribute.
setKey(String) - Method in class com.cafean.utils.RptDoc.CustomReportData
Setter for the data key contained by the instance
setKeys(int, String) - Method in class com.cafean.client.analysis.ValidationOptions
 
setKeys(String[]) - Method in class com.cafean.client.analysis.ConditionSet
This method sets the key array that will be used to store all of the data inside this condition set.
setKeys(String[]) - Method in class com.cafean.client.analysis.ValidationOptions
This sets the current keys array for this options.
setKeywords(int, Keyword) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Indexed set function for keywords attribute.
setKeywords(Keyword[]) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Set function for keywords attribute.
setKeywords(Keyword[]) - Method in class com.cafean.jobstream.common.FileReference
sets this reference's keyword set
setKeywords(List<Keyword>) - Method in class com.cafean.jobstream.server.components.Task
Sets the list of keywords included by this task
setKeywords(List<Keyword>) - Method in class com.cafean.jobstream.server.sequence.FileLocation
 
setKeywordValue(String, String) - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
Sets the given keyword to the given value for this file handle.
setKeywordValue(String, String) - Method in class com.cafean.jobstream.server.components.Task
Assigns the given value to the keyword with the given name.
setKnown() - Method in class com.cafean.Number.BaseNumber
Set the unknown flag to false.
setKwNames(int, String) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Indexed set function for kwNames attribute.
setKwNames(int, String) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Indexed set function for kwNames attribute.
setKwNames(String[]) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Set function for kwNames attribute.
setKwNames(String[]) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Set function for kwNames attribute.
setKwValues(int, String) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Indexed set function for kwValues attribute.
setKwValues(int, String) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Indexed set function for kwValues attribute.
setKwValues(String[]) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Set function for kwValues attribute.
setKwValues(String[]) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Set function for kwValues attribute.
setLabel(String) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.command.ViewableFile
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Set function for label attribute.
setLabel(String) - Method in class com.cafean.client.ui.navigator.RestartCasePanel
 
setLabel(String) - Method in class com.cafean.jobstream.common.components.ApplicationInput
sets the label that should be displayed to the user for this input
setLabel(String) - Method in class com.cafean.jobstream.common.components.ApplicationOutput
sets the label that should be displayed to the user for this output
setLabel(String) - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
sets the label used to display this file handle to the user
setLabel(JLabel) - Method in class com.cafean.client.ui.DrawnUserValue
Setter for property label.
setLabel(JLabel) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Setter for property label.
setLabel(JLabel) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Setter for property label.
setLabel(JLabel) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Setter for property label.
setLabelString(String, int) - Method in class com.cafean.client.ui.DrawnComponent
Adds or replaces a String in the labels array.
setLastAccess(int) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Set function for lastAccess attribute.
setLastModified(long) - Method in interface com.cafean.client.analysis.OwnedObject
Sets the last modified time as returned by Date.getTime().
setLastModified(long) - Method in class com.cafean.client.mdocs.AbstractDocument
 
setLastModified(long) - Method in class com.cafean.client.mdocs.ALOwnership
Set function for lastModified attribute.
setLastModified(long) - Method in class com.cafean.client.values.components.AttribProps
Set function for lastModified attribute.
setLastModified(String) - Method in class com.cafean.CalcServer.command.FileEntry
Set function for lastModified attribute.
setLastModified(String) - Method in class com.cafean.CalcServer.command.FolderEntry
Set function for lastModified attribute.
setLastModified(String) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Set function for lastModified attribute.
setLastModified(String) - Method in class com.cafean.CalcServer.command.ViewableFile
Set function for lastModified attribute.
setLastModLocation(int) - Method in class com.cafean.client.ui.pview.PropertyPanel
sets the location of the last modified field
setLastModWidth(int) - Method in class com.cafean.client.ui.pview.PropertyPanel
sets the width of the last modified field
setLastPath(String, File) - Method in class com.cafean.client.ui.SnapPreferences
Stores the given file path into the "Model Editor" module with the name "Last " + name + " File".
setLastPath(String, String, File) - Method in class com.cafean.client.ui.SnapPreferences
Stores the given file path into a module with the name "Last " + name + " File".
setLastStatusUpdate(long) - Method in class com.cafean.jobstream.server.components.Task
sets the time (in ms) when this tasks's status was last updated
setLAYER_ID(int) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for LAYER_ID attribute.
setLAYER_ID(int) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Set function for LAYER_ID attribute.
setLAYER_ID(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for LAYER_ID attribute.
setLayerID(int) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
setLayerID(int) - Method in class com.cafean.client.ui.annotation.Annotation
 
setLayerID(int) - Method in class com.cafean.client.ui.DrawnComponent
 
setLayerID(int) - Method in interface com.cafean.client.ui.util.DrawingLayerElement
sets the ID of this object's drawing layer
setLayerIDValid(boolean) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
setLayerIDValid(boolean) - Method in class com.cafean.client.ui.annotation.Annotation
 
setLayerIDValid(boolean) - Method in class com.cafean.client.ui.DrawnComponent
 
setLayerIDValid(boolean) - Method in interface com.cafean.client.ui.util.DrawingLayerElement
Sets the flag that is used to determine if this object's drawing layer ID must be reconnected after a paste operation.
setLayerVisible(DrawingLayer, boolean) - Method in class com.cafean.client.ui.BeanBox
Sets the given layer's visibility in this view and shows or hides the components in the layer.
setLayoutIterations(int) - Method in class com.cafean.client.ui.SnapPreferences
Setter for property layoutIterations.
setLeftComponent(AbstractComponent) - Method in class com.cafean.client.analysis.Connection
Sets the left component of this connection.
setLeftComponentID(int) - Method in class com.cafean.client.analysis.Connection
Sets the left component of this Connection by ident.
setLeftIndex(AbstractComponent, int) - Method in class com.cafean.client.ui.diff.CategoryGroup
Searches the left element list for a CategoryGroupElement with the specified AbstractComponent, and if found, sets its index to the input index.
setLegacyNaming() - Method in class com.cafean.client.values.components.NumericsCatProps
 
setLegendText(String) - Method in class com.cafean.document.notebook.plot.ExportDataSet
Sets the legend text displayed for the set.
setLEN_SCALE_FACTOR(double) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for LEN_SCALE_FACTOR attribute.
setLength(long) - Method in class com.cafean.utils.RandomAccessByteFile
 
setLength(String) - Method in class com.cafean.CalcServer.command.ViewableFile
Set function for length attribute.
setLengthLabel(String) - Method in class com.cafean.client.ui.DrawnScaleDialog
sets the width label's text to the given string.
setLenScaleFactor(double) - Method in class com.cafean.client.io.TemplateEntry
Setter for property lenScaleFactor.
setLenScaleFactor(double) - Method in class com.cafean.client.ui.DrawnComponent
 
setLevelChannel(ChannelInfoRef) - Method in class com.cafean.client.ui.annotation.PolygonBean
Set the level data channel.
setLevelChannelActive(boolean) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setLevelForeground(Color) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setLevelMaximum(double) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setLevelMinimum(double) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setLine(int) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Set function for line attribute.
setLinear(boolean) - Method in class com.cafean.jobstream.server.components.Stream
set to true if this stream should be executed in a linear fashion by task ID
setLineColor(ExportColor) - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
setLineColor(Color) - Method in class com.cafean.client.ui.FixedWidthTextDialog
 
setLineLength(int) - Method in class com.cafean.client.ui.FixedWidthTextDialog
sets the length of the line (in characters), which is used to draw a line.
setLINES(int, DrawnConnLine) - Method in class com.cafean.client.io.med.DrawnComponentRec
Indexed set function for LINES attribute.
setLINES(DrawnConnLine[]) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for LINES attribute.
setLineSelected(int, boolean) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
Sets the selected state of the connection line at the given index.
setLineSelected(int, boolean) - Method in class com.cafean.client.ui.DrawnConnection
 
setLineSelected(Point, boolean) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
If set to true, the connection nearest to the given point will be considered selected.
setLineSelected(Point, boolean) - Method in class com.cafean.client.ui.DrawnConnection
 
setLineStyle(int) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
setLineThickness(int) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
Setter for property lineThickness.
setLineThickness(int) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Setter for property lineThickness.
setLineThickness(int) - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
Setter for property lineThickness.
setLineWidth(double) - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
setLiquidInternalEnergy(double) - Method in class com.cafean.h2o.FluidState
Setter for Liquid Internal Energy
setLiquidInternalEnergy(SpecEnergy) - Method in class com.cafean.h2o.FluidState
Setter for Liquid Internal Energy
setLiquidProp() - Method in class com.cafean.h2o.FluidState
 
setLists(int, JobFilesList) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Indexed set function for lists attribute.
setLists(JobFilesList[]) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Set function for lists attribute.
setLocalColumns(NumericsTableColumn[]) - Method in class com.cafean.client.values.components.AbstractCTable
Sets the data in this table in the form of an array of NumericsTableColumn instances.
setLocation(int) - Method in class com.cafean.document.notebook.components.AbstractFrontMatter
Set function for location attribute.
setLocation(int, int) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
setLocation(int, int) - Method in class com.cafean.client.ui.DrawnConnection
 
setLocation(Point) - Method in class com.cafean.client.analysis.ViewComponent
Sets the the locally stored location of the DrawnView.
setLocation(Point) - Method in class com.cafean.client.io.TemplateEntry
Setter for property location.
setLocation(File) - Method in class com.cafean.JobStatus.jimport.ImportFileDesc
 
setLocation(String) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Set function for location attribute.
setLocation(String) - Method in class com.cafean.CalcServer.command.FilesListRequest
Set function for location attribute.
setLocation(String) - Method in class com.cafean.CalcServer.command.Folder
Set function for location attribute.
setLocation(String) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Set function for location attribute.
setLocation(String) - Method in class com.cafean.CalcServer.command.GetFileRequest
Set function for location attribute.
setLocation(String) - Method in class com.cafean.CalcServer.command.Job
Set function for location attribute.
setLocation(String) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Set function for location attribute.
setLocation(String) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Set function for location attribute.
setLocation(String) - Method in class com.cafean.CalcServer.command.SendFileRequest
Set function for location attribute.
setLocation(String) - Method in class com.cafean.jobstream.common.components.ApplicationLocation
sets the physical location of the application executable
setLocation(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Sets the location of this platform as defined in a site configuration file.
setLocation(String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Sets the location that the stream will be submitted to as defined in the platform definition.
setLocation(String) - Method in class com.cafean.jobstream.common.components.StagingLocation
 
setLocation(String) - Method in class com.cafean.jobstream.common.FileReference
Sets the String representation of a URI referring to the file's location
setLocation(String) - Method in class com.cafean.jobstream.server.components.Stream
sets the user-defined relative location of this job stream
setLocation(String) - Method in class com.cafean.jobstream.server.sequence.Sequence
sets the user-defined relative location of this sequence
setLocation(String, String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Adds or sets the location of this application on the given platform
setLocations(int[]) - Method in class com.cafean.client.mdocs.AbstractDocument
 
setLocations(List<ApplicationLocation>) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
sets the list of platforms that this application is located on and the location on each platform
setLocations(List<File>) - Method in class com.cafean.JobStatus.jimport.ImportFileDesc
 
setLocationsConstrained(int[]) - Method in class com.cafean.client.mdocs.AbstractDocument
 
setLocationX(double) - Method in class com.cafean.document.notebook.plot.ExportLegendProperties
 
setLocationY(double) - Method in class com.cafean.document.notebook.plot.ExportLegendProperties
 
setLocator(MediaLocator) - Method in class com.cafean.moviegen.ZipDataSource
 
setLocked(boolean) - Method in class com.cafean.client.analysis.ViewComponent
sets this view's locked state
setLocked(boolean) - Method in class com.cafean.client.ui.DrawnView
Locks this View ( and updates the ViewComponent ).
setLocked(boolean) - Method in class com.cafean.client.ui.Toolbox
Updates the state of this Toolbox to correspond with the given locked state.
setLocked(boolean) - Method in class com.cafean.client.validation.util.AsciiCaretListener
 
setLOCKED(boolean) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for LOCKED attribute.
setLockedConstrained(boolean) - Method in class com.cafean.client.analysis.ViewComponent
sets this view's locked state
setLocVarLabel(String) - Method in class com.cafean.CalcServer.command.DataChannel
Set function for locVarLabel attribute.
setLocVarLabel(String) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Set function for locVarLabel attribute.
setLogger(StreamLogger) - Method in class com.cafean.CalcServer.rpc.CalcServerOriginator
 
setLogger(StreamLogger) - Method in class com.cafean.jobstream.server.sequence.Sequence
 
setLoggingLevel(int) - Method in class com.cafean.utils.LogFile
Sets the current logging level.
setLogLevel(String) - Method in class com.cafean.jobstream.server.components.Stream
Sets the logging level requested for this stream.
setLogLevel(String) - Method in class com.cafean.jobstream.server.components.Task
Sets the logging level requested for this task.
setLogLevel(String) - Method in class com.cafean.jobstream.server.sequence.Sequence
Sets the logging level requested for this sequence.
setLowerPhaseMode(int) - Method in class com.cafean.client.ui.annotation.PolygonBean
Setter for the lower phase mode.
setM(NativeLong) - Method in class com.cafean.client.values.util.matlab.MXArray
Set row dimension.
setMachine(String) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for machine attribute.
setMajor(int) - Method in class com.cafean.rpc.command.VersionRequest
Set function for major attribute.
setMajor(int) - Method in class com.cafean.utils.Version
Sets this Version's Major Revision Number.
setMajorCreationVersion(int) - Method in class com.cafean.client.analysis.GenericObject
Sets this object's creation version to the given version.
setMajorTicks(int) - Method in class com.cafean.client.anim.GeneralRange
Gets the number of major ticks
setMajorVersion(int) - Method in class com.cafean.client.analysis.GenericObject
Sets this objects current major revision number.
setManagerHost(String) - Method in class com.cafean.jobstream.server.components.Task
sets the host on which this this task should connect to the stream manager
setManagerPort(int) - Method in class com.cafean.jobstream.server.components.Task
sets the port on which this task should connect to the stream manager
setMarginWidth(int) - Method in class com.cafean.client.validation.util.MarginPane
Sets the location in characters (if negative) or pixels (if positive) of the margin line drawn to the right of this viewer.
setMARKER_FACE(int) - Method in class com.cafean.client.io.med.DrawnConnLine
Set function for MARKER_FACE attribute.
setMARKER_GLUED(boolean) - Method in class com.cafean.client.io.med.DrawnConnLine
Set function for MARKER_GLUED attribute.
setMARKER_HEIGHT(int) - Method in class com.cafean.client.io.med.DrawnConnLine
Set function for MARKER_HEIGHT attribute.
setMARKER_TEXT(String) - Method in class com.cafean.client.io.med.DrawnConnLine
Set function for MARKER_TEXT attribute.
setMARKER_WIDTH(int) - Method in class com.cafean.client.io.med.DrawnConnLine
Set function for MARKER_WIDTH attribute.
setMARKER_X(int) - Method in class com.cafean.client.io.med.DrawnConnLine
Set function for MARKER_X attribute.
setMARKER_Y(int) - Method in class com.cafean.client.io.med.DrawnConnLine
Set function for MARKER_Y attribute.
setMaster(boolean) - Method in class com.cafean.client.anim.DataSource
Sets this run's master status.
setMasterConstrained(boolean) - Method in class com.cafean.client.anim.DataSource
Determines if this component should be the Master run.
setMatchCase(boolean) - Method in class com.cafean.client.validation.util.DocumentSearcher
 
setMatchRegex(boolean) - Method in class com.cafean.client.validation.util.DocumentSearcher
 
setMathcadOutput(int) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
setMax(double) - Method in class com.cafean.utils.JDoubleField
 
setMax(float) - Method in class com.cafean.utils.JFloatField
 
setMax(int) - Method in class com.cafean.utils.JIntegerField
 
setMaxActiveJobs(int) - Method in class com.cafean.CalcServer.JobQueue
Set the maximum number of jobs that can be run concurrently.
setMaxColor(Color) - Method in class com.cafean.client.anim.GeneralRange
Sets the color corresponding to the maximum value for this range.
setMaximum(int) - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
Sets the maximum value for the selection range.
setMaximum(int) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
Sets the maximum value for the selection range.
setMaximum(int) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
setMaximum(int) - Method in class com.cafean.utils.ProgressMon
Specifies the maximum value.
setMaximum(long) - Method in class com.cafean.jobstream.common.util.Progress
Sets the maximum progress indication value.
setMaximumProgress(int) - Method in class com.cafean.client.values.nif.NIFBlockingDialog
 
setMaximumTime(double) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Set function for maximumTime attribute.
setMaximumTime(double) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Set function for maximumTime attribute.
setMaxLogs(int) - Method in class com.cafean.utils.LogFile
Sets the maximum number of log files allowed; Sets the maximum number of logs with the same base name that can exist before the oldest is deleted.
setMaxProgressValue(int) - Method in class com.cafean.moviegen.ui.ProgressDialog
Sets the progress bar's maximum value.
setMaxSaturatedColor(Color) - Method in class com.cafean.client.anim.GeneralRange
Set the MaxSaturatedColor property for this range.
setMaxSize(int) - Method in class com.cafean.utils.LogFile
sets the maximum size of this logfile in bytes
setMaxSubcooledColor(Color) - Method in class com.cafean.client.anim.GeneralRange
Set the MaxSubcooledColor property for this range.
setMaxSuperheatColor(Color) - Method in class com.cafean.client.anim.GeneralRange
Set the MaxSuperheatColor property for this range.
setMaxTemp(double) - Method in class com.cafean.client.anim.GeneralRange
Set the MaxTemp property for this range.
setMaxTime(double) - Method in class com.cafean.client.anim.DataSource
sets the maximum transient time for this data source.
setMaxValue(CReal) - Method in class com.cafean.client.anim.GeneralRange
Sets the maximum value for this range.
setMaxVoidFrac(double) - Method in class com.cafean.client.anim.GeneralRange
Sets the user-defined maximum void fraction value.
setMdocsLoaded() - Static method in class com.cafean.client.mdocs.AbstractDocument
indicates to the system that the MDOCS feature plug-in is loaded.
setMenuBarVisible(boolean) - Method in class com.cafean.client.ui.DrawnViewDialog
Sets the visibility state of the menu bar.
setMessage(String) - Method in class com.cafean.client.values.nif.NIFBlockingDialog
 
setMessages(int, String) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Indexed set function for messages attribute.
setMessages(Message[]) - Method in class com.cafean.client.ui.message.MessageGroup
 
setMessages(String[]) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Set function for messages attribute.
setMillisToDecideToPopup(int) - Method in class com.cafean.utils.ProgressMon
Specifies the amount of time to wait before deciding whether or not to popup a progress monitor.
setMillisToPopup(int) - Method in class com.cafean.utils.ProgressMon
Specifies the amount of time it will take for the popup to appear.
setMin(double) - Method in class com.cafean.utils.JDoubleField
 
setMin(float) - Method in class com.cafean.utils.JFloatField
 
setMin(int) - Method in class com.cafean.utils.JIntegerField
 
setMinColor(Color) - Method in class com.cafean.client.anim.GeneralRange
Sets the color corresponding to the minimum value for this range.
setMinimum(int) - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
Sets the minimum value for the selection range.
setMinimum(int) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
Sets the minimum value for the selection range.
setMinimum(int) - Method in class com.cafean.utils.ProgressMon
Specifies the minimum value.
setMinimum(long) - Method in class com.cafean.jobstream.common.util.Progress
Sets the minimum progress indication value.
setMinimumTime(double) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Set function for minimumTime attribute.
setMinimumTime(double) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Set function for minimumTime attribute.
setMinor(int) - Method in class com.cafean.rpc.command.VersionRequest
Set function for minor attribute.
setMinor(int) - Method in class com.cafean.utils.Version
Sets this Version's Minor Revision Number.
setMinorCreationVersion(int) - Method in class com.cafean.client.analysis.GenericObject
Sets this object's creation version to the given version.
setMinorTicks(int) - Method in class com.cafean.client.anim.GeneralRange
Setter for property minorTicks.
setMinorVersion(int) - Method in class com.cafean.client.analysis.GenericObject
Sets this objects current minor revision number.
setMinSaturatedColor(Color) - Method in class com.cafean.client.anim.GeneralRange
Set the MinSaturatedColor property for this range.
setMinSubcooledColor(Color) - Method in class com.cafean.client.anim.GeneralRange
Set the MinSubcooledColor property for this range.
setMinSuperheatColor(Color) - Method in class com.cafean.client.anim.GeneralRange
Set the MinSuperheatColor property for this range.
setMinTemp(double) - Method in class com.cafean.client.anim.GeneralRange
Set the MinTemp property for this range.
setMinValue(CReal) - Method in class com.cafean.client.anim.GeneralRange
Sets the minimum value for this range.
setMinVoidFrac(double) - Method in class com.cafean.client.anim.GeneralRange
Sets the user-defined maximum void fraction value.
setMode(boolean) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Set function for mode attribute.
setMode(boolean, boolean) - Method in class com.cafean.client.mdocs.HTMLEditorPanel
sets the editing/viewing mode for this panel.
setMode(int) - Static method in class com.cafean.client.ui.MainFrame
Setter for property mode.
setModel(AbstractModel) - Method in class com.cafean.client.analysis.AbstractComponent
Set the AbstractModel.
setModel(AbstractModel) - Method in interface com.cafean.client.analysis.ModelDependent
Sets the model that this object depends on.
setModel(AbstractModel) - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Sets the model on this iteration.
setModel(AbstractModel) - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.integrator.editors.CaseNameEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.integrator.editors.IntegratedModelEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.integrator.editors.IntegrationDefinitionEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.AbstractGenericTableEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
Sets the model that this object depends on.
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.GenericPropArrayEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.OptionalBooleanEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.OptPropertyEditorPanelSupport
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.TableNDEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.beans.UnitsEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.ComponentSelectionDialog
Sets the AbstractModel for this component
setModel(AbstractModel) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
Sets the current AbstractModel This should be used before the dialog is set visible
setModel(AbstractModel) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Sets the AbstractModel for this component
setModel(AbstractModel) - Method in class com.cafean.client.ui.RealEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.RealTextField
 
setModel(AbstractModel) - Method in class com.cafean.client.ui.text.TextAreaNonModalEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.CBooleanEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.CDoubleEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.CIntegerEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.CRealArrayEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.CRealEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.CRealNDTableEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.CStringEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.CTableEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.LongCStringEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.NamingConventionBooleanEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.ParametricCRealArrayEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.SharedRealValueEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.SharedTableEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.SharedValueEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.editors.VariableNameEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.sources.ui.NumericDataSourceNameEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.ui.CBooleanCheckBox
Sets the editor's model reference.
setModel(AbstractModel) - Method in class com.cafean.client.values.ui.CBooleanTableEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.ui.CIntegerTableEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.ui.CIntegerTextField
 
setModel(AbstractModel) - Method in class com.cafean.client.values.ui.CRealTableCellEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.ui.CRealTextField
 
setModel(AbstractModel) - Method in class com.cafean.client.values.ui.CStringTableEditor
 
setModel(AbstractModel) - Method in class com.cafean.client.values.util.CRealPlainDocument
 
setModel(AbstractModel) - Method in class com.cafean.client.values.util.ParametricIteration
Sets the model on this iteration.
setModel(AbstractModel) - Method in class javax.swing.beaninfo.SwingFontEditor
 
setModel(MiniNavigatorTreeModel) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTree
Set the data model for this tree.
setModel(NavigatorTreeModel) - Method in class com.cafean.client.ui.navigator.NavigatorTree
Set the data model for this tree.
setModel(AccordionModel) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Sets the AccordionModel instance used to determine the contents of the Accordion.
setModel(ProjectTreeModel) - Method in class com.cafean.JobStatus.tree.ProjectTree
Set the data model for this tree.
setModel(String) - Method in class com.cafean.jobstream.server.sequence.Sequence
 
setModel(TableModel) - Method in class com.cafean.client.ui.TableSorter
Setter for the TableModel of the JTable this is sorting
setModel(TableModel) - Method in class com.cafean.utils.TableMap
 
setModel(TableModel) - Method in class com.cafean.utils.TableSorter
 
setModelDB_ID(int) - Method in class com.cafean.client.analysis.AbstractModel
Sets this model's DB_ID to the given dbid.
setModelExporter(IntegratedModelExporter) - Method in class com.cafean.client.integrator.IntegrationCase
sets the model exporter object that will be used when exporting this case.
setModelKey(String) - Method in class com.cafean.client.analysis.VirtualModelUtil
 
setModelList(int, String) - Method in class com.cafean.client.rpc.command.ModelListResponse
Indexed set function for modelList attribute.
setModelList(String[]) - Method in class com.cafean.client.rpc.command.ModelListResponse
Set function for modelList attribute.
setModelMajorVersion(int) - Method in class com.cafean.client.analysis.AbstractModel
Sets this model's major version number.
setModelMinorVersion(int) - Method in class com.cafean.client.analysis.AbstractModel
Sets this model's minor version number.
setModelName(String) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Set function for modelName attribute.
setModelPanel(JPanel, boolean) - Method in class com.cafean.client.ui.beans.PropertySetPanel
 
setModified(ApplicationDefinition) - Method in class com.cafean.jobstream.common.util.ApplicationContainer
notifies this container that the given application definition has been modified
setModifiedTime(long) - Method in class com.cafean.client.analysis.AbstractModel
 
setModule(String) - Method in class com.cafean.utils.Configurator
Sets the Configurator's current module to the one provided.
setModule(String) - Method in class com.cafean.utils.ConfigWrapper
Sets the wrappers's current module to the one provided.
setMoveDownButtonAction(Consumer<GenericTableModel>) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Sets the action used when the moveDown button is pressed.
setMoveUpButtonAction(Consumer<GenericTableModel>) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Sets the action used when the moveUp button is pressed.
setMuxTime(int, String, double, boolean) - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
Set the start time for retrieval of multiplexed data.
setMuxTime(int, String, double, boolean) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Set the start time for retrieval of multiplexed data.
SetMuxTimeRequest - Class in com.cafean.CalcServer.command
This class provides IO access to SetMuxTimeRequest data bocks.
SetMuxTimeRequest() - Constructor for class com.cafean.CalcServer.command.SetMuxTimeRequest
Construct an empty instance.
SetMuxTimeRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.SetMuxTimeRequest
Construct an instance from a PIB file entry.
setN(NativeLong) - Method in class com.cafean.client.values.util.matlab.MXArray
Set column dimension.
setName(AbstractComponent, String) - Static method in class com.cafean.client.utils.BasicComponentNamer
Sets the name of the given component to be "[base name] [number]" where number is one higher than the highest that currently exists in the model.
setName(String) - Method in class com.cafean.CalcServer.CalcJobFile
sets the name (aka "run label") of this job
setName(String) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.DataChannel
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.FileEntry
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.FileRequest
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.Folder
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.FolderEntry
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.GetFileRequest
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.Job
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.Keyword
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.SendFileRequest
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.command.ViewableFile
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Set function for name attribute.
setName(String) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Set function for name attribute.
setName(String) - Method in class com.cafean.client.analysis.AbstractModel
Override GenericObject SetName to make sure view title is updated when this is called.
setName(String) - Method in class com.cafean.client.analysis.ComponentStateEdit
Sets the presentation name for this edit, which will appear in the undo menu.
setName(String) - Method in class com.cafean.client.analysis.GenericObject
Sets this object's name to the given name after trimming it.
setName(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedValue
 
setName(String) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
setName(String) - Method in class com.cafean.client.anim.ChannelInfoRef
Setter for property name.
setName(String) - Method in class com.cafean.client.anim.InteractiveVarRef
Setter for the Variable name.
setName(String) - Method in class com.cafean.client.io.med.Attribute
Set function for name attribute.
setName(String) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Set function for name attribute.
setName(String) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Set function for name attribute.
setName(String) - Method in class com.cafean.client.io.TemplateDescriptor
sets the name of the source view
setName(String) - Method in class com.cafean.client.ui.navigator.ConnectionListNode
Setter for property name.
setName(String) - Method in class com.cafean.client.ui.util.DrawingLayer
Sets the name of this layer to the first 80 characters of the given name.
setName(String) - Method in class com.cafean.client.values.components.AbstractSharedValue
 
setName(String) - Method in class com.cafean.client.values.components.EnumEntry
Set function for name attribute.
setName(String) - Method in class com.cafean.client.values.components.NumericsTableColumn
Set function for name attribute.
setName(String) - Method in class com.cafean.CodePlugins.MEPlugin
This sets the descriptive name of this plugin.
setName(String) - Method in class com.cafean.JobStatus.jimport.ImportJobDesc
 
setName(String) - Method in class com.cafean.JobStatus.jimport.JobImporter
 
setName(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
sets the name of this application
setName(String) - Method in class com.cafean.jobstream.common.components.ApplicationInput
sets the "runtime file name" of this input definition
setName(String) - Method in class com.cafean.jobstream.common.components.ApplicationOutput
retrieves the "runtime file name" of this output definition
setName(String) - Method in class com.cafean.jobstream.common.components.Keyword
Sets the name of this keyword
setName(String) - Method in class com.cafean.jobstream.common.components.StagingLocation
 
setName(String) - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
sets the runtime file name of this file handle
setName(String) - Method in class com.cafean.jobstream.server.components.Stream
sets the user-defined name of this job stream
setName(String) - Method in class com.cafean.jobstream.server.components.Task
sets the name of this task, unique within its relative path
setName(String) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
setName(String) - Method in class com.cafean.jobstream.server.sequence.Sequence
sets the user-defined name of this sequence
setName(String) - Method in class com.cafean.snapdx.SDXElement
Set function for name attribute.
setName(String) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Set function for name attribute.
setName(String) - Method in class com.cafean.snapdx.SDXIntegerValue
Set function for name attribute.
setName(String) - Method in class com.cafean.snapdx.SDXRealArrayValue
Set function for name attribute.
setName(String) - Method in class com.cafean.snapdx.SDXRealValue
Set function for name attribute.
setName(String) - Method in class com.cafean.snapdx.SDXStringArrayValue
Set function for name attribute.
setName(String) - Method in class com.cafean.snapdx.SDXStringValue
Set function for name attribute.
setName(String) - Method in class com.cafean.snapdx.SNAPDXRecord
Set function for name attribute.
setName(String) - Method in class com.cafean.utils.RptDoc.Content
Setter for the Content name.
setName(String) - Method in class com.cafean.utils.update.UpdateEntry
 
setNAME(String) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Set function for NAME attribute.
setNAME(String) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for NAME attribute.
setNAME(String) - Method in class com.cafean.client.io.med.DrawnLayerRec
Set function for NAME attribute.
setNAME(String) - Method in class com.cafean.client.io.med.ModelHeaderRec
Set function for NAME attribute.
setNAME(String) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for NAME attribute.
setNAME(String) - Method in class com.cafean.client.io.med.UserFunctionRec
Set function for NAME attribute.
setNAME(String) - Method in class com.cafean.client.io.med.UserVariableRec
Set function for NAME attribute.
setNAME(String) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for NAME attribute.
setNameConstrained(String) - Method in class com.cafean.client.values.components.AbstractSharedValue
Sets the name of this value.
setNameConstrained(String) - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
 
setNameConvention(int) - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Sets the naming convention for determining the name of each file.
setNameConvention(int) - Method in class com.cafean.client.values.util.ParametricIteration
Sets the naming convention for determining the name of each file.
setNameEditable(boolean) - Method in class com.cafean.JobStatus.jimport.ImportJobDesc
 
setNameLocation(int) - Method in class com.cafean.client.ui.pview.PropertyPanel
sets the location of the name field
setNameRO(String) - Method in class com.cafean.JobStatus.jimport.JobImporter
 
setNames(String[]) - Method in class com.cafean.client.io.TemplateEntry
Sets the array of property names stored in this template.
setNameWidth(int) - Method in class com.cafean.client.ui.pview.PropertyPanel
sets the width of the name field
setNamingConvention(boolean) - Method in class com.cafean.client.values.components.NumericsCatProps
Set function for namingConvention attribute.
setNeedsTarget(boolean) - Method in class com.cafean.client.ui.ConnectingPt
Sets whether connections started from this ConnectingPt will allow connections to whole components.
setNewName(String) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Set function for newName attribute.
setNewVersion(String) - Method in class com.cafean.utils.update.UpdateEntry
 
setNIFValues(NumericsImporter, AbstractSharedValue, TreeMap) - Static method in class com.cafean.client.values.nif.NIFUtils
Sets the values read from the NIF file for a given numeric.
setNoarg(int) - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Set function for noarg attribute.
setNodeRenderer(AccordionRenderer) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Sets the AccordionRenderer used to retrieve components for expanded nodes.
setNonCondensiblePressure(double) - Method in class com.cafean.h2o.FluidState
Setter for Non-condensiuble pressure
setNonCondensiblePressure(Pressure) - Method in class com.cafean.h2o.FluidState
Setter for Non-condensiuble pressure
setNonCondQual(double) - Method in class com.cafean.h2o.FluidState
Setter for non-condensible quality
setNormalColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setNormCsColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setNote(int) - Method in class com.cafean.document.notebook.components.AbstractFrontMatter
Set function for note attribute.
setNote(String) - Method in class com.cafean.utils.ProgressMon
Specifies the additional note that is displayed along with the progress message.
setNotebookExportFormat(boolean) - Method in class com.cafean.client.ui.SnapPreferences
Sets the export format.
setNumber(int) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Set function for number attribute.
setNumber(int) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Set function for number attribute.
setNumber(int) - Method in class com.cafean.jobstream.server.sequence.Iteration
 
setNumericMap(String[][]) - Method in class com.cafean.client.io.NumericTemplateEntry
Setter for the Numeric Map.
setNumSlices(int) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Set function for numSlices attribute.
setNzmax(int) - Method in class com.cafean.CalcServer.command.DataChannel
Set function for nzmax attribute.
setNzmax(int) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Set function for nzmax attribute.
setNzmax(NativeLong) - Method in class com.cafean.client.values.util.matlab.MXArray
Set maximum nonzero elements for numeric array.
setObject(Object[], AbstractComponent[]) - Method in class com.cafean.client.ui.beans.PropertySet
Set the table model to represent the properties that are common to all selected beans.
setObjects(Object[]) - Method in class com.cafean.client.ui.ObjectSelectionDialog
Sets the list of things to select between
setOffset(double) - Method in class com.cafean.client.anim.DataSource
Retrieve the current offset time.
setOffset(int) - Method in class com.cafean.client.ui.RenumberCompsDialog
 
setOffsetCC(int) - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Setter for property offsetCC.
setOldIdent(int) - Method in class com.cafean.client.ui.util.DrawingLayer
Sets this layer's old ID number.
setOldIdent(int) - Method in class com.cafean.client.ui.util.VisualGroup
Sets this group's old ID number.
setOldVersion(String) - Method in class com.cafean.utils.update.UpdateEntry
 
setOpacityVisible(boolean) - Method in class com.cafean.client.ui.beans.ColorChooserDialog
 
setOpacityVisible(boolean) - Method in class com.cafean.client.ui.beans.SwatchPanel
 
setOpaque(boolean) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
setOpaque(boolean) - Method in class com.cafean.client.anim.GeneralRange
Setter for property opaque.
setOpaque(boolean) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
 
setOpaque(boolean) - Method in class com.cafean.client.ui.annotation.TextAnnotation
overrides setOpaque to set this annotation's "Fill Background" property
setOpaque(boolean) - Method in class com.cafean.JobStatus.ConsoleTabComponent
 
setOpeningDialog() - Method in class com.cafean.moviegen.ui.ProgressDialog
Sets as an 'opening' dialog, which removes the cancel button and progress text.
setOpenJobStatus(boolean) - Method in class com.cafean.jobstream.common.SubmitContext
set to true if the user has requested that job status be opened to view the newly submitted stream
setOption(String, String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Sets the option with the given name to the given value.
setOption(String, String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Sets the option with the given name to the given value.
setOption(String, String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Sets the option with the given name to the given value.
setOption(String, String) - Method in class com.cafean.jobstream.common.components.SubmissionProperties
Sets the option with the given name to the given value.
setOption(String, String) - Method in class com.cafean.jobstream.server.components.Task
Sets the step/module-specific option with the given name to the given value
setOptional(boolean) - Method in class com.cafean.jobstream.common.components.ApplicationOutput
set the optional status of this output
setOptional(boolean) - Method in class com.cafean.jobstream.server.components.OutputFileHandle
 
setOptions(Map<String, String>) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Sets the set of step/wrapper specific options that should be used to customize the execution of this application.
setOptions(Map<String, String>) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
setOptions(Map<String, String>) - Method in class com.cafean.jobstream.server.components.Task
Sets the set of step/module-specific options defined for this task
setOrder(int) - Method in class com.cafean.client.analysis.AbstractComponent
Sets this component's relative order value.
setOrientation(int) - Method in class com.cafean.client.io.TemplateEntry
Setter for property orientation.
setOrientation(int) - Method in class com.cafean.client.ui.DrawnComponent
Sets the orientation of the current DrawnComponent to the specified orientation.
setORIENTATION(int) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for ORIENTATION attribute.
setORIENTATION(int) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for ORIENTATION attribute.
setOrientationByAngle(double) - Method in class com.cafean.client.ui.DrawnComponent
Sets the orientation by an angle measure, in radians
setOrientationConstrained(int) - Method in class com.cafean.client.ui.DrawnComponent
Sets the orientation and produces an undoable edit event which is added to the undo stack.
setOrientationConstrained(int, CompoundEdit) - Method in class com.cafean.client.ui.DrawnComponent
Sets the orientation and produces an undoable edit event which is added to the undo stack.
setOs(String) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for os attribute.
setOutlineStyle(int) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setOutlineThickness(int) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setOutput(String16) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Set function for output attribute.
setOutput(String16) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Set function for output attribute.
setOutput(JString16) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Set function for output attribute.
setOutput(JString16) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Set function for output attribute.
setOUTPUT(int[]) - Method in class com.cafean.client.io.med.UserFunctionRec
Set function for OUTPUT attribute.
setOUTPUT(int, int) - Method in class com.cafean.client.io.med.UserFunctionRec
Indexed set function for OUTPUT attribute.
setOutputFile(File) - Method in class com.cafean.moviegen.ZipDataSource
Sets a reference to the output file used during export.
setOutputIdAt(int, int) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Sets the ident of an output at the given index.
setOutputs(List<ApplicationOutput>) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
replaces this application's list of (BlackBox) outputs with the given list
setOutputs(List<OutputFileHandle>) - Method in class com.cafean.jobstream.server.components.Task
Sets this task's list of output files
setOutputStream(PrintStream) - Static method in class com.cafean.client.ui.message.Message
Sets the PrintStream that this MessageWindow sends it's alternate output stream to.
setOutputStream(PrintStream) - Method in class com.cafean.client.ui.MessageWindow
Sets the PrintStream that this MessageWindow sends it's alternate output stream to.
setOutputValue(int, double) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Sets the SI value given on the output variable at the given index.
setOutputValue(String, double) - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
Sets the SI value on on the output with the given name.
setOutputVars(int[]) - Method in class com.cafean.client.values.components.ExternFunction
Set function for outputVars attribute.
setOutputVars(int, int) - Method in class com.cafean.client.values.components.ExternFunction
Indexed set function for outputVars attribute.
setOutward(boolean) - Method in class com.cafean.client.integrator.CrossReference
Sets the outward property of this reference that determines if this crossreference is originates from within the subsystem and connects outside it.
setOverwrite(boolean) - Method in class com.cafean.CalcServer.command.SendFileRequest
Set function for overwrite attribute.
setOverwrite(boolean) - Method in class com.cafean.utils.RptDoc.ReportDialog
Determines if an existing report with the same name should be overwritten.
setOwner(ComponentElement) - Method in class com.cafean.client.analysis.numerics.FunctionSource
Setter for property owner.
setOwner(ComponentElement) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
sets the owner of this sub-system entry
setOwner(ComponentElement) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
setOwner(ComponentElement) - Method in interface com.cafean.client.integrator.components.TopLevelSubBlock
 
setOwner(ComponentElement) - Method in class com.cafean.client.mdocs.ALDocRef
 
setOwner(ComponentElement) - Method in class com.cafean.client.mdocs.ALOwnership
 
setOwner(ComponentElement) - Method in class com.cafean.client.values.components.AbstractCBoolean
 
setOwner(ComponentElement) - Method in class com.cafean.client.values.components.AbstractCInteger
 
setOwner(ComponentElement) - Method in class com.cafean.client.values.components.AbstractCReal
 
setOwner(ComponentElement) - Method in class com.cafean.client.values.components.AbstractCString
 
setOwner(ComponentElement) - Method in class com.cafean.client.values.components.AbstractValue
 
setOwner(ComponentElement) - Method in class com.cafean.client.values.components.AttribProps
 
setOwner(ComponentElement) - Method in class com.cafean.client.values.components.EnumEntry
Sets the owner of the this element.
setOwner(ComponentElement) - Method in class com.cafean.client.values.components.ExternFunction
 
setOwner(ComponentElement) - Method in class com.cafean.client.values.components.NumericsTableColumn
Sets the owner.
setOwner(ComponentElement) - Method in class com.cafean.client.values.components.SharedFunctionSource
Setter for property owner.
setOwner(OwnedObject, String) - Method in class com.cafean.client.analysis.OwnershipManager
Requests that the given user be given ownership of the given object.
setOwner(ViewComponent) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Sets the ViewComponent that owns this connection map,
setOwner(AbstractDisplayBean) - Method in class com.cafean.client.anim.InteractiveCommand
 
setOwner(AbstractDisplayBean) - Method in class com.cafean.client.anim.InteractiveVarRef
Sets the owner of this Interactive Variable reference.
setOwner(String) - Method in class com.cafean.client.analysis.AbstractModel
Sets the username of the creator of this file.
setOwnerAt(String, PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
Sets the owner of the property for the given descriptor
setOwnerID(String) - Method in interface com.cafean.client.analysis.OwnedObject
sets the userid of the owner of this object
setOwnerID(String) - Method in class com.cafean.client.mdocs.ALOwnership
Set function for ownerID attribute.
setOwnerID(String) - Method in class com.cafean.client.values.components.AttribProps
Set function for ownerID attribute.
setOwnerLocation(int) - Method in class com.cafean.client.ui.pview.PropertyPanel
sets the location of the owner field
setOwnerWidth(int) - Method in class com.cafean.client.ui.pview.PropertyPanel
sets the width of the owner field
setPad(Pad) - Method in class com.cafean.client.ui.ConnectingPt
This sets the actual drawn location on the panel where a connection can be initiated or completed with the connect tool.
setPadXY(double, double) - Method in class com.cafean.client.ui.Pad
Sets this pad's location
setPadXY(int, int) - Method in class com.cafean.client.ui.Pad
Sets this pad's location
setPadXY(Point2D) - Method in class com.cafean.client.ui.Pad
Sets this pad's location
setPadXY(Point2D.Double) - Method in class com.cafean.client.ui.Pad
Sets this pad's location
setPadXY(Point) - Method in class com.cafean.client.ui.Pad
Sets this pad's location
setPaint(Paint) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setPaintEnabled(boolean) - Method in class com.cafean.client.ui.BeanBox
Enables or disables the repainting of this BeanBox.
setPaintMode() - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setPanel(JPanel) - Method in class com.cafean.client.ui.DrawnUserValue
Setter for property panel.
setPanel(JPanel) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Setter for property panel.
setPanel(JPanel) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Setter for property panel.
setPanel(JPanel) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Setter for property panel.
setPanelSize(Dimension) - Method in class com.cafean.client.ui.ZoomablePanel
Sets the size of the canvas in the view.
setParameter(Real) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Setter for the value in a non-parametric constant.
setParameter(String) - Method in class com.cafean.utils.ReferenceDocs.CategoryMedia
 
setParameterAt(int, Real) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Sets a parametric value at the given index.
setParameters(Real[]) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
 
setParametric(boolean) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Sets this constant to be parametric with multiple values or constant with only one.
setParametric(boolean) - Method in class com.cafean.client.values.components.AbstractSharedValue
Sets the parametric status of this value.
setPARAMETRIC(boolean) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for PARAMETRIC attribute.
setParametricKeywords(List<String>) - Method in class com.cafean.jobstream.server.components.Task
Sets the list of parametric keywords included by this task
setParametricKeywordValue(String, String) - Method in class com.cafean.jobstream.server.components.Task
Sets a Parametric keyword on this task with the given name and the given value.
setParametricValues(int[]) - Method in class com.cafean.client.values.components.SharedInteger
Set function for parametricValues attribute.
setParametricValues(int[]) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
setParametricValues(int, int) - Method in class com.cafean.client.values.components.SharedInteger
Indexed set function for parametricValues attribute.
setParametricValues(int, CReal) - Method in class com.cafean.client.values.components.SharedReal
Indexed set function for parametricValues attribute.
setParametricValues(CReal[]) - Method in class com.cafean.client.values.components.SharedReal
Set function for parametricValues attribute.
setParametricValues(CReal[]) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
setParent(AbstractComponent) - Method in interface com.cafean.client.analysis.ChildComponent
Sets this child's parent component reference.
setParent(Container) - Method in class com.cafean.client.ui.DrawnComponent
Setter for the parent value of this DrawnComponent.
setPARENT_ID(int) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Set function for PARENT_ID attribute.
setParentClassLoader(ClassLoader) - Method in class com.cafean.JobStatus.ui.stream.PlatformModuleLoader
 
setParentDB_ID(int) - Method in class com.cafean.client.analysis.AbstractModel
Sets this model's parent model's database ID.
setParentWindow(Window) - Method in class com.cafean.jobstream.tracker.TrackerModule
Gets the Window that this tracker module should use when displaying UI elements (such as login dialogs) to the user.
setPARM1(String) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for PARM1 attribute.
setPARM1(String) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for PARM1 attribute.
setPARM2(String) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for PARM2 attribute.
setPARM2(String) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for PARM2 attribute.
setPARM3(String) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for PARM3 attribute.
setPARM3(String) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for PARM3 attribute.
setPartialSet(boolean) - Method in class com.cafean.client.ui.ConditionSetDialog
This method activates the partial condition set logic.
setPartitions(List<Partition>) - Method in class com.cafean.jobstream.server.components.Stream
sets this stream's user-specified partitions
setPasswordString(String) - Static method in class com.cafean.utils.LogonDialog
Set the value of the Password field.
setPasteAddBehavior(IntConsumer) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Sets the table model's row add behavior when pasting from the clipboard.
setPasteRemoveBehavior(IntConsumer) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Sets the table model's row removal behavior when pasting from the clipboard.
setPath(Point[]) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Sets the path points that this DrawnConnection will use for connecting.
setPath(Point[]) - Method in class com.cafean.client.ui.DrawnConnection
Sets the path points that this DrawnConnection will use for connecting.
setPath(String) - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.FileEntry
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.JobRPCRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.LoadJobRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.LogOutputRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.ViewableFile
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Set function for path attribute.
setPath(String) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Set function for path attribute.
setPathPoints(PolygonPoint[]) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Sets the path points that this DrawnConnection will use for connecting.
setPaths(int, String) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Indexed set function for paths attribute.
setPaths(String[]) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Set function for paths attribute.
setPatternBackground(Color) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setPatternForeground(Color) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setPatternNames(int, String) - Method in class com.cafean.client.anim.GeneralRange
sets the name (plugin id) of the channel name pattern used for the GENERIC type at the given index.
setPatternNames(String[]) - Method in class com.cafean.client.anim.GeneralRange
sets the names (plugin ids) of the channel name patterns used for the GENERIC type in AnimationModule.loadVolumeChannelNames(com.cafean.client.anim.GeneralRange, java.lang.String[], java.lang.String)
setPatternValues(int, String) - Method in class com.cafean.client.anim.GeneralRange
sets the channel name pattern used for the GENERIC type at the given index.
setPatternValues(String[]) - Method in class com.cafean.client.anim.GeneralRange
setPCGroup(int) - Method in class com.cafean.client.ui.beans.PropertySetPanel
 
setPE(double, double) - Method in class com.cafean.h2o.Steam
 
setPi(DoubleBuffer) - Method in class com.cafean.client.values.util.matlab.MXArray
Set imaginary data pointer for numeric array.
setPibBlocks(PibBlock[]) - Method in class com.cafean.client.analysis.ViewComponent
Replaces the array of PibBlocks for this view.
setPIXELS_PER_METER(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for PIXELS_PER_METER attribute.
setPixelsPerMeter(int) - Method in class com.cafean.client.analysis.ViewComponent
Setter for property pixelsPerMeter.
setPixelsPerMeter(int) - Method in class com.cafean.client.ui.DrawnComponent
 
setPlaced(boolean) - Method in class com.cafean.client.ui.DrawnSubComponent
Sets whether this indicator has been placed by the user using the control tool
setPlaceholder(int) - Method in class com.cafean.CalcServer.command.ShutdownRequest
Set function for placeholder attribute.
setPlaceholder(int) - Method in class com.cafean.client.rpc.command.ActivateRequest
Set function for placeholder attribute.
setPlaceholder(int) - Method in class com.cafean.client.rpc.command.ModelListRequest
Set function for placeholder attribute.
setPlaceholder(int) - Method in class com.cafean.config.rpc.command.ActivateRequest
Set function for placeholder attribute.
setPlaceholder(int) - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Set function for placeholder attribute.
setPlaceHolder(int) - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Set function for placeHolder attribute.
setPlatform(String) - Method in class com.cafean.jobstream.common.components.ApplicationLocation
Sets the path of the platform that this location references
setPlatformGroup(String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
sets the name of the group (personal, global, etc.) that contains the selected platform.
setPlatformID(String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Sets the platform ID of the PlatformDefinition that this properties object refers to.
setPlatformName(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Sets the user-specified name of this platform definition.
setPlatformProperties(PlatformProperties) - Method in class com.cafean.jobstream.server.components.Task
sets the platform properties used to submit this task
setPlatformProps(PlatformProperties) - Method in class com.cafean.jobstream.common.SubmitContext
sets the PlatformProperties configured for this submit
setPlatformProps(PlatformProperties) - Method in class com.cafean.jobstream.server.components.Stream
sets the platform properties used to submit this stream
setPlatformProps(PlatformProperties) - Method in class com.cafean.jobstream.server.sequence.Sequence
sets the platform properties used to submit this sequence
setPlaybackTime(String) - Static method in class com.cafean.client.ui.ApplicationFrame
Sets the currently display status message
setPlaybackTime(String, String) - Static method in class com.cafean.client.ui.ApplicationFrame
Sets the currently display status message
setPlayMode(int) - Method in class com.cafean.client.anim.PushUpdateThread
Sets the playback mode used by this thread as defined by PushUpdateThread.PLAY_ALL or PushUpdateThread.PLAY_LATEST.
setPLUGIN_ID(String) - Method in class com.cafean.client.io.med.Plugin
Set function for PLUGIN_ID attribute.
setPluginEnabled(MECodePlugin, boolean) - Static method in class com.cafean.client.ui.MainFrame
Sets whether a given property is enabled or not.
setPluginId(String) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for pluginId attribute.
setPluginName(String) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Set function for pluginName attribute.
setPluginVersion(String) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Set function for pluginVersion attribute.
setpointers(String, int[]) - Method in class com.cafean.h2o.NewSteamTables
 
setPoints(PolygonPoint[]) - Method in class com.cafean.client.ui.annotation.PolygonBean
sets the set of points that make up this polygon
setPoints(Point[]) - Method in class com.cafean.client.ui.annotation.PolygonBean
sets the set of points that make up this polygon
setPOINTS(MdIntArray) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for POINTS attribute.
setPOINTS(MdIntArray) - Method in class com.cafean.client.io.med.DrawnConnLine
Set function for POINTS attribute.
setPOINTS(MdIntArray) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for POINTS attribute.
setPOINTS(MdIntArray) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for POINTS attribute.
setPOINTSD(MdDblArray) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for POINTSD attribute.
setPoiNumber(int) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Set function for poiNumber attribute.
setPositions(int[]) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Set function for positions attribute.
setPositions(int, int) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Indexed set function for positions attribute.
setPoweredColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setPpm(int) - Method in class com.cafean.client.io.TemplateDescriptor
sets the pixels per meter setting of the source view.
setPPNonCond(Pressure) - Method in class com.cafean.h2o.FluidState
Setter for non-condensible partial pressure
setPr(DoubleBuffer) - Method in class com.cafean.client.values.util.matlab.MXArray
Set real data pointer for numeric array.
setPrefix(String) - Method in class com.cafean.client.analysis.ValidationOptions
This method is called by ValidationTest in load and store option.
setPrefix(String) - Method in class com.cafean.rpc.command.VersionRequest
Set function for prefix attribute.
setPrefix(String) - Method in class com.cafean.utils.Version
Sets this Versions prefix or connotation.
setPrefs(SnapPreferences) - Static method in class com.cafean.client.ui.MainFrame
Setter for the SnapPreferences object.
setPrereqs(String[]) - Method in class com.cafean.CalcServer.CalcJobFile
Sets the list of pre-requisite jobs that must complete before this job can be started.
setPrerequisites(int, String) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Indexed set function for prerequisites attribute.
setPrerequisites(String[]) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Set function for prerequisites attribute.
setPreserveInput(boolean) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Set function for preserveInput attribute.
setPressed(boolean) - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Sets the model pressed state.
setPressure(double) - Method in class com.cafean.h2o.FluidState
Setter for pressure (actually sets water pressure)
setPressure(double) - Method in class com.cafean.h2o.Steam
 
setPressure(double) - Method in class com.cafean.h2o.Water
 
setPressure(Pressure) - Method in class com.cafean.h2o.FluidState
Setter for pressure (actually sets water pressure)
setPressure(Real) - Method in class com.cafean.h2o.Steam
 
setPressure(Real) - Method in class com.cafean.h2o.Water
 
setPREVIEW(byte[]) - Method in class com.cafean.client.io.med.ModelHeaderRec
Set function for PREVIEW attribute.
setPriority(int) - Method in class com.cafean.CalcServer.CalcJobFile
Sets the job queue priority of this job.
setPriority(int) - Method in class com.cafean.CalcServer.command.Job
Set function for priority attribute.
setPriority(int) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Set function for priority attribute.
setPriority(int) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Set function for priority attribute.
setProgress(int) - Method in class com.cafean.client.values.nif.NIFBlockingDialog
 
setProgress(int) - Method in class com.cafean.utils.ProgressMon
Indicate the progress of the operation being monitored.
setProgressDialog(ProgressDialog) - Method in class com.cafean.moviegen.ZipDataSource
Sets a ProgressDialog used by the ZipSourceStream to inform the user of progress during export.
setProgressDialog(ProgressDialog) - Method in class com.cafean.moviegen.ZipSourceStream
Register a com.apt.movie.ProgressDialog.
setProgressText(String) - Method in class com.cafean.moviegen.ui.ProgressDialog
Sets the progress text under the progress bar to a specified text.
setProgressValue(double) - Method in class com.cafean.client.anim.RecordProgressDialog
Sets the current progress status displayed by the dialog.
setProgressValue(int) - Method in class com.cafean.moviegen.ui.ProgressDialog
Sets the progress bar to a specific value.
setProjectDB_ID(int) - Method in class com.cafean.client.analysis.AbstractModel
Sets this model's database project ID.
setPROP_NAMES(int, String) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed set function for PROP_NAMES attribute.
setPROP_NAMES(String[]) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for PROP_NAMES attribute.
setPROP_STRINGS(int, String16) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed set function for PROP_STRINGS attribute.
setPROP_STRINGS(String16[]) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for PROP_STRINGS attribute.
setPROP_VALUES(int, String) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Indexed set function for PROP_VALUES attribute.
setPROP_VALUES(String[]) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for PROP_VALUES attribute.
setProperties(int, SDXStringValue) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Indexed set function for properties attribute.
setProperties(SDXStringValue[]) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Set function for properties attribute.
setProperty(String, DrawnDisplayElementRec, String) - Static method in class com.cafean.client.anim.AbstractDisplayBean
Sets the named property to the given (NON-NULL) value
setProperty(String, String) - Method in class com.cafean.CalcServer.CalcJobFile
 
setProperty(String, String) - Method in class com.cafean.utils.Configurator
Assigns a property to be saved under the given name inside the current module.
setProperty(String, String) - Method in class com.cafean.utils.ConfigWrapper
Assigns a property to be saved under the given name inside the current module.
setProperty(String, String, String) - Method in class com.cafean.utils.Configurator
Assigns a property to be saved under the given name inside the given module.
setPropertyActive(String, boolean) - Method in class com.cafean.client.analysis.ViewComponent
 
setPropertyActive(String, boolean) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Sets the given property active if it is an optional property.
setPropertyActive(String, boolean) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Sets the given property active if it is an optional property.
setPropertyActive(String, boolean) - Method in class com.cafean.client.ui.annotation.Annotation
 
setPropertyActive(String, boolean) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setPropertyActive(String, boolean) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
setPropertyActive(String, boolean) - Method in class com.cafean.client.ui.SnapPreferences
 
setPropertyActive(String, boolean) - Method in class com.cafean.client.values.components.AbstractSharedValue
Sets the property in this object active if it is a namelist type property
setPropertyActive(String, boolean) - Method in class com.cafean.client.values.components.SharedInteger
 
setPropertyActive(String, boolean) - Method in class com.cafean.client.values.components.SharedTable
Sets the property in this object active if it is a namelist type property
setPropertyTarget(Object[], AbstractComponent[]) - Method in class com.cafean.client.ui.navigator.Navigator
Set the main Property View's target to the given beans with the given target components to be notified.
setPropertyTarget(Object[], AbstractComponent[], String) - Method in class com.cafean.client.ui.navigator.Navigator
Set the main Property View's target to the given beans with the given target components to be notified.
setPropfToProp() - Method in class com.cafean.h2o.FluidState
 
setPropValue(double) - Method in class com.cafean.h2o.ui.FluidPropCtrl
 
setPropValue(double) - Method in class com.cafean.JSteam.FluidPropCtrl
 
setProxyPort(String) - Method in class com.cafean.utils.WebSupport
Setter for property proxyPort.
setProxyServer(String) - Method in class com.cafean.utils.WebSupport
Setter for property proxyServer.
setPyPostApplication(ApplicationDefinition) - Method in class com.cafean.jobstream.server.components.Task
Sets the PyPost application definition that will be used when executing Python script(s) that will be run before or after this task.
setPythonApplication(ApplicationDefinition) - Method in class com.cafean.jobstream.server.components.Task
Sets the application definition that will be used to execute this the Python script(s) that will be run before or after this task.
setPythonAppPath(String) - Method in class com.cafean.jobstream.server.components.Stream
 
setPythonPostExec(boolean) - Method in class com.cafean.jobstream.server.components.Task
Set to true if custom processing commands written in python will be executed after the application in the execution wrapper.
setPythonPreExec(boolean) - Method in class com.cafean.jobstream.server.components.Task
Set to true if custom processing commands written in python will be executed prior to the application in the execution wrapper.
setPythonValue(int, boolean, int) - Method in class com.cafean.client.values.components.NumericsTableColumn
This method is public as an implementation side effect; it is used by the Python interpreter to set boolean values in the column.
setPythonValue(int, double, int) - Method in class com.cafean.client.values.components.NumericsTableColumn
This method is public as an implementation side effect; it is used by the Python interpreter to set real values in the column.
setPythonValue(int, int, int) - Method in class com.cafean.client.values.components.NumericsTableColumn
This method is public as an implementation side effect; it is used by the Python interpreter to set integer values in the column.
setPythonValue(int, String, int) - Method in class com.cafean.client.values.components.NumericsTableColumn
This method is public as an implementation side effect; it is used by the Python interpreter to set real values in the column.
setQuality(double) - Method in class com.cafean.h2o.FluidState
 
setQuality(Dimless) - Method in class com.cafean.h2o.FluidState
 
setQuickIdle() - Method in class com.cafean.CalcServer.JobHandle
 
setRandomOwnership() - Method in class com.cafean.client.analysis.AbstractModel
Sets a random owner and last modified date on every component in this model.
setRangeIdent(int) - Method in class com.cafean.client.anim.AbstractRangedBean
Sets the ident of the GeneralRange that this Display Bean will use to map double values to Color objects.
setReadOnly(boolean) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Set function for readOnly attribute.
setReadOnly(boolean) - Method in class com.cafean.client.ui.beans.PropertySet
sets the read-only property of this property set which disables assigning values
setRealArrays(int, SDXRealArrayValue) - Method in class com.cafean.snapdx.SDXElement
Indexed set function for realArrays attribute.
setRealArrays(int, SDXRealArrayValue) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed set function for realArrays attribute.
setRealArrays(SDXRealArrayValue[]) - Method in class com.cafean.snapdx.SDXElement
Set function for realArrays attribute.
setRealArrays(SDXRealArrayValue[]) - Method in class com.cafean.snapdx.SNAPDXRecord
Set function for realArrays attribute.
setRealNames(String[]) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
 
setReals(int, SDXRealValue) - Method in class com.cafean.snapdx.SDXElement
Indexed set function for reals attribute.
setReals(int, SDXRealValue) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed set function for reals attribute.
setReals(Real[]) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
 
setReals(Real[][]) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
Sets the Dependent variable array of Reals.
setReals(SDXRealValue[]) - Method in class com.cafean.snapdx.SDXElement
Set function for reals attribute.
setReals(SDXRealValue[]) - Method in class com.cafean.snapdx.SNAPDXRecord
Set function for reals attribute.
setRealSample(AbstractCReal) - Method in class com.cafean.client.values.ui.CRealTableCellEditor
Sets a sample CReal used to filter available SharedReals to a specific type.
setRealSample(AbstractCReal) - Method in class com.cafean.client.values.ui.CRealTextField
Sets a sample CReal used to filter available SharedReals to a specific type.
setRealValues(int, CReal) - Method in class com.cafean.client.values.components.NumericsTableColumn
Indexed set function for realValues attribute.
setRealValues(CReal[]) - Method in class com.cafean.client.values.components.NumericsTableColumn
Set function for realValues attribute.
setReference(boolean) - Method in class com.cafean.jobstream.server.components.InputFileHandle
sets whether the file this handle refers to should be copied into the working directory during execution
setReference(AbstractTableReference) - Method in class com.cafean.client.values.ui.TableMapPanel
This initialization method sets the AbstractTableReference variable that is being edited, extracts the ColumnDescription[] from the provided reference, and then calls reset to initialize the user interface.
setRefs(ALDocRef[]) - Method in class com.cafean.utils.RptDoc.CustomReportData
Setter for the reference data associated with this report data
setRefs(ALDocRef[]) - Method in class com.cafean.utils.RptDoc.CustomReportTable
Setter for the reference data associated with this report data
setRelativePath(String) - Method in class com.cafean.jobstream.server.components.Task
sets the relative location of this task within the staging location
setRemoveButtonAction(Consumer<GenericTableModel>) - Method in class com.cafean.client.ui.GenericTableDialog.Builder
Sets the action used when the remove button is pressed.
setRemoveConsole(int) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Set function for removeConsole attribute.
setRemoveDependents(boolean) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Set function for removeDependents attribute.
setRemoveFolder(String) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Set function for removeFolder attribute.
setRemoveJob(String) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Set function for removeJob attribute.
setRemoveRowPasteBehavior(IntConsumer) - Method in class com.cafean.client.ui.GenericTableModel
Sets the table model's row removal behavior when pasting from the clipboard.
setRemoveTaskStatus(int) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Set function for removeTaskStatus attribute.
setRenderDimensions(int, int) - Method in class com.cafean.moviegen.ZipDataSource
Sets the modified dimensions of the SVG image.
setRenderDimensions(int, int) - Method in class com.cafean.moviegen.ZipSourceStream
Sets the adjusted dimesions to which all images in the stream will be resized.
setRenderingHint(RenderingHints.Key, Object) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setRenderingHints(Map<?, ?>) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setRenumType(int) - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
Set the mode used to renumber components.
setReplaced() - Method in class com.cafean.rpc.RPCResponder
indicates that this responder has been replaced by another responder
setReportParameters(Template, AbstractModel, Report[], Content) - Method in interface com.cafean.utils.RptDoc.Report
Defines all appropriate parameters in the template file for this report.
setReportTitle(String) - Method in class com.cafean.client.ui.report.ModelReportViewer
Sets the title that will be used in the report when exported
setReportTitle(String) - Method in class com.cafean.client.ui.util.ModelReportDialog
 
setRequestLoad(boolean) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Set function for requestLoad attribute.
setRequestSimpleDisplay(boolean) - Method in class com.cafean.client.ui.message.ModelErrorReport
 
setRequired(boolean) - Method in class com.cafean.jobstream.common.components.ApplicationInput
set to true if this input is required
setRestartKey(String) - Method in class com.cafean.client.analysis.VirtualModelUtil
 
setRestarts(String[]) - Method in class com.cafean.CalcServer.CalcJobFile
Sets the jobs that this job is a restart from.
setRestartTime(double) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Set function for restartTime attribute.
setRestartTime(double) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Set function for restartTime attribute.
setResult(int) - Method in class com.cafean.rpc.RPCResponse
sets the result (return code) of the command
setResultMessage(String) - Method in class com.cafean.jobstream.common.TerminateContext
If this context is a failure then this method should be called to set a description of why.
setRetrieveAction(ActionListener) - Method in class com.cafean.client.ui.ConditionSetDialog
This method defines the action listener that retrieves
setReviewedOn(long) - Method in class com.cafean.client.mdocs.ALOwnership
Set function for reviewedOn attribute.
setReviewedOn(long) - Method in class com.cafean.client.values.components.AttribProps
Set function for reviewedOn attribute.
setReviewerID(String) - Method in class com.cafean.client.mdocs.ALOwnership
Set function for reviewerID attribute.
setReviewerID(String) - Method in class com.cafean.client.values.components.AttribProps
Set function for reviewerID attribute.
setRightComponent(AbstractComponent) - Method in class com.cafean.client.analysis.Connection
Sets the right component of this connection.
setRightComponentID(int) - Method in class com.cafean.client.analysis.Connection
Sets the right component of this Connection by ident.
setRightIndex(AbstractComponent, int) - Method in class com.cafean.client.ui.diff.CategoryGroup
Searches the right element list for a CategoryGroupElement with the specified AbstractComponent, and if found, sets its index to the input index.
setRollover(boolean) - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Sets the model rollover state.
setRoot(TreeNode) - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
 
setRootNumber(int) - Method in class com.cafean.utils.RptDoc.Content
 
setRotation(double) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
setRotationActive(boolean) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
setRounded(boolean) - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
Sets this annotations rounded corner property.
setRow(Object[], int) - Method in class com.cafean.utils.RptDoc.CustomReportTable
Sets a row of values in the table at the specified position.
setRow(List, int...) - Method in class com.cafean.document.notebook.components.CollapsableMultiDimTable
 
SetRowData - Class in com.cafean.client.anim.channel
A row object encapsulating a group heading or set of channels.
SetRowData(String, List<String>) - Constructor for class com.cafean.client.anim.channel.SetRowData
creates a new row data object for the given group of channels
setRowExpansion(int, boolean) - Method in class com.cafean.client.anim.channel.ChannelTableModel
expands or collapses the given row
setRowExpansion(int, boolean) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
setRowExpansion(int, boolean) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
setRowName(String) - Method in class com.cafean.client.ui.RealTwoDimArrayDialog
Sets the initial row name.
setRowName(String) - Method in class com.cafean.client.values.ui.CRealTwoDimArrayDialog
Sets the initial row name.
setRun_id(int) - Method in class com.cafean.CalcServer.command.FileRequest
Set function for run_id attribute.
setRun_id(int) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Set function for run_id attribute.
setRun_id(int) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Set function for run_id attribute.
setRun_id(int) - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Set function for run_id attribute.
setSaveFile(File) - Method in class com.cafean.client.analysis.AbstractModel
Sets the name of the file this model was last saved to or opened from.
setSaveLocation(String) - Method in class com.cafean.utils.RptDoc.ReportDialog
Determines the location to save the report
setScale(double) - Method in class com.cafean.client.ui.ZoomablePanel
Set the scaling factor property.
setScale(double) - Method in class com.cafean.utils.ExportImageDialog
 
setScale(Double) - Method in class com.cafean.client.ui.BeanBox
Set the scale parameter.
setScaleComponents(boolean) - Method in class com.cafean.client.ui.SnapPreferences
 
setSecondParameterPatternNames(int, String) - Method in class com.cafean.client.anim.GeneralRange
Sets the specified second parameter pattern names.
setSecondParameterPatternNames(String[]) - Method in class com.cafean.client.anim.GeneralRange
Sets the second parameter pattern names.
setSecondParameterPatternValues(int, String) - Method in class com.cafean.client.anim.GeneralRange
Sets the specified second parameter pattern values.
setSecondParameterPatternValues(String[]) - Method in class com.cafean.client.anim.GeneralRange
Sets the second parameter pattern values.
setSection(int) - Method in class com.cafean.document.notebook.components.AbstractFrontMatter
Set function for section attribute.
setSegmentCurved(Point, boolean) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
setSegmentCurved(Point, boolean) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setSegmentCurves(boolean[]) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
setSelected(boolean) - Method in class com.cafean.client.ui.DrawnComponent
Setter for property selected.
setSelected(boolean) - Method in class com.cafean.client.ui.DrawnConnection
 
setSelected(boolean) - Method in class com.cafean.client.ui.DrawnSubComponent
 
setSelected(boolean) - Method in class com.cafean.client.ui.message.MessagePanel
Sets this MessagePanel selected, which highlights the panel in gray with a black border.
setSelected(boolean) - Method in class com.cafean.client.ui.swing.accordion.NodeButton
Sets whether the button is selected.
setSelected(boolean) - Method in class com.cafean.client.ui.swing.accordion.NodeButtonModel
Sets the model selected state.
setSelected(boolean) - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
setSelected(AbstractComponent) - Method in class com.cafean.client.ui.ComponentSelector
 
setSelected(PlatformDefinition) - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
setSelected(Object[]) - Method in class com.cafean.client.ui.MultiObjectSelectorDialog
This sets the initial selection before the dialog is set visible.
setSelected(String) - Method in class com.cafean.client.ui.SelectPluginDialog
Sets the current selection in the list of plugins by the pluginId given.
setSelected(String) - Method in class com.cafean.client.ui.StringSelectionDialog
 
setSelected(String) - Method in class com.cafean.client.values.sources.ui.SelectDataSourceDescDialog
Sets the currently selected data source description to the one with the given name.
setSelected(List<T>) - Method in class com.cafean.client.values.functions.ui.MultiObjectSelectionPanel
This sets the initial selection before the dialog is set visible.
setSELECTED(boolean) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for SELECTED attribute.
setSelectedCell(int, int) - Method in class com.cafean.client.values.editors.CTableNDPanel
Sets the selected table cell at the provide row/column pair
setSelectedColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setSelectedComponent(AbstractComponent) - Method in class com.cafean.client.ui.annotation.AssociatedComponentSelectionDialog
 
setSelectedComponent(Component) - Method in class com.cafean.client.ui.BeanBox
Clear the current selection and add a single object to the selection.
setSelectedDate(int, int) - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
setSelectedDate(Date) - Method in class com.cafean.client.ui.beans.CalendarPanel.CalendarModel
 
setSelectedDockablePanel(DockablePanel) - Method in class com.cafean.client.ui.ApplicationFrame
Replaces the selected panel in the dockable pane.
setSelectedEnum(int) - Method in class com.cafean.client.values.components.SharedInteger
Set the enumerated value as the current value.
setSelectedEnum(String) - Method in class com.cafean.client.values.components.SharedString
 
setSelectedEnumConstrained(int) - Method in class com.cafean.client.values.components.SharedInteger
Set function for initialValue attribute.
setSelectedEnumConstrained(String) - Method in class com.cafean.client.values.components.SharedString
 
setSelectedEnumIndex(int) - Method in class com.cafean.client.values.components.SharedInteger
Set function for selectedEnum attribute.
setSelectedEnumIndex(int) - Method in class com.cafean.client.values.components.SharedString
Set function for selectedEnum attribute.
setSelectedImporter(JobImporter) - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
setSelectedIndex(int) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternComboBox
 
setSelectedIndex(int) - Method in class com.cafean.client.ui.NamedValueSelector
Sets the selected index for this value selector.
setSelectedIndex(int) - Method in class com.cafean.client.ui.ValueSelector
 
setSelectedModel(AbstractModel) - Method in class com.cafean.client.ui.navigator.Navigator
Sets the currently selected model.
setSelectedPatternNumber(int) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternSelectionPopup
 
setSelectedTasks(List<TaskRec>) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
Replaces the current selection with the given list of tasks.
setSelectedTextColor(Color) - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
setSelectedValue(Object) - Method in class com.cafean.client.ui.NamedValueSelector
Sets the selected value for this value selector.
setSelectedValue(Object) - Method in class com.cafean.client.ui.ValueSelector
 
setSelectedView(int) - Method in class com.cafean.client.analysis.VirtualModelUtil
 
setSelection(int) - Method in class com.cafean.client.ui.ComponentSelectionDialog
Sets the initial selection ident
setSelection(int) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Sets the selection to the given index.
setSelection(int) - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
Sets the selected index.
setSelection(int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
setSelection(int[]) - Method in class com.cafean.client.ic.PartialConditionSet
Setter for the array of idents to the selected components.
setSelection(int[]) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Sets the initial selection ident
setSelection(AbstractComponent) - Method in class com.cafean.client.ui.ComponentSelectionDialog
Sets the initially selected component
setSelection(AbstractComponent[]) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Sets the initially selected component
setSelection(AbstractComponent[], String[]) - Method in class com.cafean.client.mdocs.ALCompsListPanel
 
setSelection(AbstractComponent[], String[]) - Method in class com.cafean.client.mdocs.ALModelNotesFrame
 
setSelection(AbstractComponent[], String[]) - Method in class com.cafean.client.mdocs.ALNotesListPanel
 
setSelection(SelectionElement[]) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
 
setSelection(SelectionElement[]) - Method in class com.cafean.client.ui.navigator.NavigatorComponent
The default implementation does nothing.
setSelection(Object) - Method in class com.cafean.client.ui.ObjectSelectionDialog
Sets the initially selected component
setSelection(String) - Method in class com.cafean.client.values.ui.SharedRealCompletionDialog
Sets the previous selection by name.
setSelection(String) - Method in class com.cafean.client.values.ui.StringReferenceDialog
 
setSelection(List<String>) - Method in class com.cafean.client.anim.channel.ChannelSelectionDialog
Selects the channels in the given list.
setSelectionColor(Color) - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
setSelectionModel(AccordionSelectionModel) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Sets the AccordionSelectionModel used to control selections in the accordion.
setSelectionPaths(TreePath[]) - Method in class com.cafean.client.ui.navigator.NavigatorSelectionModel
 
setSelectionRef(int, AbstractComponent) - Method in class com.cafean.client.ic.PartialConditionSet
Sets the selected component at the provided index into the array of selected components.
setSequence(Sequence) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
setSequenceLocation(String) - Method in class com.cafean.jobstream.common.SubmitContext
sets a String containing the relative location of the sequence on the staging location using '/' as the separator character.
setSequenceName(String) - Method in class com.cafean.jobstream.common.SubmitContext
The name of the stream that is being submitted.
setSessionMode(int) - Method in class com.cafean.client.ui.SnapPreferences
Sets the current session mode as one of the above SESSION_* enumerations.
setSetup(ApplicationSetup) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
sets the additional setup type for this application
setSetupContents(String) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
setSetupLocation(Path) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
setShapesProp(String, DrawnDisplayElementRec, Shape[]) - Method in class com.cafean.client.anim.AbstractDisplayBean
Setter for storing shape data on save.
setSharedValue(int) - Method in class com.cafean.client.values.components.AbstractCTable
 
setSharedValue(int) - Method in class com.cafean.client.values.components.CBoolean
Set function for sharedValue attribute.
setSharedValue(int) - Method in class com.cafean.client.values.components.CInteger
Set function for sharedValue attribute.
setSharedValue(int) - Method in class com.cafean.client.values.components.CReal
Set function for sharedValue attribute.
setSharedValue(int) - Method in interface com.cafean.client.values.components.SharedVariableSupport
Set function for sharedValue attribute.
setSharedValue(String, String, boolean) - Method in class com.cafean.client.values.AbstractNumericsModel
Sets the SNAP variable with the given name to the given value.
setSharedValueRef(AbstractSharedValue) - Method in class com.cafean.client.values.components.AbstractCTable
 
setSharedValueRef(AbstractSharedValue) - Method in class com.cafean.client.values.components.CBoolean
Sets sharedValue by reference.
setSharedValueRef(AbstractSharedValue) - Method in class com.cafean.client.values.components.CInteger
Sets sharedValue by reference.
setSharedValueRef(AbstractSharedValue) - Method in class com.cafean.client.values.components.CReal
Sets sharedValue by reference.
setSharedValueRef(AbstractSharedValue) - Method in interface com.cafean.client.values.components.SharedVariableSupport
Sets sharedValue by reference.
setShortName(String) - Method in class com.cafean.client.mdocs.ALDocRef
sets the short name of the property that this reference is assigned to
setShortName(String) - Method in class com.cafean.client.mdocs.ALOwnership
Set function for shortName attribute.
setSHOW_CONNECTION(boolean) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for SHOW_CONNECTION attribute.
setShowCategory(boolean) - Method in class com.cafean.client.ui.ComponentSelectionDialog
If set to true, the category number column will be shown.
setShowCategory(boolean) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
If set to true, the category number column will be shown.
setShowComponentNumber(boolean) - Method in class com.cafean.client.ui.ComponentSelectionDialog
If set to true, the component number column will be shown.
setShowComponentNumber(boolean) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
If set to true, the component number column will be shown.
setShowConsole(int) - Method in class com.cafean.client.values.components.ExternFunction
Set function for showConsole attribute.
setShowCreateViewDialog(boolean) - Method in class com.cafean.client.ui.SnapPreferences
Set to true if the Create Views dialog should be shown when a model is imported.
setShowDialogs(boolean) - Method in class com.cafean.utils.CalcServerProxy
Whether or not CalcServerProxy should notify the user (via dialog) of failed connections to SnapDB and Execution Monitor.
setShowEnumVals(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
setShowExtApp(int) - Method in class com.cafean.client.values.components.ExternFunction
Set function for showExtApp attribute.
setShowFilterNodes(boolean) - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
 
setShowFoldersOnly(boolean) - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
Set to true if this tree model should show only folders.
setShowGrid(boolean) - Method in class com.cafean.client.analysis.ViewComponent
Setter for property showGrid.
setShowHS_connections(boolean) - Method in class com.cafean.client.ui.SnapPreferences
 
setShowIcons(boolean) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
Sets whether or not the selection editor dialog will show component category icons
setShowIcons(boolean) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
Sets whether or not the selection editor dialog will show component category icons
setShowIcons(boolean) - Method in class com.cafean.client.ui.ComponentSelectionDialog
Sets whether or not this dialog will show component category icons
setShowIcons(boolean) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Sets whether or not this dialog will show component category icons
setShowLabel(boolean) - Method in class com.cafean.client.ui.DrawnUserValue
Setter for property showLabel.
setShowLabel(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Setter for property showLabelItem.
setShowLabel(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Setter for property showLabelItem.
setShowLabel(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Setter for property showLabelItem.
setShowLogMessages(boolean) - Method in class com.cafean.client.io.MEDUtil
This method indicates whether informational, alter, etc., messages encountered during the save or load process should be passed to the Model Editor's Message Window via the Message class addMessage methods.
setShowNum(boolean) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
Determines if component numbers are shown
setShowNum(boolean) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
Determines if component numbers are shown
setShowNumbers(boolean) - Method in class com.cafean.client.ui.beans.NamedIntEditor
Setter for property showNumbers.
setShowNumbers(boolean) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
Setter for property showNumbers.
setShowOwner(boolean) - Method in class com.cafean.client.ui.beans.PropertySetPanel
 
setShowPoints(boolean) - Method in class com.cafean.client.analysis.ViewComponent
Turns on displaying the connection points on AbstractComponents inside this view.
setShowPropertyPanel(boolean) - Method in class com.cafean.client.ui.navigator.Navigator
Setter for property showPropertyPanel.
setShowSaveButton(boolean) - Method in class com.cafean.client.ui.navigator.RestartCasePanel
Sets the state of the save (approve) button in this panel.
setShowSize(boolean) - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
This flag hides or shows the label displaying the maximum allowable value for the spinner.
setShowSize(boolean) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
This flag hides or shows the label displaying the maximum allowable value for the spinner.
setShowTitle(boolean) - Method in class com.cafean.client.ui.beans.PropertySetPanel
Sets whether the title panel is displayed in the property set panel.
setShowUnits(boolean) - Method in class com.cafean.client.ui.DrawnUserValue
Setter for property showUnits.
setShowUnits(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Setter for property showUnits.
setShowUnits(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Setter for property showUnits.
setShowUnits(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Setter for property showUnits.
setShowWelcomeDialog(boolean) - Method in class com.cafean.client.ui.SnapPreferences
Set to true if the welcome dialog should be shown when a the ModelEditor is opened.
setSignificantFigs(int) - Method in class com.cafean.client.values.components.AbstractCReal
Setter for property significantFigs.
setSignificantFigs(int) - Method in class com.cafean.Number.Real
Setter for property significantFigs.
setSiLabel(int, String) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed set function for siLabel attribute.
setSiLabel(int, String) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed set function for siLabel attribute.
setSiLabel(String[]) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Set function for siLabel attribute.
setSiLabel(String[]) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Set function for siLabel attribute.
setSiteName(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Sets the user-specified name of the site containing this platform definition.
setSize(int) - Method in class com.cafean.client.analysis.Table1D
 
setSize(int) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Sets the number of elements in the model.
setSize(int) - Method in class com.cafean.client.values.components.CTable1D
 
setSize(int, int) - Method in class com.cafean.client.analysis.Table1D
 
setSize(int, int) - Method in class com.cafean.client.values.components.CTable1D
 
setSize(Dimension) - Method in class com.cafean.client.analysis.ViewComponent
Sets the size of the DrawnView or the locally stored size, if the DrawnView has never been opened.
setSize(Dimension) - Method in class com.cafean.client.io.TemplateDescriptor
sets the size of the source view
setSize(Dimension) - Method in class com.cafean.client.ui.annotation.TextAnnotation.LabelConverter
 
setSize(String) - Method in class com.cafean.CalcServer.command.FileEntry
Set function for size attribute.
setSize(String) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Set function for size attribute.
setSIZE(int) - Method in class com.cafean.client.io.med.FontRec
Set function for SIZE attribute.
setSizeTo(double, double) - Method in class com.cafean.client.ui.DrawnComponent
Resets the drawing size to the given dimension and then reinitializes the DrawnComponent.
setSlaveRequest(boolean) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Set function for slaveRequest attribute.
setSlaveRequest(boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Set function for slaveRequest attribute.
setSliderValue(int, boolean) - Method in class com.cafean.moviegen.PreviewFrame
Sets the slider's value.
setSnapBugfix(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for snapBugfix attribute.
setSnapDXVersion(int) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Set function for snapDXVersion attribute.
setSnapInstall(SnapInstallation) - Method in class com.cafean.jobstream.common.components.PlatformProperties
sets the location of the SNAP installation on the target platform
setSnapInstalls(List<SnapInstallation>) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
sets the locations of the SNAP installation on the target platform
setSnapMajor(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for snapMajor attribute.
setSnapMinor(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for snapMinor attribute.
setSnapToGrid(boolean) - Method in class com.cafean.client.analysis.ViewComponent
Setter for property snapToGrid.
setSnapVersion(String) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Set function for snapVersion attribute.
setsngprops(boolean[]) - Method in class com.cafean.h2o.NewSteamTables
 
setSortable(boolean) - Method in class com.cafean.client.ui.RealArrayDialog
Enables sorting of the real array.
setSortable(boolean) - Method in class com.cafean.client.values.ui.CRealArrayDialog
Enables sorting of the real array.
setSortable(boolean) - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog
Enables sorting of the real array.
setSource(String) - Method in class com.cafean.jobstream.server.components.InputFileHandle
Sets the location that the file for this handle will be retrieved from or referenced at as a String that will be converted to a URI.
setSource(String) - Method in interface com.cafean.utils.SourceEditor.SourceSetter
 
setSource(URI) - Method in class com.cafean.jobstream.server.components.InputFileHandle
sets the location that the file for this handle will be retrieved from or referenced at
setSourceCode(String) - Method in class com.cafean.client.analysis.numerics.FunctionSource
Setter for property sourceCode.
setSourceCode(String) - Method in class com.cafean.client.values.components.SharedFunctionSource
Setter for property sourceCode.
setSourceLoc(AbstractComponent, Object, String) - Method in class com.cafean.client.integrator.CrossReference
sets the location on the source side of this reference
setSourceLoc(String, Category, Object, String) - Method in class com.cafean.client.integrator.CrossReference
sets the location on the source side of this reference
setSourceName(String) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Set function for sourceName attribute.
setSourceNameActive(boolean) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Set function for sourceNameActive attribute.
setSPARE_DBL(double) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for SPARE_DBL attribute.
setSPARE_INT(int) - Method in class com.cafean.client.io.med.UserFunctionRec
Set function for SPARE_INT attribute.
setSPARE_STRING(double) - Method in class com.cafean.client.io.med.UserFunctionRec
Set function for SPARE_STRING attribute.
setSPARE2(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for SPARE2 attribute.
setSpecialColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setSpecificVolume(double) - Method in class com.cafean.h2o.FluidState
Setter for specific volume
setSpecificVolume(Dimless) - Method in class com.cafean.h2o.FluidState
Setter for specific volume
setSplashStatus(int) - Method in interface com.cafean.utils.SplashListener
Set the splash dialog status value.
setStagingLocation(StagingLocation) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Sets the staging location on the target platform
setStagingLocations(List<StagingLocation>) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
sets the staging locations on this platform
setStandardNaming() - Method in class com.cafean.client.values.components.NumericsCatProps
 
setSTART_VALUE(String) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for START_VALUE attribute.
setStartCC(int) - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Setter for property startCC.
setStartDate(String) - Method in class com.cafean.CalcServer.command.Job
Set function for startDate attribute.
setStartedDate(Date) - Method in class com.cafean.CalcServer.CalcJobFile
Sets the start date & time for this job.
setStartPaused(boolean) - Method in class com.cafean.jobstream.server.components.Task
Set to true if the user requested that this interactive task pause immediately after starting
setStartTime(double) - Method in class com.cafean.CalcServer.command.Job
Set function for startTime attribute.
setStartTime(long) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Set function for startTime attribute.
setStartTimeIndex(int) - Method in class com.cafean.moviegen.ZipDataSource
Sets the frame index with which to start all renderings.
setStartTimeIndex(int) - Method in class com.cafean.moviegen.ZipSourceStream
Set the time index with which to start export or playback.
setStartupTime(int) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Set function for startupTime attribute.
setStartValue(int) - Method in class com.cafean.client.values.components.SharedInteger
Set function for startValue attribute.
setStartValue(int) - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
setStartValue(CReal) - Method in class com.cafean.client.values.components.SharedReal
Set function for startValue attribute.
setStartValue(CReal) - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
setStartValue(Real) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
Sets the start value of this constant.
setSTATE(byte[]) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for STATE attribute.
setStatic_value(double) - Method in class com.cafean.CalcServer.command.DataChannel
Set function for static_value attribute.
setStatic_value(double) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Set function for static_value attribute.
setStatus(int) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Set function for status attribute.
setStatus(int) - Method in class com.cafean.CalcServer.command.Job
Set function for status attribute.
setStatus(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Set function for status attribute.
setStatus(Status) - Method in class com.cafean.jobstream.server.components.Task
sets the current status of this task
setStatus(String) - Method in class com.cafean.client.anim.available.AvailableJobEntry
Sets the status displayed by this entry in the UI
setStatuses(int[]) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Set function for statuses attribute.
setStatuses(int[]) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Set function for statuses attribute.
setStatuses(int, int) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Indexed set function for statuses attribute.
setStatuses(int, int) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Indexed set function for statuses attribute.
setSteamPressure(Real) - Method in class com.cafean.h2o.FluidState
Setter for steam pressure
setSteamTemperature(double) - Method in class com.cafean.h2o.FluidState
Setter for steam temperature
setSteamTemperature(Real) - Method in class com.cafean.h2o.FluidState
Setter for steam temperature
setStepName(String) - Method in class com.cafean.jobstream.server.components.Task
sets the name of the step that spawned this task
setStoredBackground(Color) - Method in class com.cafean.client.analysis.ViewComponent
This just sets the background color of the stored local variable.
setSTRAIGHT(boolean) - Method in class com.cafean.client.io.med.DrawnConnLine
Set function for STRAIGHT attribute.
setStraightLine(boolean) - Method in interface com.cafean.client.ui.ConnectionRenderer
If set to true, this connection renderer will draw the connection as a straight line between single pair of points.
setStraightLine(boolean) - Method in class com.cafean.client.ui.DrawnConnection
sets this PathLine to draw as a single straight line
setStraightLine(Point, boolean) - Method in interface com.cafean.client.ui.ConnectionLineRenderer
If set to true, the connection nearest to the given point will be drawn as a straight line between single pair of points.
setStraightLine(Point, boolean) - Method in class com.cafean.client.ui.DrawnConnection
sets this PathLine to draw as a single straight line
setStreamInput(String) - Method in class com.cafean.jobstream.server.components.Task
sets the location of the job stream input SMZ
setStreamLocation(String) - Method in class com.cafean.jobstream.common.SubmitContext
sets a String containing the relative location of the sequence on the staging location using '/' as the separator character.
setStreamLocation(String) - Method in class com.cafean.jobstream.server.components.Task
sets the relative location of the job stream parent of this task
setStreamName(String) - Method in class com.cafean.jobstream.common.SubmitContext
The name of the stream that is being submitted.
setStreamName(String) - Method in class com.cafean.jobstream.server.components.Task
sets the name of the job stream that this task is a part of
setStreamPath(Path) - Method in class com.cafean.jobstream.server.sequence.Iteration
 
setStreamProperty(long, JobStreamProperty, String, RequestListener<Boolean>) - Method in class com.cafean.JobStatus.StreamContext
 
setStreamProperty(long, String, String) - Method in class com.cafean.jobstream.tracker.TrackerModule
Sets the value of the stream property with the given name to the given value.
setStreamPropsSupported(boolean) - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
Activates and deactivates the stream properties support features of this panel (e.g.
setStringArrays(int, SDXStringArrayValue) - Method in class com.cafean.snapdx.SDXElement
Indexed set function for stringArrays attribute.
setStringArrays(int, SDXStringArrayValue) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed set function for stringArrays attribute.
setStringArrays(SDXStringArrayValue[]) - Method in class com.cafean.snapdx.SDXElement
Set function for stringArrays attribute.
setStringArrays(SDXStringArrayValue[]) - Method in class com.cafean.snapdx.SNAPDXRecord
Set function for stringArrays attribute.
setStrings(int, SDXStringValue) - Method in class com.cafean.snapdx.SDXElement
Indexed set function for strings attribute.
setStrings(int, SDXStringValue) - Method in class com.cafean.snapdx.SNAPDXRecord
Indexed set function for strings attribute.
setStrings(SDXStringValue[]) - Method in class com.cafean.snapdx.SDXElement
Set function for strings attribute.
setStrings(SDXStringValue[]) - Method in class com.cafean.snapdx.SNAPDXRecord
Set function for strings attribute.
setStringText(String) - Method in class com.cafean.client.ui.text.TextHolder
 
setStringValue(String) - Method in class com.cafean.client.values.components.SharedString
 
setStringValues(int, CString) - Method in class com.cafean.client.values.components.NumericsTableColumn
Indexed set function for booleanValues attribute.
setStringValues(CString[]) - Method in class com.cafean.client.values.components.NumericsTableColumn
Set function for booleanValues attribute.
setStroke(Stroke) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setSTYLE(int) - Method in class com.cafean.client.io.med.FontRec
Set function for STYLE attribute.
setStyleSheet(StyleSheet) - Method in class com.cafean.client.ui.swing.WeakSSRefHTMLEditorKit
 
setSubmissionProperties(SubmissionProperties) - Method in class com.cafean.jobstream.server.components.Task
sets the submission properties used to submit this task
setSubmissionProps(SubmissionProperties) - Method in class com.cafean.jobstream.common.SubmitContext
sets the SubmissionProperties configured for this submit
setSubmittable(boolean) - Method in class com.cafean.client.ui.message.ModelErrorReport
Set to true to indicate that the results contained in this report are sufficient to allow job submission.
setSubmittedDate(String) - Method in class com.cafean.CalcServer.command.Job
Set function for submittedDate attribute.
setSubmittedDate(Date) - Method in class com.cafean.CalcServer.CalcJobFile
Sets the submission date & time for this job.
setSubNodeName(String) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Set function for subNodeName attribute.
setSubNodes(boolean) - Method in class com.cafean.client.ui.navigator.CategoryNode
Setter for property subNodes.
setSubNodes(boolean) - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Setter for property subNodes.
setSubSystemEntries(AbstractSubSystemEntry[]) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
sets the list of the direct subsystem entries for this subsystem
setSummaryDefaults() - Method in interface com.cafean.utils.RptDoc.Report
Sets the default full report properties for a report.
setSymbol(ExportSymbol) - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
setSymbolColor(ExportColor) - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
setSymbolLineWidth(double) - Method in class com.cafean.document.notebook.plot.ExportDataSet
 
setTabLayout(int) - Method in class com.cafean.client.ui.SnapPreferences
Setter for property tabLayout.
setTable(int) - Method in class com.cafean.client.values.components.AbstractTableReference
Sets the ident of the table variable that this TableReference identifies.
setTable(Table1D, boolean) - Method in class com.cafean.client.ui.beans.Table1DDialog
sets the given table as this dialog's editing target.
setTable(CTable1D, boolean) - Method in class com.cafean.client.values.ui.CTable1DDialog
sets the given table as this dialog's editing target.
setTable(String, String, Configurator.Table) - Method in class com.cafean.utils.Configurator
Saves the given table configuration.
setTable(JTable) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
This allows the developer to replace the default JTable in this dialog with a custom JTable.
setTableActive(boolean) - Method in class com.cafean.client.values.components.AbstractTableReference
Sets the activation state for the table variable reference.
setTableData(Object[][]) - Method in class com.cafean.client.values.ui.TableMapPanel
This method initializes the table data buffer for this component.
setTableRef(SharedTable) - Method in class com.cafean.client.values.components.AbstractTableReference
Sets the table variable that this TableReference identifies.
setTableStructureChangedAction(Runnable) - Method in class com.cafean.client.ui.GenericTableModel
Configures the action that will be performed after all table model listeners have been notified of a table structured changed event.
setTableVar(AbstractTableReference) - Method in class com.cafean.client.values.components.CTable1D
 
setTabstop(JTextPane, int) - Static method in class com.cafean.utils.SourceEditor
 
setTakeOwnership(boolean, boolean) - Method in class com.cafean.client.ui.clipboard.PasteSpecialDialog
 
setTarget() - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
Set the target beans and the components that own them.
setTarget() - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
Set the target beans and the components that own them.
setTarget(int) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Set function for target attribute.
setTarget(Object[], AbstractComponent[]) - Method in class com.cafean.client.ui.beans.PropertySetDialog
Set the target beans and the components that own them.
setTarget(Object[], AbstractComponent[]) - Method in class com.cafean.client.ui.beans.PropertySetPanel
Set the panel to represent the properties that are common to the given target beans.
setTarget(Object[], AbstractComponent[]) - Method in class com.cafean.client.ui.navigator.MiniNavigator
 
setTargetComponent(AbstractComponent) - Method in class com.cafean.client.ui.AsciiViewer
Sets the listening component for this viewer.
setTargetComponents(AbstractComponent[]) - Method in interface com.cafean.client.analysis.ComponentDependent
Sets the components that this object depends on.
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.integrator.editors.IntegratedModelEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.integrator.editors.IntegrationDefinitionEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.AbstractGenericTableEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.beans.GenericPropArrayEditor
Sets the components that this object depends on.
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.beans.OptionalBooleanEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.beans.OptPropertyEditorPanelSupport
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.ui.text.TextAreaNonModalEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.CDoubleEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.CRealArrayEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.CRealEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.CStringEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.NamingConventionBooleanEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.ParametricCRealArrayEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.SharedValueEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
setTargetComponents(AbstractComponent[]) - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
setTargetComponents(AbstractComponent[]) - Method in class javax.swing.beaninfo.SwingFontEditor
 
setTargetLoc(AbstractComponent, Object, String) - Method in class com.cafean.client.integrator.CrossReference
sets the location on the target side of this reference
setTargetLoc(String, Category, Object, String) - Method in class com.cafean.client.integrator.CrossReference
sets the location on the target side of this reference
setTargetRef(AbstractSubSystem) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Sets target by reference.
setTargets(Object[]) - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
setTargets(Object[]) - Method in interface com.cafean.client.analysis.TargetDependent
Sets the targets this object will depend on.
setTargets(Object[]) - Method in class com.cafean.client.ui.AbstractGenericTableEditor
 
setTargets(Object[]) - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
setTargets(Object[]) - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
setTargets(Object[]) - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
setTargets(Object[]) - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
setTargets(Object[]) - Method in class com.cafean.client.ui.beans.OptionalBooleanEditor
 
setTargets(Object[]) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
setTargets(Object[]) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
 
setTargets(Object[]) - Method in class com.cafean.client.ui.beans.OptPropertyEditorPanelSupport
 
setTargets(Object[]) - Method in class com.cafean.client.ui.text.TextAreaNonModalEditor
 
setTargets(Object[]) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
setTargets(Object[]) - Method in class com.cafean.client.values.editors.CStringEditor
 
setTargets(Object[]) - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
setTargets(Object[]) - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
setTargets(Object[]) - Method in class com.cafean.client.values.editors.OptionalCRealEditor
 
setTargets(Object[]) - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
setTargets(Object[]) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
setTargets(Object[]) - Method in class javax.swing.beaninfo.SwingFontEditor
 
setTargets(List<StorageLocation>) - Method in class com.cafean.jobstream.server.components.OutputFileHandle
replaces this files list of storage locations with the given list
setTaskIdent(int) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Set function for taskIdent attribute.
setTaskIdent(int) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Set function for taskIdent attribute.
setTaskIdent(int) - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Set function for taskIdent attribute.
setTaskLabel(String) - Method in class com.cafean.moviegen.ui.ProgressDialog
Sets the task label above the progress bar to a specified text.
setTaskList(TaskList) - Method in class com.cafean.jobstream.server.components.Stream
sets the list of tasks in this stream.
setTaskLocation(String) - Method in class com.cafean.jobstream.common.SubmitContext
Sets the relative location specified on the task.
setTaskName(String) - Method in class com.cafean.jobstream.common.SubmitContext
Sets the unique name of the task that the wrapper will handle.
setTaskStatus(String) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Set function for taskStatus attribute.
setTaskStatus(String) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Set function for taskStatus attribute.
setTaskType(String) - Method in class com.cafean.jobstream.common.SubmitContext
sets the name of the wrapper module that the Execution Wrapper will use to manage the execution of the task.
setTemperature(double) - Method in class com.cafean.h2o.Steam
 
setTemperature(double) - Method in class com.cafean.h2o.Water
 
setTemperature(Real) - Method in class com.cafean.h2o.Steam
 
setTemperature(Real) - Method in class com.cafean.h2o.Water
 
setTempFolderStr(String) - Method in class com.cafean.client.ui.SnapPreferences
sets the string form of the user-specified temporary files folder
setTempFolderStrActive(boolean) - Method in class com.cafean.client.ui.SnapPreferences
set to true if the user has specified a temporary files folder
setText(String) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Set function for text attribute.
setText(String) - Method in class com.cafean.client.ui.annotation.TextAnnotation.LabelConverter
 
setText(String) - Method in class com.cafean.client.ui.annotation.TextAnnotation
the legacy 'text' property is here to allow old HTML to be automatically converted to plain text
setText(String) - Method in class com.cafean.client.ui.FixedWidthTextDialog
 
setText(String) - Method in class com.cafean.client.ui.RealTextField
 
setText(String) - Method in class com.cafean.client.values.ui.CIntegerTextField
 
setText(String) - Method in class com.cafean.client.values.ui.CRealTextField
 
setText(String) - Method in class com.cafean.jobstream.common.util.Progress
sets the text that should be displayed about the current operation
setText(String) - Method in class com.cafean.utils.BlockingDialog
Sets the first line of text in the dialog.
setText(String) - Method in class com.cafean.utils.JDoubleField
 
setText(String) - Method in class com.cafean.utils.JFloatField
 
setText(String) - Method in class com.cafean.utils.JIntegerField
 
setTextBackground(Color) - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
setTextFont(Font) - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
setTextForeground(Color) - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
 
setTextLabelIcon(Icon) - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Set the label's icon.
setTextLabelString(String) - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Set the labels text.
setTextMargin(int) - Method in class com.cafean.client.ui.annotation.TextAnnotation
Setter for property htmlTextMargin.
setTime(double) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Set function for time attribute.
setTime(double) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Set function for time attribute.
setTime(double) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Set function for time attribute.
setTime(double) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Set function for time attribute.
setTime(double) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Set function for time attribute.
setTime(double) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Set function for time attribute.
setTimeFactor(double) - Method in class com.cafean.moviegen.ZipDataSource
Sets the time factor used to determine the framerate in exported video.
setTimeFactor(double) - Method in class com.cafean.moviegen.ZipSourceStream
Set the real-time multiplier for exported video.
setTimes(double[]) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Set function for times attribute.
setTimes(double[]) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Set function for times attribute.
setTimes(int, double) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Indexed set function for times attribute.
setTimes(int, double) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Indexed set function for times attribute.
setTimeScale(TimeScale) - Method in class com.cafean.client.anim.SourceManager
 
setTimeScale(TimeScale, boolean) - Method in class com.cafean.client.anim.AbstractAnimationModel
THis method sets the playback timescale for the current model.
setTimestampFormat(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
setTimestampFormatActive(boolean) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
setTimeSteps(int[]) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Set function for timeSteps attribute.
setTimeSteps(int[]) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Set function for timeSteps attribute.
setTimeSteps(int, int) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Indexed set function for timeSteps attribute.
setTimeSteps(int, int) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Indexed set function for timeSteps attribute.
SettingsDialog - Class in com.cafean.moviegen.ui
SettingsDialog provides a dialog for settings specific to video export and playback.
SettingsDialog(PreviewFrame, double, AbstractVideoType) - Constructor for class com.cafean.moviegen.ui.SettingsDialog
Creates a new SettingsDialog in partially-disabled mode, meaning that only options not pertinent to a specific file will be disabled.
SettingsDialog(PreviewFrame, int, int, int, int, double[]) - Constructor for class com.cafean.moviegen.ui.SettingsDialog
Creates new form Settings dialog in fully enabled mode.
SettingsDialog(PreviewFrame, int, int, int, int, double[], int, int, double, boolean, AbstractVideoType) - Constructor for class com.cafean.moviegen.ui.SettingsDialog
Creates new form SettingsDialog in fully enabled mode.
setTitle(String) - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
 
setTitle(String) - Method in class com.cafean.client.ui.beans.PropertySetDialog
setTitle(String) - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
 
setTitle(String) - Method in class com.cafean.client.ui.ComponentSelectionDialog
Sets the default title.
setTitle(String) - Method in class com.cafean.client.ui.DockablePanel
Sets the title of this panel to the given string
setTitle(String) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
Sets the default title.
setTitle(String) - Method in class com.cafean.client.ui.navigator.MiniNavigator
 
setTitle(String) - Method in class com.cafean.client.ui.swing.OverlapPanel
Sets this panel's title.
setTitle(String) - Method in class com.cafean.rpc.command.VersionRequest
Set function for title attribute.
setTitle(String) - Method in class com.cafean.utils.Version
Sets this Version's application title.
setToInitialValue() - Method in class com.cafean.client.values.components.AbstractSharedValue
Resets this value to its initial value.
setToInitialValue() - Method in class com.cafean.client.values.components.SharedBoolean
 
setToInitialValue() - Method in class com.cafean.client.values.components.SharedInteger
 
setToInitialValue() - Method in class com.cafean.client.values.components.SharedReal
 
setToInitialValue() - Method in class com.cafean.client.values.components.SharedString
 
setToolbarHidden(String, boolean) - Method in class com.cafean.client.ui.MainToolbarManager
This method sets the hidden state for the tool bar with the given name.
setToolbarVisible(String, boolean) - Method in class com.cafean.client.ui.MainToolbarManager
This method sets the visible state for the tool bar with the given name.
setToolTipText(String) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
setToolTipText(String) - Method in class com.cafean.client.ui.swing.MButton
 
setToolTipText(String) - Method in class com.cafean.client.ui.swing.MCheckBox
 
setToolTipText(String) - Method in class com.cafean.client.ui.swing.MLabel
 
setToolTipText(String) - Method in class com.cafean.client.ui.swing.MRadioButton
 
setToolTipText(String) - Method in class com.cafean.client.ui.swing.MRealTextField
 
setToolTipText(String) - Method in class com.cafean.client.ui.swing.MScrollBar
 
setToolTipText(String) - Method in class com.cafean.client.ui.swing.MScrollPane
 
setToolTipText(String) - Method in class com.cafean.client.ui.swing.MSpinner
 
setToolTipText(String) - Method in class com.cafean.client.ui.swing.MTextArea
 
setToolTipText(String) - Method in class com.cafean.client.ui.swing.MTextField
 
setToolTipText(String) - Method in class com.cafean.client.ui.swing.MTextPane
 
setTopIdentNumber(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for topIdentNumber attribute.
setToString(String) - Method in class com.cafean.client.ui.navigator.BeanArrayNode
Sets the base string to use as this node's toString.
setToString(String) - Method in class com.cafean.client.ui.navigator.BeanNode
 
setTotalChannels(int) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Set function for totalChannels attribute.
setTotalChannels(int) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Set function for totalChannels attribute.
setTotalLinesRead(int) - Method in class com.cafean.client.values.nif.NumericsImportReport
Sets the amount of lines read.
setTP(double, double) - Method in class com.cafean.h2o.Steam
 
setTrackerDBID(long) - Method in class com.cafean.jobstream.server.components.Stream
Sets the DBID assigned to this stream by the tracking server module.
setTrackerDBID(long) - Method in class com.cafean.jobstream.server.components.Task
Sets the DBID assigned to this task by the tracking server module.
setTrackerInvalid(StreamContext) - Method in class com.cafean.JobStatus.ui.accordion.Accordion
 
setTrackerInvalid(StreamContext) - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
 
setTrackerInvalid(StreamContext) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
setTrackerLocation(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
setTrackerLocation(String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
 
setTrackerType(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
setTrackerType(String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
 
setTransform(AffineTransform) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setTransientModel(AbstractModel) - Method in class com.cafean.client.anim.AbstractDisplayBean
 
setTransparency(float) - Method in class com.cafean.client.analysis.ViewComponent
Setter for property transparency.
setTree(MiniNavigatorTree) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTreeModel
 
setTreeModel(MiniNavigatorTreeModel) - Method in class com.cafean.client.ui.navigator.MiniNavigatorRootNode
Setter for property treeModel.
setTreeModel(NavigatorModel) - Method in class com.cafean.client.ui.navigator.ModelNode
 
setTreeModel(NavigatorTreeModel) - Method in class com.cafean.client.ui.navigator.NavigatorRootNode
Setter for the NavigatorTreeModel that controls the Navigator.
setTrueString(String) - Method in class com.cafean.client.values.components.SharedBoolean
Sets the string used to represent true values.
setType(int) - Method in class com.cafean.CalcServer.command.Keyword
Set function for type attribute.
setType(int) - Method in class com.cafean.client.anim.GeneralRange
sets the range type for this range
setType(int) - Method in class com.cafean.jobstream.common.components.Keyword
Sets the type of this keyword.
setType(int, int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Sets the type.
setType(String) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Set function for type attribute.
setType(String) - Method in class com.cafean.CalcServer.command.ViewableFile
Set function for type attribute.
setType(String) - Method in class com.cafean.client.mdocs.QuickNote
 
setType(String) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
sets the type (a.k.a.
setType(String) - Method in class com.cafean.jobstream.common.components.ApplicationInput
sets the type of this input in the form [Type Source]:[Type].
setType(String) - Method in class com.cafean.jobstream.common.components.ApplicationOutput
sets the type of this output in the form [Type Source]:[Type].
setType(String) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
 
setType(String) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Sets the type of that the stream will be submitted to.
setType(String) - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
sets this file's "type" which corresponds to [source name]:[type name] on the client side
setType(String) - Method in class com.cafean.jobstream.server.components.Task
sets the name of the WrapperModule that will be used to manage the execution of this task.
setTypeConstrained(String) - Method in class com.cafean.client.mdocs.QuickNote
 
setTypePrefix(String) - Method in class com.cafean.client.ui.beans.GenericPropSetArrayDialog
sets the prefix used in the title label at the top of the dialog's content pane.
setTypeVisible(int, boolean) - Method in class com.cafean.client.ui.message.CategoryPanel
Sets the visibility of this panel based on the selected components visibility.
setTypeVisible(int, boolean) - Method in class com.cafean.client.ui.message.MessageGroupPanel
 
setUid(String) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for uid attribute.
setUIEnabled(boolean) - Method in class com.cafean.client.values.editors.CDoubleEditor
 
setUIEnabled(boolean) - Method in class com.cafean.client.values.editors.CRealEditor
This method enables or disables the current user interface.
setUIEnabled(boolean) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
setUIEnabled(boolean, boolean) - Method in class com.cafean.client.values.editors.CRealEditor
This method sets the enabled state and determines if the selection button should be included in the enabling state update.
setUIEnabled(boolean, boolean) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
setUNDOCKED_HEIGHT(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for UNDOCKED_HEIGHT attribute.
setUNDOCKED_MENU_VISIBLE(boolean) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for UNDOCKED_MENU_VISIBLE attribute.
setUNDOCKED_WIDTH(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for UNDOCKED_WIDTH attribute.
setUNDOCKED_X(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for UNDOCKED_X attribute.
setUNDOCKED_Y(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for UNDOCKED_Y attribute.
setUniqueIDs(Object[][]) - Method in class com.cafean.client.io.DocumentTemplateEntry
Setter of the ids of the components which reference the AbstractDocument.
setUnitDescription(int, String) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Indexed set function for unitDescription attribute.
setUnitDescription(int, String) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Indexed set function for unitDescription attribute.
setUnitDescription(String[]) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Set function for unitDescription attribute.
setUnitDescription(String[]) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Set function for unitDescription attribute.
setUnits(int) - Method in class com.cafean.client.analysis.AbstractModel
Sets the current units for this model.
setUnits(int) - Method in class com.cafean.h2o.ui.JSteamFrame
 
setUnits(int) - Method in class com.cafean.jobstream.server.sequence.Sequence
 
setUnits(CReal) - Method in class com.cafean.client.values.components.SharedReal
This sets all of the values inside this constant to have the same units as the CReal passed in.
setUnits(Real) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
This sets all of the values inside this constant to have the same units as the Real passed in.
setUnits(Real) - Method in class com.cafean.client.analysis.numerics.UserDefinedValue
Sets the value inside this numeric to use the same units as the given Real.
setUnits(Real) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
 
setUnits(String) - Method in class com.cafean.client.analysis.numerics.UserDefinedValue
Sets the units on this numeric based on the SI units given
setUnits(String) - Method in class com.cafean.snapdx.SDXRealArrayValue
Set function for units attribute.
setUnits(String) - Method in class com.cafean.snapdx.SDXRealValue
Set function for units attribute.
setUnits(JLabel) - Method in class com.cafean.client.ui.DrawnUserValue
Setter for property units.
setUnits(JLabel) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Setter for property units.
setUnits(JLabel) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Setter for property units.
setUnits(JLabel) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Setter for property units.
setUNITS(String) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for UNITS attribute.
setUNITS(String) - Method in class com.cafean.client.io.med.UserVariableRec
Set function for UNITS attribute.
setUnitsConstrained(int) - Method in class com.cafean.client.analysis.AbstractModel
Sets the units constrained by the available unit types.
setUnitsType(int) - Method in class com.cafean.client.anim.SourceManager
Set the units type and notify all registered beans.
setUnitType(int) - Static method in class com.cafean.Number.BaseNumber
Sets the global default unit type
setUnknown() - Method in class com.cafean.client.values.components.AbstractCInteger
Sets the known status of the value.
setUnknown() - Method in class com.cafean.client.values.components.AbstractCReal
Sets the value to the unknown value, clearing any provided reference.
setUnknown() - Method in class com.cafean.client.values.components.CBoolean
Sets the known status of the value.
setUnknown() - Method in class com.cafean.h2o.Steam
 
setUnknown() - Method in class com.cafean.h2o.Water
 
setUnknown() - Method in class com.cafean.Number.BaseNumber
Set the unknown flag to true.
setUnknown() - Method in class com.cafean.Number.Real
 
setUnknown(boolean) - Method in class com.cafean.client.values.components.AbstractCString
 
setUnknown(boolean) - Method in class com.cafean.client.values.components.AbstractSharedValue
 
setUnlockedAA(boolean) - Method in class com.cafean.client.ui.SnapPreferences
if set to true the DrawnView will use antialiasing when unlocked
setupBorders(boolean, boolean) - Method in class com.cafean.client.ui.pview.PropertyPanel
initializes this panel's borders with respect to the given booleans
setupContextHelp() - Method in class com.cafean.client.ui.navigator.Navigator
Sets up the context sensitive help on the Navigator
setUpdateCCNumber(boolean) - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Setter for property updateCCNumber.
setUpdatePlayMode(int) - Method in class com.cafean.client.anim.SourceManager
setUpEditor(JTable, int, int, String[], String[], MultiLineHeaderRenderer) - Static method in class com.cafean.client.ui.RealEditor
This sets up a table with RealEditors between the specified columns.
setupListeners() - Method in class com.cafean.client.ui.navigator.MiniNavigatorTree
Create the mouse listeners.
setUpperChannelName(ChannelInfoRef) - Method in class com.cafean.client.ui.annotation.PolygonBean
Set the channel name.
setUpperChannelName(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
setUpperPhaseMode(int) - Method in class com.cafean.client.ui.annotation.PolygonBean
Setter for the upper phase mode.
setUpperRangeIdent(int) - Method in class com.cafean.client.ui.annotation.PolygonBean
Setter for the upper range ident
setUpperUsingVolume(boolean) - Method in class com.cafean.client.ui.annotation.PolygonBean
Sets the flag for specifying a volume for the data source to drive the upper portion of the bean
setUpperVolumeID(ChannelInfoRef) - Method in class com.cafean.client.ui.annotation.PolygonBean
Set the Volume ID.
setUpperVolumeID(String) - Method in class com.cafean.client.ui.annotation.PolygonBean
Setter for the upper volume ID
setUpRealEditor(JTable) - Static method in class com.cafean.client.ui.RealEditor
This fills all the columns in a JTable with RealEditors.
setUpRealEditor(JTable, AbstractModel) - Static method in class com.cafean.client.ui.RealEditor
This fills all the columns in a JTable with RealEditors.
setUpRealEditor(JTable, AbstractModel) - Static method in class com.cafean.client.values.ui.CRealTableCellEditor
This fills all the columns in a JTable with CRealTableCellEditor.
setupUI() - Method in class com.cafean.client.ui.MultiObjectSelectorDialog
Enables the OK button when the selection is greater then 0 or when the empty selection is allowed
setUri(String) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Set function for uri attribute.
setUrl(String) - Method in class com.cafean.client.anim.DataSource
Sets this DataSource's connection URL.
setUrl(String) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Set function for url attribute.
setUrl(String) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Set function for url attribute.
setUrl(String) - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Set function for url attribute.
setUse3DDisplays(boolean) - Method in class com.cafean.client.ui.SnapPreferences
 
setUseHTML(boolean) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
setUseList(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Setter which determines if a drop-down list should be used
setUseList(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Setter which determines if a drop-down list should be used
setUseOffset(boolean) - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Setter for property useOffset.
setUseProxy(boolean) - Method in class com.cafean.utils.WebSupport
Setter for property useProxy.
setUseRadio(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
setUseRadio(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
setUserBits(int) - Method in class com.cafean.client.values.util.matlab.MXArray
Set 8 bits of user data stored in the mxArray header.
setUseRenumber(boolean) - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Setter for property useRenumber.
setUserid(String) - Method in class com.cafean.utils.WebSupport
Setter for property userid.
setUserID(String) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Set function for userID attribute.
setUserIDString(String) - Static method in class com.cafean.utils.LogonDialog
Set the value of the User ID field.
setUserName(String) - Method in class com.cafean.client.ui.MainFrame
Sets the current user id.
setUseSecureOnly(boolean) - Method in class com.cafean.utils.WebSupport
Setter for property useSecureOnly.
setUseToString(boolean) - Method in class com.cafean.client.ui.beans.GenericPropSetArrayDialog
if set to true, the renderer for each array entry will use the entry's toString method.
setUsing(double[]) - Method in class com.cafean.h2o.FluidState
Sets the values for the form given and tags the FluidState as using those values.
setUsingVolume(boolean) - Method in class com.cafean.client.ui.annotation.PolygonBean
Sets the flag for specifying a volume for the data source to drive the lower portion of the bean
setValue(boolean) - Method in class com.cafean.client.values.components.AbstractCBoolean
Sets the local value.
setValue(boolean) - Method in class com.cafean.client.values.components.CBoolean_E
Sets the local value, implicitly clearing any defined reference.
setValue(boolean) - Method in class com.cafean.client.values.components.CBoolean
Sets the local value, implicitly clearing any defined reference.
setValue(boolean) - Method in class com.cafean.client.values.components.SharedBoolean
Set function for value attribute.
setValue(double) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Set function for value attribute.
setValue(double) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Set function for value attribute.
setValue(double) - Method in class com.cafean.client.ui.RealTextField
Sets the value of the current RealTextField to the specified double
setValue(double) - Method in class com.cafean.client.values.components.AbstractCReal
Sets the value of the real to the provided value, implicitly removing any reference to a SharedReal.
setValue(double) - Method in class com.cafean.client.values.components.CReal_E
Sets the value of the real to the provided value, implicitly removing any reference to a SharedReal.
setValue(double) - Method in class com.cafean.client.values.components.CReal
Sets the value of the real to the provided value, implicitly removing any reference to a SharedReal.
setValue(double) - Method in class com.cafean.client.values.components.SharedReal
Sets function for value attribute.
setValue(double) - Method in class com.cafean.client.values.ui.CRealTextField
Sets the value of the current RealTextField to the specified double
setValue(double) - Method in class com.cafean.Number.Real
Sets the current value of this Real.
setValue(double) - Method in class com.cafean.snapdx.SDXRealValue
Set function for value attribute.
setValue(double[]) - Method in class com.cafean.snapdx.SDXRealArrayValue
Set function for value attribute.
setValue(int) - Method in class com.cafean.client.values.components.AbstractCInteger
Sets the local value
setValue(int) - Method in class com.cafean.client.values.components.CInteger_E
Sets the local value, implicitly clearing any defined reference.
setValue(int) - Method in class com.cafean.client.values.components.CInteger
Sets the local value, implicitly clearing any defined reference.
setValue(int) - Method in class com.cafean.client.values.components.EnumEntry
Set function for value attribute.
setValue(int) - Method in class com.cafean.client.values.components.SharedInteger
An alias for setIntValue used by python functions.
setValue(int) - Method in class com.cafean.Number.Int
 
setValue(int) - Method in class com.cafean.rpc.command.Ping
Set function for value attribute.
setValue(int) - Method in class com.cafean.snapdx.SDXIntegerValue
Set function for value attribute.
setValue(int[]) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Set function for value attribute.
setValue(int, double) - Method in class com.cafean.snapdx.SDXRealArrayValue
Indexed set function for value attribute.
setValue(int, int) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Indexed set function for value attribute.
setValue(int, int, CReal) - Method in class com.cafean.client.values.components.CTableND
Sets the given value into the given row and column.
setValue(int, int, Real) - Method in class com.cafean.client.analysis.TableND
Sets the given value into the given row and column.
setValue(int, Double) - Method in class com.cafean.client.anim.InteractiveCommand
Set an indexed element of the value array.
setValue(int, Object) - Method in class com.cafean.client.values.components.NumericsTableColumn
Sets the value at the given index.
setValue(int, String) - Method in class com.cafean.snapdx.SDXStringArrayValue
Indexed set function for value attribute.
setValue(long) - Method in class com.cafean.client.ui.RealTextField
Sets the value of the current RealTextField to the specified long
setValue(long) - Method in class com.cafean.client.values.ui.CRealTextField
Sets the value of the current RealTextField to the specified long
setValue(long) - Method in class com.cafean.jobstream.common.util.Progress
Sets the current progress indication value.
setValue(UserDefinedValue) - Method in class com.cafean.Number.Real
Sets the current value to a reference to a given UserDefinedValue.
setValue(AbstractCReal) - Method in class com.cafean.client.values.components.AbstractCReal
Sets the value of the real to the provided value, implicitly removing any reference to a SharedReal.
setValue(AbstractCReal) - Method in class com.cafean.client.values.components.CReal
Sets the value of the real to the provided value, without removing the reference to the Shared Value if the parameter has equivalent units.
setValue(CBoolean) - Method in class com.cafean.client.values.ui.CBooleanCheckBox
Sets the edited value.
setValue(CInteger) - Method in class com.cafean.client.values.ui.CIntegerTextField
Sets the edited value.
setValue(CReal) - Method in class com.cafean.client.values.components.SharedReal
Set function for value attribute.
setValue(CReal) - Method in class com.cafean.client.values.ui.CRealTextField
Sets the value of the current RealTextField to the specified Real value.
setValue(SharedBoolean) - Method in class com.cafean.client.values.components.CBoolean_E
Sets the reference.
setValue(SharedBoolean) - Method in class com.cafean.client.values.components.CBoolean
Sets the reference.
setValue(SharedInteger) - Method in class com.cafean.client.values.components.CInteger
Sets the reference.
setValue(SharedReal) - Method in class com.cafean.client.values.components.CReal
Sets the reference to the given SharedReal, implicitly removing any defined value.
setValue(SharedTable) - Method in class com.cafean.client.values.components.AbstractCTable
This implementation of set value checks to see if the signature of the provided table matches the local signature: if false, the method fails silently; if true, the shared value reference is set to the table and the local columns are cleared of values.
setValue(BaseNumber) - Method in class com.cafean.Number.BaseNumber
setValue sets the object to a value from another BaseNumber.
setValue(BaseNumber) - Method in class com.cafean.Number.Int
 
setValue(BaseNumber) - Method in class com.cafean.Number.Real
 
setValue(Real) - Method in class com.cafean.client.ui.RealTextField
Sets the value of the current RealTextField to the specified Real value.
setValue(Double[]) - Method in class com.cafean.client.anim.InteractiveCommand
Set the value array.
setValue(Number) - Method in class com.cafean.client.ui.RealTextField
Sets the value of the current RealTextField to the specified Number
setValue(Number) - Method in class com.cafean.client.values.ui.CRealTextField
Sets the value of the current RealTextField to the specified Number
setValue(Number) - Method in class com.cafean.Number.BaseNumber
setValue sets the object to a value without unit type conversion.
setValue(Number) - Method in class com.cafean.Number.Int
 
setValue(Number) - Method in class com.cafean.Number.Real
 
setValue(Object) - Method in class com.apt.xdr.MultiDimArrayEditor
 
setValue(Object) - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
setValue(Object) - Method in class com.cafean.client.anim.ChannelNameEditor
 
setValue(Object) - Method in class com.cafean.client.anim.ComponentIdEditor
 
setValue(Object) - Method in class com.cafean.client.anim.InteractiveNameEditor
 
setValue(Object) - Method in class com.cafean.client.anim.IVarEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class com.cafean.client.anim.UDLROrientationEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class com.cafean.client.integrator.editors.IntegrationDefinitionEditor
 
setValue(Object) - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
setValue(Object) - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
setValue(Object) - Method in class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
setValue(Object) - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.BooleanEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.BorderStyleEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class com.cafean.client.ui.beans.CalendarEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.ColorIntEditor
sets this editors value, translating int to Color when necessary.
setValue(Object) - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.DescriptionEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.FilterPropertySetEditor
Inherit Documentation
setValue(Object) - Method in class com.cafean.client.ui.beans.FunctionSourceEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.GenericPropArrayEditor
Inherit Documentation
setValue(Object) - Method in class com.cafean.client.ui.beans.GenericPropertySetEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.IconImageEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.IntInFortranDisplayEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.IntNonMultiEdit
 
setValue(Object) - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.LongStringEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
setValue(Object) - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.NamelistRealEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.ObjectPropertyEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.OptGenericPropertySetEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.OptionalBooleanEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.OptionalFolderSelectionEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.OptionalStringEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class com.cafean.client.ui.beans.OptPropertyEditorPanelSupport
 
setValue(Object) - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Set (or change) the object that is to be edited.
setValue(Object) - Method in class com.cafean.client.ui.beans.RealArrayEditor
If this array is of fixed width.
setValue(Object) - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.SingleStringSetEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.StringDisplayEditor
setValue(Object) - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
setValue(Object) - Method in class com.cafean.client.ui.beans.UnitsEditor
 
setValue(Object) - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class com.cafean.client.ui.GenericTableEditor
 
setValue(Object) - Method in class com.cafean.client.ui.text.TextAreaNonModalEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.CBooleanEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.CDoubleEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.CIntegerEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.CRealArrayEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.CRealEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.CStringEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.LongCStringEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.OptionalCDoubleEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.OptionalCRealEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.ParametricCRealArrayEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.SharedValueEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
setValue(Object) - Method in class com.cafean.client.values.editors.TableColumnsEditor
 
setValue(Object) - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
setValue(Object) - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
setValue(Object) - Method in class com.cafean.JobStatus.ui.DateRenderer
Set the text to an appropriate label if the value is either -1e6 or -1e9 respectively.
setValue(Object) - Method in class com.cafean.vcs.ui.ExecutableLocationEditor
 
setValue(Object) - Method in class javax.swing.beaninfo.SwingColorEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
setValue(Object) - Method in class javax.swing.beaninfo.SwingFontEditor
 
setValue(Object) - Method in class javax.swing.beaninfo.SwingStringEditor
Set (or change) the object that is to be edited.
setValue(Object, Object) - Method in class com.cafean.client.ui.SubblockArrayTableColumn
Sets the provided value using the setter method on the provided owner
setValue(String) - Method in class com.cafean.CalcServer.command.Keyword
Set function for value attribute.
setValue(String) - Method in class com.cafean.client.io.med.Attribute
Set function for value attribute.
setValue(String) - Method in interface com.cafean.client.ui.beans.SingleStringSet
 
setValue(String) - Method in class com.cafean.client.values.components.AbstractCString
Sets the local value.
setValue(String) - Method in class com.cafean.client.values.components.SharedString
An alias for setIntValue used by python functions.
setValue(String) - Method in class com.cafean.jobstream.common.components.Keyword
Sets the value of this keyword
setValue(String) - Method in class com.cafean.Number.Int
 
setValue(String) - Method in class com.cafean.snapdx.SDXStringValue
Set function for value attribute.
setValue(String) - Method in class com.cafean.utils.RptDoc.CustomReportData
Setter for the data value contained by the instance
setValue(String[]) - Method in class com.cafean.snapdx.SDXStringArrayValue
Set function for value attribute.
setValue(T) - Method in class com.cafean.rpc.RPCResponse
Sets the PibBlock value of the response.
setVALUE(double) - Method in class com.cafean.client.io.med.UserVariableRec
Set function for VALUE attribute.
setValueAt(CReal, int, int) - Method in class com.cafean.client.values.components.CTable1D
Sets the CReal in the given row and column.
setValueAt(CReal, int, int) - Method in class com.cafean.client.values.components.CTableND
Sets the CReal in the given row and column.
setValueAt(Real, int, int) - Method in class com.cafean.client.analysis.Table1D
Sets the Real in the given row and column.
setValueAt(Real, int, int) - Method in class com.cafean.client.analysis.TableND
Sets the Real in the given row and column.
setValueAt(Object, int, int) - Method in class com.cafean.client.anim.channel.ChannelTableModel
 
setValueAt(Object, int, int) - Method in class com.cafean.client.ui.GenericTableModel
 
setValueAt(Object, int, int) - Method in class com.cafean.client.ui.TableSorter
Sets the value stored in the sorted locations.
setValueAt(Object, int, int) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
setValueAt(Object, int, int) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
setValueAt(Object, int, int) - Method in class com.cafean.utils.TableMap
 
setValueAt(Object, int, int) - Method in class com.cafean.utils.TableSorter
 
setValueAt(Object, int, int, CompoundEdit) - Method in class com.cafean.utils.ClipboardEnabledTable
Sets the value for the cell in the table model at row and column and places an appropriate undo event in the given compound edit.
setValueAt(Object, PropertyDescriptor) - Method in class com.cafean.client.ui.beans.PropertySet
Sets the value of the property for the given descriptor
setValueConstrained(boolean) - Method in class com.cafean.client.values.components.SharedBoolean
Set function for value attribute.
setValueConstrained(int) - Method in class com.cafean.client.values.components.SharedInteger
Set function for value attribute.
setValueConstrained(CReal) - Method in class com.cafean.client.values.components.SharedReal
 
setValueConstrained(String) - Method in class com.cafean.client.values.components.SharedString
Set function for value attribute.
setValueIsAdjusting(boolean) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Sets whether the accordion is currently adjusting.
setValueIsAdjusting(boolean) - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionModel
This property is true if several changes are considered a single event.
setValueIsAdjusting(boolean) - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionSelectionModel
 
setValueLabel(String) - Method in class com.cafean.client.ui.NamedValueSelector
 
setValueLabel(JLabel) - Method in class com.cafean.client.ui.DrawnUserValue
Setter for property valueLabel.
setValueLabel(JLabel) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Setter for property valueLabel.
setValueLabel(JLabel) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Setter for property valueLabel.
setValueLabel(JLabel) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Setter for property valueLabel.
setValues(double[]) - Method in class com.apt.xdr.MdDblArray
sets the raw array of values
setValues(double[]) - Method in class com.cafean.client.analysis.ConditionSet
Sets the double values on this condition set.
setValues(double[]) - Method in class com.cafean.h2o.ui.JSteamFrame
 
setValues(double[]) - Method in class com.cafean.JSteam.JSteamFrame
 
setValues(float[]) - Method in class com.apt.xdr.MdFltArray
sets the raw array of values
setValues(int[]) - Method in class com.apt.xdr.MdIntArray
sets the raw array of values
setValues(Object[]) - Method in class com.cafean.client.io.TemplateEntry
Sets the values of the properties storeed in this template.
setValues(String[]) - Method in class com.cafean.client.ui.StringSelectionDialog
 
setVALUES(double[]) - Method in class com.cafean.client.io.med.UserConstantRec
Set function for VALUES attribute.
setVALUES(int, double) - Method in class com.cafean.client.io.med.UserConstantRec
Indexed set function for VALUES attribute.
setValueText(RealTextField) - Method in class com.cafean.client.ui.DrawnUserValue
Setter for property valueText.
setValueText(MTextField) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Setter for property valueText.
setValueText(CRealTextField) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Setter for property valueText.
setValueText(MCIntegerTextField) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Setter for property valueText.
setValueUncertain() - Method in class com.cafean.client.ui.RealTextField
If the RealTextField represents multiple sources of data that differ, the value is considered uncertain.
setValueUncertain() - Method in class com.cafean.client.values.ui.CRealTextField
If the RealTextField represents multiple sources of data that differ, the value is considered uncertain.
setValueUnknown() - Method in class com.cafean.client.ui.RealTextField
Sets the value of the current RealTextField to Unknown
setValueUnknown() - Method in class com.cafean.client.values.ui.CRealTextField
Sets the value of the current RealTextField to Unknown
setVaporProp() - Method in class com.cafean.h2o.FluidState
 
setVariables(int, InteractiveVariable) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Indexed set function for variables attribute.
setVariables(int, JInteractiveVariable) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Indexed set function for variables attribute.
setVariables(InteractiveVariable[]) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Set function for variables attribute.
setVariables(JInteractiveVariable[]) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Set function for variables attribute.
setVariableValue(String, boolean) - Method in class com.cafean.jobstream.server.sequence.Iteration
Assigns the given value to the variable with the given name.
setVariableValue(String, double) - Method in class com.cafean.jobstream.server.sequence.Iteration
Assigns the given value to the variable with the given name.
setVariableValue(String, int) - Method in class com.cafean.jobstream.server.sequence.Iteration
Assigns the given value to the variable with the given name.
setVariableValue(String, String) - Method in class com.cafean.jobstream.server.sequence.Iteration
Assigns the given value to the variable with the given name.
setVarList(String[]) - Method in class com.cafean.client.anim.AbstractDisplayBean
Set the list of data channel names required to drive the bean animation.
setVerbosity(int) - Method in class com.cafean.client.analysis.ValidationTest
Sets the verbosity level for this test.
setVersion(ApplicationVersion) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Sets the flavor and version of the application.
setVersionBugfix(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for versionBugfix attribute.
setVersionMajor(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for versionMajor attribute.
setVersionMinor(int) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Set function for versionMinor attribute.
setVertGridSpacing(int) - Method in class com.cafean.client.analysis.ViewComponent
Setter for property vertGridSpacing.
setVertSnapSpacing(int) - Method in class com.cafean.client.analysis.ViewComponent
Setter for property vertSnapSpacing.
setView(boolean) - Method in class com.cafean.document.notebook.plot.ExportLegendProperties
 
setVIEW_DB_ID(int) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Set function for VIEW_DB_ID attribute.
setVIEW_DB_ID(int) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for VIEW_DB_ID attribute.
setVIEW_DB_ID(int) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Set function for VIEW_DB_ID attribute.
setVIEW_DB_ID(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for VIEW_DB_ID attribute.
setVIEW_DB_ID(int) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Set function for VIEW_DB_ID attribute.
setVIEW_DB_ID(int) - Method in class com.cafean.client.io.med.DrawnLayerRec
Set function for VIEW_DB_ID attribute.
setVIEW_DB_ID(int) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for VIEW_DB_ID attribute.
setVIEW_DB_ID(int) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Set function for VIEW_DB_ID attribute.
setVIEW_X(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for VIEW_X attribute.
setVIEW_Y(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for VIEW_Y attribute.
setViewCenter(Point) - Method in class com.cafean.client.ui.ZoomablePanel
This sets the viewports center to the given Point.
setViewImage(byte[]) - Method in class com.cafean.client.io.TemplateDescriptor
sets the image byte[] of the image icon which represents the view
setViewLock(boolean, boolean) - Method in class com.cafean.client.analysis.AbstractModel
 
setViewMode() - Method in class com.cafean.client.mdocs.EditNoteDialog
sets the contained HTML editing pane to be appropriate for viewing the HTML
setViewPosition(Point) - Method in class com.cafean.client.analysis.ViewComponent
Setter for property viewPosition.
setViewPosition(Point) - Method in class com.cafean.client.ui.DrawnView
Sets the upper left coordinate of the viewport in the main scroll pane this should make sure that the view shows exactly what was shown when last open.
setViewSelectionMode(int) - Method in class com.cafean.client.ui.SnapPreferences
 
setViewXMax(double) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
setViewXMin(double) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
setViewYMax(double) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
setViewYMin(double) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
setVirtual(VirtualModelUtil) - Method in class com.cafean.client.analysis.AbstractModel
 
setVisible(boolean) - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesDialog
 
setVisible(boolean) - Method in class com.cafean.client.analysis.ViewComponent
Shows or hides this ViewComponent's DrawnView and it's accompanying dialog or panel.
setVisible(boolean) - Method in class com.cafean.client.anim.channel.ChannelSelectionDialog
 
setVisible(boolean) - Method in class com.cafean.client.integrator.editors.IntegrationDefinitionDialog
 
setVisible(boolean) - Method in class com.cafean.client.integrator.ui.CrossReferencesDialog
 
setVisible(boolean) - Method in class com.cafean.client.io.TemplateDescriptor
 
setVisible(boolean) - Method in class com.cafean.client.mdocs.ALModelNotesFrame
 
setVisible(boolean) - Method in class com.cafean.client.mdocs.ALOwnerSearchFrame
 
setVisible(boolean) - Method in class com.cafean.client.mdocs.ModelNotesDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.AboutContactsDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.AboutLicenseDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.annotation.ImageAnnotationDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.ApplicationFrame
Shows or hides this MainFrame.
setVisible(boolean) - Method in class com.cafean.client.ui.AsciiViewer
 
setVisible(boolean) - Method in class com.cafean.client.ui.beans.CalendarDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.beans.ColorChooserDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.beans.FilteredMultiCompSelectionDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.beans.GenericPropSetArrayDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.beans.PropertySetDialog
setVisible(boolean) - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.CloseAllDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.ComponentSelectionDialog
This is where the dialog fills the list of components by Category, or by reading in all the components in the model.
setVisible(boolean) - Method in class com.cafean.client.ui.ComponentUsagesDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.ConditionSetDataDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.CreateViewsDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.DrawnView
 
setVisible(boolean) - Method in class com.cafean.client.ui.EnumSelectionDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.FixedWidthTextDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.GenericTableDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.IdentVsRealTableDialog
This is when the TableModel gets initialized.
setVisible(boolean) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
This is where the dialog fills the list of components by Category, or by reading in all the components in the model.
setVisible(boolean) - Method in class com.cafean.client.ui.MultiObjectSelectorDialog
This removes the currently selected objects from the list of possible objects.
setVisible(boolean) - Method in class com.cafean.client.ui.NamedValueSelector
 
setVisible(boolean) - Method in class com.cafean.client.ui.navigator.MiniNavigator
 
setVisible(boolean) - Method in class com.cafean.client.ui.ObjectSelectionDialog
This is where the dialog fills the list of components by Category, or by reading in all the components in the model.
setVisible(boolean) - Method in class com.cafean.client.ui.PlotVarsDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.PreferencesDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.QuitDialog
Shows or hides the component depending on the boolean flag b.
setVisible(boolean) - Method in class com.cafean.client.ui.RealTwoDimArrayDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.report.ModelReportViewer
 
setVisible(boolean) - Method in class com.cafean.client.ui.SelectPluginDialog
Gives focus to the OK button as the dialog is enabled.
setVisible(boolean) - Method in class com.cafean.client.ui.SessionPromptDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.SortedMultiComponentSelectionDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.StringSelectionDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.SubblockArrayTableDialog
Overriden to save/load settings when appropriate.
setVisible(boolean) - Method in class com.cafean.client.ui.util.DrawingLayer
 
setVisible(boolean) - Method in class com.cafean.client.ui.util.DrawnLayerDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.util.ModelReportDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.util.search.GlobalSearchDialog
 
setVisible(boolean) - Method in class com.cafean.client.ui.ViewConnectionsPrefDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.drawn.DrawnSharedValueDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.editors.LongCStringEditingDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.functions.ui.NumericFunctionConsole
 
setVisible(boolean) - Method in class com.cafean.client.values.functions.ui.SelectFunctionDescDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.sources.ui.SelectDataSourceDescDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.CRealTwoDimArrayDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.CTableNDDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.EnumEntryDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.ParametricValuesDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.PlotColumnSelectDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.SharedRealCompletionDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.SharedRealSelectionDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.SharedValueSelectionDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.StringEnumEntryDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.StringReferenceDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.TableDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.TableMapDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.ui.VariableNameConversionDialog
 
setVisible(boolean) - Method in class com.cafean.client.values.util.matlab.Engine
 
setVisible(boolean) - Method in class com.cafean.h2o.ui.JSteamFrame
 
setVisible(boolean) - Method in class com.cafean.JobStatus.OutputViewer.OutputViewer
Shows or hides this OV as well as (en/dis)abling the scrollbar adjustments as appropriate.
setVisible(boolean) - Method in class com.cafean.JobStatus.OutputViewer.PointsOfInterest
 
setVisible(boolean) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
setVisible(boolean) - Method in class com.cafean.JobStatus.ui.queue.QueueDisplayDialog
 
setVisible(boolean) - Method in class com.cafean.JobStatus.ui.queue.WaitForBackgroundQueueDialog
 
setVisible(boolean) - Method in class com.cafean.JobStatus.ui.RootFolderDialog
 
setVisible(boolean) - Method in class com.cafean.JobStatus.ui.stream.MaxScheduledJobsDialog
 
setVisible(boolean) - Method in class com.cafean.JSteam.JSteamFrame
 
setVisible(boolean) - Method in class com.cafean.utils.BlockingDialog
Overrides javax.swing.JDialog.setVisible(boolean) for the false case.
setVisible(boolean) - Method in class com.cafean.utils.CalcServFolderSelector
 
setVisible(boolean) - Method in class com.cafean.utils.GCPanel
 
setVisible(boolean) - Method in class com.cafean.utils.RptDoc.ReportDialog
Sets snap preferences
setVisible(boolean) - Method in class com.cafean.utils.SplashWindow
Shows or hides this window.
setVisible(boolean) - Method in class com.cafean.utils.update.ShowUpdatesDialog
 
setVisible(boolean, ViewCompRec) - Method in class com.cafean.client.analysis.ViewComponent
Shows or hides this ViewComponent's DrawnView and it's accompanying dialog or panel.
setVISIBLE(boolean) - Method in class com.cafean.client.io.med.DrawnLayerRec
Set function for VISIBLE attribute.
setVISIBLE(boolean) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for VISIBLE attribute.
setVisibleEdgeNodeCount(int) - Method in class com.cafean.client.ui.swing.accordion.Accordion
Sets the maximum number of nodes visible around an expanded node.
setVoidFraction(double) - Method in class com.cafean.h2o.FluidState
Setter for void fraction
setVoidFraction(Dimless) - Method in class com.cafean.h2o.FluidState
Setter for void fraction
setVoidFraction(Real) - Method in class com.cafean.h2o.FluidState
Setter for void fraction
setVolumeID(ChannelInfoRef) - Method in class com.cafean.client.anim.AbstractVolumeBean
Set the Volume ID.
setVolumeID(String) - Method in class com.cafean.client.anim.AbstractVolumeBean
Sets the volume id.
setWaitCursor() - Static method in class com.cafean.client.ui.ApplicationFrame
Sets the cursor to a cursor indicating the user should wait for a process before continuing.
setWarningColor(Color) - Method in class com.cafean.client.ui.SnapPreferences
 
setWaterPressure(double) - Method in class com.cafean.h2o.FluidState
Setter for water pressure
setWaterPressure(Pressure) - Method in class com.cafean.h2o.FluidState
Setter for water pressure
setWaterPressure(Real) - Method in class com.cafean.h2o.FluidState
Setter for water pressure
setWaterTemperature(double) - Method in class com.cafean.h2o.FluidState
Setter for water temperature
setWaterTemperature(Real) - Method in class com.cafean.h2o.FluidState
Setter for water temperature
setWebPage(String) - Method in class com.cafean.utils.update.UpdateEntry
 
setWebSupport(WebSupport) - Method in class com.cafean.utils.Configurator
Sets the given Web support configuration into the Global module.
setWebSupport(WebSupport) - Method in class com.cafean.utils.ConfigWrapper
Sets the given Web support configuration into the Global module.
setWebSupportServer(String) - Method in class com.cafean.utils.WebSupport
Setter for property webSupportServer.
setWholeWord(boolean) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Set function for wholeWord attribute.
setWholeWord(boolean) - Method in class com.cafean.client.validation.util.DocumentSearcher
 
setWholeWord(boolean) - Method in class com.cafean.JobStatus.OutputViewer.FileDocument
 
setWidth(int) - Method in class com.cafean.client.ui.annotation.Annotation
 
setWIDTH(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for WIDTH attribute.
setWIDTH_SCALE(double) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for WIDTH_SCALE attribute.
setWIDTH_SCALE_FACTOR(double) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for WIDTH_SCALE_FACTOR attribute.
setWidthLabel(String) - Method in class com.cafean.client.ui.DrawnScaleDialog
sets the width label's text to the given string.
setWidthScaleFactor(double) - Method in class com.cafean.client.analysis.ViewComponent
Sets this view's width scale factor.
setWidthScaleFactor(double) - Method in class com.cafean.client.io.TemplateDescriptor
sets the width scale factor setting of the source view
setWidthScaleFactor(double) - Method in class com.cafean.client.io.TemplateEntry
Setter for property widthScaleFactor.
setWidthScaleFactor(double) - Method in class com.cafean.client.ui.DrawnComponent
 
setWindowingMode(int) - Method in class com.cafean.client.ui.SnapPreferences
sets the current windowing arrangement mode as one of the above WINDOW_* enumerations.
setWindowLocation(Window) - Static method in class com.cafean.client.ui.ApplicationFrame
Sets the window location for the provided window.
setWindowLocation(Window) - Static method in class com.cafean.client.ui.MainFrame
Sets the given window's location to be that of the center of this main frame's current screen.
setWrapAround(boolean) - Method in class com.cafean.client.validation.util.DocumentSearcher
 
setWrapperType(String) - Method in class com.cafean.CalcServer.CalcJobFile
sets the name of the wrapper module type used to run this job.
setWrapperType(String) - Method in class com.cafean.CalcServer.command.Job
Set function for wrapperType attribute.
setWrapperType(String) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Set function for wrapperType attribute.
setX(double) - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
setX_LOC(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for X_LOC attribute.
setX_Pos(double) - Method in class com.cafean.client.ui.DrawnComponent
Sets the location of this DrawnComponent's center to the given position in the X dimension.
setX_SIZE(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for X_SIZE attribute.
setXAxisLabel(String) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
setXORMode(Color) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
setXpdfPath(String) - Method in class com.cafean.client.ui.SnapPreferences
gets the path to the XPDF executable used by the PDFViewer
setXPOS(double) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for XPOS attribute.
setXPOS(double) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for XPOS attribute.
setXPOS(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for XPOS attribute.
setY(double) - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
setY_LOC(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for Y_LOC attribute.
setY_Pos(double) - Method in class com.cafean.client.ui.DrawnComponent
Sets the location of this DrawnComponent's center to the given position in the Y dimension.
setY_SIZE(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for Y_SIZE attribute.
setYAxisLabel(String) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
setYAxisPlacement(ExportLabelPlacement) - Method in class com.cafean.document.notebook.plot.ExportGraph
 
setYPOS(double) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for YPOS attribute.
setYPOS(double) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for YPOS attribute.
setYPOS(int) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Set function for YPOS attribute.
setZOOM_SCALE(double) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for ZOOM_SCALE attribute.
setZOOM_X_SIZE(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for ZOOM_X_SIZE attribute.
setZOOM_Y_SIZE(int) - Method in class com.cafean.client.io.med.ViewCompRec
Set function for ZOOM_Y_SIZE attribute.
setZoomScale(double) - Method in class com.cafean.client.analysis.ViewComponent
Sets the locally stored zoom scale.
setZoomScale(double) - Method in class com.cafean.client.ui.DrawnView
Setter for the scale of the ZoomablePanel
setZPOS(double) - Method in class com.cafean.client.io.med.DrawnComponentRec
Set function for ZPOS attribute.
setZPOS(double) - Method in class com.cafean.client.io.med.DrawnNumericRec
Set function for ZPOS attribute.
SharedBoolean - Class in com.cafean.client.values.components
This class provides IO access to SharedBoolean data bocks.
SharedBoolean() - Constructor for class com.cafean.client.values.components.SharedBoolean
Construct an empty instance.
SharedBoolean(AbstractModel, PibFile, int[]) - Constructor for class com.cafean.client.values.components.SharedBoolean
Create a SharedBoolean from a pib block.
SharedBooleanBeanInfo - Class in com.cafean.client.values.components
This class provides BeanInfo for the SharedBoolean class.
SharedBooleanBeanInfo() - Constructor for class com.cafean.client.values.components.SharedBooleanBeanInfo
 
SharedBooleanInitialValueEditor - Class in com.cafean.client.values.editors
 
SharedBooleanInitialValueEditor() - Constructor for class com.cafean.client.values.editors.SharedBooleanInitialValueEditor
 
SharedBooleanValueEditor - Class in com.cafean.client.values.editors
An editor for the value field of a SharedBoolean that is uneditable when the SharedBoolean isn't marked as a constant.
SharedBooleanValueEditor() - Constructor for class com.cafean.client.values.editors.SharedBooleanValueEditor
 
SharedBooleanValueEditor(boolean) - Constructor for class com.cafean.client.values.editors.SharedBooleanValueEditor
 
SharedComponent - Interface in com.cafean.client.analysis
An interface describing an AbstractComponent that is shared among other components.
SharedFunction - Class in com.cafean.client.values.components
This class stores the Python source of a user-defined function.
SharedFunction() - Constructor for class com.cafean.client.values.components.SharedFunction
Construct an empty instance.
SharedFunction(AbstractModel, PibFile, int[]) - Constructor for class com.cafean.client.values.components.SharedFunction
Construct an instance from a PIB file entry.
SharedFunctionCatProps - Class in com.cafean.client.values.components
This class provides IO access to SharedFunctionCatProps data bocks.
SharedFunctionCatProps() - Constructor for class com.cafean.client.values.components.SharedFunctionCatProps
Construct an empty instance.
SharedFunctionCatProps(PibFile, int[]) - Constructor for class com.cafean.client.values.components.SharedFunctionCatProps
Construct an instance from a PIB file entry.
SharedFunctionCatPropsBeanInfo - Class in com.cafean.client.values.components
This class provides BeanInfo for the SharedFunctionCatProps class.
SharedFunctionCatPropsBeanInfo() - Constructor for class com.cafean.client.values.components.SharedFunctionCatPropsBeanInfo
 
SharedFunctionSource - Class in com.cafean.client.values.components
Holds the source code for the user defined function along with a reference to the parent SharedFunction.
SharedFunctionSource() - Constructor for class com.cafean.client.values.components.SharedFunctionSource
Creates a new instance of FunctionSource
SharedFunctionSource(ComponentElement) - Constructor for class com.cafean.client.values.components.SharedFunctionSource
Construct an empty instance.
SharedFunctionSource(String, ComponentElement) - Constructor for class com.cafean.client.values.components.SharedFunctionSource
Construct an empty instance.
SharedInteger - Class in com.cafean.client.values.components
A user-defined integer; instances of which may represent either scalar values or enumerations.
SharedInteger() - Constructor for class com.cafean.client.values.components.SharedInteger
Construct an empty instance.
SharedInteger(AbstractModel, PibFile, int[]) - Constructor for class com.cafean.client.values.components.SharedInteger
Construct an instance from a PIB file entry.
SharedIntegerBeanInfo - Class in com.cafean.client.values.components
This class provides BeanInfo for the SharedInteger class.
SharedIntegerBeanInfo() - Constructor for class com.cafean.client.values.components.SharedIntegerBeanInfo
 
SharedIntegerInitialValueEditor - Class in com.cafean.client.values.editors
 
SharedIntegerInitialValueEditor() - Constructor for class com.cafean.client.values.editors.SharedIntegerInitialValueEditor
 
SharedIntegerValueEditor - Class in com.cafean.client.values.editors
Text field editor for SharedInteger value and initial value.
SharedIntegerValueEditor() - Constructor for class com.cafean.client.values.editors.SharedIntegerValueEditor
Creates new form SwingStringEditor
SharedIntegerValueEditor(boolean) - Constructor for class com.cafean.client.values.editors.SharedIntegerValueEditor
 
SharedIntegerWrapper - Class in com.cafean.client.values.ui
 
SharedIntegerWrapper(SharedInteger) - Constructor for class com.cafean.client.values.ui.SharedIntegerWrapper
 
SharedIntegerWrapperBeanInfo - Class in com.cafean.client.values.ui
 
SharedIntegerWrapperBeanInfo() - Constructor for class com.cafean.client.values.ui.SharedIntegerWrapperBeanInfo
 
SharedReal - Class in com.cafean.client.values.components
A user-defined real.
SharedReal() - Constructor for class com.cafean.client.values.components.SharedReal
Construct an empty instance.
SharedReal(AbstractModel, PibFile, int[]) - Constructor for class com.cafean.client.values.components.SharedReal
Construct an instance from a PIB file entry.
SharedReal(AbstractNumericsModel, CReal) - Constructor for class com.cafean.client.values.components.SharedReal
Constructs an instance with the given units.
SharedRealBeanInfo - Class in com.cafean.client.values.components
This class provides BeanInfo for the SharedReal class.
SharedRealBeanInfo() - Constructor for class com.cafean.client.values.components.SharedRealBeanInfo
 
SharedRealCompletionDialog - Class in com.cafean.client.values.ui
This dialog allows the user to select from the available engineering units in the given numerics model.
SharedRealCompletionDialog(Dialog, AbstractNumericsModel) - Constructor for class com.cafean.client.values.ui.SharedRealCompletionDialog
Creates new form UnitSelectionDialog
SharedRealCompletionDialog(Frame, AbstractNumericsModel) - Constructor for class com.cafean.client.values.ui.SharedRealCompletionDialog
Creates new form UnitSelectionDialog
SharedRealInitialValueEditor - Class in com.cafean.client.values.editors
 
SharedRealInitialValueEditor() - Constructor for class com.cafean.client.values.editors.SharedRealInitialValueEditor
 
SharedRealSelectionDialog - Class in com.cafean.client.values.ui
 
SharedRealSelectionDialog(Dialog, AbstractComponent[]) - Constructor for class com.cafean.client.values.ui.SharedRealSelectionDialog
Creates new SharedRealSelectionDialog
SharedRealSelectionDialog(Frame, AbstractComponent[]) - Constructor for class com.cafean.client.values.ui.SharedRealSelectionDialog
Creates new SharedRealSelectionDialog
SharedRealValueEditor - Class in com.cafean.client.values.editors
An editor for AbstractCReal instances.
SharedRealValueEditor() - Constructor for class com.cafean.client.values.editors.SharedRealValueEditor
Creates a new instance.
SharedRealValueEditor(boolean) - Constructor for class com.cafean.client.values.editors.SharedRealValueEditor
Creates new form LocalRealEditor
SharedRealWrapper - Class in com.cafean.client.values.ui
 
SharedRealWrapper(SharedReal) - Constructor for class com.cafean.client.values.ui.SharedRealWrapper
 
SharedRealWrapperBeanInfo - Class in com.cafean.client.values.ui
 
SharedRealWrapperBeanInfo() - Constructor for class com.cafean.client.values.ui.SharedRealWrapperBeanInfo
 
SharedString - Class in com.cafean.client.values.components
A user-defined string; instances of which may represent either scalar values or enumerations.
SharedString() - Constructor for class com.cafean.client.values.components.SharedString
Construct an empty instance.
SharedString(AbstractModel, PibFile, int[]) - Constructor for class com.cafean.client.values.components.SharedString
Construct an instance from a PIB file entry.
SharedStringBeanInfo - Class in com.cafean.client.values.components
This class provides BeanInfo for the SharedString class.
SharedStringBeanInfo() - Constructor for class com.cafean.client.values.components.SharedStringBeanInfo
 
SharedStringInitialValueEditor - Class in com.cafean.client.values.editors
 
SharedStringInitialValueEditor() - Constructor for class com.cafean.client.values.editors.SharedStringInitialValueEditor
 
SharedStringValueEditor - Class in com.cafean.client.values.editors
An editor for the value field of a SharedString that is uneditable when the SharedString isn't marked as a constant.
SharedStringValueEditor() - Constructor for class com.cafean.client.values.editors.SharedStringValueEditor
 
SharedStringValueEditor(boolean) - Constructor for class com.cafean.client.values.editors.SharedStringValueEditor
 
SharedTable - Class in com.cafean.client.values.components
This class provides IO access to SharedTable data bocks.
SharedTable() - Constructor for class com.cafean.client.values.components.SharedTable
Construct an empty instance.
SharedTable(AbstractModel, PibFile, int[]) - Constructor for class com.cafean.client.values.components.SharedTable
Constructs a new instance from a PIB file entry.
SharedTableBeanInfo - Class in com.cafean.client.values.components
This class provides BeanInfo for the SharedTable class.
SharedTableBeanInfo() - Constructor for class com.cafean.client.values.components.SharedTableBeanInfo
 
SharedTableEditor - Class in com.cafean.client.values.editors
An editor used to access the columns of a SharedTable.
SharedTableEditor() - Constructor for class com.cafean.client.values.editors.SharedTableEditor
 
SharedValueComparator - Class in com.cafean.client.values.util
Compares abstract components by name.
SharedValueComparator() - Constructor for class com.cafean.client.values.util.SharedValueComparator
 
SharedValueEditor - Class in com.cafean.client.values.editors
This is the parent editor for the value and initial value field for all of the scalar variables in the Numerics package.
SharedValueEditor() - Constructor for class com.cafean.client.values.editors.SharedValueEditor
Creates new form SharedValueEditor, with the allowDisabled flag initialized to TRUE.
SharedValueEditor(boolean) - Constructor for class com.cafean.client.values.editors.SharedValueEditor
Creates new form SharedValueEditor where the allowDisabled parameter is passed in.
SharedValueIcon - Class in com.cafean.client.values.util
An extension of ImageIcon used to represent AbstractSharedValue instances which allow setting a state that either prevents or allows modification by user-defined functions.
SharedValueIcon(AbstractSharedValue, Icon) - Constructor for class com.cafean.client.values.util.SharedValueIcon
Creates a new SharedValueIcon.
SharedValueSelectionDialog - Class in com.cafean.client.values.ui
 
SharedValueSelectionDialog(Dialog, AbstractNumericsModel, Category) - Constructor for class com.cafean.client.values.ui.SharedValueSelectionDialog
Creates new form SharedVariableSelectionDialog
SharedValueSelectionDialog(Frame, AbstractNumericsModel, Category) - Constructor for class com.cafean.client.values.ui.SharedValueSelectionDialog
Creates new form SharedVariableSelectionDialog
SharedVariableSupport - Interface in com.cafean.client.values.components
 
shear(double, double) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
shouldAddComponent(Category) - Method in class com.cafean.client.ui.navigator.MiniNavigatorRootNode
 
shouldAddMultipleRows() - Method in class com.cafean.client.values.components.CTable1D
Determines if the multiple row addition method should be used when pasting in multiple rows of data.
shouldAddRows() - Method in class com.cafean.client.analysis.Table1D
Should be overriden by Table1D children if create rows is desired on paste
shouldAddRows() - Method in interface com.cafean.client.ui.beans.AddRowsInterface
Determines if the dialog should create rows on paste.
shouldAddRows() - Method in class com.cafean.client.ui.GenericTableModel
 
shouldAddRows() - Method in class com.cafean.client.values.components.CTable1D
Should be overriden by Table1D children if create rows is desired on paste.
shouldAddRows() - Method in class com.cafean.client.values.util.ClipboardTableModel
 
shouldInterpolateIndependent() - Method in class com.cafean.client.values.components.CTable1D
Determines if an interpolated value should be applied to newly added rows for the independent variable.
shouldProvideUndoable() - Method in interface com.cafean.client.values.util.UndoableClipData
Method determines if an undo event should be added
shouldSelectCell(EventObject) - Method in class com.cafean.client.ui.SourceTargetTableEditor
 
shouldSort() - Method in class com.cafean.client.analysis.Table1D
 
shouldSort() - Method in interface com.cafean.client.ui.beans.SortableModel
Determines if this Table should allow sorting
shouldSort() - Method in class com.cafean.client.values.components.CTable1D
Determines if sorting is provided for this particular CTable1D instance.
shouldSort() - Method in class com.cafean.client.values.util.ClipboardTableModel
 
show(DrawnView) - Static method in class com.cafean.client.ui.ViewConnectionsPrefDialog
 
show(Frame, BackgroundQueue) - Static method in class com.cafean.JobStatus.ui.queue.WaitForBackgroundQueueDialog
 
show(Window, AbstractNumericsModel) - Static method in class com.cafean.client.values.ui.VariableNameConversionDialog
 
SHOW_CONNECTION - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
showAllConnections() - Method in class com.cafean.client.ui.BeanBox
This goes through all of the components currently in the view, and tries to render their connections.
showAllConnections(boolean) - Method in class com.cafean.client.ui.BeanBox
This goes through all of the components currently in the view, and tries to render their connections.
showCancelButton(boolean) - Method in class com.cafean.client.ui.ComponentSelector
If this operation is not something that should be cancellable, this function can be called to prevent the cancel button from being displayed.
showComment(int) - Method in class com.cafean.client.analysis.GenericObject
Retrieves the text in the comment at the given index.
showComponentUsages(AbstractComponent) - Static method in class com.cafean.client.ui.ComponentUsagesDialog
This method will attempt to find a usages dialog for the given component, and bring it to the front.
showConfirmDialog(Component, Object) - Static method in class com.cafean.utils.OptionPane
showConfirmDialog(Component, Object, String, int) - Static method in class com.cafean.utils.OptionPane
showConfirmDialog(Component, Object, String, int, int) - Static method in class com.cafean.utils.OptionPane
showConfirmDialog(Component, Object, String, int, int, Icon) - Static method in class com.cafean.utils.OptionPane
showConnections() - Method in class com.cafean.client.ui.DrawnComponent
 
showCreateDialog() - Static method in class com.cafean.client.ui.ApplicationFrame
Attempts to create and add a new model by prompting the user with the list of available plugins.
showDemoMessage(Component) - Static method in class com.cafean.utils.Version
A convinience method for telling the user that something is not usable in a demonstration version.
showDialog(int[]) - Static method in class com.cafean.client.values.ui.ParametricValuesDialog
Displays the dialog with the selected values.
showDialog(long) - Static method in class com.cafean.client.ui.beans.CalendarDialog
Displays the dialog, blocking until the user completes their selection or dismisses the window.
showDialog(AbstractModel, Category) - Static method in class com.cafean.client.ui.ReorderCompsByCCDialog
Displays the dialog for the given model.
showDialog(AbstractModel, ArrayList<AbstractComponent>, Category) - Static method in class com.cafean.client.ui.ReorderCompsByCCDialog
 
showDialog(DrawnView) - Static method in class com.cafean.client.ui.util.DrawnLayerDialog
 
showDialog(ValidationDisplayPanel) - Static method in class com.cafean.client.validation.GotoLineDialog
 
showDialog(AbstractCTable, AbstractNumericsModel) - Static method in class com.cafean.client.values.ui.TableDialog
Displays the dialog.
showDialog(EnumEntry[]) - Static method in class com.cafean.client.values.ui.EnumEntryDialog
Displays the dialog.
showDialog(NumericsTableColumn[], AbstractNumericsModel) - Static method in class com.cafean.client.values.ui.TableDialog
Displays the dialog.
showDialog(Component, PlatformDefinition, URI, Configurator, boolean) - Static method in class com.cafean.utils.CalcServFolderSelector
Shows a remote folder selector for the given server with the given initial selection.
showDialog(Component, String, PlatformDefinition, URI, Configurator, boolean) - Static method in class com.cafean.utils.CalcServFolderSelector
 
showDialog(Component, String, List<PlatformDefinition>, URI, Configurator, boolean) - Static method in class com.cafean.utils.CalcServFolderSelector
Shows a remote folder selector for the given server with the given initial selection.
showDialog(Component, List<PlatformDefinition>, URI, Configurator, boolean) - Static method in class com.cafean.utils.CalcServFolderSelector
Shows a remote folder selector for the given server with the given initial selection.
showDialog(Dialog, Color) - Static method in class com.cafean.client.ui.beans.ColorChooserDialog
 
showDialog(Dialog, Color, boolean) - Static method in class com.cafean.client.ui.beans.ColorChooserDialog
 
showDialog(Frame, ModelErrorReport) - Static method in class com.cafean.client.ui.ModelExportDialog
Displays the dialog used during model export which warns a user that the model they are exporting contains errors.
showDialog(Frame, Color) - Static method in class com.cafean.client.ui.beans.ColorChooserDialog
 
showDialog(Frame, Color, boolean) - Static method in class com.cafean.client.ui.beans.ColorChooserDialog
 
showDialog(Frame, List<AbstractComponent>) - Static method in class com.cafean.client.values.nif.NumericsExportConfirmDialog
Shows a confirm NIF export dialog.
showDialog(Window, DeleteJobResponse) - Static method in class com.cafean.JobStatus.ui.DeleteFailedDialog
 
showDialog(Window, AbstractNumericsModel, SharedTable) - Static method in class com.cafean.client.values.ui.CreateTableDialog
Displays the dialog.
showDialog(Window, String[]) - Static method in class com.cafean.client.values.ui.PlotColumnSelectDialog
Displays the dialog.
showDialog(Window, Date) - Static method in class com.cafean.client.ui.beans.CalendarDialog
Displays the dialog, blocking until the user completes their selection or dismisses the window.
showDialog(String[]) - Static method in class com.cafean.client.values.ui.StringEnumEntryDialog
Displays the dialog.
showDialog(Date) - Static method in class com.cafean.client.ui.beans.CalendarDialog
Displays the dialog, blocking until the user completes their selection or dismisses the window.
showDialog(JComponent, Configurator, PlatformDefinition) - Static method in class com.cafean.JobStatus.ui.RootFolderDialog
 
showDialog(JComponent, Color, boolean) - Static method in class com.cafean.client.ui.beans.ColorChooserDialog
 
showDialog(JDialog) - Static method in class com.cafean.client.values.ui.InsertMultipleTableRows
Opens the InsertMultipleTableRows dialog on top of the parent dialog and returns the number of rows selected.
showDoc(URI, int) - Method in class com.cafean.utils.ReferenceDocs.PDFViewer
 
showEditingDialog(Window, String, String, AbstractNumericsModel) - Static method in class com.cafean.client.values.editors.LongCStringEditingDialog
Opens the LongCStringEditingDialog with the provided window as the parent.
showError(String) - Static method in class com.cafean.JobStatus.Main
Prints the given message to stderr in ERROR format.
showError(String, String, Exception) - Static method in class com.cafean.CalcServer.command.CommandFile_file
Handle errors.
showError(String, String, Exception) - Static method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Handle errors.
showError(String, String, Exception) - Static method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Handle errors.
showError(String, String, Exception) - Static method in class com.cafean.client.io.med.MED_file
Handle errors.
showError(String, String, Exception) - Static method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Handle errors.
showError(String, String, Exception) - Static method in class com.cafean.client.values.components.CNL_LIBRARY_file
Handle errors.
showError(String, String, Exception) - Static method in class com.cafean.client.values.util.ValueUtils
Handle errors.
showError(String, String, Exception) - Static method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Handle errors.
showError(String, String, Exception) - Static method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Handle errors.
showError(String, String, Exception) - Static method in class com.cafean.rpc.command.RPC_file
Handle errors.
showError(String, String, Exception) - Static method in class com.cafean.snapdx.SNAPDataExchange_file
Handle errors.
showError(String, Throwable) - Static method in class com.cafean.JobStatus.Main
Prints the given message to stderr in TRACE format.
showErrorDialog(String, String) - Static method in class com.cafean.client.values.nif.NIFUtils
Displays an error dialog that occurs when a fatal NIF error happens.
showExistingConfigTool() - Static method in class com.cafean.config.ConfigToolLauncher
 
showHelp(String, String) - Static method in class com.cafean.client.ui.ApplicationFrame
Requests that the given help section ID from the given help set be displayed in the ModelEditor's help viewer.
showHelp(String, String) - Static method in class com.cafean.moviegen.PreviewFrame
Requests that the given help section ID from the given help set be displayed in the ModelEditor's help viewer.
ShowHS_connections() - Method in class com.cafean.client.ui.SnapPreferences
 
showInputDialog(Component, Object) - Static method in class com.cafean.utils.OptionPane
showInputDialog(Component, Object, Object) - Static method in class com.cafean.utils.OptionPane
showInputDialog(Component, Object, String, int) - Static method in class com.cafean.utils.OptionPane
showInputDialog(Component, Object, String, int, Icon, Object[], Object) - Static method in class com.cafean.utils.OptionPane
showInputDialog(Object) - Static method in class com.cafean.utils.OptionPane
showInputDialog(Object, Object) - Static method in class com.cafean.utils.OptionPane
showMessageDialog(Component, Object) - Static method in class com.cafean.utils.OptionPane
showMessageDialog(Component, Object, String, int) - Static method in class com.cafean.utils.OptionPane
 
showMessageDialog(Component, Object, String, int, Icon) - Static method in class com.cafean.utils.OptionPane
 
showModal() - Method in class com.cafean.client.anim.PlaybackTimeDialog
 
showModal() - Method in class com.cafean.client.anim.RecordProgressDialog
Displays the modal dialog.
showModal() - Method in class com.cafean.client.anim.RecordSettingsDialog
Shows this modal dialog.
showModal() - Method in class com.cafean.JobStatus.CommandDialog
Position and display the dialog as model.
showModal() - Static method in class com.cafean.utils.LogonDialog
Position and display the dialog as model.
showNotes(Window, AbstractModel, AbstractComponent[]) - Static method in class com.cafean.client.mdocs.ModelNotesDialog
opens (or toFronts) the ModelNotesDialog for the given model and components
showNotes(Window, AbstractModel, AbstractComponent[], String[]) - Static method in class com.cafean.client.mdocs.ALModelNotesFrame
opens (or toFronts) the ALModelNotesFrame for the given model then sets the search criteria to display only those notes.
showNumericsLabel(boolean) - Method in class com.cafean.client.values.ui.CBooleanCheckBox
Determines if the label will be displayed
showOpenDialog() - Static method in class com.cafean.client.ui.ApplicationFrame
This event is called when the user wants to open a local stored MED file.
showOptionDialog(Component, Object, String, int, int, Icon, Object[], Object) - Static method in class com.cafean.utils.OptionPane
Brings up a dialog with a specified icon, where the initial choice is determined by the initialValue parameter and the number of choices is determined by the optionType parameter.
showPasteSpecialDialog(AbstractModel, DrawnView, boolean) - Method in class com.cafean.client.ui.clipboard.ComponentPaster
Shows the Paste Special dialog
showPasteSpecialDialog(AbstractModel, DrawnView, AbstractModel, boolean, ComponentPaster, CompoundEdit) - Method in class com.cafean.client.integrator.IntegratorClipboardListener
 
showPasteSpecialDialog(AbstractModel, DrawnView, AbstractModel, boolean, ComponentPaster, CompoundEdit) - Method in class com.cafean.client.ui.clipboard.ClipboardListener
Directs this clipboard listener to show the paste special dialog.
showPopup(Component, AbstractModel, String, String) - Static method in class com.cafean.client.ui.beans.BeanPropDescriptionPanel
Creates a new bean property description panel and pops it up in a pop-up menu or pop-up window.
showPopup(Component, String, String) - Static method in class com.cafean.client.ui.beans.BeanPropDescriptionPanel
Creates a new bean property description panel and pops it up in a pop-up menu or pop-up window.
showRestartPanel(String, boolean) - Method in class com.cafean.client.ui.navigator.DefaultNavigatorModelComponent
Enables the virtual editing panel for this navigator component.
showSearchFrame(AbstractModel, String, String) - Static method in class com.cafean.client.mdocs.ALOwnerSearchFrame
Opens an ALOwnerSearchFrame for the given model if none is available.
showSelector(LinkedList<Integer>) - Static method in class com.cafean.client.ui.ModelSelectionPopup
 
showTimeControls() - Method in class com.cafean.client.anim.SourceManager
Display a dialog to allow the analysis time and replay rate to be modified.
showToolbarPopup(MouseEvent) - Method in class com.cafean.client.ui.MainToolbarManager
Creates and displays the pop-up menu for enabling and disabling the tool bars.
showTrackerError(String, SQLException) - Static method in class com.cafean.JobStatus.Main
Prints the given message to STDERR, prints a stack trace for the exception to STDERR, and displays the message and the exception message to the user with a JOptionPane.
ShowUpdatesDialog - Class in com.cafean.utils.update
 
ShowUpdatesDialog(Frame, WebUpdateCheck) - Constructor for class com.cafean.utils.update.ShowUpdatesDialog
Creates new form ShowUpdatesDialog
shutdown() - Method in class com.cafean.CalcServer.CalcServerConnector
 
shutdown() - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
 
shutdown() - Method in class com.cafean.CalcServer.rpc.CalcServerResponder
 
shutdown() - Static method in class com.cafean.client.anim.available.JobAvailabilityQueue
Shuts down the availability queue until the next time JobAvailabilityQueue.getInstance() is called.
shutdown() - Method in class com.cafean.client.rpc.ModelEditorResponder
 
shutdown() - Method in class com.cafean.client.utils.pybatch.MEPyBatchHandler
 
shutdown() - Method in class com.cafean.JobStatus.rpc.JobStatusResponder
 
shutdown() - Method in class com.cafean.rpc.AbstractRPCConnection
shuts down this connection
shutdown() - Method in class com.cafean.rpc.CallbackNotifier
 
shutdown() - Method in class com.cafean.rpc.CallbackResponder
 
shutdown() - Method in class com.cafean.rpc.RPCListener
Requests that this listener shutdown ASAP by interrupting the incoming task thread.
shutdown() - Method in class com.cafean.rpc.RPCManager
Requests that this manager shutdown ASAP by interrupting the incoming task thread.
shutdown() - Method in class com.cafean.rpc.RPCRequester
 
shutdown() - Method in class com.cafean.rpc.RPCResponder
shuts down this responder
shutdown(long) - Method in class com.cafean.JobStatus.ui.queue.BackgroundQueue
 
ShutdownRequest - Class in com.cafean.CalcServer.command
This class provides IO access to ShutdownRequest data bocks.
ShutdownRequest() - Constructor for class com.cafean.CalcServer.command.ShutdownRequest
Construct an empty instance.
ShutdownRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.ShutdownRequest
Construct an instance from a PIB file entry.
shutdownServer() - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
requests that the server shut down
shuttlesort(int[], int[], int, int) - Method in class com.cafean.utils.TableSorter
 
SI - Static variable in class com.cafean.client.values.components.AbstractCReal
The enumeration value for SI units.
SI - Static variable in class com.cafean.Number.BaseNumber
The enumeration value for SI units.
SI_String - Static variable in class com.cafean.client.values.components.CDimless
 
siLabel - Variable in class com.cafean.CalcServer.command.UnitCodeResponse
the SI units label.
siLabel - Variable in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
No Documentation Available.
Simple - com.cafean.client.ui.util.search.GSMatchType
 
SimpleFKCrossReference - Class in com.cafean.client.integrator.reference
A reference representing a simple foreign key reference in one component referring directly to another component with no additional data.
SimpleOptionalCRealEditor - Class in com.cafean.client.values.editors
A simplified optional CReal editor that displays < Default > when inactive instead of using a check-box to control the property's activation.
SimpleOptionalCRealEditor() - Constructor for class com.cafean.client.values.editors.SimpleOptionalCRealEditor
Creates a new instance.
SimpleOptionalCRealEditor(boolean) - Constructor for class com.cafean.client.values.editors.SimpleOptionalCRealEditor
Creates new OptionalCRealDefaultEditor
SINGLE_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
SINGLE_QUOTE - com.cafean.client.values.nif.NIFReplacementToken
 
SingleStringSet - Interface in com.cafean.client.ui.beans
An interface representing a value that is a String and a list of selectable Strings.
SingleStringSetEditor - Class in com.cafean.client.ui.beans
 
SingleStringSetEditor() - Constructor for class com.cafean.client.ui.beans.SingleStringSetEditor
Creates a new instance of StringSetEditor
SingleStringSetEditor.MyComboUI - Class in com.cafean.client.ui.beans
 
size - Variable in class com.cafean.CalcServer.command.FileEntry
the file size as a string.
size - Variable in class com.cafean.CalcServer.command.JobFilesEntry
No Documentation Available.
size() - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
returns the size of the queue
size() - Method in class com.cafean.CalcServer.TimestepTable
Returns the number of time/positon pairs in the table file managed by this TimestepTable
size() - Method in class com.cafean.client.analysis.ComponentSet
 
size() - Method in class com.cafean.client.analysis.ElementList
Retrieves the size of this ElementList.
size() - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
Determines the size of this map.
size() - Method in class com.cafean.client.analysis.Table1D
Returns the number of rows in this table.
size() - Method in class com.cafean.client.analysis.TableND
 
size() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
size() - Method in class com.cafean.client.ui.util.DisplayElementValueMap
returns the number of name/value pairs in this map
size() - Method in class com.cafean.client.utils.diff.WeakComponentRefArray
 
size() - Method in class com.cafean.client.values.components.CTable1D
Returns the number of rows in this table.
size() - Method in class com.cafean.client.values.components.CTableND
 
size() - Method in class com.cafean.document.notebook.util.IndexedValueMap
returns the number of values in this map
size() - Method in class com.cafean.JobStatus.AnimationOverrideList
returns the size of this key chain
size() - Method in class com.cafean.JobStatus.ui.csstream.table.KeywordInfo
 
size() - Method in class com.cafean.JobStatus.ui.stream.KeywordInfo
 
size() - Method in class com.cafean.jobstream.server.components.TaskList
Retrieves the size of this TaskList.
size() - Method in class com.cafean.Number.DoubleArray
Returns the number of ints stored in this DoubleArray
size() - Method in class com.cafean.Number.FloatArray
Returns the number of ints stored in this FloatArray
size() - Method in class com.cafean.Number.IntegerArray
Returns the number of ints stored in this IntegerArray
size() - Method in class com.cafean.Number.LongArray
Returns the number of ints stored in this LongArray
size(int) - Method in class com.cafean.CalcServer.TimestepTable
Returns the number of time/positon pairs in the table file managed by this TimestepTable
size(Category) - Method in class com.cafean.client.analysis.ComponentList
Returns the number of components in this list that are part of the given category.
size(Category) - Method in class com.cafean.client.analysis.ComponentSet
Returns the number of components in the given category.
SIZE - Variable in class com.cafean.client.io.med.FontRec
No Documentation Available.
SkipBlock(int) - Method in interface com.apt.xdr.PibFile
Skip over a block after opening it with getNextBlock.
SkipBlock(int) - Method in class com.cafean.CalcServer.command.CommandFile_file
Skip over a block after opening it with getNextBlock.
SkipBlock(int) - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Skip over a block after opening it with getNextBlock.
SkipBlock(int) - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Skip over a block after opening it with getNextBlock.
SkipBlock(int) - Method in class com.cafean.client.io.med.MED_file
Skip over a block after opening it with getNextBlock.
SkipBlock(int) - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Skip over a block after opening it with getNextBlock.
SkipBlock(int) - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Skip over a block after opening it with getNextBlock.
SkipBlock(int) - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Skip over a block after opening it with getNextBlock.
SkipBlock(int) - Method in class com.cafean.h2o.utils.NewStreadTest
Skip over a block after opening it with getNextBlock.
SkipBlock(int) - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Skip over a block after opening it with getNextBlock.
SkipBlock(int) - Method in class com.cafean.rpc.command.RPC_file
Skip over a block after opening it with getNextBlock.
SkipBlock(int) - Method in class com.cafean.snapdx.SNAPDataExchange_file
Skip over a block after opening it with getNextBlock.
skipBytes(int) - Method in class com.cafean.utils.RandomAccessByteFile
 
slaveRequest - Variable in class com.cafean.CalcServer.command.SetMuxTimeRequest
If true, the last time slice's data will be used for requests beyond the mux file end time.
slaveRequest - Variable in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
If true, the last time slice's data will be used for requests beyond the mux file end time.
snap_version - Variable in class com.cafean.jobstream.tracker.JobStreamRec
The SNAP Version.
SNAPDataExchange_file - Class in com.cafean.snapdx
This class provides IO access to SNAPDataExchange platform independant binary files.
SNAPDataExchange_file() - Constructor for class com.cafean.snapdx.SNAPDataExchange_file
Constructor.
SnapDefaultCellEditor - Class in com.cafean.client.ui
A DefaultCellEditor that selects all of the text for any cell editor components that are a JTextComponent.
SnapDefaultCellEditor(JCheckBox) - Constructor for class com.cafean.client.ui.SnapDefaultCellEditor
Creates a new SnapDefaultCellEditor that uses a JCheckBox.
SnapDefaultCellEditor(JComboBox<?>) - Constructor for class com.cafean.client.ui.SnapDefaultCellEditor
Creates a new SnapDefaultCellEditor that uses a JComboBox.
SnapDefaultCellEditor(JTextField) - Constructor for class com.cafean.client.ui.SnapDefaultCellEditor
Creates a new SnapDefaultCellEditor that uses a JTextField.
SNAPDXFileInfo - Class in com.cafean.snapdx
This class provides IO access to SNAPDXFileInfo data bocks.
SNAPDXFileInfo() - Constructor for class com.cafean.snapdx.SNAPDXFileInfo
Construct an empty instance.
SNAPDXFileInfo(PibFile, int[]) - Constructor for class com.cafean.snapdx.SNAPDXFileInfo
Construct an instance from a PIB file entry.
SNAPDXRecord - Class in com.cafean.snapdx
This class provides IO access to SNAPDXRecord data bocks.
SNAPDXRecord() - Constructor for class com.cafean.snapdx.SNAPDXRecord
Construct an empty instance.
SNAPDXRecord(PibFile, int[]) - Constructor for class com.cafean.snapdx.SNAPDXRecord
Construct an instance from a PIB file entry.
snapDXVersion - Variable in class com.cafean.snapdx.SNAPDXFileInfo
No Documentation Available.
snapEarlierThanOrEqualTo(int, int, int) - Method in class com.cafean.client.io.MEDUtil
Returns true if the SNAP version used to save the file is less than or equal to the given version.
SnapInstallation - Class in com.cafean.jobstream.common.components
 
SnapInstallation() - Constructor for class com.cafean.jobstream.common.components.SnapInstallation
 
SnapInstallation(String, String) - Constructor for class com.cafean.jobstream.common.components.SnapInstallation
 
SnapInstUtil - Class in com.cafean.client.utils
Updated to automatically initialize the .snapinst file for the current user when the Model Editor is executed.
SnapLibraryInfo - Class in com.cafean.utils
 
SnapLibraryInfo() - Constructor for class com.cafean.utils.SnapLibraryInfo
 
SnapPreferences - Class in com.cafean.client.ui
 
SnapPreferences() - Constructor for class com.cafean.client.ui.SnapPreferences
 
SnapPreferencesBeanInfo - Class in com.cafean.client.ui
 
SnapPreferencesBeanInfo() - Constructor for class com.cafean.client.ui.SnapPreferencesBeanInfo
 
snapshotView() - Method in class com.cafean.client.ui.DrawnView
Creates an image snapshot of this view for use in the DrawnViewComponent.
SnapUndoManager - Class in com.cafean.client.ui
An extension of javax.swing.undo.UndoManager to allow for UndoListeners and [de]activation of MainFrame undo/redo menu items and buttons.
SnapUndoManager(AbstractModel) - Constructor for class com.cafean.client.ui.SnapUndoManager
creates a new undo manager for the given model
snapVersion - Variable in class com.cafean.snapdx.SNAPDXFileInfo
No Documentation Available.
sort() - Method in class com.cafean.client.analysis.ElementList
Sorts this list and indicates that any objects added in the future should be added into thier sorted order.
sort() - Method in interface com.cafean.client.analysis.Sortable
Sorts the elements contained in this Sortable.
sort() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
sorts the sub-system entries in this sub-system using the comparator provided by AbstractSubSystem.getComparator()
sort() - Method in class com.cafean.client.analysis.Table1D
Should be overriden by Table1D children to provide a useful sort routine.
sort() - Method in interface com.cafean.client.ui.beans.SortableModel
Interface that signals sorting of model data
sort() - Method in class com.cafean.client.values.components.AbstractCTable
 
sort() - Method in class com.cafean.client.values.components.CTable1D
Should be overriden by Table1D children to provide a useful sort routine.
sort() - Method in class com.cafean.client.values.util.ClipboardTableModel
 
sort() - Method in class com.cafean.Number.DoubleArray
Sorts this DoubleArray via java.util.Arrays.sort().
sort() - Method in class com.cafean.Number.FloatArray
Sorts this FloatArray via java.util.Arrays.sort().
sort() - Method in class com.cafean.Number.IntegerArray
Sorts this IntegerArray via java.util.Arrays.sort().
sort() - Method in class com.cafean.Number.LongArray
Sorts this LongArray via java.util.Arrays.sort().
sort(boolean) - Method in class com.cafean.client.ui.diff.CategoryGroup
Sorts the elements in this group.
sort(Object) - Method in class com.cafean.client.ui.TableSorter
Arranges the rows of a table so that they are sorted.
sort(Object) - Method in class com.cafean.utils.TableSorter
 
Sortable - Interface in com.cafean.client.analysis
An interface describing a sortable container.
SortableModel - Interface in com.cafean.client.ui.beans
Interface defines a model and sortable properties
sortByColumn() - Method in class com.cafean.utils.TableSorter
 
sortByColumn(int) - Method in class com.cafean.client.ui.TableSorter
Sorts the table by the given column in ascending order.
sortByColumn(int) - Method in class com.cafean.utils.TableSorter
 
sortByColumn(int, boolean) - Method in class com.cafean.client.ui.TableSorter
Sorts the table by the given column, in either ascending or decending order.
sortByColumn(int, boolean) - Method in class com.cafean.utils.TableSorter
 
sortByName() - Method in class com.cafean.client.ui.diff.CategoryGroup
Sorts the elements in this group by name, and only components that have the same name can line up (appear in the same diff table row).
sortColumn - Variable in class com.cafean.utils.Configurator.Table
 
SortedMultiComponentSelectionDialog - Class in com.cafean.client.ui
A modal dialog used to edit the list of components included in a sub-system.
SortedMultiComponentSelectionDialog(Dialog, AbstractModel, GenericObject[], GenericObject[]) - Constructor for class com.cafean.client.ui.SortedMultiComponentSelectionDialog
Creates a new SortedMultiComponentSelectionDialog
SortedMultiComponentSelectionDialog(Frame, AbstractModel, GenericObject[], GenericObject[]) - Constructor for class com.cafean.client.ui.SortedMultiComponentSelectionDialog
Creates a new iSortedMultiComponentSelectionDialog
sortParallelRealArrays(Real[][]) - Static method in class com.cafean.Number.Real
Sorts the given parallel arrays by the values in the first array.
SOURCE_ADDED - Static variable in class com.cafean.client.anim.SourceChangedEvent
 
SOURCE_ALTERED - Static variable in class com.cafean.client.anim.SourceChangedEvent
 
SOURCE_BEING_REMOVED - Static variable in class com.cafean.client.anim.SourceChangedEvent
 
SOURCE_CALC - Static variable in class com.cafean.client.anim.DataSource
 
SOURCE_CUSTOM - Static variable in class com.cafean.client.anim.DataSource
 
SOURCE_NRCDB - Static variable in class com.cafean.client.anim.DataSource
 
SOURCE_PYTHON - Static variable in class com.cafean.client.anim.DataSource
 
SOURCE_UNKNOWN - Static variable in class com.cafean.client.anim.DataSource
 
sourceActivated(PushUpdateThread) - Method in class com.cafean.client.anim.DataSource
Attempts to register a new ClientCallback for this data soruce, that notifies the given update thread of updates.
sourceChanged(SourceChangedEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
Invoked when the data source for this component has changed.
sourceChanged(SourceChangedEvent) - Method in interface com.cafean.client.anim.EuChangeListener
Invoked when the data source for this component has changed.
sourceChanged(SourceChangedEvent) - Method in class com.cafean.client.anim.PlaybackButtonPanel
 
sourceChanged(SourceChangedEvent) - Method in class com.cafean.client.anim.PlaybackToolbar
 
SourceChangedEvent - Class in com.cafean.client.anim
A notification event sent to beans when thier data source has been changed.
SourceChangedEvent(SourceManager, int, int, DataSource) - Constructor for class com.cafean.client.anim.SourceChangedEvent
Construct a new source changed event.
SourceEditor - Class in com.cafean.utils
 
SourceEditor(String, String, SourceEditor.SourceSetter) - Constructor for class com.cafean.utils.SourceEditor
Creates new form PythonEditor
SourceEditor(JDialog, String, String, SourceEditor.SourceSetter) - Constructor for class com.cafean.utils.SourceEditor
Creates new form PythonEditor
SourceEditor(JFrame, String, String, SourceEditor.SourceSetter) - Constructor for class com.cafean.utils.SourceEditor
Creates new form PythonEditor
SourceEditor.SourceSetter - Interface in com.cafean.utils
 
sourceLocation(StagingLocation) - Method in class com.cafean.jobstream.common.util.download.DownloaderBuilder
The source staging location.
SourceManager - Class in com.cafean.client.anim
A singleton manager for DataSource connections to remote sources of animatable data such as Calculation Servers.
sourceModule(PlatformModule) - Method in class com.cafean.jobstream.common.util.download.DownloaderBuilder
The platform module that manages access to the source platform.
SourceNotFoundException - Exception in com.cafean.client.integrator.exception
 
SourceNotFoundException(String) - Constructor for exception com.cafean.client.integrator.exception.SourceNotFoundException
 
SourceNotFoundException(String, Throwable) - Constructor for exception com.cafean.client.integrator.exception.SourceNotFoundException
 
SourceNotFoundException(Throwable) - Constructor for exception com.cafean.client.integrator.exception.SourceNotFoundException
 
sourcePlatform(PlatformDefinition) - Method in class com.cafean.jobstream.common.util.download.DownloaderBuilder
The source platform for the download.
SourceTargetTableEditor - Class in com.cafean.client.ui
A Table cell editor/renderer for setting the connection layout display type in the ConnectionsPrefDialog.
SourceTargetTableEditor() - Constructor for class com.cafean.client.ui.SourceTargetTableEditor
Creates new form SourceTargetTableEditor
SPARE_DBL - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
SPARE_INT - Variable in class com.cafean.client.io.med.UserFunctionRec
A spare field for an integer.
SPARE_STRING - Variable in class com.cafean.client.io.med.UserFunctionRec
A Spare string for the function.
SPARE2 - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
SpecEnergy - Class in com.cafean.h2o.units
English Units: Btu / lbm, SI Units: J / kg.
SpecEnergy() - Constructor for class com.cafean.h2o.units.SpecEnergy
 
SpecEnergy(double) - Constructor for class com.cafean.h2o.units.SpecEnergy
 
SpecEnergy(Real) - Constructor for class com.cafean.h2o.units.SpecEnergy
 
SpecialConnectionData - Class in com.cafean.client.analysis
SpecialConnectionData is an extention of ConnectionData that tells the system that the user must supply information for the connection to proceed.
SpecialConnectionData() - Constructor for class com.cafean.client.analysis.SpecialConnectionData
Creates a new instance of SpecialConnectData
SpecialConnectionData(int) - Constructor for class com.cafean.client.analysis.SpecialConnectionData
Creates a new instance of SpecialConnectData with the given index.
SPECIFIC_VOLUME - Static variable in class com.cafean.h2o.ui.JSteamFrame
 
SpinTo50Editor - Class in com.cafean.client.ui.annotation
A spinner editor that goes from 0-50 inclusive for use by a text annotation
SpinTo50Editor() - Constructor for class com.cafean.client.ui.annotation.SpinTo50Editor
Creates a new instance of SpinTo50Editor
SplashListener - Interface in com.cafean.utils
Provide callback to retrieve application specific data for the splah screen.
SplashPanel - Class in com.cafean.utils
 
SplashPanel(SplashListener) - Constructor for class com.cafean.utils.SplashPanel
Constructor.
SplashWindow - Class in com.cafean.utils
 
SplashWindow(Frame, SplashListener) - Constructor for class com.cafean.utils.SplashWindow
Constructor.
splitPipe(Vector) - Method in class com.cafean.client.analysis.AbstractModel
This function splits a pipe into two pipes.
sprintf() - Method in class com.cafean.utils.PrintfFormat
Format nothing.
sprintf(double) - Method in class com.cafean.utils.PrintfFormat
Format a double.
sprintf(int) - Method in class com.cafean.utils.PrintfFormat
Format an int.
sprintf(long) - Method in class com.cafean.utils.PrintfFormat
Format an long.
sprintf(Object) - Method in class com.cafean.utils.PrintfFormat
Format an Object.
sprintf(Object[]) - Method in class com.cafean.utils.PrintfFormat
Format an array of objects.
sprintf(String) - Method in class com.cafean.utils.PrintfFormat
Format a String.
sprintf(StringBuffer, String, VarArgs) - Static method in class com.cafean.utils.PrintfFormat
sprintf prints formatted text and numbers following printf conventions into to provided buffer.
sqrt() - Method in class com.cafean.Number.Int
 
sqrt() - Method in class com.cafean.Number.Real
 
Square - com.cafean.document.notebook.plot.ExportSymbol
 
SQUARE - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates the Pad for the ConnectingPt should be a Crosshatch
StagingLocation - Class in com.cafean.jobstream.common.components
 
StagingLocation() - Constructor for class com.cafean.jobstream.common.components.StagingLocation
Creates an "Unspecified" staging location.
StagingLocation(String, String) - Constructor for class com.cafean.jobstream.common.components.StagingLocation
Creates a staging location with the given name and location.
StagingLocationMap - Class in com.cafean.JobStatus
A table of staging location mappings to local file system locations.
StagingLocationMap() - Constructor for class com.cafean.JobStatus.StagingLocationMap
 
Stale - com.cafean.jobstream.tracker.ClientStatus
 
Star - com.cafean.document.notebook.plot.ExportSymbol
 
start() - Method in class com.cafean.CalcServer.CalcServerConnector
Begins the connection process on a background thread.
start() - Method in class com.cafean.CalcServer.util.FileToucher
activates this file toucher
start() - Method in class com.cafean.client.validation.util.AsciiCaretListener
Starts this listener's refresh timer.
start() - Method in class com.cafean.client.validation.util.DocumentSearcher
Starts this listener's refresh timer.
start() - Method in class com.cafean.JobStatus.OutputViewer.OutputViewerOpener
Starts this OutputViewerOpener
start() - Method in class com.cafean.JobStatus.ui.download.StreamDownloadPanel
Begins this panel's download process.
start() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
start() - Method in class com.cafean.JobStatus.ui.stream.FileInfoQuery
 
start() - Method in class com.cafean.JobStatus.ui.stream.StreamAndFilesQuery
 
start() - Method in interface com.cafean.jobstream.common.util.download.Downloader
Begins the downloading process.
start() - Method in class com.cafean.moviegen.ZipDataSource
 
start() - Method in class com.cafean.rpc.RPCResponder
Creates and initializes the responder thread.
start() - Method in class com.cafean.utils.BlockingDialog
Overrides Thread.start() to show the dialog after beginning the background task.
start() - Method in class com.cafean.utils.SwingWorker
Requests that SwingWorker.construct() be called on the event dispatch thread as soon as possible.
start(JobHandleStatus[], boolean) - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
START_VALUE - Variable in class com.cafean.client.io.med.UserConstantRec
The start point on an incremental parametric constnat.
startCalcServer(Window, File) - Static method in class com.cafean.CalcServer.CalcServerConnector
Attempts to execute the calculation server by executing the given launcher.
startCalcServer(JFrame) - Method in class com.cafean.CalcServer.CalcServerConnector
Opens a blocking dialog using the given parent and begins the process of starting the local calculation server.
startCalculation() - Method in class com.cafean.CalcServer.JobHandle
 
startConnection() - Method in class com.cafean.JobStatus.StreamConnector
 
startConnection() - Method in class com.cafean.JobStatus.tree.CalcServerNode
Begins the connection process for this node.
startDate - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
started - Variable in class com.cafean.jobstream.tracker.JobStreamRec
Time stamp indicating when the Stream Manager started.
started - Variable in class com.cafean.jobstream.tracker.TaskRec
Time stamp indicating when the task started.
startEdit() - Method in class com.cafean.client.mdocs.HTMLEditorPanel
 
startEditing() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
startElement(String, String, String, Attributes) - Method in class com.cafean.jobstream.common.components.io.FileTypeReader
 
startElement(String, String, String, Attributes) - Method in class com.cafean.jobstream.server.components.io.PlatformPropsReader
 
startElement(String, String, String, Attributes) - Method in class com.cafean.jobstream.server.components.io.StreamDefinitionReader
This method is part of this reader's implementation of the ContentHandler interface and should not be called directly.
startElement(String, String, String, Attributes) - Method in class com.cafean.jobstream.server.components.io.TaskDefinitionReader
 
startElement(String, String, String, Attributes) - Method in class com.cafean.jobstream.server.sequence.io.SequenceDefinitionReader
This method is part of this reader's implementation of the ContentHandler interface and should not be called directly.
startIteration() - Method in class com.cafean.utils.OpTimer
Sets the start time for the next iteration that will be recorded with OpTimer.endIteration().
startLoading() - Method in class com.cafean.CalcServer.JobHandle
 
startShutdown() - Method in class com.cafean.CalcServer.util.ThreadedScreenReader
 
startThread() - Method in class com.cafean.client.anim.PushUpdateThread
Restarts this update thread.
startTime - Variable in class com.cafean.CalcServer.command.FindStreamsRequest
No Documentation Available.
startTime - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
startupTime - Variable in class com.cafean.CalcServer.command.ServerStatusRequest
No Documentation Available.
STATE - Variable in class com.cafean.client.io.med.DrawnNumericRec
This is the state data for this DrawnNumeric.
STATE_ACTIVE - Static variable in class com.cafean.JobStatus.tree.AbstractFolderNode
 
STATE_MAX - Static variable in class com.cafean.JobStatus.tree.AbstractFolderNode
 
STATE_NORMAL - Static variable in class com.cafean.JobStatus.tree.AbstractFolderNode
 
STATE_PAUSED - Static variable in class com.cafean.JobStatus.tree.AbstractFolderNode
 
STATE_RUNNING - Static variable in class com.cafean.JobStatus.tree.AbstractFolderNode
 
STATE_WAITING - Static variable in class com.cafean.JobStatus.tree.AbstractFolderNode
 
stateChanged(ChangeEvent) - Method in class com.cafean.JobStatus.ConsoleTabComponent
 
StateValueEdit - Class in com.cafean.client.values.util
 
StateValueEdit(StateEditable, AbstractNumericsModel) - Constructor for class com.cafean.client.values.util.StateValueEdit
 
StateValueEdit(StateEditable, String, AbstractNumericsModel) - Constructor for class com.cafean.client.values.util.StateValueEdit
 
STATIC_CONNECTOR - Static variable in class com.cafean.client.ui.ConnectingPt
A connection source that cannot be moved
static_value - Variable in class com.cafean.CalcServer.CalcServerCorba.VarStruct
 
static_value - Variable in class com.cafean.CalcServer.command.DataChannel
No Documentation Available.
static_value - Variable in class com.cafean.CalcServer.jobrpc.command.JDataChannel
No Documentation Available.
status - Variable in class com.cafean.CalcServer.command.EvtStatusTriggered
No Documentation Available.
status - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
status - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
No Documentation Available.
status - Variable in class com.cafean.jobstream.tracker.ClientRec
The basic status of the client (i.e.
status - Variable in class com.cafean.jobstream.tracker.JobStreamRec
The activity status of the stream.
status - Variable in class com.cafean.jobstream.tracker.TaskRec
The task status.
Status - Enum in com.cafean.jobstream.server.components
An enumeration of the status of a Task.
STATUS_COMPLETED - Static variable in class com.cafean.jobstream.common.PlatformModule
a status indicating that the task has completed
STATUS_FAILED - Static variable in class com.cafean.jobstream.common.PlatformModule
a status indicating that the task has completed
STATUS_QUEUED - Static variable in class com.cafean.jobstream.common.PlatformModule
a status indicating that the task is currently in the queue waiting to be processed
STATUS_RUNNING - Static variable in class com.cafean.jobstream.common.PlatformModule
a status indicating that the task is currently running
STATUS_UNAVAILABLE - Static variable in class com.cafean.jobstream.common.PlatformModule
a status indicating that the task's status cannot be determined
statuses - Variable in class com.cafean.CalcServer.command.StatusTriggerRequest
the ordinals of the status values that should activate this trigger.
statuses - Variable in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
the ordinals of the statuses that the console should be opened for.
StatusTrigger - Class in com.cafean.CalcServer.rpc
 
StatusTrigger(CalcServerResponder, String, int[]) - Constructor for class com.cafean.CalcServer.rpc.StatusTrigger
 
StatusTriggerRequest - Class in com.cafean.CalcServer.command
This class provides IO access to StatusTriggerRequest data bocks.
StatusTriggerRequest() - Constructor for class com.cafean.CalcServer.command.StatusTriggerRequest
Construct an empty instance.
StatusTriggerRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.StatusTriggerRequest
Construct an instance from a PIB file entry.
std2x1_(double[], boolean) - Method in class com.cafean.h2o.D2oSteamTables
 
std2x1_0_(int, double[], double[], boolean) - Method in class com.cafean.h2o.D2oSteamTables
 
std2x2_(double[], boolean) - Method in class com.cafean.h2o.D2oSteamTables
 
std2x3_(double[], int[], boolean) - Method in class com.cafean.h2o.D2oSteamTables
 
std2x6(String, double[], int[], boolean) - Method in class com.cafean.h2o.D2oSteamTables
 
Steam - Class in com.cafean.h2o
A holder class for a Pressure and a Temperature.
Steam() - Constructor for class com.cafean.h2o.Steam
 
steam_(double[], int[], double[], int[], String[], String[]) - Method in class com.cafean.h2o.FluidState
Calls the steam table to fully describe the state of water indicated by the currentState array.
step_name - Variable in class com.cafean.jobstream.tracker.TaskRec
The user defined name of the step that this task was spawned from.
StepRowData - Class in com.cafean.JobStatus.ui.csstream.table
 
StepRowData - Class in com.cafean.JobStatus.ui.stream
 
StepRowData(String, List<Task>) - Constructor for class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
StepRowData(String, List<TaskRec>) - Constructor for class com.cafean.JobStatus.ui.stream.StepRowData
 
StepRowDataComparator - Class in com.cafean.JobStatus.ui.csstream.table
 
StepRowDataComparator - Class in com.cafean.JobStatus.ui.stream
 
StepRowDataComparator() - Constructor for class com.cafean.JobStatus.ui.csstream.table.StepRowDataComparator
 
StepRowDataComparator() - Constructor for class com.cafean.JobStatus.ui.stream.StepRowDataComparator
 
sth2x0_(double[], double[], boolean[]) - Method in class com.cafean.h2o.D2oSteamTables
 
stop() - Method in class com.cafean.client.anim.SourceManager
Halt the master run
stop() - Method in class com.cafean.client.validation.util.AsciiCaretListener
Stops this listener's refresh timer.
stop() - Method in class com.cafean.client.validation.util.DocumentSearcher
Stops this listener's refresh timer.
stop() - Method in class com.cafean.JobStatus.ui.csstream.CSInterface
 
stop() - Method in class com.cafean.moviegen.ZipDataSource
 
stopCalc() - Method in class com.cafean.client.anim.DataSource
Halt a running calculation.
stopCellEditing() - Method in class com.cafean.client.ui.SourceTargetTableEditor
 
stopCellEditing() - Method in class com.cafean.client.values.editors.CTableNDPanel
 
stopEditing() - Method in class com.cafean.client.ui.beans.PropertySetPanel
Completes and stops the editing process by calling stopEditing on the currently focused PropertyPanel.
stopEditing() - Method in class com.cafean.client.ui.pview.PropertyPanel
Retrieves the current value in this property panel's editor and sets it in its PropertySet.
stopRecord() - Method in class com.cafean.client.anim.SourceManager
 
stopRestartEditing() - Method in class com.cafean.client.analysis.AbstractModel
This method forces the current model to stop editing for restart.
stopTableEditing() - Method in class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
 
stopTableEditing() - Method in class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
 
stopTableEditing() - Method in class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
 
stopTableEditing() - Method in class com.cafean.client.values.util.NumericsClipboardEnabledTable
 
stopThread() - Method in class com.cafean.client.anim.PushUpdateThread
Stops this update thread.
stopTimer() - Method in class com.cafean.utils.SplashPanel
Stop the timer.
StorageLocation - Class in com.cafean.jobstream.server.components
An encapsulation of a target storage location for an OutputFileHandle.
StorageLocation(String, boolean) - Constructor for class com.cafean.jobstream.server.components.StorageLocation
Creates a new storage location entry.
store() - Method in class com.cafean.client.anim.AbstractDisplayBean
Creates a DrawnDisplayBeanRec for use in storing this bean into an MED file.
store() - Method in class com.cafean.client.ui.annotation.Annotation
 
store(int) - Method in class com.cafean.client.ui.DrawnComponent
This function returns a PibBlock for a drawn component.
store(int) - Method in class com.cafean.client.ui.DrawnConnection
returns a PibBlock for this drawn component.
store(int) - Method in class com.cafean.client.ui.DrawnUserValue
 
store(int) - Method in class com.cafean.client.ui.DrawnViewComponent
 
store(int) - Method in class com.cafean.client.ui.util.DrawingLayer
creates an appropriate PibBlock for saving this layer
store(int) - Method in class com.cafean.client.ui.util.VisualGroup
creates an appropriate PibBlock for saving this group
store(int) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
 
store(int) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
 
store(int) - Method in class com.cafean.client.values.drawn.DrawnSharedString
 
store(PibFile) - Method in class com.cafean.client.analysis.ViewComponent
Writes this view and it's contents to the given PibFile.
store(DrawnDisplayElementRec) - Method in class com.cafean.client.anim.AbstractDisplayBean
Attempts to store this display bean into the given block.
store(DrawnDisplayElementRec) - Method in class com.cafean.client.anim.AbstractRangedBean
 
store(DrawnDisplayElementRec) - Method in class com.cafean.client.anim.AbstractVolumeBean
 
store(DrawnDisplayElementRec) - Method in class com.cafean.client.ui.annotation.Annotation
Attempts to store this annotation into the given block.
store(DrawnDisplayElementRec) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
 
store(DrawnDisplayElementRec) - Method in class com.cafean.client.ui.annotation.ImageAnnotation
 
store(DrawnDisplayElementRec) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
store(DrawnDisplayElementRec) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
store(DrawnDisplayElementRec) - Method in class com.cafean.client.ui.annotation.RectangularAnnotation
 
store(DrawnDisplayElementRec) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
store(DrawnDisplayElementRec) - Method in class com.cafean.client.ui.util.DisplayElementValueMap
Stores the contents of this map into the given record
storeALRefState(Hashtable) - Method in class com.cafean.client.analysis.AbstractComponent
Store the state of the ALDocRef array data block to permit undo.
storeComponent(Component) - Method in class com.cafean.client.analysis.ViewComponent
Stores the given Component into a PibBlock for use in saving into a PIB formatted file.
storeConfiguration(Configurator) - Method in class com.cafean.moviegen.support.AbstractVideoType
Configures the default state of operation for the video formats.
storeConfiguration(Configurator) - Method in class com.cafean.moviegen.support.Theora
 
storeCurrentSharedValues(CompoundEdit) - Method in class com.cafean.client.values.AbstractNumericsModel
Sets the initial value of each shared value to the current value of that numeric
storeDisplayBean(AbstractDisplayBean) - Static method in class com.cafean.client.ui.Toolbox
XML Encodes the given bean and returns the byte[] result of the encoding.
storeDrawnComponent(Component) - Method in class com.cafean.client.analysis.AbstractModel
Creates a custom PibBlock derivative from the given Component.
storeInConditionSet(Window, ConditionSet) - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method stores the current model initial condition sets in the provided ConditionSet object.
storePreferences(SnapPreferences) - Method in class com.cafean.client.ui.MainToolbarManager
This stores the user flag for activation of each tool bar in the SnapPreferences.
storePrefs(Configurator) - Method in class com.cafean.utils.RptDoc.AbstractReportData
Stores the specified report settings in the configuration file.
storeRootFolders(RootFolder[], Configurator) - Static method in class com.cafean.CalcServer.RootFolder
stores the given root folders into the given configurator object
storeSettings(Configurator) - Method in class com.cafean.CodePlugins.MEPlugin
Stores user settings for this plugin into the configuration file.
storeSSMapProperties(Configurator, List<LocalStageMapping>, List<PlatformDefinition>) - Static method in class com.cafean.utils.jobstream.LocalStageMapping
stores each of the local staging location mappings
storeState(String, Hashtable) - Method in class com.cafean.client.analysis.ConditionSet
 
storeState(String, Hashtable) - Method in class com.cafean.client.analysis.ElementBean
Store the state of the bean to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.analysis.GenericObject
Store the state of the bean to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
Store the state of the bean to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
Stores the state of this entry
storeState(String, Hashtable) - Method in class com.cafean.client.analysis.ValidationOptions
Stores the current state of this ValidationOptions to a hashtable.
storeState(String, Hashtable) - Method in class com.cafean.client.anim.ChannelInfoRef
Stores the state of this ChannelInfoRef
storeState(String, Hashtable) - Method in class com.cafean.client.anim.DataSource
 
storeState(String, Hashtable) - Method in class com.cafean.client.ic.PartialConditionSet
 
storeState(String, Hashtable) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Store the state of the IntegrationDefinition data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.io.med.Attribute
Store the state of the Attribute data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.mdocs.ALDocRef
Store the state of the ALDocRef data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.mdocs.ALOwnership
Store the state of the ALOwnership data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.mdocs.QuickNote
 
storeState(String, Hashtable) - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.AbstractCBoolean
Store the state of the CBoolean data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.AbstractCInteger
Store the state of the CInteger data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.AbstractCReal
Store the state of the CReal data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.AbstractCString
Store the state of the CString data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.AttribProps
Store the state of the AttribProps data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.CBoolean_E
Store the state of the CBoolean data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.CBoolean
Store the state of the CBoolean data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.CInteger_E
Store the state of the CInteger data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.CInteger
Store the state of the CInteger data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.CReal_E
Store the state of the CReal data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.CReal
Store the state of the CReal data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.EnumEntry
Store the state of the EnumEntry data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.ExternFunction
Store the state of the ExternFunction data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.client.values.components.NumericsTableColumn
Store the state of the NumericsTableColumn data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Stores the state of the ApplicationDefinition to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.ApplicationInput
Stores the state of the ApplicationInput to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.ApplicationLocation
Stores the state of this object to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.ApplicationOutput
Stores the state of the ApplicationOutput to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.Keyword
Stores the state of the FileReference data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Stores the state of the PlatformDefinition to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Stores this object's state to permit undo
storeState(String, Hashtable) - Method in class com.cafean.jobstream.common.components.SubmissionProperties
Stores this object's state to permit undo
storeState(String, Hashtable) - Method in class com.cafean.jobstream.common.FileReference
Stores the state of the FileReference data block to permit undo.
storeState(String, Hashtable) - Method in class com.cafean.Number.Real
Store the state of the Real to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Store the state of the ActivityNoticeRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Store the state of the CanCreateDemuxRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Store the state of the ConnectionInfo data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Store the state of the ConsoleOutputRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Store the state of the CreateDemuxDataRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Store the state of the CreateFolderRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.DataChannel
Store the state of the DataChannel data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Store the state of the DataChannelsRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Store the state of the DeleteJobRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Store the state of the DeleteJobResponse data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Store the state of the DemuxDataRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Store the state of the EvtCommandDelivered data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Store the state of the EvtConsoleOutput data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Store the state of the EvtEndTimeChanged data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtJobAdded
Store the state of the EvtJobAdded data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Store the state of the EvtJobRemoved data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Store the state of the EvtLogOutput data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Store the state of the EvtStatusTriggered data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Store the state of the EvtTaskStatusChanged data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.FileEntry
Store the state of the FileEntry data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.FileRequest
Store the state of the FileRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Store the state of the FileRequestResponse data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.FilesListRequest
Store the state of the FilesListRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Store the state of the FindStreamsRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.Folder
Store the state of the Folder data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Store the state of the FolderContentsRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.FolderEntry
Store the state of the FolderEntry data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Store the state of the FolderLocationRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Store the state of the FolderTreeRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Store the state of the GetFileCancelRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Store the state of the GetFileContentsRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.GetFileRequest
Store the state of the GetFileRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.GetFileResponse
Store the state of the GetFileResponse data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Store the state of the GetJobInfoRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Store the state of the GetMessagesRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Store the state of the HasDemuxRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Store the state of the IncrementTimeslice data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Store the state of the InteractCommandRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Store the state of the InteractiveVariable data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Store the state of the InteractiveVarsRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.Job
Store the state of the Job data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Store the state of the JobFilesEntry data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.JobFilesList
Store the state of the JobFilesList data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Store the state of the JobFilesRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Store the state of the JobLocationRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Store the state of the JobPriorityRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.JobRPCRequest
Store the state of the JobRPCRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.JobSet
Store the state of the JobSet data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.Keyword
Store the state of the Keyword data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Store the state of the LaunchJobRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.LoadJobRequest
Store the state of the LoadJobRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Store the state of the LoadMuxChannelsRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.LogOutputRequest
Store the state of the LogOutputRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Store the state of the MountFolderRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Store the state of the MuxDataRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Store the state of the NotificationsRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Store the state of the ReleaseJobRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Store the state of the RemoveFolderRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Store the state of the RenameFolderRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Store the state of the RestartDataRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Store the state of the RestartInfoRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Store the state of the SendFileCancelRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Store the state of the SendFileContentsRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.SendFileRequest
Store the state of the SendFileRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Store the state of the ServerStatusRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Store the state of the SetMuxTimeRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ShutdownRequest
Store the state of the ShutdownRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Store the state of the StatusTriggerRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.String16
Store the state of the String16 data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Store the state of the TerminateRunRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Store the state of the UnitCodeRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Store the state of the UnitCodeResponse data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Store the state of the UnloadJobRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Store the state of the UnMountFolderRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableFile
Store the state of the ViewableFile data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Store the state of the ViewableFileBlockRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Store the state of the ViewableFileLenRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Store the state of the ViewableFileOpenRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Store the state of the ViewableFilesRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Store the state of the ViewablePoiRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Store the state of the ViewableSearchRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Store the state of the JConsoleRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Store the state of the JDataChannel data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Store the state of the JDataChannelsRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Store the state of the JEvtCommandDelivered data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Store the state of the JEvtConsoleOutput data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Store the state of the JEvtEndTimeChanged data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Store the state of the JEvtEvaluationChanged data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Store the state of the JEvtLogOutput data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Store the state of the JEvtStatusChanged data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Store the state of the JEvtTaskStatusChanged data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Store the state of the JFileRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Store the state of the JInteractCommandRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Store the state of the JInteractiveVariable data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Store the state of the JInteractiveVarsRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Store the state of the JLoadMuxChannelsRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Store the state of the JLogRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Store the state of the JMuxDataRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Store the state of the JRestartDataRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Store the state of the JRestartInfoRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Store the state of the JSetMuxTimeRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Store the state of the JShutdownRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Store the state of the JString16 data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Store the state of the JTaskStatusRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Store the state of the JTerminateRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Store the state of the JTimestepIncrRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Store the state of the JUnitCodeRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.analysis.EmbeddedConnectionMap
 
storeState(Hashtable) - Method in class com.cafean.client.analysis.GenericObject
Stores the state of the object to permit undo by cloning itself and storing the clone.
storeState(Hashtable) - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
 
storeState(Hashtable) - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
 
storeState(Hashtable) - Method in class com.cafean.client.analysis.ValidationOptions
 
storeState(Hashtable) - Method in class com.cafean.client.anim.AbstractDisplayBean
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.anim.AbstractRangedBean
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.anim.AbstractVolumeBean
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.anim.GeneralRange
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.anim.InteractiveCommand
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.anim.InteractiveVarRef
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Store the state of the AbstractIntegrationCase data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Store the state of the IntegrationDefinition data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.Attribute
Store the state of the Attribute data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Store the state of the DrawnAnnotationRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.DrawnComponentRec
Store the state of the DrawnComponentRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.DrawnConnLine
Store the state of the DrawnConnLine data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Store the state of the DrawnDisplayBeanRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Store the state of the DrawnDisplayElementRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Store the state of the DrawnImageAnnotationRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.DrawnLayerRec
Store the state of the DrawnLayerRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.DrawnNumericRec
Store the state of the DrawnNumericRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Store the state of the DrawnVisualGroupRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.FontRec
Store the state of the FontRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Store the state of the _MedVerInfo_ data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.ModelHeaderRec
Store the state of the ModelHeaderRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.Plugin
Store the state of the Plugin data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.String16
Store the state of the String16 data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.UserConstantRec
Store the state of the UserConstantRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.UserFunctionRec
Store the state of the UserFunctionRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.UserVariableRec
Store the state of the UserVariableRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.io.med.ViewCompRec
Store the state of the ViewCompRec data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.mdocs.ALDocRef
Store the state of the ALDocRef data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.mdocs.ALOwnership
Store the state of the ALOwnership data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.rpc.command.ActivateRequest
Store the state of the ActivateRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Store the state of the AnimateJobRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.rpc.command.ModelListRequest
Store the state of the ModelListRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.rpc.command.ModelListResponse
Store the state of the ModelListResponse data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.ui.annotation.Annotation
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.ui.annotation.EllipticalAnnotation
 
storeState(Hashtable) - Method in class com.cafean.client.ui.annotation.ImageAnnotation
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.ui.annotation.LineAnnotation
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.ui.annotation.PolygonBean
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.ui.annotation.TextAnnotation
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.ui.BeanBox
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.ui.DrawnComponent
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.ui.DrawnConnection
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.ui.DrawnSubComponent
 
storeState(Hashtable) - Method in class com.cafean.client.ui.DrawnUserValue
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.ui.DrawnViewComponent
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.ui.util.DrawingLayer
 
storeState(Hashtable) - Method in class com.cafean.client.ui.util.VisualGroup
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.AbstractCBoolean
 
storeState(Hashtable) - Method in class com.cafean.client.values.components.AbstractCInteger
Store the state of the CInteger data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.AbstractCReal
 
storeState(Hashtable) - Method in class com.cafean.client.values.components.AbstractCString
Store the state of the CString data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Store the state of the AbstractFunctionCatProps data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.AbstractSharedValue
 
storeState(Hashtable) - Method in class com.cafean.client.values.components.AttribProps
Store the state of the AttribProps data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.CBoolean_E
Store the state of the CBoolean data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.CBoolean
Store the state of the CBoolean data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.CInteger_E
Store the state of the CInteger data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.CInteger
Store the state of the CInteger data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.CReal_E
Store the state of the CReal data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.CReal
Store the state of the CReal data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.CString
Store the state of the CString data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.EnumEntry
Store the state of the EnumEntry data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.ExternFunction
Store the state of the ExternFunction data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.NumericsCatProps
Store the state of the NumericsCatProps data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.NumericsTableColumn
Store the state of the NumericsTableColumn data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.SharedBoolean
Store the state of the SharedBoolean data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.SharedFunction
Store the state of the SharedFunction data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.SharedInteger
Store the state of the SharedInteger data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.SharedReal
Store the state of the SharedReal data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.components.SharedString
 
storeState(Hashtable) - Method in class com.cafean.client.values.components.SharedTable
Store the state of the SharedTable data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.drawn.DrawnSharedInteger
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.drawn.DrawnSharedReal
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.drawn.DrawnSharedString
Store the state of the bean to permit undo.
storeState(Hashtable) - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
 
storeState(Hashtable) - Method in class com.cafean.config.rpc.command.ActivateRequest
Store the state of the ActivateRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Store the state of the SelectAreaRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Store the state of the ActivateRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Store the state of the OpenConsoleRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Store the state of the SelectJobRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.jobstream.common.components.Keyword
Stores the state of the FileReference data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.jobstream.common.components.PlatformProperties
storeState(Hashtable) - Method in class com.cafean.jobstream.common.components.SubmissionProperties
storeState(Hashtable) - Method in class com.cafean.jobstream.common.FileReference
Stores the state of the FileReference data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.rpc.command.CallbackAuthorization
Store the state of the CallbackAuthorization data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.rpc.command.CallbackAuthRequest
Store the state of the CallbackAuthRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.rpc.command.CallbackContext
Store the state of the CallbackContext data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.rpc.command.Ping
Store the state of the Ping data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.rpc.command.VersionRequest
Store the state of the VersionRequest data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.snapdx.SDXElement
Store the state of the SDXElement data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Store the state of the SDXIntegerArrayValue data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.snapdx.SDXIntegerValue
Store the state of the SDXIntegerValue data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.snapdx.SDXRealArrayValue
Store the state of the SDXRealArrayValue data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.snapdx.SDXRealValue
Store the state of the SDXRealValue data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.snapdx.SDXStringArrayValue
Store the state of the SDXStringArrayValue data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.snapdx.SDXStringValue
Store the state of the SDXStringValue data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Store the state of the SNAPDXFileInfo data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.snapdx.SNAPDXRecord
Store the state of the SNAPDXRecord data block to permit undo.
storeState(Hashtable) - Method in class com.cafean.utils.WebSupport
Stores the current websupport data into a hashtable
storeState(Hashtable<Object, Object>) - Method in class com.cafean.config.site.DefaultApplicationMap
 
storeTableSizes(JTable, String) - Static method in class com.cafean.client.values.util.ColumnManager
Stores the widths of columns in the provided table.
storeUserConstant(UserDefinedConstant) - Static method in class com.cafean.client.io.MEDReader
Stores the given UserDefinedConstant into a UserConstantRec object for use in saving it into a PIB formatted file.
storeUserFunction(UserDefinedFunction) - Static method in class com.cafean.client.io.MEDReader
Stores the given UserDefinedFunction into a UserFunctionRec object for use in saving it into a PIB formatted file.
storeUserVariable(UserDefinedVariable) - Static method in class com.cafean.client.io.MEDReader
Stores the given UserDefinedVariable into a UserVariableRec object for use in saving it into a PIB formatted file.
STRAIGHT - Variable in class com.cafean.client.io.med.DrawnConnLine
No Documentation Available.
stream() - Method in class com.cafean.client.analysis.ComponentSet
 
stream() - Method in class com.cafean.Number.DoubleArray
Returns a sequential DoubleStream with this array as its source.
stream() - Method in class com.cafean.Number.IntegerArray
Returns a sequential IntStream with this array as its source.
stream() - Method in class com.cafean.Number.LongArray
Returns a sequential LongStream with this array as its source.
stream(Category...) - Method in class com.cafean.client.analysis.ComponentSet
Returns a stream of the components in this list that are in a sub-set of one or more of the given categories.
stream(Category<T>) - Method in class com.cafean.client.analysis.ComponentSet
Returns a stream of the components in this set that are contained in the given category.
stream(JobStreamRec) - Method in class com.cafean.jobstream.common.util.download.DownloaderBuilder
The tracking server's description of the stream that should be downloaded.
Stream - Class in com.cafean.jobstream.server.components
A class representing the top-level description of a complete job stream.
Stream - com.cafean.JobStatus.ui.csstream.ConsoleStatus
 
Stream() - Constructor for class com.cafean.jobstream.server.components.Stream
creates a new empty job stream object
stream_dbid - Variable in class com.cafean.jobstream.tracker.CallbackRec
Foreign Key to the JOBSTREAM table.
stream_dbid - Variable in class com.cafean.jobstream.tracker.JobStreamPropertyRec
Foreign Key to the JOBSTREAM table.
stream_dbid - Variable in class com.cafean.jobstream.tracker.LogRec
Foreign Key to the JOBSTREAM table.
stream_dbid - Variable in class com.cafean.jobstream.tracker.TaskRec
Foreign Key to the JOBSTREAM table.
StreamAndFilesQuery - Class in com.cafean.JobStatus.ui.stream
 
StreamAndFilesQuery(TrackerModule, TrackerStreamPanel, Set<String>, boolean) - Constructor for class com.cafean.JobStatus.ui.stream.StreamAndFilesQuery
 
StreamCallbackListener - Interface in com.cafean.JobStatus
 
streamChanged(List<? extends TrackerEvent>) - Method in class com.cafean.jobstream.tracker.TrackerModule
Notifies the tracking server of the job stream status changes described by the given list of change events.
StreamChangedEvent - Class in com.cafean.jobstream.tracker.event
The base class for events indicating a change to a task.
StreamConnector - Class in com.cafean.JobStatus
This class handles connections to one or more tracking servers.
StreamConnector() - Constructor for class com.cafean.JobStatus.StreamConnector
 
StreamContext - Class in com.cafean.JobStatus
This class represents the context information related to a job stream environment.
StreamContext(PlatformDefinition, TrackerModule) - Constructor for class com.cafean.JobStatus.StreamContext
 
STREAMDEF_EXTENSION - Static variable in class com.cafean.jobstream.server.components.Stream
 
StreamDefinitionReader - Class in com.cafean.jobstream.server.components.io
An encapsulated reader used to read a stream definition from a stream definition XML (*.streamdef) file.
StreamDefinitionReader() - Constructor for class com.cafean.jobstream.server.components.io.StreamDefinitionReader
creates a new stream definition reader
streamDownloadFailed() - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
 
StreamDownloadPanel - Class in com.cafean.JobStatus.ui.download
The main user interface for downloading streams to the local calculation server.
streamDownloadSuccessful(Stream) - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
 
StreamFinishedEvent - Class in com.cafean.jobstream.tracker.event
This event notifies the tracking server that the stream with the given DB_ID has finished with the given status.
StreamFinishedEvent(long, String, Date) - Constructor for class com.cafean.jobstream.tracker.event.StreamFinishedEvent
Creates a new stream finished event with the given final status.
streamFolderCollapsed - Static variable in class com.cafean.utils.images.ImageMgr
 
streamFolderExpanded - Static variable in class com.cafean.utils.images.ImageMgr
 
streamIcon - Static variable in class com.cafean.utils.images.ImageMgr
 
streamJobNowAvailable(Job) - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
 
StreamLocationTable - Class in com.cafean.CalcServer.util
A data structure used to load, save, and manage, a lookup table of the locations of every stream available on a Calculation Server and the root folders in which they are stored.
StreamLocationTable() - Constructor for class com.cafean.CalcServer.util.StreamLocationTable
 
StreamLogEvent - Class in com.cafean.jobstream.tracker.event
This event notifies the tracking server that the stream with the given DB_ID has new log content available.
StreamLogEvent(long, String, Date) - Constructor for class com.cafean.jobstream.tracker.event.StreamLogEvent
Creates a new stream log content available event
StreamLogger - Class in com.cafean.jobstream.common.util
The base class for logging facilities used to send error, warning, etc.
StreamLogger() - Constructor for class com.cafean.jobstream.common.util.StreamLogger
 
StreamLogRequest - Class in com.cafean.JobStatus.ui.stream.request
 
StreamLogRequest(long, Consumer<String>) - Constructor for class com.cafean.JobStatus.ui.stream.request.StreamLogRequest
 
StreamManager - com.cafean.CalcServer.util.JobHandleType
 
StreamManagerZipReader - Class in com.cafean.jobstream.server.components.io
A Stream Definition Zip file reader.
StreamManagerZipReader() - Constructor for class com.cafean.jobstream.server.components.io.StreamManagerZipReader
creates a new stream zip reader
streamQueryComplete(JobStreamRec, TaskRec[], Set<String>, int) - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
StreamStartedEvent - Class in com.cafean.jobstream.tracker.event
This event notifies the tracking server that the stream with the given DB_ID has been "Started".
StreamStartedEvent(long, String, Date) - Constructor for class com.cafean.jobstream.tracker.event.StreamStartedEvent
Creates a new started event for the given stream.
StreamSubmittedEvent - Class in com.cafean.jobstream.tracker.event
This event notifies the tracking server that the stream with the given DB_ID was "Submitted" at the given date.
StreamSubmittedEvent(long, String, Date) - Constructor for class com.cafean.jobstream.tracker.event.StreamSubmittedEvent
Creates a new stream submitted event
StreamTableModel - Class in com.cafean.JobStatus.ui.csstream.table
 
StreamTableModel - Class in com.cafean.JobStatus.ui.stream
 
StreamTableModel(CSStreamPanel, Stream) - Constructor for class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
StreamTableModel(TaskRec[]) - Constructor for class com.cafean.JobStatus.ui.stream.StreamTableModel
 
streamTerminated(long, Date) - Method in class com.cafean.JobStatus.StreamContext
Adds a StreamTerminatedEvent call to the background execution queue and returns immediately.
StreamTerminatedEvent - Class in com.cafean.jobstream.tracker.event
This event notifies the tracking server that the stream with the given DB_ID was "Terminated" at the given date.
StreamTerminatedEvent(long, Date) - Constructor for class com.cafean.jobstream.tracker.event.StreamTerminatedEvent
Creates a new stream terminated event
String16 - Class in com.cafean.CalcServer.command
This class provides IO access to String16 data bocks.
String16 - Class in com.cafean.client.io.med
This class provides IO access to String16 data bocks.
String16() - Constructor for class com.cafean.CalcServer.command.String16
Construct an empty instance.
String16() - Constructor for class com.cafean.client.io.med.String16
Construct an empty instance.
String16(PibFile) - Constructor for class com.cafean.CalcServer.command.String16
Construct an instance from a PIB file entry.
String16(PibFile) - Constructor for class com.cafean.client.io.med.String16
Construct an instance from a PIB file entry.
String16BeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the String16 class.
String16BeanInfo() - Constructor for class com.cafean.client.io.med.String16BeanInfo
 
StringArrayEditor - Class in com.cafean.client.ui.beans
This bean editor contains a JPanel with a label and a button.
StringArrayEditor() - Constructor for class com.cafean.client.ui.beans.StringArrayEditor
 
StringArrayEditor(String, int) - Constructor for class com.cafean.client.ui.beans.StringArrayEditor
Creates a new instance of CellComponentSelector
stringArrays - Variable in class com.cafean.snapdx.SDXElement
No Documentation Available.
stringArrays - Variable in class com.cafean.snapdx.SNAPDXRecord
No Documentation Available.
StringArrayWriter - Class in com.cafean.client.io
This class captures the output of a PrintWriter and stores it in an array of strings.
StringArrayWriter() - Constructor for class com.cafean.client.io.StringArrayWriter
Creates a new instance of StringArrayWriter.
StringBuilderWriter - Class in com.cafean.client.validation.util
A Writer implementation with a string builder backing.
StringBuilderWriter() - Constructor for class com.cafean.client.validation.util.StringBuilderWriter
 
StringDisplayEditor - Class in com.cafean.client.ui.beans
This bean editor displays the text value, but does not allow for the text to be edited.
StringDisplayEditor() - Constructor for class com.cafean.client.ui.beans.StringDisplayEditor
 
StringEnumEntryDialog - Class in com.cafean.client.values.ui
A dialog used to edit StringEnumEntry arrays.
StringEnumEntryEditor - Class in com.cafean.client.values.editors
An editor for adjusting StringEnumEntry arrays.
StringEnumEntryEditor() - Constructor for class com.cafean.client.values.editors.StringEnumEntryEditor
Creates a new instance of EnumEntryEditor
StringNonMultiEdit - Class in com.cafean.client.ui.beans
This editor allows the user edit a string that can't be multi-edited.
StringNonMultiEdit() - Constructor for class com.cafean.client.ui.beans.StringNonMultiEdit
Creates new form StringNonMultiEdit
StringReferenceDialog - Class in com.cafean.client.values.ui
This dialog allows selecting a variable to insert as a reference inside the body of a CString.
StringReferenceDialog(Dialog, AbstractNumericsModel) - Constructor for class com.cafean.client.values.ui.StringReferenceDialog
Creates new form StringReferenceDialog
StringReferenceDialog(Frame, AbstractNumericsModel) - Constructor for class com.cafean.client.values.ui.StringReferenceDialog
Creates new form StringReferenceDialog
strings - Variable in class com.cafean.snapdx.SDXElement
No Documentation Available.
strings - Variable in class com.cafean.snapdx.SNAPDXRecord
No Documentation Available.
StringSelectionDialog - Class in com.cafean.client.ui
This dialog allows the user to search among an extremely long list of strings to select a specific entry.
StringSelectionDialog() - Constructor for class com.cafean.client.ui.StringSelectionDialog
Creates new form StringSelectionDialog
StripedTableUI - Class in com.cafean.document.notebook.ui
A TableUI extension that paints the entirety of the table area with alternating stripes for each row.
StripedTableUI() - Constructor for class com.cafean.document.notebook.ui.StripedTableUI
 
STRUCT_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
STYLE - Variable in class com.cafean.client.io.med.FontRec
No Documentation Available.
subBlockAdded(TopLevelSubBlock, boolean) - Method in interface com.cafean.client.integrator.components.TopLevelSubBlockHandler
 
SubblockArrayTableColumn - Class in com.cafean.client.ui
A utility class which handles many common functions for JTable editing.
SubblockArrayTableDialog<T extends ComponentElement,​V extends ComponentElement> - Class in com.cafean.client.ui
An editing dialog utility which employs a tabular interface to add/remove/ edit an array of sub-blocks.
SubblockArrayTableDialog(Dialog, String, T, AbstractNumericsModel, V[]) - Constructor for class com.cafean.client.ui.SubblockArrayTableDialog
Creates new form SubblockArrayTableDialog
SubblockArrayTableDialog(Frame, String, T, AbstractNumericsModel, V[]) - Constructor for class com.cafean.client.ui.SubblockArrayTableDialog
Creates new form SubblockArrayTableDialog
sublime(double, double, double, double, boolean) - Method in class com.cafean.h2o.NewSteamTables
 
SubmissionProperties - Class in com.cafean.jobstream.common.components
A container for both general and Platform Module specific properties that determine the job-level properties for submitting a specific job stream step (or the stream manager itself).
SubmissionProperties() - Constructor for class com.cafean.jobstream.common.components.SubmissionProperties
creates a new empty instance of submission properties
SubmissionPropertiesBeanInfo - Class in com.cafean.jobstream.common.components
 
SubmissionPropertiesBeanInfo() - Constructor for class com.cafean.jobstream.common.components.SubmissionPropertiesBeanInfo
 
SubmitContext - Class in com.cafean.jobstream.common
A simple wrapper object that encapsulates the information necessary for the submission of a Stream Manager or Execution Wrapper job to a Platform Module.
SubmitContext() - Constructor for class com.cafean.jobstream.common.SubmitContext
 
submitFiles(FileInfoQuery, List<FileInfo>) - Method in class com.cafean.JobStatus.ui.TrackerStreamPanel
 
submitModel(AbstractModel, boolean) - Static method in class com.cafean.client.ui.MainFrame
Submits the given model for execution using its plug-in specific submitModel method.
submitModel(AbstractModel, boolean) - Method in class com.cafean.CodePlugins.MECodePlugin
Submits an AbstractModel to the Calculation Server for execution.
submitSequence(SubmitContext, Progress) - Method in class com.cafean.jobstream.common.PlatformModule
Submits a Sequence Manager job using the given context.
submitStream(SubmitContext, Progress) - Method in class com.cafean.jobstream.common.PlatformModule
Submits a Stream Manager job using the given context.
submitted - Variable in class com.cafean.jobstream.tracker.JobStreamRec
Time stamp indicating when the record was added to the database.
submitted - Variable in class com.cafean.jobstream.tracker.TaskRec
Time stamp indicating when the record was added to the database.
submittedDate - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
submitWrapper(PlatformProperties, SubmitContext) - Method in class com.cafean.jobstream.common.PlatformModule
Submits an Execution Wrapper job using the given context.
submitWrappers(PlatformProperties, List<SubmitContext>) - Method in class com.cafean.jobstream.common.PlatformModule
Submits a job that will run an Execution Wrapper for each of the given submit contexts.
subNodeName - Variable in class com.cafean.config.rpc.command.SelectAreaRequest
No Documentation Available.
SubSystemEntriesDialog - Class in com.cafean.client.analysis.subsystem
A modal dialog used to edit the list of components included in a sub-system.
SubSystemEntriesDialog(Dialog, AbstractSubSystem, AbstractSubSystemEntry[]) - Constructor for class com.cafean.client.analysis.subsystem.SubSystemEntriesDialog
Creates a new included component editing dialog
SubSystemEntriesDialog(Frame, AbstractSubSystem, AbstractSubSystemEntry[]) - Constructor for class com.cafean.client.analysis.subsystem.SubSystemEntriesDialog
Creates a new included component editing dialog
SubSystemEntriesEditor - Class in com.cafean.client.analysis.subsystem
An inline editor for the "Included Components" property of a Sub-System used to open the included components dialog.
SubSystemEntriesEditor() - Constructor for class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
Creates new form SubSystemEntriesEditor
SubSystemIntegration_file - Class in com.cafean.client.integrator.components
This class provides IO access to SubSystemIntegration platform independent binary files.
SubSystemIntegration_file() - Constructor for class com.cafean.client.integrator.components.SubSystemIntegration_file
Creates a new instance of SubSystemIntegration_file
SubsystemIntegrator - Class in com.cafean.client.integrator
The central class for the sub-system integration (master integrator) process.
SubsystemIntegrator(AbstractSubSystem, AbstractSubSystem) - Constructor for class com.cafean.client.integrator.SubsystemIntegrator
Creates a sub-system integrator for use in importing the contents of the source sub-system into the target sub-system.
SubSystemSelectionDialog - Class in com.cafean.client.integrator.ui
 
subtract(double) - Method in class com.cafean.Number.Real
 
subtract(int) - Method in class com.cafean.Number.Int
 
subtract(Int) - Method in class com.cafean.Number.Int
 
subtract(Real) - Method in class com.cafean.Number.Real
 
success(String) - Method in class com.cafean.jobstream.common.util.Progress
Notifies this Progress that the process has succeeded with a message.
SUCCESS - Static variable in class com.cafean.rpc.RPCResponse
the return code indicating a successfull command
SuffixFileFilter - Class in com.cafean.utils
Filter files by suffix type.
SuffixFileFilter(String, String) - Constructor for class com.cafean.utils.SuffixFileFilter
 
supportsCases() - Method in class com.cafean.client.analysis.AbstractModel
This method determines whether or not this model implementation supports defining restart cases.
supportsCustomEditor() - Method in class com.apt.xdr.MultiDimArrayEditor
 
supportsCustomEditor() - Method in class com.cafean.client.analysis.subsystem.SubSystemEntriesEditor
 
supportsCustomEditor() - Method in class com.cafean.client.anim.ChannelNameEditor
 
supportsCustomEditor() - Method in class com.cafean.client.anim.ComponentIdEditor
 
supportsCustomEditor() - Method in class com.cafean.client.anim.InteractiveNameEditor
 
supportsCustomEditor() - Method in class com.cafean.client.anim.IVarEditor
True if the propertyEditor can provide a custom editor.
supportsCustomEditor() - Method in class com.cafean.client.anim.UDLROrientationEditor
True if the propertyEditor can provide a custom editor.
supportsCustomEditor() - Method in class com.cafean.client.ui.annotation.AssociatedComponentEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.annotation.pattern.FillPatternEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.annotation.pattern.LineStyleEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.AbstractNameEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.BooleanEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.BorderStyleEditor
True if the propertyEditor can provide a custom editor.
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.CalendarEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.ComponentArraySelectionEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.ComponentSelectionEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.IconImageEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.IntInFortranDisplayEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.IntNonMultiEdit
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.IntSpinnerEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.LongStringEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.ModelEnumerationEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.MultipleStringSetEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.NamedIntEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.ObjectPropertyEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.OptionalIdentEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.OptionalIntSpinnerEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.OptionalStringEditor
Determines whether the propertyEditor can provide a custom editor.
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Determines whether the propertyEditor can provide a custom editor.
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.RealArrayEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.RealBeanEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.SingleStringSetEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.StringDisplayEditor
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.StringNonMultiEdit
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.UnitsEditor
 
supportsCustomEditor() - Method in class com.cafean.client.ui.beans.ViewImgSelEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.CBooleanEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.CDoubleEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.CIntegerDropdownEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.CIntegerEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.CRealEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.CRealUnitsEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.CStringEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.ExecuteFunctionEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.OptionalCBooleanEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.OptionalCIntegerEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.OptionalCStringEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.SelectedEnumEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.SelectedStringEnumEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.SetCalcValuesEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.SharedValueEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.editors.SimpleOptionalCRealEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.functions.editors.NumericFunctionTypeEditor
 
supportsCustomEditor() - Method in class com.cafean.client.values.sources.editors.NumericDataSourceTypeEditor
 
supportsCustomEditor() - Method in class javax.swing.beaninfo.SwingColorEditor
 
supportsCustomEditor() - Method in class javax.swing.beaninfo.SwingDimensionEditor
 
supportsCustomEditor() - Method in class javax.swing.beaninfo.SwingFontEditor
 
supportsCustomEditor() - Method in class javax.swing.beaninfo.SwingStringEditor
Determines whether the propertyEditor can provide a custom editor.
supportsCustomUnits() - Method in class com.cafean.client.anim.AnimationModule
Returns whether the code supports retrieving custom engineering units for individual jobs.
SupportsDynamic - Interface in com.cafean.client.anim
This interface should be applied to any display bean that supports using generic ranges.
supportsSharedTable() - Method in class com.cafean.client.values.components.CTable1D
 
SvgImage - Class in com.cafean.moviegen
Immutable class to get the Image representation of a svg resource.
SvgImage(URL) - Constructor for class com.cafean.moviegen.SvgImage
Load the svg resource from a URL into a document.
SvgImage(SVGDocument) - Constructor for class com.cafean.moviegen.SvgImage
Load the svg from a document.
SvgPanel - Class in com.cafean.moviegen
SvgPanel renders the content drawn into a BufferedImage from an SVG document.
SvgPanel() - Constructor for class com.cafean.moviegen.SvgPanel
Creates a new instance of SvgPanel
swap(int, int) - Method in class com.cafean.utils.TableSorter
 
swapEntries(int, int) - Method in class com.cafean.client.values.ui.EnumEntryDialog
 
swapEntries(int, int) - Method in class com.cafean.client.values.ui.StringEnumEntryDialog
 
swapRows(int, int) - Method in class com.cafean.client.values.components.NumericsTableColumn
Swaps the rows at the given indices.
swapValues(int, int) - Method in class com.cafean.client.values.ui.ParametricValuesDialog
 
SwatchPanel - Class in com.cafean.client.ui.beans
 
SwatchPanel() - Constructor for class com.cafean.client.ui.beans.SwatchPanel
Creates new form SwatchPanel2
SwatchSelectionPopup - Class in javax.swing.beaninfo.color
An encapsulation of a pop-up window that contains a pair of swatch selection panels (recent and stock colors) and a button used to open the color chooser dialog.
SwatchSelectionPopup(SwingColorEditor, boolean) - Constructor for class javax.swing.beaninfo.color.SwatchSelectionPopup
Creates a new pop-up for the given color editor with the given opacity setting
SwingColorEditor - Class in javax.swing.beaninfo
A combination text entry and swatch selection editor for color values.
SwingColorEditor() - Constructor for class javax.swing.beaninfo.SwingColorEditor
Creates a new color editor without alpha support
SwingColorEditor(boolean) - Constructor for class javax.swing.beaninfo.SwingColorEditor
Creates a new color editor with the alpha (opacity) support set to the given value
SwingColorNoAlphaEditor - Class in javax.swing.beaninfo
Color editor that does not allow alpha values.
SwingColorNoAlphaEditor() - Constructor for class javax.swing.beaninfo.SwingColorNoAlphaEditor
 
SwingDimensionEditor - Class in javax.swing.beaninfo
A property editor used to edit Dimension objects.
SwingDimensionEditor() - Constructor for class javax.swing.beaninfo.SwingDimensionEditor
Creates a new dimension editor
SwingDoubleEditor - Class in javax.swing.beaninfo
An PropertyEdtitor for editing double-precision floating point values.
SwingDoubleEditor() - Constructor for class javax.swing.beaninfo.SwingDoubleEditor
 
SwingFloatEditor - Class in javax.swing.beaninfo
An PropertyEdtitor for editing floats.
SwingFloatEditor() - Constructor for class javax.swing.beaninfo.SwingFloatEditor
 
SwingFontEditor - Class in javax.swing.beaninfo
 
SwingFontEditor() - Constructor for class javax.swing.beaninfo.SwingFontEditor
 
SwingFontEditor(boolean) - Constructor for class javax.swing.beaninfo.SwingFontEditor
 
SwingIntegerEditor - Class in javax.swing.beaninfo
A property editor for editing integers.
SwingIntegerEditor() - Constructor for class javax.swing.beaninfo.SwingIntegerEditor
 
swingInvokeAndWait(Runnable) - Static method in class com.cafean.utils.ProgressMon
Invokes the given runnable on the swing event thread and waits until the operation completes to return.
swingInvokeLater(Runnable) - Static method in class com.cafean.utils.ProgressMon
Invokes the given runnable on the swing event thread and returns immediately
SwingLongEditor - Class in javax.swing.beaninfo
A property editor for editing long integers.
SwingLongEditor() - Constructor for class javax.swing.beaninfo.SwingLongEditor
 
SwingStringEditor - Class in javax.swing.beaninfo
Abstract Bean property editor intended for use in editing a string
SwingStringEditor() - Constructor for class javax.swing.beaninfo.SwingStringEditor
Creates new form SwingStringEditor
SwingWorker - Class in com.cafean.utils
This is a simple delayed execution mechanism based on the API provided by the 3rd version of the Swing Worker abstract class described in: http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html
SwingWorker() - Constructor for class com.cafean.utils.SwingWorker
Creates a new SwingWorker stand-in class.

T

T() - Method in class com.cafean.h2o.IFC1967
 
T() - Method in class com.cafean.h2o.Steam
 
T() - Method in class com.cafean.h2o.Water
 
TAB - com.cafean.client.values.nif.NIFReplacementToken
 
TabLayoutSelEditor - Class in com.cafean.client.ui.beans
The bean editor for editing the DrawnViewTabs tab layout mode
TabLayoutSelEditor() - Constructor for class com.cafean.client.ui.beans.TabLayoutSelEditor
Creates a new instance of TabLayoutSelEditor
Table() - Constructor for class com.cafean.utils.Configurator.Table
 
TABLE_DATA_PROP - Static variable in class com.cafean.client.values.ui.CTableNDDialog
 
TABLE_STRUCTURE_PROP - Static variable in class com.cafean.client.values.ui.CTableNDDialog
 
Table1D - Class in com.cafean.client.analysis
An interface describing a 1D table with one independent variable and 0 or more dependent variables.
Table1D() - Constructor for class com.cafean.client.analysis.Table1D
 
Table1DDialog - Class in com.cafean.client.ui.beans
The dialog used in Table1DEditor to edit instances of Table1D.
Table1DDialog(Frame, Table1D) - Constructor for class com.cafean.client.ui.beans.Table1DDialog
Creates new form Table1DDialog
tableChanged(TableModelEvent) - Method in class com.cafean.client.ui.TableSorter
This is implemented to support the TableListener interface the table indecies are reallocated whenever a table's values change.
tableChanged(TableModelEvent) - Method in class com.cafean.utils.TableMap
 
tableChanged(TableModelEvent) - Method in class com.cafean.utils.TableSorter
 
TableColumnsEditor - Class in com.cafean.client.values.editors
This editor allows modifying the column data of a table after it has been created.
TableColumnsEditor() - Constructor for class com.cafean.client.values.editors.TableColumnsEditor
 
TableCustomizable - Interface in com.cafean.client.analysis
An interface to be implemented by CTable1D instances to allow SortableTable1D columns to have custom renderers and editors.
TableDialog - Class in com.cafean.client.values.ui
A dialog used to edit SharedTables and AbstractCTable implementations.
TableEditor1D - Class in com.cafean.client.ui.beans
An editor for a DDT generated 'table' of independent and dependent Real values.
TableEditor1D() - Constructor for class com.cafean.client.ui.beans.TableEditor1D
 
TableException - Exception in com.cafean.client.values.util
An exception used to indicate a problem with calling a table method.
TableException(String, String, String) - Constructor for exception com.cafean.client.values.util.TableException
Constructs a new runtime TableException with the specified detail message.
TableHeaderTooltipProvider - Interface in com.cafean.client.ui
An interface for defining tool tips for table headers
TableMap - Class in com.cafean.utils
 
TableMap() - Constructor for class com.cafean.utils.TableMap
 
TableMapDialog - Class in com.cafean.client.values.ui
This dialog allows the user to select a table variable and to map the variable columns to the underlying plug-in columns.
TableMapDialog(Dialog, AbstractTableReference, ColumnDescription[]) - Constructor for class com.cafean.client.values.ui.TableMapDialog
Creates new form TableMapDialog
TableMapDialog(Frame, AbstractTableReference, ColumnDescription[]) - Constructor for class com.cafean.client.values.ui.TableMapDialog
Creates new form TableMapDialog
TableMapPanel - Class in com.cafean.client.values.ui
This is a JPanel extension that provides the ability to select a Table Variable and map it's columns to match a model table.
TableMapPanel() - Constructor for class com.cafean.client.values.ui.TableMapPanel
Creates new form TableMapPanel
TableND - Class in com.cafean.client.analysis
This class contains a table with multiple independent variables and possibly multiple dependent variables.
TableND() - Constructor for class com.cafean.client.analysis.TableND
Creates a new instance of TableND
TableNDDialog - Class in com.cafean.client.ui.beans
The dialog used in TableNDEditor to edit instances of TableND.
TableNDDialog(Frame, TableND, AbstractModel) - Constructor for class com.cafean.client.ui.beans.TableNDDialog
Creates new form TableNDDialog
TableNDEditor - Class in com.cafean.client.ui.beans
An editor for a DDT generated 'table' of independent and dependent Real values.
TableNDEditor() - Constructor for class com.cafean.client.ui.beans.TableNDEditor
 
TablePreferences - Class in com.cafean.JobStatus.ui.util
The column visibility and sorting preferences for a table.
TablePreferences(JTable, String, String) - Constructor for class com.cafean.JobStatus.ui.util.TablePreferences
Creates a new preferences handler for the given table.
TableReferenceValidator - Class in com.cafean.client.values.util
This class is used to verify an instance of a TableReference.
TableRowMover<T> - Class in com.cafean.client.ui.util
Class provides the functionality used to shift multiple selection ranges of a JTable up or down and retain the selection.
TableRowMover(JTable, List<T>) - Constructor for class com.cafean.client.ui.util.TableRowMover
Constructs a new instance.
TableSorter - Class in com.cafean.client.ui
A sorting wrapper for TableModels to allow sorting by a particular column.
TableSorter - Class in com.cafean.utils
 
TableSorter() - Constructor for class com.cafean.client.ui.TableSorter
Creates a new instance of Table Sorter
TableSorter() - Constructor for class com.cafean.utils.TableSorter
 
TableSorter(TableModel) - Constructor for class com.cafean.client.ui.TableSorter
Creates an instance of table sorter given a table model
TableSorter(TableModel) - Constructor for class com.cafean.utils.TableSorter
 
TableSorter(TableModel, ImageIcon, ImageIcon) - Constructor for class com.cafean.utils.TableSorter
 
TableTooltipHeaderRenderer - Class in com.cafean.client.ui
A table header renderer which allows defining tool tips.
TableUtils - Class in com.cafean.client.ui.util
 
TableVariableCreator - Class in com.cafean.client.values.util
This class is the ComponentCreator for creating a Table variable with predefined columns as defined by ColumnDescritpion[].
TableVariableCreator(JDialog, ColumnDescription[]) - Constructor for class com.cafean.client.values.util.TableVariableCreator
Creates a new TableVariableCreator.
TableVariableCreator(JDialog, ColumnDescription[], Object[][]) - Constructor for class com.cafean.client.values.util.TableVariableCreator
Creates a new TableVariableCreator.
TARGET_DPI - Static variable in class com.cafean.document.notebook.AbstractNotebookExporter
the resolution at which drawn components should be rendered in the print document
TargetDependent - Interface in com.cafean.client.analysis
This is a further extension of ComponentDependent that describes an object that is dependent not only on a set of AbstractComponents and a AbstractModel but also on a set of target objects.
targetFolder(Path) - Method in class com.cafean.jobstream.common.util.download.DownloaderBuilder
The folder that the stream should be downloaded to.
targetLocation(StagingLocation) - Method in class com.cafean.jobstream.common.util.download.DownloaderBuilder
The Calculation Server root folder where the files should be downloaded, represented here as a staging location.
TargetNotFoundException - Exception in com.cafean.client.integrator.exception
 
TargetNotFoundException(String) - Constructor for exception com.cafean.client.integrator.exception.TargetNotFoundException
 
TargetNotFoundException(String, Throwable) - Constructor for exception com.cafean.client.integrator.exception.TargetNotFoundException
 
TargetNotFoundException(Throwable) - Constructor for exception com.cafean.client.integrator.exception.TargetNotFoundException
 
task - Variable in class com.cafean.JobStatus.ui.stream.FileInfo
 
Task - Class in com.cafean.jobstream.server.components
An encapsulation of a single wrapped application execution and task definition.
Task() - Constructor for class com.cafean.jobstream.server.components.Task
Creates a new empty task with no parent job stream.
Task(Stream) - Constructor for class com.cafean.jobstream.server.components.Task
Creates a new empty task as part of the given job stream.
task_dbid - Variable in class com.cafean.jobstream.tracker.CallbackRec
Optional Foreign Key to the TASK table.
task_dbid - Variable in class com.cafean.jobstream.tracker.FileRefRec
Foreign Key to the TASK table.
task_dbid - Variable in class com.cafean.jobstream.tracker.LogRec
Foreign Key to the TASK table.
task_dbid - Variable in class com.cafean.jobstream.tracker.TaskKeywordRec
Foreign Key to the TASK table.
task_id - Variable in class com.cafean.jobstream.tracker.TaskRec
Unique identifier for the Task within a Job Stream.
task_name - Variable in class com.cafean.jobstream.tracker.TaskRec
The user defined name of this task.
TaskChangedEvent - Class in com.cafean.jobstream.tracker.event
The base class for events indicating a change to a task.
TaskComparator - Class in com.cafean.JobStatus.ui.csstream.table
 
TaskComparator() - Constructor for class com.cafean.JobStatus.ui.csstream.table.TaskComparator
 
TASKDEF_EXTENSION - Static variable in class com.cafean.jobstream.server.components.Task
the file extension used by task definition files
TaskDefinitionReader - Class in com.cafean.jobstream.server.components.io
An encapsulated reader used to read a task definition from a task definition XML (*.taskdef) file.
TaskDefinitionReader() - Constructor for class com.cafean.jobstream.server.components.io.TaskDefinitionReader
creates a new reader
TaskFilesAddedEvent - Class in com.cafean.jobstream.tracker.event
This event describes the addition of file reference records to the tracking server database for a task.
TaskFilesAddedEvent(long, FileRefRec) - Constructor for class com.cafean.jobstream.tracker.event.TaskFilesAddedEvent
Creates a new event describing the addition of a file reference
TaskFilesAddedEvent(long, FileRefRec[]) - Constructor for class com.cafean.jobstream.tracker.event.TaskFilesAddedEvent
Creates a new event describing the addition of a set of file references
TaskFinishedEvent - Class in com.cafean.jobstream.tracker.event
This event notifies the tracking server that the status of the task with the given DB_ID has finished with the given status.
TaskFinishedEvent(long, String, Date) - Constructor for class com.cafean.jobstream.tracker.event.TaskFinishedEvent
Creates a new task finished event with the given final status.
taskIdent - Variable in class com.cafean.CalcServer.command.EvtTaskStatusChanged
No Documentation Available.
taskIdent - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
No Documentation Available.
taskIdent - Variable in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
The ident of the task or zero for all tasks not in the Unprocessed state.
TaskKeywordRec - Class in com.cafean.jobstream.tracker
Utility class used to hold records for the TASKKEWORD Database Table.
TaskKeywordRec() - Constructor for class com.cafean.jobstream.tracker.TaskKeywordRec
 
TaskKeywordUpdate - Class in com.cafean.jobstream.tracker.event
This event describes the addition of task keyword records to the tracking server with the given parent task DB_ID.
TaskKeywordUpdate(long, TaskKeywordRec[]) - Constructor for class com.cafean.jobstream.tracker.event.TaskKeywordUpdate
Creates a new event describing the addition of a set of file references
TaskList - Class in com.cafean.jobstream.server.components
A storage class for Task objects.
TaskList() - Constructor for class com.cafean.jobstream.server.components.TaskList
Creates a new instance with a category of Components that starts in a sorted state.
TaskRec - Class in com.cafean.jobstream.tracker
Utility class used to hold records for the TASK Database Table.
TaskRec() - Constructor for class com.cafean.jobstream.tracker.TaskRec
 
TaskRecComparator - Class in com.cafean.JobStatus.ui.stream
 
TaskRecComparator(boolean) - Constructor for class com.cafean.JobStatus.ui.stream.TaskRecComparator
 
TaskRowData - Class in com.cafean.JobStatus.ui.csstream.table
 
TaskRowData - Class in com.cafean.JobStatus.ui.stream
 
TaskRowData(Task) - Constructor for class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
TaskRowData(TaskRec) - Constructor for class com.cafean.JobStatus.ui.stream.TaskRowData
 
TaskStartedEvent - Class in com.cafean.jobstream.tracker.event
This event notifies the tracking server that the task with the given DB_ID has been "Started".
TaskStartedEvent(long, String, Date) - Constructor for class com.cafean.jobstream.tracker.event.TaskStartedEvent
Creates a new started event for the given task.
taskStatus - Variable in class com.cafean.CalcServer.command.EvtTaskStatusChanged
The name of the new status from the Status enumeration.
taskStatus - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
The name of the new status from the Status enumeration.
TaskStatusChange - Class in com.cafean.jobstream.server.components
A status change notification object used by the Stream Manager to indicate that a Task's status changed.
TaskStatusChange(Task, Status, Status, boolean) - Constructor for class com.cafean.jobstream.server.components.TaskStatusChange
Creates a new notification for the given task and its current status.
TaskStatusChangeEvent - Class in com.cafean.jobstream.tracker.event
This event notifies the tracking server that the task with the given DB_ID has changed status.
TaskStatusChangeEvent(long, String, Date) - Constructor for class com.cafean.jobstream.tracker.event.TaskStatusChangeEvent
Creates a new status changed event for the given task.
TaskSubmittedEvent - Class in com.cafean.jobstream.tracker.event
This event notifies the tracking server that the status of the task with the given DB_ID was "Submitted" at the given date.
TaskSubmittedEvent(long, String, String, Date) - Constructor for class com.cafean.jobstream.tracker.event.TaskSubmittedEvent
Creates a new stream submitted event
TaskTableMouseListener - Class in com.cafean.JobStatus.ui.stream
 
TaskTableMouseListener(StreamContext, JobStreamRec) - Constructor for class com.cafean.JobStatus.ui.stream.TaskTableMouseListener
 
TaskTerminatedEvent - Class in com.cafean.jobstream.tracker.event
This event notifies the tracking server that the status of the task with the given DB_ID was "Terminated" at the given date.
TaskTerminatedEvent(long, Date) - Constructor for class com.cafean.jobstream.tracker.event.TaskTerminatedEvent
Creates a new task terminated event
taskUpdateAvailable(Task, boolean) - Method in class com.cafean.JobStatus.ui.csstream.CSStreamPanel
 
TEMP - Static variable in class com.cafean.h2o.FluidState
these define the positions in the outArray && prop evidently
TEMP - Static variable in class com.cafean.h2o.NewSteamTables
 
TempClipboardEnabledTable() - Constructor for class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
This constructor should be used by components which do not desire to have undo events generated on paste or have rows created on paste.
TempClipboardEnabledTable() - Constructor for class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
This constructor should be used by components which do not desire to have undo events generated on paste or have rows created on paste.
TempClipboardEnabledTable() - Constructor for class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
This constructor should be used by components which do not desire to have undo events generated on paste or have rows created on paste.
TempClipboardEnabledTable(TableModel, AbstractComponent) - Constructor for class com.cafean.client.ui.RealArrayDialog.TempClipboardEnabledTable
This constructor should be used by components which do desire to have undo events generated on paste.
TempClipboardEnabledTable(TableModel, AbstractComponent) - Constructor for class com.cafean.client.values.ui.CRealArrayDialog.TempClipboardEnabledTable
This constructor should be used by components which do desire to have undo events generated on paste.
TempClipboardEnabledTable(TableModel, AbstractComponent) - Constructor for class com.cafean.client.values.ui.ParametricCRealArrayDialog.TempClipboardEnabledTable
This constructor should be used by components which do desire to have undo events generated on paste.
Temperature - Class in com.cafean.h2o.units
English Units: F, SI Units: K.
Temperature() - Constructor for class com.cafean.h2o.units.Temperature
 
Temperature(double) - Constructor for class com.cafean.h2o.units.Temperature
 
TEMPERATURE - Static variable in class com.cafean.client.anim.GeneralRange
 
TEMPERATURE - Static variable in class com.cafean.h2o.ui.JSteamFrame
 
TEMPF - Static variable in class com.cafean.h2o.FluidState
 
TempFlags - Class in com.cafean.utils
This temporary class will be used to disable specific functionality.
TempFlags() - Constructor for class com.cafean.utils.TempFlags
 
TEMPG - Static variable in class com.cafean.h2o.FluidState
 
TemplateDescriptor - Class in com.cafean.client.io
An IO holder class used to XML serlialize the physical dimensions and PPM setting of a View.
TemplateDescriptor() - Constructor for class com.cafean.client.io.TemplateDescriptor
Creates a new instance of TemplateEntry
TemplateEntry - Class in com.cafean.client.io
An IO holder class used to XML serlialize the location and dimensions of a DrawnComponent for Import/Export View Template.
TemplateEntry() - Constructor for class com.cafean.client.io.TemplateEntry
Creates a new instance of TemplateEntry
TemplateEntry(TemplateEntry) - Constructor for class com.cafean.client.io.TemplateEntry
Creates a new instance of TemplateEntry initialized with the values of a different TemplateEntry.
TEMPNC - Static variable in class com.cafean.h2o.FluidState
 
terminate(List<TerminateContext>) - Method in class com.cafean.jobstream.common.PlatformModule
Requests the termination of the jobs described by the given terminate context objects.
TerminateContext - Class in com.cafean.jobstream.common
A simple object encapsulating a request to terminate the job with the given batch ID.
TerminateContext(String, String, String, PlatformProperties) - Constructor for class com.cafean.jobstream.common.TerminateContext
Creates a request to terminate the job with the given batch ID.
Terminated - com.cafean.jobstream.server.components.Status
a task that was manually terminated
terminateJob() - Method in class com.cafean.CalcServer.jobrpc.JobRPCResponder
Requests that the given job be terminated.
terminateJob(int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the given job be terminated
terminateJob(JobHandle) - Method in class com.cafean.CalcServer.JobQueue
 
TerminateJobRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
TerminateJobRequest(CSInterface, Job) - Constructor for class com.cafean.JobStatus.ui.csstream.request.TerminateJobRequest
 
terminateProcess() - Method in class com.cafean.CalcServer.JobHandle
Terminates this run's child process.
TerminateRequest - Class in com.cafean.JobStatus.ui.queue
An encapsulation of a background job stream termination request.
TerminateRequest(BackgroundQueue, JobStreamRec, StreamContext, PlatformModule) - Constructor for class com.cafean.JobStatus.ui.queue.TerminateRequest
 
TerminateRunRequest - Class in com.cafean.CalcServer.command
This class provides IO access to TerminateRunRequest data bocks.
TerminateRunRequest() - Constructor for class com.cafean.CalcServer.command.TerminateRunRequest
Construct an empty instance.
TerminateRunRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.TerminateRunRequest
Construct an instance from a PIB file entry.
terminateStream(JobStreamRec, StreamContext) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
TerminateStreamAction - Class in com.cafean.JobStatus.ui
 
TerminateStreamAction(JobStreamRec, StreamContext) - Constructor for class com.cafean.JobStatus.ui.TerminateStreamAction
 
terminateStreams() - Method in class com.cafean.client.anim.available.JobAvailabilityQueue
requests that the queue terminate each of the streams referenced by a job entry
TestVerbosityEditor - Class in com.cafean.client.ui.beans
An Integer selection editor for specifying the verbosity of a given test.
TestVerbosityEditor() - Constructor for class com.cafean.client.ui.beans.TestVerbosityEditor
Creates a new instance of TestVerbosityEditor
text - com.cafean.jobstream.common.components.FileTypeCategory
Normal ASCII text files.
text - Variable in class com.cafean.CalcServer.command.ViewableSearchRequest
No Documentation Available.
TextAnnotAlignmentEditor - Class in com.cafean.client.ui.annotation
 
TextAnnotAlignmentEditor() - Constructor for class com.cafean.client.ui.annotation.TextAnnotAlignmentEditor
Creates new form TextAnnotAlignmentEditor
TextAnnotation - Class in com.cafean.client.ui.annotation
 
TextAnnotation() - Constructor for class com.cafean.client.ui.annotation.TextAnnotation
Creates a new instance of TextAnnotation
TextAnnotation(DrawnDisplayElementRec) - Constructor for class com.cafean.client.ui.annotation.TextAnnotation
 
TextAnnotation(String) - Constructor for class com.cafean.client.ui.annotation.TextAnnotation
Create a new plain-text text annotation with the given content.
TextAnnotation.LabelConverter - Class in com.cafean.client.ui.annotation
a converter object for use in converting older XMLEncoded text annotations.
TextAnnotationBeanInfo - Class in com.cafean.client.ui.annotation
 
TextAnnotationBeanInfo() - Constructor for class com.cafean.client.ui.annotation.TextAnnotationBeanInfo
 
TextAnnotTextFormatEditor - Class in com.cafean.client.ui.annotation
 
TextAnnotTextFormatEditor() - Constructor for class com.cafean.client.ui.annotation.TextAnnotTextFormatEditor
Creates a new instance of YesNoEditor
TextAreaDialog - Class in com.cafean.client.ui
This dialog allows the user to input text into a text area.
TextAreaDialog(Dialog, String) - Constructor for class com.cafean.client.ui.TextAreaDialog
Creates new form TextAreaDialog
TextAreaDialog(Frame, String) - Constructor for class com.cafean.client.ui.TextAreaDialog
Creates new form TextAreaDialog
TextAreaNonModalDialog - Class in com.cafean.client.ui.text
This is a non-modal text editing dialog that allows for syntax highlighting, and a maximum width margin line.
TextAreaNonModalDialog(PropertyDescriptor, Object, AbstractComponent, StyledDocument) - Constructor for class com.cafean.client.ui.text.TextAreaNonModalDialog
Creates new form TextAreaDialog
TextAreaNonModalEditor - Class in com.cafean.client.ui.text
This is the property editor for a string that should open a non-modal dialog.
TextAreaNonModalEditor() - Constructor for class com.cafean.client.ui.text.TextAreaNonModalEditor
 
TextDeleteUndoEdit - Class in com.cafean.client.ui.text
This is the UndoableEdit for deleting text from a non-modal text editing dialog.
TextDeleteUndoEdit(TextHolder, int, String) - Constructor for class com.cafean.client.ui.text.TextDeleteUndoEdit
 
TextDocumentListener - Class in com.cafean.client.ui.text
This is the DocumentListener class for a non-modal text editing dialog.
TextDocumentListener(AbstractModel, TextHolder) - Constructor for class com.cafean.client.ui.text.TextDocumentListener
 
TextHolder - Class in com.cafean.client.ui.text
This interface allows the Non-Modal Text dialog to update the underlying component when the text value is updated.
TextHolder(String, AbstractComponent) - Constructor for class com.cafean.client.ui.text.TextHolder
 
TextHolder(String, String, AbstractComponent) - Constructor for class com.cafean.client.ui.text.TextHolder
 
TextInsertUndoEdit - Class in com.cafean.client.ui.text
This is the UndoableEdit extension for inserting text into a non-modal text editing dialog.
TextInsertUndoEdit(TextHolder, int, String) - Constructor for class com.cafean.client.ui.text.TextInsertUndoEdit
 
textTag(PrintWriter, String, String, int) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Outputs a text-only tag that contains no attributes and the sanitized version of the given text contents.
thcond1(int, double, double, double, String, double, boolean) - Method in class com.cafean.h2o.D2oSteamTables
 
thcond1(int, double, double, double, String, double, boolean) - Method in class com.cafean.h2o.NewSteamTables
 
THCONL - Static variable in class com.cafean.h2o.FluidState
 
THCONV - Static variable in class com.cafean.h2o.FluidState
 
Theora - Class in com.cafean.moviegen.support
Provides MovieGenerator support for the Ogg Theora video format.
Theora() - Constructor for class com.cafean.moviegen.support.Theora
 
TheoraDialog - Class in com.cafean.moviegen.ui
This dialog specifies the Theora encoder properties.
TheoraDialog(JDialog, Theora) - Constructor for class com.cafean.moviegen.ui.TheoraDialog
 
THEORYMAN - Static variable in class com.cafean.client.analysis.AbstractModel
 
ThisWeek - com.cafean.JobStatus.tree.Filter
 
ThreadedScreenReader - Class in com.cafean.CalcServer.util
A thread that reads the STDOUT and STDERR streams of a process and echos it to an output file.
ThreadedScreenReader(Process, File, AbstractLoggable) - Constructor for class com.cafean.CalcServer.util.ThreadedScreenReader
Creates a new screen reader for the given process to write its STDOUT and STDERR streams to the given output file.
ThreeToTwentySpinnerEditor - Class in com.cafean.client.ui.beans
This simple editor allows the user to select integer values within the range of 3-20.
ThreeToTwentySpinnerEditor() - Constructor for class com.cafean.client.ui.beans.ThreeToTwentySpinnerEditor
Creates a new instance of ThreeToTwentySpinnerEditor
time - Variable in class com.cafean.CalcServer.command.EvtCommandDelivered
No Documentation Available.
time - Variable in class com.cafean.CalcServer.command.InteractCommandRequest
No Documentation Available.
time - Variable in class com.cafean.CalcServer.command.SetMuxTimeRequest
No Documentation Available.
time - Variable in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
No Documentation Available.
time - Variable in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
No Documentation Available.
time - Variable in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
The calculation time to which the current mux pointer should be set.
Time - Class in com.cafean.Number
A representation of time in seconds.
Time() - Constructor for class com.cafean.Number.Time
 
Time(double) - Constructor for class com.cafean.Number.Time
 
TIME - com.cafean.client.anim.DataSource.IndependentDataType
 
times - Variable in class com.cafean.CalcServer.command.RestartInfoRequest
No Documentation Available.
times - Variable in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
No Documentation Available.
times - Variable in class com.cafean.utils.RestartInfo
The array of times when restarts were written.
TimeScale - Enum in com.cafean.client.anim.enums
The enumeration for time scale for playback.
timeSteps - Variable in class com.cafean.CalcServer.command.RestartInfoRequest
No Documentation Available.
timeSteps - Variable in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
No Documentation Available.
timeSteps - Variable in class com.cafean.utils.RestartInfo
The array of time steps where restarts were written.
TimestepTable - Class in com.cafean.CalcServer
A table of time vs plot file position backed by a binary file containing only time and position pairs stored as double and long.
Timestep table supports the "segment" concept that is used by some plot files to indicate "regions" of plot data within the indexed file.

Timestep Table file format version -1. Header Unused [double]File Format Version [long]Number of Segments [long] Segment Header Number of Entries [long] Table Entry Time [double]Plot File Position [long]
Legacy Timestep Table file format.
TimestepTable(File) - Constructor for class com.cafean.CalcServer.TimestepTable
Creates a new instance of TimestepTable (with a 0 time delta) and opens its file.
TimestepTable(File, double) - Constructor for class com.cafean.CalcServer.TimestepTable
Creates a new instance of TimestepTable and opens its file
title - Variable in class com.cafean.rpc.command.VersionRequest
No Documentation Available.
TITLE - Static variable in class com.cafean.moviegen.PreviewFrame
The title of the frame.
TitlePanel - Class in com.cafean.client.ui.pview
A panel used to render the title of an attribute group.
TitlePanel() - Constructor for class com.cafean.client.ui.pview.TitlePanel
Creates a new title panel that will not be used within a property view
TitlePanel(GroupPanel) - Constructor for class com.cafean.client.ui.pview.TitlePanel
Creates a new title panel with the given parent GroupPanel
toArray() - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
toArray() - Method in class com.cafean.client.analysis.ComponentSet
 
toArray() - Method in class com.cafean.client.analysis.ElementList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
toArray() - Method in class com.cafean.jobstream.server.components.TaskList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class com.cafean.Number.DoubleArray
Returns an double array containing only the used elements of this DoubleArray.
toArray() - Method in class com.cafean.Number.FloatArray
Returns an float array containing only the used elements of this FloatArray.
toArray() - Method in class com.cafean.Number.IntegerArray
Returns an int array containing only the used elements of this IntegerArray.
toArray() - Method in class com.cafean.Number.LongArray
Returns an long array containing only the used elements of this LongArray.
toArray(Category) - Method in class com.cafean.client.analysis.ComponentList
Returns an array containing all of the components in this list that are in the given Category.
toArray(Object[]) - Method in class com.cafean.client.analysis.ElementList
Returns an array containing all of the elements in this list in the correct order; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - Method in class com.cafean.jobstream.server.components.TaskList
Returns an array containing all of the elements in this list in the correct order; the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class com.cafean.CalcServer.rpc.EvtNotificationQueue
 
toArray(T[]) - Method in class com.cafean.client.analysis.ComponentSet
 
toBufferedImage(Image) - Static method in class com.cafean.client.mdocs.QuickNote
 
TOC_NAME - Static variable in class com.cafean.document.notebook.components.AbstractFrontMatter
 
TOC_TYPE - Static variable in class com.cafean.document.notebook.components.AbstractFrontMatter
 
Today - com.cafean.JobStatus.tree.Filter
 
toFront() - Method in class com.cafean.client.ui.DockablePanel
Selects this panel in the DockedPane or toFront's the dialog that contains it.
toFront() - Method in class com.cafean.client.ui.MessageWindow
ensures that this message window is visible
toFront() - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
toFront(ConnectionRenderer) - Method in class com.cafean.client.ui.BeanBox
Moves the given connection renderer to the front of the drawing stack.
TOLERANCE - Static variable in class com.cafean.client.ui.tools.insert.AbstractPathHandler
The number of pixels the mouse is required to move before another point can be added.
toLoadString() - Method in class com.cafean.client.values.components.AbstractCReal
Returns a formatted string for this Real in the current global units that is limited to 12 characters in length.
toLoadString() - Method in class com.cafean.Number.Real
Returns a formated string for this Real in the current global units that is limited to 12 characters in length.
toLoadString(int) - Method in class com.cafean.client.values.components.AbstractCReal
Returns a formatted string for this Real in the requested units that is limited to 12 characters in length.
toLoadString(int) - Method in class com.cafean.client.values.components.CReal
Returns a formated string for this Real in the requested units that is limited to 12 characters in length.
toLoadString(int) - Method in class com.cafean.Number.Real
Returns a formated string for this Real in the requested units that is limited to 12 characters in length.
toMedValueFromEnum(TimeScale) - Static method in enum com.cafean.client.anim.enums.TimeScale
Provides a unique integer value for the specified enumeration constant
TOOL_CONNECT - Static variable in class com.cafean.client.ui.Toolbox
The enumeration for the Connect tool
TOOL_INSERT - Static variable in class com.cafean.client.ui.Toolbox
The enumeration for the Insert tool
TOOL_INTERACTIVE - Static variable in class com.cafean.client.ui.Toolbox
The enumeration for the Interactive tool
TOOL_NONE - Static variable in class com.cafean.client.ui.Toolbox
No tool has been selected
TOOL_PAN - Static variable in class com.cafean.client.ui.Toolbox
The enumeration for the Pan tool
TOOL_SELECT - Static variable in class com.cafean.client.ui.Toolbox
The enumeration for the select Tool
TOOL_ZOOM - Static variable in class com.cafean.client.ui.Toolbox
The enumeration for the Zoom tool
Toolbox - Class in com.cafean.client.ui
The central handler class for a DrawnView's Tools.
Toolbox(DrawnView) - Constructor for class com.cafean.client.ui.Toolbox
Creates new Toolbox
ToolboxAction - Class in com.cafean.client.ui.tools
The base class for all Action objects used in the Toolbox to create components, beans, or annotations.
ToolboxAction(Toolbox, String, Icon, String) - Constructor for class com.cafean.client.ui.tools.ToolboxAction
Creates a new ToolboxAction with the given toolbox.The given name, icon and description are passed to the super class via AbstractAction.putValue(java.lang.String, java.lang.Object).
toolChanged(int, int) - Method in interface com.cafean.client.ui.tools.ToolChangeListener
Notifies this listener that the current tool has changed from the old tool to the new tool.
toolChanged(int, int) - Method in class com.cafean.client.ui.ZoomablePanel
Responds to a notification from the Toolbox that the current tool has changed from oldTool to newTool by activating the new MouseHandler, deactivating the old MouseHandler, and updating the cursor.
ToolChangeListener - Interface in com.cafean.client.ui.tools
An interface describing a listener for changes in the current tool.
TOP - Static variable in class com.cafean.client.ui.DrawnComponent
Oriented towards the top of the screen
TopLevelSubBlock - Interface in com.cafean.client.integrator.components
 
TopLevelSubBlockHandler - Interface in com.cafean.client.integrator.components
 
toResponse(UnitCodeResponse) - Method in class com.cafean.CalcServer.CustomUnitCodes
 
toResponse(JUnitCodeRequest) - Method in class com.cafean.CalcServer.CustomUnitCodes
 
toSequenceString(int[]) - Static method in class com.cafean.Number.IntegerArray
Creates a sequence formatted list of the given numbers.
toSequenceString(int[], boolean) - Static method in class com.cafean.Number.IntegerArray
Creates a sequence formatted list of the given numbers.
toShortHtml() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
toShortHtml() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
Retrieves an HTML version of the toString of this bean for use in displaying this bean in the Navigator or other similar listings.
toShortHtml() - Method in class com.cafean.client.integrator.IntegrationCase
 
toShortHtml() - Method in interface com.cafean.client.ui.beans.DecoratedBean
Retrieves an HTML version of the toString of this bean for use in displaying this bean in the Navigator or other similar listings.
toShortHtml() - Method in class com.cafean.client.values.components.SharedBoolean
 
toShortHtml() - Method in class com.cafean.client.values.components.SharedInteger
 
toShortHtml() - Method in class com.cafean.client.values.components.SharedReal
 
toShortHtml() - Method in class com.cafean.client.values.components.SharedString
 
toShortHtml() - Method in class com.cafean.client.values.components.SharedTable
 
toShortHtml() - Method in class com.cafean.client.values.functions.AbstractNumericFunction
 
toShortHtml() - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
 
toShortHtml() - Method in class com.cafean.JobStatus.tree.AbstractFolderNode
 
toShortHtml() - Method in class com.cafean.JobStatus.tree.FilteredFolderNode
 
toShortHtml() - Method in class com.cafean.JobStatus.tree.FolderNode
returns a simple HTML representation of this node for use in the tree
toShortHtml() - Method in class com.cafean.JobStatus.tree.TrackingFilteredNode
 
toShortString() - Method in class com.cafean.client.analysis.AbstractComponent
Returns an abbreviated string representation of this component.
toShortString() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
toShortString() - Method in class com.cafean.client.integrator.CrossReference
returns a shorter (though not very readable) version of the toString
toString() - Method in class com.apt.xdr.MdBoolArray
Return the array dimensions as a string.
toString() - Method in class com.apt.xdr.MdDblArray
Return the array dimensions as a string.
toString() - Method in class com.apt.xdr.MdFltArray
Return the array dimensions as a string.
toString() - Method in class com.apt.xdr.MdIntArray
Return the array dimensions as a string.
toString() - Method in class com.apt.xdr.MultiDimArray
Return the array dimensions as a string.
toString() - Method in class com.cafean.CalcServer.JobHandle
 
toString() - Method in class com.cafean.CalcServer.RootFolder
 
toString() - Method in class com.cafean.CalcServer.rpc.AbstractServerResponder
 
toString() - Method in class com.cafean.CalcServer.rpc.StatusTrigger
 
toString() - Method in enum com.cafean.CalcServer.util.ExecutionStatus
 
toString() - Method in enum com.cafean.CalcServer.util.JobHandleStatus
 
toString() - Method in class com.cafean.client.analysis.AbstractComponent
toString() - Method in class com.cafean.client.analysis.AbstractModel
 
toString() - Method in class com.cafean.client.analysis.Category
 
toString() - Method in class com.cafean.client.analysis.ComponentList
Returns a String representation of this ComponentList.
toString() - Method in class com.cafean.client.analysis.ComponentStateEdit
toString() - Method in class com.cafean.client.analysis.Connection
 
toString() - Method in class com.cafean.client.analysis.ConnectionData
 
toString() - Method in class com.cafean.client.analysis.ElementList
Returns a String representation of this ElementList.
toString() - Method in class com.cafean.client.analysis.numerics.UserDefinedConstant
toString() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
 
toString() - Method in class com.cafean.client.analysis.numerics.UserDefinedVariable
 
toString() - Method in class com.cafean.client.analysis.RestartCase
 
toString() - Method in class com.cafean.client.analysis.SpecialConnectionData
 
toString() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
toString() - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystemEntry
 
toString() - Method in class com.cafean.client.analysis.ValidationTest
Returns a short string representing this test
toString() - Method in class com.cafean.client.analysis.ViewComponent
ViewComponents use their name as their to-string, as opposed to including "View CCnumber" before their name.
toString() - Method in class com.cafean.client.anim.available.AvailableJobEntry
 
toString() - Method in class com.cafean.client.anim.channel.RowData
 
toString() - Method in class com.cafean.client.anim.ChannelInfoRef
returns the name of this channel info reference
toString() - Method in enum com.cafean.client.anim.DataSource.IndependentDataType
 
toString() - Method in class com.cafean.client.anim.DataSource
 
toString() - Method in enum com.cafean.client.anim.enums.TimeScale
 
toString() - Method in class com.cafean.client.anim.GeneralRange
 
toString() - Method in class com.cafean.client.anim.SourceChangedEvent
 
toString() - Method in class com.cafean.client.anim.TransientDataChangedEvent
 
toString() - Method in class com.cafean.client.classify.Classification
returns the name of this classification level
toString() - Method in class com.cafean.client.integrator.AbstractIntegrator
 
toString() - Method in class com.cafean.client.integrator.components.IntegrationDefinition
 
toString() - Method in class com.cafean.client.integrator.CrossReference
 
toString() - Method in class com.cafean.client.integrator.ReferenceLocation
 
toString() - Method in class com.cafean.client.io.med.Attribute
 
toString() - Method in class com.cafean.client.io.TemplateEntry
 
toString() - Method in class com.cafean.client.mdocs.ALOwnership
 
toString() - Method in class com.cafean.client.mdocs.EmbeddedImage
 
toString() - Method in class com.cafean.client.mdocs.QuickNote
 
toString() - Method in class com.cafean.client.organize.MagneticField
 
toString() - Method in class com.cafean.client.ui.annotation.Annotation
 
toString() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
toString() - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
toString() - Method in class com.cafean.client.ui.BeanBox
 
toString() - Method in class com.cafean.client.ui.ConnectingPt
Constructs an informative label for this ConnectingPt, including type, and pad coordinates
toString() - Method in class com.cafean.client.ui.diff.CategoryGroup
 
toString() - Method in class com.cafean.client.ui.diff.Difference
Returns a string representation of this difference.
toString() - Method in class com.cafean.client.ui.DrawnComponent
The String produced is based on the toString of the component.
toString() - Method in class com.cafean.client.ui.DrawnConnection
 
toString() - Method in class com.cafean.client.ui.GenericTableModel
 
toString() - Method in class com.cafean.client.ui.message.Message
Retrieves a String representation of this Message object in the format 'MessageType:text'.
toString() - Method in class com.cafean.client.ui.message.MessageSelectionEvent
 
toString() - Method in class com.cafean.client.ui.navigator.BeanArrayNode
 
toString() - Method in class com.cafean.client.ui.navigator.BeanNode
 
toString() - Method in class com.cafean.client.ui.navigator.CategoryNode
 
toString() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
 
toString() - Method in class com.cafean.client.ui.navigator.ComponentNode
The Component node uses the component's toString function as it's own, allowing plug-in specific components to have their own specified label.
toString() - Method in class com.cafean.client.ui.navigator.ConnectionListNode
 
toString() - Method in class com.cafean.client.ui.navigator.ConnectionNode
 
toString() - Method in class com.cafean.client.ui.navigator.ModelNode
 
toString() - Method in class com.cafean.client.ui.navigator.Navigator
 
toString() - Method in class com.cafean.client.ui.navigator.PluginNode
 
toString() - Method in class com.cafean.client.ui.pview.GroupPanel
 
toString() - Method in class com.cafean.client.ui.pview.PropertyPanel
 
toString() - Method in class com.cafean.client.ui.RealTextField
Returns the current value of the RealTextField as a String.
toString() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
 
toString() - Method in class com.cafean.client.ui.tools.CaptureMouseHandler
returns a string representation of this handler
toString() - Method in class com.cafean.client.ui.tools.ConnectMouseHandler
returns a string representation of this handler
toString() - Method in class com.cafean.client.ui.tools.MouseHandler
returns a string representation of this handler including its class name and handler id.
toString() - Method in class com.cafean.client.ui.tools.PanMouseHandler
returns a string representation of this handler
toString() - Method in class com.cafean.client.ui.tools.SelectMouseHandler
returns a string representation of this handler
toString() - Method in class com.cafean.client.ui.tools.ZoomMouseHandler
returns a string representation of this handler
toString() - Method in class com.cafean.client.ui.util.DrawingLayer
 
toString() - Method in enum com.cafean.client.ui.util.Orientation
 
toString() - Method in class com.cafean.client.ui.util.search.GSMatchContext
 
toString() - Method in class com.cafean.client.ui.util.search.GSSearchResult
 
toString() - Method in class com.cafean.client.ui.util.search.GSViewElementLeaf
 
toString() - Method in class com.cafean.client.utils.diff.WeakComponentRef
 
toString() - Method in class com.cafean.client.utils.diff.WeakComponentRefArray
 
toString() - Method in class com.cafean.client.utils.SnapInstUtil
 
toString() - Method in class com.cafean.client.validation.ExportContext
 
toString() - Method in class com.cafean.client.validation.PropertyContextType
 
toString() - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
toString() - Method in class com.cafean.client.values.components.AbstractCBoolean
 
toString() - Method in class com.cafean.client.values.components.AbstractCInteger
 
toString() - Method in class com.cafean.client.values.components.AbstractCReal
 
toString() - Method in class com.cafean.client.values.components.AbstractCString
 
toString() - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
 
toString() - Method in class com.cafean.client.values.components.AbstractTableReference
 
toString() - Method in class com.cafean.client.values.components.AttribProps
 
toString() - Method in class com.cafean.client.values.components.CBoolean
 
toString() - Method in class com.cafean.client.values.components.CInteger_E
 
toString() - Method in class com.cafean.client.values.components.CInteger
 
toString() - Method in class com.cafean.client.values.components.CString
 
toString() - Method in class com.cafean.client.values.components.EnumEntry
 
toString() - Method in class com.cafean.client.values.components.ExternFunction
 
toString() - Method in class com.cafean.client.values.components.NumericsCatProps
 
toString() - Method in class com.cafean.client.values.components.NumericsTableColumn
 
toString() - Method in class com.cafean.client.values.components.SharedBoolean
 
toString() - Method in class com.cafean.client.values.components.SharedFunction
 
toString() - Method in class com.cafean.client.values.components.SharedInteger
 
toString() - Method in class com.cafean.client.values.components.SharedReal
 
toString() - Method in class com.cafean.client.values.components.SharedString
 
toString() - Method in class com.cafean.client.values.components.SharedTable
 
toString() - Method in class com.cafean.client.values.functions.AbstractNumericFunction
 
toString() - Method in class com.cafean.client.values.functions.NumericFunctionDesc
 
toString() - Method in enum com.cafean.client.values.nif.NumericsPropertyType
 
toString() - Method in class com.cafean.client.values.sources.AbstractNumericDataSource
 
toString() - Method in class com.cafean.client.values.sources.NumericDataSourceDesc
 
toString() - Method in class com.cafean.client.values.ui.CIntegerTextField
Returns the current value of the LocalIntegerTextField as a String.
toString() - Method in class com.cafean.client.values.ui.CRealTextField
Returns the current value of the RealTextField as a String.
toString() - Method in class com.cafean.client.values.ui.SharedIntegerWrapper
 
toString() - Method in class com.cafean.client.values.ui.SharedRealWrapper
 
toString() - Method in class com.cafean.client.values.util.matlab.MXArray
 
toString() - Method in exception com.cafean.client.values.util.UnsatisfiedClassRequirementException
 
toString() - Method in class com.cafean.CodePlugins.MEPlugin
returns the plug-in id of this plug-in
toString() - Method in enum com.cafean.document.notebook.plot.ExportColor
This implementation returns the AptPlot index as a String.
toString() - Method in enum com.cafean.document.notebook.plot.ExportSymbol
This implementation returns the AptPlot index as a String.
toString() - Method in class com.cafean.JobStatus.Ivar
Return the variable name for list models.
toString() - Method in class com.cafean.JobStatus.jimport.ImportJobDesc
 
toString() - Method in class com.cafean.JobStatus.jimport.JobImporter
 
toString() - Method in class com.cafean.JobStatus.tree.FilteredFolderNode
 
toString() - Method in class com.cafean.JobStatus.tree.FolderNode
Creates a String representation of this node's ProjectStruct.
toString() - Method in class com.cafean.JobStatus.tree.JobNode
Creates a String representation of this node's ProjectStruct.
toString() - Method in class com.cafean.JobStatus.tree.TrackingFilteredNode
 
toString() - Method in class com.cafean.JobStatus.ui.csstream.CSInterfaceRequest
 
toString() - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
toString() - Method in class com.cafean.JobStatus.ui.queue.QueueEntry
 
toString() - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
 
toString() - Method in enum com.cafean.jobstream.common.components.ApplicationSetup
retrieves a human readable description of this setup type
toString() - Method in class com.cafean.jobstream.common.components.ApplicationVersion
 
toString() - Method in class com.cafean.jobstream.common.components.FileType
 
toString() - Method in enum com.cafean.jobstream.common.components.FileTypeCategory
 
toString() - Method in class com.cafean.jobstream.common.components.Keyword
 
toString() - Method in class com.cafean.jobstream.common.components.PlatformDefinition
returns this platform's platform ID
toString() - Method in class com.cafean.jobstream.common.components.PlatformProperties
 
toString() - Method in class com.cafean.jobstream.common.components.SnapInstallation
toString() - Method in class com.cafean.jobstream.common.components.StagingLocation
toString() - Method in class com.cafean.jobstream.common.components.SubmissionProperties
 
toString() - Method in class com.cafean.jobstream.common.PlatformModule
 
toString() - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
returns the name and label of this handle
toString() - Method in class com.cafean.jobstream.server.components.StorageLocation
 
toString() - Method in class com.cafean.jobstream.server.components.Task
 
toString() - Method in class com.cafean.jobstream.server.sequence.Iteration
 
toString() - Method in class com.cafean.jobstream.server.sequence.SeqEntry
 
toString() - Method in class com.cafean.jobstream.tracker.CallbackRec
 
toString() - Method in class com.cafean.jobstream.tracker.event.StreamChangedEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.StreamFinishedEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.StreamLogEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.StreamStartedEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.StreamSubmittedEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.StreamTerminatedEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.TaskChangedEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.TaskFilesAddedEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.TaskFinishedEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.TaskKeywordUpdate
 
toString() - Method in class com.cafean.jobstream.tracker.event.TaskStartedEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.TaskStatusChangeEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.TaskSubmittedEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.TaskTerminatedEvent
 
toString() - Method in class com.cafean.jobstream.tracker.event.TrackerEvent
 
toString() - Method in class com.cafean.moviegen.support.AbstractVideoType
 
toString() - Method in enum com.cafean.moviegen.util.VideoFormat
 
toString() - Method in class com.cafean.Number.BaseNumber
toString translates the internal value to a string in the current unit type.
toString() - Method in class com.cafean.Number.Int
 
toString() - Method in class com.cafean.Number.Real
 
toString() - Method in class com.cafean.rpc.AbstractRPCConnection
 
toString() - Method in class com.cafean.rpc.CallbackListener
 
toString() - Method in class com.cafean.rpc.RPCListener
 
toString() - Method in class com.cafean.rpc.RPCManager
 
toString() - Method in class com.cafean.utils.LibraryData
 
toString() - Method in class com.cafean.utils.LibraryInfo
 
toString() - Method in class com.cafean.utils.OpTimer
 
toString() - Method in class com.cafean.utils.RestartData
Overridden toString method to dump basic info about this instance of RestartData.
toString() - Method in class com.cafean.utils.Version
Creates a String representation of this Version.
toString() - Method in class com.cafean.vcs.desc.VersionControlSystemDesc
 
toString(boolean) - Method in class com.cafean.client.ui.message.Message
Retrieves a String representation of this Message object in the format '[timestamp] MessageType:Linked Component:summary'.
toString(int) - Method in class com.cafean.client.values.components.AbstractCReal
Returns a formatted string containing the current value of this Real.If this real uses a user defined numeric, the name of that numeric is returned unless the current mode is MODE_EXPORT_ASCII.The units for the formatted string are passed in.
toString(int) - Method in class com.cafean.client.values.components.CReal
Returns a formated string containing the current value of this Real.
toString(int) - Method in class com.cafean.Number.Real
Returns a formated string containing the current value of this Real.
toString(int, DecimalFormat) - Method in class com.cafean.client.values.components.AbstractCReal
Returns a formatted string containing the current value of this Real.If this real uses a user defined numeric, the name of that numeric is returned unless the current mode is MODE_EXPORT_ASCII.The units for the formatted string are passed in.
totalChannels - Variable in class com.cafean.CalcServer.command.DataChannelsRequest
No Documentation Available.
totalChannels - Variable in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
No Documentation Available.
TouchFileTask - Class in com.cafean.utils
This class will periodically touch an existing file.
TouchFileTask(File) - Constructor for class com.cafean.utils.TouchFileTask
 
toYesNo(boolean) - Static method in class com.cafean.jobstream.common.util.XMLUtils
Converts the given boolean to either "yes" or "no"
tp(double, double) - Method in class com.cafean.h2o.IFC1967
 
tp(double, double) - Method in class com.cafean.h2o.Steam
 
tp(double, double) - Method in class com.cafean.h2o.Water
 
tp(Real, Real) - Method in class com.cafean.h2o.Steam
 
trace - Static variable in class com.cafean.JobStatus.Main
If true, some debugging info is printed to System.err
trace - Static variable in class com.cafean.JobStatus.tree.CalcServerNode
If true, some debugging info is printed to System.err
trace - Static variable in class com.cafean.utils.LogFile
If true, all logging info goes to System.err
trace(String) - Static method in class com.cafean.client.analysis.GenericObject
Writes the provided message to System.err with a TRACE tag.
tracker(TrackerModule) - Method in class com.cafean.jobstream.common.util.download.DownloaderBuilder
The tracking server module that should be used to retrieve any additional information required for the download.
TrackerEvent - Class in com.cafean.jobstream.tracker.event
 
TrackerEvent(long, Date) - Constructor for class com.cafean.jobstream.tracker.event.TrackerEvent
 
TrackerModule - Class in com.cafean.jobstream.tracker
A TrackerModule encapsulates all access to a Tracking Server at runtime.
TrackerModule() - Constructor for class com.cafean.jobstream.tracker.TrackerModule
Creates a new TrackerModule instance.
TrackerModulesInitializer - Class in com.cafean.client.ui.util
A simple class used to load and initialize tracker modules on a background thread.
TrackerModulesInitializer(ClientLogger) - Constructor for class com.cafean.client.ui.util.TrackerModulesInitializer
creates a new initializer with the given logger
TrackerNode - Class in com.cafean.JobStatus.tree
The parent class for filtered and unfiltered tracking server nodes.
TrackerStreamPanel - Class in com.cafean.JobStatus.ui
This class details a job stream as retrieved from a tracker module
TrackerStreamPanel(JobStreamRec, StreamContext, URI) - Constructor for class com.cafean.JobStatus.ui.TrackerStreamPanel
Create a panel to display the details of the given stream
trackingConnectedIcon - Static variable in class com.cafean.utils.images.ImageMgr
 
trackingDeadIcon - Static variable in class com.cafean.utils.images.ImageMgr
 
TrackingFilteredNode - Class in com.cafean.JobStatus.tree
A tracking server-specific node used internally to represent a filtered set of job streams on a tracking server.
TrackingFilteredNode(Filter) - Constructor for class com.cafean.JobStatus.tree.TrackingFilteredNode
 
TrackingFolderNode - Class in com.cafean.JobStatus.tree
 
TrackingFolderNode(String, List<JobStreamRec>) - Constructor for class com.cafean.JobStatus.tree.TrackingFolderNode
 
trackingIcon - Static variable in class com.cafean.utils.images.ImageMgr
 
TrackingServerNode - Class in com.cafean.JobStatus.tree
 
TrackingServerNode(PlatformDefinition, TrackerModule, ProjectTreeModel) - Constructor for class com.cafean.JobStatus.tree.TrackingServerNode
 
TransferableCopiedSubBlocks - Class in com.cafean.client.ui.clipboard
This is the Transferable object for managing sub-blocks of components copied through the navigator.
TransferableCopiedSubBlocks(CopiableSubBlock[], int) - Constructor for class com.cafean.client.ui.clipboard.TransferableCopiedSubBlocks
 
TransferableDrawnComponents - Class in com.cafean.client.ui.clipboard
 
TransferableDrawnComponents(PibBlock[], int, int) - Constructor for class com.cafean.client.ui.clipboard.TransferableDrawnComponents
Construct a new transferable drawing clipboard item.
TransferableModel - Class in com.cafean.client.ui.clipboard
The Transferable implementation that manages a set of AbstractComponent elements inside a model.
TransferableModel(AbstractModel) - Constructor for class com.cafean.client.ui.clipboard.TransferableModel
Construct a new transferable model clipboard item.
TransferableModel(AbstractModel, Vector) - Constructor for class com.cafean.client.ui.clipboard.TransferableModel
Construct a new transferable model clipboard item.
TransferablePibArray - Class in com.cafean.client.ui.clipboard
 
TransferablePibArray(PibBlock[], int) - Constructor for class com.cafean.client.ui.clipboard.TransferablePibArray
Construct a new transferable drawing clipboard item.
transferData(ConditionSet) - Method in class com.cafean.utils.RestartData
 
transform(AffineTransform) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
transformFromScaledPoint(Point) - Method in class com.cafean.client.anim.AbstractDisplayBean
Converts the given point in scaled BeanBox coordinates to bean coordinates.
transformPoint(Point) - Method in class com.cafean.client.ui.ZoomablePanel
Translate the coordinates of a point to account for the scaling factor.
transformToScaledPoint(Point) - Method in class com.cafean.client.anim.AbstractDisplayBean
Converts the given point in bean coordinates to scaled BeanBox coordinates.
transientDataChanged(TransientDataChangedEvent) - Method in class com.cafean.client.anim.AbstractDisplayBean
Invoked when the data values driving this component change value.
transientDataChanged(TransientDataChangedEvent) - Method in interface com.cafean.client.anim.TransientDataChangeListener
Interface method to handle changes to the transient data.
TransientDataChangedEvent - Class in com.cafean.client.anim
An event used to signal a bean that the transient data has changed.
TransientDataChangedEvent(DataSource, double[]) - Constructor for class com.cafean.client.anim.TransientDataChangedEvent
Construct a transient data changed event for a data source that provides double precision data.
TransientDataChangedEvent(DataSource, float[]) - Constructor for class com.cafean.client.anim.TransientDataChangedEvent
Construct a transient data changed event for a data source that provides floating point data.
TransientDataChangeListener - Interface in com.cafean.client.anim
A listener interface implemented by the beans to support notifications that thier transient data has changed.
translate(double, double) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
translate(int, int) - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
translate(int, int) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
translate(int, int) - Method in class com.cafean.client.ui.annotation.PolygonPoint
 
translate(int, int) - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
translate(int, int) - Method in class com.cafean.client.ui.DrawnConnection
 
translate(int, int) - Method in interface com.cafean.client.ui.FullScreenDrawing
Translates this drawing by the given x and y deltas.
translate(int, int) - Method in class com.cafean.client.ui.util.PdfGraphics2D
 
translateConnectionToScreen(ConnectingPt) - Method in class com.cafean.client.ui.DrawnComponent
This converts the center of a passed connecting Point into the coordinates on the zoomable panel.
translatePointToScreen(Point) - Method in class com.cafean.client.ui.DrawnComponent
This converts a Point from local coordinates into coordinates on the zoomable panel.
translateSource(int, int) - Method in class com.cafean.client.ui.DrawnConnection
 
translateTarget(int, int) - Method in class com.cafean.client.ui.DrawnConnection
 
translateU(int) - Static method in class com.cafean.moviegen.util.ColorConversion
Translates a pixel of RGB color into the first chroma (U) component.
translateV(int) - Static method in class com.cafean.moviegen.util.ColorConversion
Translates a pixel of RGB color into the second chroma (V) component.
translateY(int) - Static method in class com.cafean.moviegen.util.ColorConversion
Translates a pixel of RGB color into the corresponding Luminance component.
translateYUV(int) - Static method in class com.cafean.moviegen.util.ColorConversion
Translates a pixel of RGB color into the corresponding YUV value.
treeCollapsed(TreeExpansionEvent) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTreeModel
Removes all the children from the node.
treeCollapsed(TreeExpansionEvent) - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Called whenever an item in the tree has been collapsed.
treeCollapsed(TreeExpansionEvent) - Method in class com.cafean.client.ui.util.search.GSTreeModel
Called whenever an item in the tree has been collapsed.
treeCollapsed(TreeExpansionEvent) - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
 
treeExpanded(TreeExpansionEvent) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTreeModel
Describes what happens when a node is expanded.
treeExpanded(TreeExpansionEvent) - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Called whenever an item in the tree has been expanded.
treeExpanded(TreeExpansionEvent) - Method in class com.cafean.client.ui.util.search.GSTreeModel
Called whenever an item in the tree has been expanded.
treeExpanded(TreeExpansionEvent) - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
If the expansion path ends with a Server Node, a connector is created to connect to that node's Server.
TreeNavigatorComponent - Interface in com.cafean.client.ui.navigator
Implemented by all NavigatorComponent implementations that display, somewhere in their body, a NavigatorTree.
treeSelectionChanged(PlatformPanel) - Method in class com.cafean.JobStatus.ui.joblist.JobListPanel
Updates this panel's contents to reflect the current accordion, tree, and table selections.
TRIANGLE - Static variable in class com.cafean.client.ui.DrawnComponent
Indicates the Pad for the ConnectingPt should be a Triangle
Triangle1 - com.cafean.document.notebook.plot.ExportSymbol
 
Triangle2 - com.cafean.document.notebook.plot.ExportSymbol
 
Triangle3 - com.cafean.document.notebook.plot.ExportSymbol
 
Triangle4 - com.cafean.document.notebook.plot.ExportSymbol
 
trimToSize() - Method in class com.cafean.client.ui.swing.accordion.DefaultAccordionModel
Trims the capacity of the model's internal storage to that of its size.
trimToSize() - Method in class com.cafean.Number.DoubleArray
Trims the capacity of this DoubleArray instance to be the list's current size.
trimToSize() - Method in class com.cafean.Number.FloatArray
Trims the capacity of this FloatArray instance to be the list's current size.
trimToSize() - Method in class com.cafean.Number.IntegerArray
Trims the capacity of this IntegerArray instance to be the list's current size.
trimToSize() - Method in class com.cafean.Number.LongArray
Trims the capacity of this LongArray instance to be the list's current size.
tryLockOrganize() - Method in class com.cafean.client.ui.BeanBox
Locks BeanBox's organizeView method so that only one organize occurs for a given view at a time, and so that it can be determined when the organize is complete.
tsat(double) - Static method in class com.cafean.h2o.IFC1967
 
tsat(double) - Static method in class com.cafean.h2o.Steam
 
TSAT - Static variable in class com.cafean.h2o.FluidState
 
TSAT - Static variable in class com.cafean.h2o.NewSteamTables
 
Turquoise - com.cafean.document.notebook.plot.ExportColor
 
TWO_PHASE - Static variable in class com.cafean.client.ui.annotation.PolygonBean
 
type - Variable in class com.cafean.CalcServer.command.JobFilesEntry
No Documentation Available.
type - Variable in class com.cafean.CalcServer.command.Keyword
No Documentation Available.
type - Variable in class com.cafean.CalcServer.command.ViewableFile
No Documentation Available.
Type - com.cafean.client.values.nif.NumericsPropertyType
 
TYPE_ASCII - Static variable in class com.cafean.jobstream.common.components.FileType
Indicates that this file type is an ASCII file.
TYPE_AUTO - Static variable in class com.cafean.jobstream.common.components.Keyword
 
TYPE_BINARY - Static variable in class com.cafean.jobstream.common.components.FileType
Indicates that this file type is a Binary file.
TYPE_BOOLEAN - Static variable in class com.cafean.client.values.components.NumericsTableColumn
 
TYPE_CODE_PLUGIN - Static variable in class com.cafean.CodePlugins.MEPlugin
the typecode for analysis code support plugins
TYPE_CUSTOM - Static variable in class com.cafean.jobstream.common.components.Keyword
 
TYPE_FEATURE_PLUGIN - Static variable in class com.cafean.CodePlugins.MEPlugin
the typecode for feature addition plugins
TYPE_INHERITED - Static variable in class com.cafean.jobstream.common.components.Keyword
 
TYPE_INT - Static variable in class com.cafean.client.values.components.NumericsTableColumn
 
TYPE_NAMES - Static variable in class com.cafean.client.anim.GeneralRange
 
TYPE_PARAMETRIC - Static variable in class com.cafean.jobstream.common.components.Keyword
 
TYPE_PIB - Static variable in class com.cafean.jobstream.common.components.FileType
Indicates that this file type is in PIB format.
TYPE_REAL - Static variable in class com.cafean.client.values.components.NumericsTableColumn
 
TYPE_STRING - Static variable in class com.cafean.client.values.components.NumericsTableColumn
 
typeForColumn(Class<?>, String) - Static method in class com.cafean.client.validation.GenericTableContext
Constructs a PropertyContextType for the given column.
typeIDs - Static variable in class com.cafean.client.anim.SourceChangedEvent
 
typeIncludes(ColumnDescription, Class) - Static method in class com.cafean.client.values.components.ColumnDescription
This method returns TRUE if the give column supports the provided class.
typeIsConnector() - Method in class com.cafean.client.ui.ConnectingPt
This determines if this ConnectingPt is of a type that can initiate a connection.
typeIsCrossflow() - Method in class com.cafean.client.ui.ConnectingPt
This determines if this ConnectingPt is the used to represent the outlet of a component.
typeIsDropZone() - Method in class com.cafean.client.ui.ConnectingPt
This determines if this ConnectingPt is of a type that can complete a connection.
typeIsInlet() - Method in class com.cafean.client.ui.ConnectingPt
This determines if this ConnectingPt is the used to represent the inlet of a component.
typeIsOutlet() - Method in class com.cafean.client.ui.ConnectingPt
This determines if this ConnectingPt is the used to represent the outlet of a component.
typeIsStatic() - Method in class com.cafean.client.ui.ConnectingPt
This determines if this ConnectingPt is of a type that can be moved around.
typeMatches(ColumnDescription, NumericsTableColumn) - Static method in class com.cafean.client.values.components.ColumnDescription
This method returns TRUE if the give column description matches the data type of the NumericsTableColumn
TYPES - Static variable in class com.cafean.client.anim.GeneralRange
 

U

UBAR - Static variable in class com.cafean.h2o.FluidState
 
UBAR - Static variable in class com.cafean.h2o.NewSteamTables
 
UDLROrientationEditor - Class in com.cafean.client.anim
A customized property editor used to select an Up, Down, Left, or Right orientation.
UDLROrientationEditor() - Constructor for class com.cafean.client.anim.UDLROrientationEditor
UDLROrientationEditor constructor.
UDNFunctionModeSelEditor - Class in com.cafean.client.values.editors
 
UDNFunctionModeSelEditor() - Constructor for class com.cafean.client.values.editors.UDNFunctionModeSelEditor
Creates a new instance of UDNFunctionTypeSelEditor
UINT16_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
UINT32_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
UINT64_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
UINT8_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
UNCLASSIFIED - Static variable in class com.cafean.client.classify.Classification
specifically unclassified
UNCS - Static variable in class com.cafean.h2o.FluidState
 
undo() - Method in class com.cafean.client.analysis.ComponentStateEdit
undo() - Method in class com.cafean.client.mdocs.UndoableALRefEdit
Tells the edited object to apply the state prior to the edit
undo() - Method in class com.cafean.client.ui.clipboard.UndoablePasteComponents
Undoes a completed duplicate operation.
undo() - Method in class com.cafean.client.ui.navigator.UndoableAddToView
 
undo() - Method in class com.cafean.client.ui.SnapUndoManager
If this UndoManager is inProgress, undo the last significant UndoableEdit before indexOfNextAdd, and all insignificant edits back to it.
undo() - Method in class com.cafean.client.ui.text.TextDeleteUndoEdit
 
undo() - Method in class com.cafean.client.ui.text.TextInsertUndoEdit
 
undo() - Method in class com.cafean.client.ui.UndoableConnect
 
undo() - Method in class com.cafean.client.ui.UndoableDelete
Undoes the deletion of this object's components by reinserting them into the model.
undo() - Method in class com.cafean.client.ui.UndoableDisconnect
Undoes this disconnection by re-establishing the conneciton
undo() - Method in class com.cafean.client.ui.UndoableInsert
Undoes the insertion of the component by deleting it
undo() - Method in class com.cafean.client.ui.UndoableMultiInsert
Undoes the component insertion.
undo() - Method in class com.cafean.client.ui.util.FastStateEdit
 
undo() - Method in class com.cafean.client.ui.util.UndoableVersionChange
 
undo() - Method in class com.cafean.client.values.nif.NIFReportDialog
 
undo() - Method in class com.cafean.client.values.util.CompoundValueEdit
 
undo() - Method in class com.cafean.client.values.util.FastStateValueEdit
 
undo() - Method in class com.cafean.client.values.util.StateValueEdit
 
UndoableAddToView - Class in com.cafean.client.ui.navigator
This utility class adds a List of components to a ViewComponent.
UndoableAddToView(ViewComponent, DrawnComponent, boolean) - Constructor for class com.cafean.client.ui.navigator.UndoableAddToView
Creates a new instance of UndoableAddToView.
UndoableAddToView(ViewComponent, DrawnComponent, boolean, boolean) - Constructor for class com.cafean.client.ui.navigator.UndoableAddToView
Creates a new instance of UndoableAddToView.
UndoableAddToView(ViewComponent, List) - Constructor for class com.cafean.client.ui.navigator.UndoableAddToView
Creates a new instance of UndoableAddToView.
UndoableAddToView(ViewComponent, List, boolean) - Constructor for class com.cafean.client.ui.navigator.UndoableAddToView
Creates a new instance of UndoableAddToView.
UndoableALRefEdit - Class in com.cafean.client.mdocs
 
UndoableALRefEdit(AbstractComponent) - Constructor for class com.cafean.client.mdocs.UndoableALRefEdit
Create and return a new UndoableALRefEdit.
UndoableALRefEdit(AbstractComponent, String) - Constructor for class com.cafean.client.mdocs.UndoableALRefEdit
Create and return a new edit with a presentation name.
UndoableClipData - Interface in com.cafean.client.values.util
Interface solves the problem where a property editor is adding undo events, and the ClipboardEnabledTable should not.
UndoableConnect - Class in com.cafean.client.ui
This class is an undoable connect
UndoableConnect(AbstractComponent, AbstractComponent) - Constructor for class com.cafean.client.ui.UndoableConnect
creates a new undoable connection to allow the connection of the given left component to the given right component to be undone.
UndoableDelete - Class in com.cafean.client.ui
This class is an UndoableAction which deletes components.
UndoableDelete(AbstractComponent[]) - Constructor for class com.cafean.client.ui.UndoableDelete
Creates an undoable object for use in undoing the deletion of the givne components.
UndoableDelete(Vector) - Constructor for class com.cafean.client.ui.UndoableDelete
Creates an undoable object for use in undoing the deletion of the givne components.
UndoableDisconnect - Class in com.cafean.client.ui
This class is an undoable disconnect
UndoableDisconnect(AbstractComponent, AbstractComponent) - Constructor for class com.cafean.client.ui.UndoableDisconnect
creates a new undoable connection to allow the disconnection of the given left component to the given right component to be undone.
undoableEditHappened(UndoableEditEvent) - Method in class com.cafean.client.mdocs.ALModelNotesFrame
 
undoableEditHappened(UndoableEditEvent) - Method in class com.cafean.client.ui.ComponentUsagesDialog
 
undoableEditHappened(UndoableEditEvent) - Method in class com.cafean.client.ui.util.search.GSUndoListener
 
undoableEditHappened(UndoableEditEvent) - Method in class com.cafean.client.validation.ValidationDisplayPanel
 
UndoableInsert - Class in com.cafean.client.ui
A simple UndoableEdit for use in undo-redo of a component insertion.
UndoableInsert(AbstractComponent) - Constructor for class com.cafean.client.ui.UndoableInsert
Creates a new undo object for use in undoing the insert of the given component.
UndoableMultiInsert - Class in com.cafean.client.ui
An UndoableEdit for undoing and redoing multiple component insertion.
UndoableMultiInsert(AbstractComponent) - Constructor for class com.cafean.client.ui.UndoableMultiInsert
Creates a new UndoableMultiInsert.
UndoableMultiInsert(AbstractModel, Collection<AbstractComponent>) - Constructor for class com.cafean.client.ui.UndoableMultiInsert
Creates a new UndoableMultiInsert.
UndoablePasteComponents - Class in com.cafean.client.ui.clipboard
 
UndoablePasteComponents(AbstractModel, Vector) - Constructor for class com.cafean.client.ui.clipboard.UndoablePasteComponents
Creates a new instance of UndoablePasteComponents
UndoableVersionChange - Class in com.cafean.client.ui.util
This is an UndoableEdit that stores a version change for a component.
UndoableVersionChange(AbstractComponent, String) - Constructor for class com.cafean.client.ui.util.UndoableVersionChange
Creates a new instance of UndoableVersioning.
UNDOCKED_HEIGHT - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
UNDOCKED_MENU_VISIBLE - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
UNDOCKED_WIDTH - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
UNDOCKED_X - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
UNDOCKED_Y - Variable in class com.cafean.client.io.med.ViewCompRec
No Documentation Available.
undockView() - Method in class com.cafean.client.analysis.ViewComponent
Builds this view and displays it as an undocked separate window.
UndoListener - Interface in com.cafean.client.ui
A listener for undo/redo actions in the SnapUndoManager for a given model.
UndoStackListener - Interface in com.cafean.client.ui
An UndoListener interface which is aware of the undo stack clear
ungroup() - Method in class com.cafean.client.ui.BeanBox
Ungroups the current selection as if the Ungroup button had been pressed by the user.
UNIT_NAMES - Static variable in class com.cafean.client.values.components.AbstractCReal
A list of supported unit Types and their labels.
UNIT_NAMES - Static variable in class com.cafean.Number.BaseNumber
A list of supported unit Types and their labels.
Unit_Type - com.cafean.client.values.nif.NumericsPropertyType
 
UnitCodeRequest - Class in com.cafean.CalcServer.command
This class provides IO access to UnitCodeRequest data bocks.
UnitCodeRequest() - Constructor for class com.cafean.CalcServer.command.UnitCodeRequest
Construct an empty instance.
UnitCodeRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.UnitCodeRequest
Construct an instance from a PIB file entry.
UnitCodeResponse - Class in com.cafean.CalcServer.command
This class provides IO access to UnitCodeResponse data bocks.
UnitCodeResponse() - Constructor for class com.cafean.CalcServer.command.UnitCodeResponse
Construct an empty instance.
UnitCodeResponse(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.UnitCodeResponse
Construct an instance from a PIB file entry.
unitDescription - Variable in class com.cafean.CalcServer.command.UnitCodeResponse
the axis label for the unit.
unitDescription - Variable in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
No Documentation Available.
UnitDescriptor - Class in com.cafean.client.values
This class serves as a replacement for several of the CReal handling methods in AbstractNumericsModel that take Class references as an argument.
UnitDescriptor() - Constructor for class com.cafean.client.values.UnitDescriptor
 
units - Variable in class com.cafean.snapdx.SDXRealArrayValue
No Documentation Available.
units - Variable in class com.cafean.snapdx.SDXRealValue
No Documentation Available.
units(String, AbstractCReal) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
returns a Paragraph containing the given text followed by the current units string of the given real value surrounded by parentheses.
units(String, Class) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
returns a Paragraph containing the given text followed by the current units string of the given CReal class surrounded by parentheses.
units(String, Class, boolean) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
returns a Paragraph containing the given text followed by the current units string of the given CReal class surrounded by parentheses.
Units - com.cafean.client.values.nif.NumericsPropertyType
 
UNITS - Variable in class com.cafean.client.io.med.UserConstantRec
The SI units for this variable.
UNITS - Variable in class com.cafean.client.io.med.UserVariableRec
The SI units for this variable.
unitsBritish - Variable in class com.cafean.utils.NrcDBUnits
British unit label.
unitsChanged() - Method in class com.cafean.client.mdocs.ALModelNotesFrame
 
unitsChanged() - Method in class com.cafean.client.mdocs.ModelNotesDialog
Indicates that the currently displayed units type has changed and updates this dialogs display.
unitsChanged() - Method in class com.cafean.client.ui.AsciiViewer
 
unitsChanged() - Method in class com.cafean.client.ui.beans.FilterPropertySetDialog
 
unitsChanged() - Method in class com.cafean.client.ui.beans.PropertySetDialog
 
unitsChanged() - Method in class com.cafean.client.ui.beans.PropertySetModalDialog
 
unitsChanged() - Method in class com.cafean.client.ui.navigator.MiniNavigator
 
unitsChanged() - Method in interface com.cafean.client.ui.RefreshableDialog
Indicates that the currently displayed units type has changed and updates this dialogs display.
unitsChanged() - Method in class com.cafean.client.validation.ValidationDisplayPanel
 
unitsChanged() - Method in class com.cafean.h2o.ui.FluidPropCtrl
 
unitsChanged() - Method in class com.cafean.JSteam.FluidPropCtrl
 
UnitsEditor - Class in com.cafean.client.ui.beans
com.cafean.client.ui.beans.UnitsEditor A property editor for selecting from the available Unit types.
UnitsEditor() - Constructor for class com.cafean.client.ui.beans.UnitsEditor
Creates new form RealBeanEditor
unitsForAptPlot(CReal) - Static method in class com.cafean.document.notebook.plot.GraphWriter
Creates an AptPlot-typeset unit string for the given real.
unitsSI - Variable in class com.cafean.utils.NrcDBUnits
SI unit label.
Unix - com.cafean.jobstream.common.components.Architecture
 
Unknown - Static variable in class com.cafean.Number.Int
 
Unknown - Static variable in class com.cafean.Number.Real
 
UNKNOWN - Static variable in class com.cafean.client.ui.beans.NamedIntEditor
 
UNKNOWN - Static variable in class com.cafean.client.values.components.AbstractCReal
the unknown constant.
UNKNOWN - Static variable in class com.cafean.rpc.RPCResponse
the return code indicating an unknown command or state
UNKNOWN_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
UNKNOWN_INT - Static variable in class com.cafean.client.values.components.SharedInteger
 
UNKNOWNFLOAT - Static variable in class com.cafean.CalcServer.CalcFile
A large negative value returned for unknown data values.
UnknownValueException - Exception in com.cafean.client.values.components
An unchecked exception for calling getValue methods on numerics types that have no sentinel Unknown value (such as Double.NaN for CReal; CInteger has no similar value).
UnknownValueException() - Constructor for exception com.cafean.client.values.components.UnknownValueException
Constructs a new unknown value exception.
UnknownValueException(String) - Constructor for exception com.cafean.client.values.components.UnknownValueException
Constructs a new unknown value exception with the specified message.
UnknownValueException(String, Throwable) - Constructor for exception com.cafean.client.values.components.UnknownValueException
Constructs a new unknown value exception with the specified detail message and cause.
UnknownValueException(Throwable) - Constructor for exception com.cafean.client.values.components.UnknownValueException
Constructs a new unknown value exception with the specified cause.
unload() - Method in class com.cafean.CodePlugins.CodePluginClassLoader
Releases the handle on the URLClassLoader used internally; this will have the effect of allowing all the plug in classes, if not referenced anywhere else within the application, to be GCed the next time GC takes place.
unloadJob(int) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the job with the given dbid be unloaded and removed from the server's memory.
unloadJob(JobHandle) - Method in class com.cafean.CalcServer.JobQueue
unloads the given job
UnloadJobRequest - Class in com.cafean.CalcServer.command
This class provides IO access to UnloadJobRequest data bocks.
UnloadJobRequest() - Constructor for class com.cafean.CalcServer.command.UnloadJobRequest
Construct an empty instance.
UnloadJobRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.UnloadJobRequest
Construct an instance from a PIB file entry.
unlock() - Method in class com.cafean.client.validation.util.ValidationMouseListener
Unlocks the mouse position tracking
unlockOrganize() - Method in class com.cafean.client.ui.BeanBox
Unlocks orgainzeView() to be used by any thread.
unlockToString() - Static method in class com.cafean.Number.Real
Unlocks toString() to be used by any thread.
UnMountFolderRequest - Class in com.cafean.CalcServer.command
This class provides IO access to UnMountFolderRequest data bocks.
UnMountFolderRequest() - Constructor for class com.cafean.CalcServer.command.UnMountFolderRequest
Construct an empty instance.
UnMountFolderRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.UnMountFolderRequest
Construct an instance from a PIB file entry.
unmountRootFolder(RootFolder) - Method in class com.cafean.CalcServer.JobQueue
Attempts to unmount the given root folder by unloading any completed jobs currently loaded and removing the folder.
unmountRootFolder(String) - Method in class com.cafean.CalcServer.rpc.CalcServerRequester
Requests that the calculation server unmount the given root folder.
Unprocessed - com.cafean.jobstream.server.components.Status
a task that has not yet been evaluated by the Stream Manager during initialization
unregisterListener(int, int) - Method in class com.cafean.JobStatus.StreamContext
Calls TrackerModule.unregisterListener(int, int) on a background thread and blocks until it returns.
unregisterListener(int, int) - Method in class com.cafean.jobstream.tracker.TrackerModule
Removes the given port and local host name from the list of registered listeners on the tracking server.
UnsatisfiedClassRequirementException - Exception in com.cafean.client.values.util
An Exception representing a failed class dependency check when attempting to load a function description.
UnsatisfiedClassRequirementException(String) - Constructor for exception com.cafean.client.values.util.UnsatisfiedClassRequirementException
Creates a new Exception with the given required class
UNSET_VAR - Static variable in class com.cafean.client.anim.IVarEditor
The String which determines if the variable has been specified
UnsetChannelsDialog - Class in com.cafean.client.ui
A dialog used to find components which have unset data channels.
UnsetChannelsDialog(Frame, AbstractModel) - Constructor for class com.cafean.client.ui.UnsetChannelsDialog
Creates new form UnsetChannelsDialog
UNSUPPORTED_ENUM - Static variable in class com.cafean.document.notebook.AbstractNotebookExporter
a flag to CRealAwareTable that a properties entry is unsupported
UNSUPPORTED_VALUE - Static variable in class com.cafean.document.notebook.AbstractNotebookExporter
a flag to a CRealAwareTable that a properties entry is unsupported
UnsupportedVersionException - Exception in com.cafean.rpc
 
UnsupportedVersionException(String) - Constructor for exception com.cafean.rpc.UnsupportedVersionException
 
unzipFile(File, String, File, byte[]) - Static method in class com.cafean.jobstream.common.util.FileUtils
Extracts the file named in the zip path from the given zip file into the target file
UP - com.cafean.client.ui.util.Orientation
 
UP - Static variable in class com.cafean.client.ui.DrawnComponent
Oriented towards the top of the screen
update() - Method in class com.cafean.client.ui.AsciiViewer.Updater
Requests that an update of the AsciiViewer be performed on a background thread.
update(Job) - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
update(DrawnComponent) - Method in interface com.cafean.client.anim.RepresentitiveBean
Updates this bean's current state based on the given DrawnComponent.
update(PlatformDefinition, PlatformProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Updates any part of the given platform properties that should match the PlatformDefinition during the submission process.
update(PlatformDefinition, SubmissionProperties) - Method in class com.cafean.jobstream.common.PlatformModule
Updates any part of the given submission properties that should match the PlatformDefinition during the submission process.
update(Task) - Method in class com.cafean.JobStatus.ui.csstream.table.TaskRowData
 
update(Graphics) - Method in class com.cafean.utils.SplashPanel
Called by the framework to update the display.
updateAvailable(String) - Method in class com.cafean.utils.Configurator
Retrieves an XML document from the SNAP web server and compares version information contained in the document with current version information.
updateButtons() - Method in class com.cafean.JobStatus.jimport.ImportJobDialog
 
updateClassification() - Static method in class com.cafean.client.ui.MainFrame
Updates the current classification level based on the currently open models.
updateClient() - Method in class com.cafean.CalcServer.CalcServerConnector
Notifies the connecting client that the connection process is continuing
updateClient() - Method in class com.cafean.CalcServer.rpc.CalcServerOriginator
Notifies the connecting client that the connection process is continuing
updateComponentList(Vector, boolean) - Method in class com.cafean.client.ui.BeanBox
Synchronizes the component list in this BeanBox to the given list of components.
updateConditionSet() - Method in class com.cafean.client.ui.ConditionSetDataDialog
 
updatedata() - Method in class com.cafean.client.anim.DataSource
Retrieve data from the server and update all beans.
updatedata(double) - Method in class com.cafean.client.anim.DataSource
Retrieve data from the server and update all beans.
updateDataItems() - Method in class com.cafean.client.anim.DataSource
Notify beans that new data is available.
updateDialog(NIFBlockingDialog, int, String) - Static method in class com.cafean.client.values.nif.NumericsExporter
 
updateDocLinks(String) - Static method in class com.cafean.client.analysis.AbstractModel
Provides the ability to update the existing reference documentation at runtime by removing the old reference documentation for the current plugin ( if it exists ) and importing the new documentation.
updateDynamicRanges() - Method in class com.cafean.client.anim.DataSource
Updates any dynamic generic ranges that use beans from this data source.
updateDynamicRanges() - Method in class com.cafean.client.anim.SourceManager
Updates all of the dynamic ranges inside the model.
updateDynamicRanges(TransientDataChangedEvent) - Method in class com.cafean.client.anim.AbstractRangedBean
Updates the current value on all the dynamic ranges used by this bean.
updateDynamicRanges(TransientDataChangedEvent) - Method in interface com.cafean.client.anim.SupportsDynamic
Updates the GeneralRanges used by the bean that implements this interface.
updateDynamicRanges(TransientDataChangedEvent) - Method in class com.cafean.client.ui.annotation.PolygonBean
 
UpdateEntry - Class in com.cafean.utils.update
 
updateFiles(List<FileInfo>) - Method in class com.cafean.JobStatus.ui.stream.FileInfoTableModel
 
UpdateJobsRequest - Class in com.cafean.JobStatus.ui.csstream.request
 
UpdateJobsRequest(CSInterface, Job, Stream) - Constructor for class com.cafean.JobStatus.ui.csstream.request.UpdateJobsRequest
 
updateKeywords(TaskKeywordRec[]) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
updateLabel() - Method in class com.cafean.client.integrator.editors.IntegratedModelEditor
 
updateLabel() - Method in class com.cafean.client.integrator.editors.IntegrationDefinitionEditor
 
updateLabel() - Method in class com.cafean.client.ui.AbstractGenericTableEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.DescriptionEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.FileSelectionEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.FilterPropertySetEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.FolderSelectionEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.FunctionSourceEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.GenericPropArrayEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.GenericPropertySetEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.LimitedLongStringEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.OptGenericPropertySetEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Override this to customize the label text.
updateLabel() - Method in class com.cafean.client.ui.beans.StringArrayEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.TableEditor1D
 
updateLabel() - Method in class com.cafean.client.ui.beans.TableNDEditor
 
updateLabel() - Method in class com.cafean.client.ui.beans.ViewEmbedConEditor
Update the editor text.
updateLabel() - Method in class com.cafean.client.ui.GenericTableEditor
 
updateLabel() - Method in class com.cafean.client.ui.text.TextAreaNonModalEditor
 
updateLabel() - Method in class com.cafean.client.values.editors.CReal1DTableEditor
 
updateLabel() - Method in class com.cafean.client.values.editors.CRealArrayEditor
 
updateLabel() - Method in class com.cafean.client.values.editors.CRealNDTableEditor
 
updateLabel() - Method in class com.cafean.client.values.editors.CTableEditor
 
updateLabel() - Method in class com.cafean.client.values.editors.EnumEntryEditor
 
updateLabel() - Method in class com.cafean.client.values.editors.LongCStringEditor
 
updateLabel() - Method in class com.cafean.client.values.editors.ParametricCRealArrayEditor
 
updateLabel() - Method in class com.cafean.client.values.editors.ParametricValuesEditor
 
updateLabel() - Method in class com.cafean.client.values.editors.SharedTableEditor
 
updateLabel() - Method in class com.cafean.client.values.editors.StringEnumEntryEditor
 
updateLabel() - Method in class com.cafean.client.values.editors.TableColumnsEditor
 
updateLastMod() - Method in class com.cafean.client.mdocs.AbstractDocument
 
updateLookAndFeel() - Method in class com.cafean.utils.Configurator
Updates the current look and feel to use the currently selected look and feel based on the "Use System Look And Feel" property.
updateLookAndFeel() - Method in class com.cafean.utils.ConfigWrapper
Updates the current look and feel to use the currently selected L&F based on the "Use System Look And Feel" property.
updateMainUI() - Method in class com.cafean.CodePlugins.MEPlugin
This method is called during the initialization of the ApplicationFrame, and allows plug-ins to make changes to the user interface.
updateMaster() - Method in class com.cafean.client.anim.SourceManager
Periodically fired by the timer to query the master data source for new data.
updateMasterData(boolean) - Method in class com.cafean.client.anim.DataSource
Update the transient data for the master data source.
updateMediaFiles(String[]) - Method in class com.cafean.utils.ReferenceDocs.RefDocLoader
Updates media files.
updateMiddleButtons() - Method in class com.cafean.client.ui.diff.MultiComponentDiffViewer
 
updateModelName() - Method in class com.cafean.client.analysis.RestartCase
Defines whether or not this restart case should change the model name to the restart case name.
updateModelName() - Method in class com.cafean.client.integrator.IntegrationCase
 
updateNode() - Method in class com.cafean.client.ui.navigator.CategoryNode
Attempts to update the given @{link CategoryNode CategoryNode's} representation and contents based on it's status and Updating an CategoryNode entails retrieving its sub-categories and updating their data, or, if this is a sub-category, updating it's component nodes.
updateNode() - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Attempts to update the given @{link CategoryNode CategoryNode's} representation and contents based on it's status and Updating an CategoryNode entails retrieving its sub-categories and updating their data, or, if this is a sub-category, updating it's component nodes.
updateNode() - Method in class com.cafean.JobStatus.tree.CalcServerNode
Attempts to update the given CalcServerNode's representation and contents based on it's status and retrieved data from its interface.
updateNode() - Method in class com.cafean.JobStatus.tree.JobNode
 
updateNode(boolean) - Method in class com.cafean.JobStatus.tree.FolderNode
Attempts to update this node's representation and contents based on its status and retrieved data from its parent CalcServerNode's requester.
updateNode(ModelNode) - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Calls updateNode on all contained CategoryNode's.
updateNode(NavigatorModel) - Method in class com.cafean.client.ui.navigator.ChildComponentNode
Calls updateNode on all contained CategoryNode's.
updateNumerics(String[][]) - Method in class com.cafean.client.analysis.AbstractModel
This routine is fired after the numerics mapping has been created from the existing model numerics and can be used to modify the existing numerics appropriately.
updateOwnership(Object, boolean, AbstractModel, CompoundEdit, PropertyDescriptor) - Static method in class com.cafean.client.ui.util.OptionalEditorUtil
Updates the attribute ownership information for the given object if it is a component and the given model has an active ownership manager.
updatePlaybackButtons() - Method in class com.cafean.client.anim.PlaybackButtonPanel
Enables or disables the pause, play and time buttons based on the current state of the Source Manger and it's master run.
updatePlaybackButtons() - Method in class com.cafean.client.anim.PlaybackToolbar
Enables or disables the pause, play and time buttons based on the current state of the Source Manger and it's master run.
updatePlaybackButtons() - Method in class com.cafean.client.ui.ApplicationFrame
Enables or disables the pause, play and time buttons based on the current state of the Source Manger and it's master run.
updatePlaybackControl() - Method in class com.cafean.client.anim.PlaybackButtonPanel
Updates this playback control object based on the current state of the Source Manager and the current animation's data sources.
updatePlaybackControl() - Method in interface com.cafean.client.anim.PlaybackControl
Updates this playback control object based on the current state of the Source Manager and the current animation's data sources.
updatePlaybackControl() - Method in class com.cafean.client.anim.PlaybackToolbar
Updates this playback control object based on the current state of the Source Manager and the current animation's data sources.
updatePluginDocFileData(String, String[]) - Static method in class com.cafean.client.analysis.AbstractModel
Updates the plug-in documentation media filenames.
Updater() - Constructor for class com.cafean.client.ui.AsciiViewer.Updater
 
Updater() - Method in class com.cafean.client.ui.AsciiViewer.Updater
Creates a new Updater as a minimum priority daemon task.
updateRenderer(JTable, Class) - Static method in class com.cafean.client.ui.ZebraStripeCellRenderer
A utility method which will get the default renderer for the provided class in the provided table, check to see if it is wrapped by this class, and if not, wrap the renderer and assign it to the table as the default renderer for the provided class.
updateRunControls(JButton, JButton, JButton, JButton, JButton) - Method in class com.cafean.client.anim.DataSource
Updates the run control buttons, with the exception of the play/resume button which is controlled by the SourceManager.
updateRunControls(JButton, JButton, JButton, JButton, JButton, JButton) - Method in class com.cafean.client.anim.DataSource
Updates the existing run controls, and the refresh button.
updateSegmentHeader() - Method in class com.cafean.CalcServer.TimestepTable
updates the header (segmentSize, etc.) for the last cache segment *
updateSelection() - Method in class com.cafean.client.ui.BeanBox
Updates this BeaBox's current selection and notifies MainFrame and the main property view of the new current model and current selection.
updateSelection(int[]) - Method in class com.cafean.client.ic.PartialConditionSet
This method updates the components that are currently included in the condition set.
updateSharedValue(AbstractSharedValue, AbstractSharedValue) - Static method in class com.cafean.client.values.nif.NumericsImporter
Updates the value of an existing numeric to that of an imported numeric
updateSlaveData() - Method in class com.cafean.client.anim.DataSource
Update the transient data for the slave data source.
updateSlaves() - Method in class com.cafean.client.anim.SourceManager
Update the slaved data sources to correspond to the current time of the master data source.
updateStatus(String) - Method in class com.cafean.client.validation.ValidationDisplayPanel
Sets the contents of the lower text panel (HIVE Results) to the given status text.
updateStream(JobStreamRec, CallbackRec) - Static method in class com.cafean.JobStatus.tree.TrackingServerNode
Updates a stream already tracked with new data from the callback.
updateTableReference(AbstractTableReference) - Method in class com.cafean.client.values.ui.TableMapDialog
 
updateTask(Task) - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
updateTask(Task, boolean) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
updateTask(CallbackRec) - Method in class com.cafean.JobStatus.ui.stream.StreamTableModel
 
updateTask(String, Job) - Method in class com.cafean.JobStatus.ui.csstream.table.StepRowData
 
updateTasks(Job[]) - Method in class com.cafean.JobStatus.ui.csstream.table.StreamTableModel
 
updateTitle() - Method in class com.cafean.client.ui.beans.PropertySetPanel
Sets the title of the Dialog containing this PropertySetPanel based on the current user object from the property set.
updateToolbars() - Method in class com.cafean.client.ui.DrawnView
Enables and/or disables toolbar buttons based on such things as the current BeanBox selection.
updateTopIdent(MedVersionInfoRec) - Method in class com.cafean.client.analysis.AbstractModel
Updates the top ident number stored in the given version info record if its currently stored number is 0, otherwise the top ident number of the model is updated.
updateUI() - Method in class com.cafean.vcs.desc.VersionControlSystemDesc
 
updateUnitsDisplay() - Method in class com.cafean.client.values.AbstractNumericsModel
Fires component changed events for each shared value in this model and refreshes all registered RefreshableDialogs for this model.
updateValue(Object) - Method in class com.cafean.client.ui.beans.PropertyEditorPanelSupport
Non-overriden version of setValue().
updateVersion() - Method in class com.cafean.client.analysis.AbstractComponent
Updates this object's current version to be greater than or equal to it's model's version.
updateVersion() - Method in class com.cafean.client.analysis.GenericObject
Updates this object's current version to be greater than or equal to it's model's version.
updateVersion(Object, String, CompoundEdit) - Static method in class com.cafean.client.ui.util.OptionalEditorUtil
Calls updateVersion() on the component that contains the given target object, if any.
UpdatingPanel - Class in com.cafean.client.ui.beans
A panel wrapper that passes UpdatingPanel.setForeground(java.awt.Color) calls to each of the components given in its constructor.
UpdatingPanel(JComponent) - Constructor for class com.cafean.client.ui.beans.UpdatingPanel
Creates a new panel that will pass setForeground calls to the given component.
UpdatingPanel(JComponent[]) - Constructor for class com.cafean.client.ui.beans.UpdatingPanel
Creates a new panel that will pass setForeground calls to the given components.
uri - Variable in class com.cafean.CalcServer.command.FolderLocationRequest
The URI to the folder for which a location is requested.
url - Variable in class com.cafean.client.rpc.command.AnimateJobRequest
No Documentation Available.
url - Variable in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
No Documentation Available.
url - Variable in class com.cafean.JobStatus.rpc.command.SelectJobRequest
No Documentation Available.
UserConstantRec - Class in com.cafean.client.io.med
This class provides IO access to UserConstantRec data bocks.
UserConstantRec() - Constructor for class com.cafean.client.io.med.UserConstantRec
Construct an empty instance.
UserConstantRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.UserConstantRec
Construct an instance from a PIB file entry.
UserConstantRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the UserConstantRec class.
UserConstantRecBeanInfo() - Constructor for class com.cafean.client.io.med.UserConstantRecBeanInfo
 
UserDefinedConstant - Class in com.cafean.client.analysis.numerics
The UserDefinedConstant serves as a UserDefinedValue that may be parametric.
UserDefinedConstant() - Constructor for class com.cafean.client.analysis.numerics.UserDefinedConstant
Creates a new UserDefinedConstant
UserDefinedConstant(AbstractModel, int) - Constructor for class com.cafean.client.analysis.numerics.UserDefinedConstant
Creates a new instance of UserDefinedConstant inside a model with a specified component number.
UserDefinedConstantBeanInfo - Class in com.cafean.client.analysis.numerics
 
UserDefinedConstantBeanInfo() - Constructor for class com.cafean.client.analysis.numerics.UserDefinedConstantBeanInfo
 
UserDefinedFunction - Class in com.cafean.client.analysis.numerics
This is the class that allows the user to write a block of python code that will be executed by the python interpreter.
UserDefinedFunction() - Constructor for class com.cafean.client.analysis.numerics.UserDefinedFunction
Creates a new instance of UserDefinedFunctions
UserDefinedFunction(AbstractModel, int) - Constructor for class com.cafean.client.analysis.numerics.UserDefinedFunction
Creates a new instance of UserDefinedFunction inside a model with a specified component number.
UserDefinedFunctionBeanInfo - Class in com.cafean.client.analysis.numerics
 
UserDefinedFunctionBeanInfo() - Constructor for class com.cafean.client.analysis.numerics.UserDefinedFunctionBeanInfo
 
UserDefinedValue - Class in com.cafean.client.analysis.numerics
A UserDefinedValue is a numeric component that may be referenced by a Real value inside an AbstractModel.
UserDefinedValue() - Constructor for class com.cafean.client.analysis.numerics.UserDefinedValue
Creates a new instance of UserDefinedValue
UserDefinedValue(AbstractModel, int) - Constructor for class com.cafean.client.analysis.numerics.UserDefinedValue
Creates a new instance of a UserDefinedValue inside a model with a specified component number.
UserDefinedVariable - Class in com.cafean.client.analysis.numerics
The UserDefinedVariable is a UserDefinedValue that can have it's current value set as the output of a UserDefinedFunction.
UserDefinedVariable() - Constructor for class com.cafean.client.analysis.numerics.UserDefinedVariable
Creates a new instance of UserDefinedVariable.
UserDefinedVariable(AbstractModel, int) - Constructor for class com.cafean.client.analysis.numerics.UserDefinedVariable
Creates a new instance of UserDefinedVariable inside a model with a specified component number.
UserDefinedVariableBeanInfo - Class in com.cafean.client.analysis.numerics
 
UserDefinedVariableBeanInfo() - Constructor for class com.cafean.client.analysis.numerics.UserDefinedVariableBeanInfo
 
userDelete(List) - Method in class com.cafean.client.analysis.AbstractComponent
Performs all additional operations required in order to properly delete this component from its model.
userDelete(List) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
userDisconnect() - Method in class com.cafean.client.analysis.Connection
Disconnects the connection from the Navigator.
userDisconnect(CompoundEdit) - Method in class com.cafean.client.analysis.Connection
This method should be overridden if the extending connection makes additional changes to either side of the connection when disconnected.
UserFunctionRec - Class in com.cafean.client.io.med
This class provides IO access to UserFunctionRec data bocks.
UserFunctionRec() - Constructor for class com.cafean.client.io.med.UserFunctionRec
Construct an empty instance.
UserFunctionRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.UserFunctionRec
Construct an instance from a PIB file entry.
UserFunctionRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the UserFunctionRec class.
UserFunctionRecBeanInfo() - Constructor for class com.cafean.client.io.med.UserFunctionRecBeanInfo
 
userid - Variable in class com.cafean.jobstream.tracker.ClientRec
The userid of the user on the client machine obtained from System.getProperty("user.name");
userid - Variable in class com.cafean.jobstream.tracker.JobStreamRec
The userid of the user on the client machine obtained from System.getProperty("user.name");
userID - Variable in class com.cafean.snapdx.SNAPDXFileInfo
No Documentation Available.
USERSMAN - Static variable in class com.cafean.client.analysis.AbstractModel
 
UserVariableRec - Class in com.cafean.client.io.med
This class provides IO access to UserVariableRec data bocks.
UserVariableRec() - Constructor for class com.cafean.client.io.med.UserVariableRec
Construct an empty instance.
UserVariableRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.UserVariableRec
Construct an instance from a PIB file entry.
UserVariableRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the UserVariableRec class.
UserVariableRecBeanInfo() - Constructor for class com.cafean.client.io.med.UserVariableRecBeanInfo
 
usesIfFlag() - Method in class com.cafean.client.analysis.Table1D
Returns true if this table uses the Interpolation Flag
usesIfFlag() - Method in class com.cafean.client.values.components.CTable1D
Returns true if this table uses the Interpolation Flag
useSimplePaste() - Method in class com.cafean.client.ui.GenericTableModel
 
useSimplePaste() - Method in class com.cafean.client.values.util.ClipboardTableModel
This method should return true if the first column of the table is a non editable field that contains either an index or a identifying string for the table row.
useSimplePasteBehavior() - Method in class com.cafean.client.values.components.CTable1D
Determines if the simple paste behavior should be used for this table.
USUBF - Static variable in class com.cafean.h2o.FluidState
 
USUBF - Static variable in class com.cafean.h2o.NewSteamTables
 
USUBG - Static variable in class com.cafean.h2o.FluidState
 
USUBG - Static variable in class com.cafean.h2o.NewSteamTables
 

V

v() - Method in class com.cafean.h2o.IFC1967
 
v() - Method in class com.cafean.h2o.Steam
 
valid(int) - Method in class com.cafean.client.analysis.ComponentNumberGroup
Returns true if the given cc number is theoretically valid.
validate() - Method in class com.cafean.client.analysis.GenericObject
Determines this object's general data state by examining it's internal data.
validate() - Method in class com.cafean.client.analysis.numerics.UserDefinedFunction
 
validate() - Method in class com.cafean.client.integrator.IntegrationValidator
Implement this method to perform a validation on an integration.
validate() - Method in class com.cafean.client.ui.annotation.LineAnnotation
 
validate() - Method in class com.cafean.client.ui.annotation.PolygonBean
 
validate() - Method in class com.cafean.client.ui.annotation.TextAnnotation
 
validate() - Method in class com.cafean.client.ui.ConditionSetDialog
 
validate() - Method in class com.cafean.client.ui.DrawnConnection
 
validate(boolean) - Method in interface com.cafean.client.ui.beans.DescriptiveBlock
Validates the object, returning true if the object is in a valid state or false otherwise.
validateAllComponents() - Method in class com.cafean.client.analysis.AbstractModel
Validates each component in every category in this model.
validateConditionSet(ConditionSet, boolean) - Method in class com.cafean.client.ic.AbstractConditionSetManager
This method validates a condition set against the current model.
validateData(boolean) - Method in class com.cafean.client.values.components.AbstractTableReference
This method is used to ensure that the current table variable matches the underlying data.
validateModel(String) - Method in class com.cafean.client.validation.AbstractValidationWrapper
Performs a runtime model validation of this wrapper's model via built-in logic and/or an external application execution.
validateReference(AbstractTableReference, boolean) - Static method in class com.cafean.client.values.util.TableReferenceValidator
This method performs the model validation on an AbstractTableReference.
validateReference(AbstractTableReference, ColumnDescription[], boolean) - Static method in class com.cafean.client.values.util.TableReferenceValidator
This method performs the model validation on an AbstractTableReference.
validateReference(AbstractTableReference, SharedTable, ColumnDescription[], boolean) - Static method in class com.cafean.client.values.util.TableReferenceValidator
This method performs the model validation on an AbstractTableReference.
validateSet(ConditionSet, boolean) - Method in class com.cafean.client.ic.ConditionSetAdapter
This method validates the current condition set against the properties expected by the current component.
ValidationCaretListener - Class in com.cafean.client.validation.util
A caret listener that determines the appropriate ASCII export line/column number for the line selected in the validation output and places the ASCII caret in the corresponding position.
ValidationCaretListener(AbstractValidationWrapper, JTextPane, StyledDocument) - Constructor for class com.cafean.client.validation.util.ValidationCaretListener
Creates a new caret listener for the given wrapper and text pane.
ValidationDisplayPanel - Class in com.cafean.client.validation
The main component of the Validation Display.
ValidationDisplayPanel(AbstractValidationWrapper) - Constructor for class com.cafean.client.validation.ValidationDisplayPanel
Creates new form ValidationDisplayPanel
ValidationMouseListener - Class in com.cafean.client.validation.util
A listener for mouse events in the ValidationDisplayPanel.
ValidationMouseListener(JTextPane, AsciiCaretListener) - Constructor for class com.cafean.client.validation.util.ValidationMouseListener
 
ValidationOptions - Class in com.cafean.client.analysis
This class is used to store all of a model's validation options into MED.
ValidationOptions() - Constructor for class com.cafean.client.analysis.ValidationOptions
Creates a new instance of ValidationOptions
ValidationOptionsDialog - Class in com.cafean.client.ui
This dialog allows the user to edit the properties of the custom Validation Tests defined for the current model.
ValidationOptionsDialog(Frame, AbstractModel) - Constructor for class com.cafean.client.ui.ValidationOptionsDialog
Creates new form ValidationOptionsDialog
ValidationTest - Class in com.cafean.client.analysis
This class represents a model-level test that is executed when the plugin verifies that a model's data is valid.
ValidationTest() - Constructor for class com.cafean.client.analysis.ValidationTest
 
ValidationTestBeanInfo - Class in com.cafean.client.analysis
 
ValidationTestBeanInfo() - Constructor for class com.cafean.client.analysis.ValidationTestBeanInfo
 
validDouble(String) - Static method in class com.cafean.client.values.editors.CRealEditor
Determines whether the given string is a Double value.
validInteger(String) - Static method in class com.cafean.client.values.components.CInteger
 
validWithoutChannel() - Method in class com.cafean.client.anim.AbstractDisplayBean
This method identifies a display bean that is still valid if the channel names contain a -not set- entry.
validWithoutDataSource() - Method in class com.cafean.client.anim.AbstractDisplayBean
Determines if the given display bean requires the user to define a single data source.
value - Variable in class com.cafean.CalcServer.CalcServerCorba.IvarStruct
 
value - Variable in class com.cafean.CalcServer.CalcServerCorba.IvarStructSeqHolder
 
value - Variable in class com.cafean.CalcServer.CalcServerCorba.VarStructSeqHolder
 
value - Variable in class com.cafean.CalcServer.command.InteractiveVariable
No Documentation Available.
value - Variable in class com.cafean.CalcServer.command.Keyword
No Documentation Available.
value - Variable in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
No Documentation Available.
value - Variable in class com.cafean.Number.Int
 
value - Variable in class com.cafean.rpc.command.Ping
No Documentation Available.
value - Variable in class com.cafean.snapdx.SDXIntegerArrayValue
No Documentation Available.
value - Variable in class com.cafean.snapdx.SDXIntegerValue
No Documentation Available.
value - Variable in class com.cafean.snapdx.SDXRealArrayValue
No Documentation Available.
value - Variable in class com.cafean.snapdx.SDXRealValue
No Documentation Available.
value - Variable in class com.cafean.snapdx.SDXStringArrayValue
No Documentation Available.
value - Variable in class com.cafean.snapdx.SDXStringValue
No Documentation Available.
Value - com.cafean.client.values.nif.NumericsPropertyType
 
VALUE - Variable in class com.cafean.client.io.med.UserVariableRec
The value for this user defined variable.
VALUE_DEFAULT - Static variable in class com.cafean.client.values.util.ValueUtils
The text used to indicate that a simplified optional editor is inactive.
VALUE_DIFFERENT - Static variable in class com.cafean.client.values.util.ValueUtils
 
VALUE_INACTIVE - Static variable in class com.cafean.client.values.util.ValueUtils
 
VALUE_MATHCAD_OUTPUT_HTML - Static variable in interface com.cafean.client.values.util.FunctionConstants
a value for exporting HTML documents to detail the contents of a Mathcad file
VALUE_MATHCAD_OUTPUT_RTF - Static variable in interface com.cafean.client.values.util.FunctionConstants
a value for exporting rich-text format documents to detail the contents of a Mathcad file
VALUE_UNCERTAIN - Static variable in class com.cafean.client.values.util.ValueUtils
The text used to indicate uncertainty during multi-edits.
valueChanged(ComponentSelectionEvent) - Method in interface com.cafean.client.ui.navigator.ComponentSelectionListener
Called when the selection changes in NavigatorComponent implementations.
valueChanged(AccordionSelectionEvent) - Method in interface com.cafean.client.ui.swing.accordion.AccordionSelectionListener
Called whenever the value of the selection changes.
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.mdocs.ALOwnerSearchFrame
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.mdocs.ModelNotesDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.ui.beans.GenericPropSetArrayDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.ui.CloseAllDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.ui.ComponentSelectionDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.ui.MultiComponentSelectionDialog
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.ui.ObjectSelectionDialog
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.ui.SelectPluginDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.ui.StringSelectionDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.ui.UnsetChannelsDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.validation.util.DocumentSearcher
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.values.ui.EnumEntryDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.values.ui.ParametricValuesDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.values.ui.StringEnumEntryDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.client.values.ui.TableDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.document.notebook.ui.FrontMatterDialog
 
valueChanged(ListSelectionEvent) - Method in class com.cafean.utils.RptDoc.ReportDialog
 
valueChanged(TreeSelectionEvent) - Method in class com.cafean.client.ui.navigator.MiniNavigator
 
valueChanged(TreeSelectionEvent) - Method in class com.cafean.client.ui.navigator.MiniNavigatorTreeModel
Does nothing.
valueChanged(TreeSelectionEvent) - Method in class com.cafean.client.ui.navigator.NavigatorTreeModel
Called whenever the value of the selection changes.
valueChanged(TreeSelectionEvent) - Method in class com.cafean.JobStatus.tree.ProjectTreeModel
Does nothing.
valueChanged(TreeSelectionEvent) - Method in class com.cafean.JobStatus.ui.accordion.PlatformPanel
TreeSelectionListener interface routine.
valueChanged(TreeSelectionEvent) - Method in class com.cafean.utils.CalcServFolderSelector
 
valueCheck(String, boolean) - Method in class com.cafean.client.values.components.CBoolean
Verifies the current value of this CBoolean.
valueCheck(String, boolean) - Method in class com.cafean.client.values.components.CString
Verifies that any variable referenced by this CString exists in the current model.
valueOf(int) - Static method in enum com.cafean.CalcServer.util.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.cafean.CalcServer.util.JobHandleStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.cafean.jobstream.tracker.ClientStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.CalcServer.util.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.CalcServer.util.JobHandleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.CalcServer.util.JobHandleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.client.analysis.Connection.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.client.anim.DataSource.IndependentDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.client.anim.enums.TimeScale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.client.ui.util.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.client.ui.util.search.GSMatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.client.values.ApplyRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.client.values.nif.NIFReplacementToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.client.values.nif.NumericsPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.client.values.util.mathcad.MathcadExport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.document.notebook.plot.ExportColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.document.notebook.plot.ExportLabelPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.document.notebook.plot.ExportSymbol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.JobStatus.tree.Filter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.JobStatus.ui.csstream.ConsoleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.jobstream.common.components.ApplicationSetup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.jobstream.common.components.Architecture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.jobstream.common.components.FileTypeCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.jobstream.server.components.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.jobstream.tracker.ClientStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.jobstream.tracker.JobStreamProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cafean.moviegen.util.VideoFormat
Returns the enum constant of this type with the specified name.
ValueOutOfRangeException - Exception in com.cafean.Number
An Exception representing a checked value that is outside of its acceptable range.
ValueOutOfRangeException() - Constructor for exception com.cafean.Number.ValueOutOfRangeException
Creates a new ValueOutOfRangeException with no message
ValueOutOfRangeException(String) - Constructor for exception com.cafean.Number.ValueOutOfRangeException
Creates a new ValueOutOfRangeException with the given message
ValueOutOfRangeException(String, double, double, double) - Constructor for exception com.cafean.Number.ValueOutOfRangeException
Creates a new ValueOutOfRangeException with the given values.
ValueOutOfRangeException(String, int, int, int) - Constructor for exception com.cafean.Number.ValueOutOfRangeException
Creates a new ValueOutOfRangeException with the given values.
ValueOutOfRangeException(String, Real, Real, Real) - Constructor for exception com.cafean.Number.ValueOutOfRangeException
Creates a new ValueOutOfRangeException with the given values.
values() - Static method in enum com.cafean.CalcServer.util.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.CalcServer.util.JobHandleStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.CalcServer.util.JobHandleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.client.analysis.Connection.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.client.anim.DataSource.IndependentDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.client.anim.enums.TimeScale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.client.ui.swing.accordion.NodeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.client.ui.util.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.client.ui.util.search.GSMatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.client.values.ApplyRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.client.values.nif.NIFReplacementToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.client.values.nif.NumericsPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.client.values.util.mathcad.MathcadExport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.document.notebook.plot.ExportColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.document.notebook.plot.ExportLabelPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.document.notebook.plot.ExportSymbol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.JobStatus.tree.Filter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.JobStatus.ui.csstream.ConsoleStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.jobstream.common.components.ApplicationSetup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.jobstream.common.components.Architecture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.jobstream.common.components.FileTypeCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.jobstream.server.components.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.jobstream.tracker.ClientStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.jobstream.tracker.JobStreamProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cafean.moviegen.util.VideoFormat
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Variable in class com.cafean.client.io.med.UserConstantRec
The list of parametric values for this constant.
ValueSelector - Class in com.cafean.client.ui
The ValueSelector dialog is an optionally modal dialog that shows a list of values to the user.
ValueSelector(Frame, Object[]) - Constructor for class com.cafean.client.ui.ValueSelector
Creates new ValueSelector for a Frame parent from an array of Objects.
ValueSelector(JDialog, Object[]) - Constructor for class com.cafean.client.ui.ValueSelector
Creates new ValueSelector for a JDialog parent from an array of Objects.
ValueSelector(JDialog, Vector) - Constructor for class com.cafean.client.ui.ValueSelector
Creates new ValueSelector for a JDialog parent from a Vector.
ValueUtils - Class in com.cafean.client.values.util
Various constants and static methods used in the values package.
ValueUtils() - Constructor for class com.cafean.client.values.util.ValueUtils
 
VAP_TEMP - Static variable in class com.cafean.client.anim.GeneralRange
 
VarArgs - Class in com.cafean.utils
 
VarArgs() - Constructor for class com.cafean.utils.VarArgs
 
VarArgs(int) - Constructor for class com.cafean.utils.VarArgs
 
VariableNameCheck - Class in com.cafean.client.values.util
A validation check that detects numeric and global variable names that do not match the standard naming convention as described in AbstractSharedValue.
VariableNameCheck(AbstractNumericsModel) - Constructor for class com.cafean.client.values.util.VariableNameCheck
 
VariableNameConversionDialog - Class in com.cafean.client.values.ui
 
VariableNameEditor - Class in com.cafean.client.values.editors
A text field editor for the name of a variable.
VariableNameEditor() - Constructor for class com.cafean.client.values.editors.VariableNameEditor
 
variableRemoved(AbstractSharedValue, List) - Method in class com.cafean.client.values.AbstractNumericsModel
Updates this model in response to the given variable being removed by the user.
variables - Variable in class com.cafean.CalcServer.command.InteractiveVarsRequest
No Documentation Available.
variables - Variable in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
No Documentation Available.
varnum - Variable in class com.cafean.CalcServer.CalcServerCorba.IvarStruct
 
VarStruct - Class in com.cafean.CalcServer.CalcServerCorba
Generated from IDL definition of struct "VarStruct"
VarStruct() - Constructor for class com.cafean.CalcServer.CalcServerCorba.VarStruct
 
VarStruct(String, int, int, String, int, double, int) - Constructor for class com.cafean.CalcServer.CalcServerCorba.VarStruct
 
VarStructSeqHolder - Class in com.cafean.CalcServer.CalcServerCorba
Generated from IDL definition of alias "VarStructSeq"
VarStructSeqHolder() - Constructor for class com.cafean.CalcServer.CalcServerCorba.VarStructSeqHolder
 
VarStructSeqHolder(VarStruct[]) - Constructor for class com.cafean.CalcServer.CalcServerCorba.VarStructSeqHolder
 
VBAR - Static variable in class com.cafean.h2o.FluidState
 
VBAR - Static variable in class com.cafean.h2o.NewSteamTables
 
VCSystemManager - Class in com.cafean.vcs.utils
This class is the static manager class for switching between version control systems in the VCS plug-in.
VCSystemManager() - Constructor for class com.cafean.vcs.utils.VCSystemManager
 
VERBOSITY_HIGH - Static variable in class com.cafean.client.analysis.ValidationTest
Verbose output level.
VERBOSITY_LOW - Static variable in class com.cafean.client.analysis.ValidationTest
Normal output message level.
VERBOSITY_QUIET - Static variable in class com.cafean.client.analysis.ValidationTest
Few output messages.
verify(List<PlatformDefinition>) - Method in class com.cafean.utils.jobstream.LocalStageMapping
Compares this local staging location mapping to the loaded platform definitions to determine if it can be discarded.
verifyBeansAvailable(List<PibBlock>) - Static method in class com.cafean.client.ui.Toolbox
Verifies that any AbstractDisplayBeans stored in the given Vector as DrawnDisplayBeanRecs have the proper classes available to be loaded.
verifyPreferencesFolder() - Static method in class com.cafean.utils.Configurator
Verifies that the user's preferences folder exists and that the user has the appropriate permissions to it.
verifySnapInstFile() - Static method in class com.cafean.client.utils.SnapInstUtil
This method verifies that the .snapinst for the current user matches the data for the currently loaded classes.
verifyVersion(PibFile) - Static method in class com.cafean.client.io.MEDReader
 
Version - Class in com.cafean.utils
A class representing a Version id as a convinient way to compare, load, and store Version information.
Version() - Constructor for class com.cafean.utils.Version
Creates a new Version instance initialized to 0.0.0
Version(int, int, int) - Constructor for class com.cafean.utils.Version
Creates a new Version instance initialized to the given version numbers.
Version(int, int, int, String, String, String) - Constructor for class com.cafean.utils.Version
Creates a new Version instance initialized to the given version numbers.
VersionBeanInfo - Class in com.cafean.utils
Manage the BeanInfo interface for the Version class.
VersionBeanInfo() - Constructor for class com.cafean.utils.VersionBeanInfo
No-op constructor.
VersionControlLoader - Class in com.cafean.vcs.utils
The class responsible for loading version control system plug-ins.
VersionControlLoader(ClassLoader, File) - Constructor for class com.cafean.vcs.utils.VersionControlLoader
 
VersionControlSystemDesc - Class in com.cafean.vcs.desc
Version Control System plugin descriptions are used to indicate the types of dynamically loaded version control types that are available.
VersionControlSystemDesc() - Constructor for class com.cafean.vcs.desc.VersionControlSystemDesc
 
VersionRequest - Class in com.cafean.rpc.command
This class provides IO access to VersionRequest data bocks.
VersionRequest() - Constructor for class com.cafean.rpc.command.VersionRequest
Construct an empty instance.
VersionRequest(PibFile, int[]) - Constructor for class com.cafean.rpc.command.VersionRequest
Construct an instance from a PIB file entry.
VERTICAL - Static variable in enum com.cafean.client.ui.util.Orientation
 
VideoFormat - Enum in com.cafean.moviegen.util
The set of video formats supported by the Movie Generator.
VIEW_DB_ID - Variable in class com.cafean.client.io.med.DrawnAnnotationRec
the number of this component's View.
VIEW_DB_ID - Variable in class com.cafean.client.io.med.DrawnComponentRec
the number of this component's View.
VIEW_DB_ID - Variable in class com.cafean.client.io.med.DrawnDisplayBeanRec
No Documentation Available.
VIEW_DB_ID - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
VIEW_DB_ID - Variable in class com.cafean.client.io.med.DrawnImageAnnotationRec
the number of this component's View.
VIEW_DB_ID - Variable in class com.cafean.client.io.med.DrawnLayerRec
No Documentation Available.
VIEW_DB_ID - Variable in class com.cafean.client.io.med.DrawnNumericRec
the number of this component's View.
VIEW_DB_ID - Variable in class com.cafean.client.io.med.DrawnVisualGroupRec
No Documentation Available.
VIEW_SEL_IND - Static variable in class com.cafean.client.ui.SnapPreferences
 
VIEW_SEL_NAV - Static variable in class com.cafean.client.ui.SnapPreferences
 
VIEW_SEL_NAV1 - Static variable in class com.cafean.client.ui.SnapPreferences
 
VIEW_X - Variable in class com.cafean.client.io.med.ViewCompRec
The location of the view port in the scroll pane of the drawn view.
VIEW_Y - Variable in class com.cafean.client.io.med.ViewCompRec
The location in the y dimension of the viewport of the drawnview.
ViewableFile - Class in com.cafean.CalcServer.command
This class provides IO access to ViewableFile data bocks.
ViewableFile() - Constructor for class com.cafean.CalcServer.command.ViewableFile
Construct an empty instance.
ViewableFile(PibFile) - Constructor for class com.cafean.CalcServer.command.ViewableFile
Construct an instance from a PIB file entry.
ViewableFileBlockRequest - Class in com.cafean.CalcServer.command
This class provides IO access to ViewableFileBlockRequest data bocks.
ViewableFileBlockRequest() - Constructor for class com.cafean.CalcServer.command.ViewableFileBlockRequest
Construct an empty instance.
ViewableFileBlockRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.ViewableFileBlockRequest
Construct an instance from a PIB file entry.
ViewableFileLenRequest - Class in com.cafean.CalcServer.command
This class provides IO access to ViewableFileLenRequest data bocks.
ViewableFileLenRequest() - Constructor for class com.cafean.CalcServer.command.ViewableFileLenRequest
Construct an empty instance.
ViewableFileLenRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.ViewableFileLenRequest
Construct an instance from a PIB file entry.
ViewableFileOpenRequest - Class in com.cafean.CalcServer.command
This class provides IO access to ViewableFileOpenRequest data bocks.
ViewableFileOpenRequest() - Constructor for class com.cafean.CalcServer.command.ViewableFileOpenRequest
Construct an empty instance.
ViewableFileOpenRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.ViewableFileOpenRequest
Construct an instance from a PIB file entry.
ViewableFilesRequest - Class in com.cafean.CalcServer.command
This class provides IO access to ViewableFilesRequest data bocks.
ViewableFilesRequest() - Constructor for class com.cafean.CalcServer.command.ViewableFilesRequest
Construct an empty instance.
ViewableFilesRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.ViewableFilesRequest
Construct an instance from a PIB file entry.
ViewablePoiRequest - Class in com.cafean.CalcServer.command
This class provides IO access to ViewablePoiRequest data bocks.
ViewablePoiRequest() - Constructor for class com.cafean.CalcServer.command.ViewablePoiRequest
Construct an empty instance.
ViewablePoiRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.ViewablePoiRequest
Construct an instance from a PIB file entry.
ViewableSearchRequest - Class in com.cafean.CalcServer.command
This class provides IO access to ViewableSearchRequest data bocks.
ViewableSearchRequest() - Constructor for class com.cafean.CalcServer.command.ViewableSearchRequest
Construct an empty instance.
ViewableSearchRequest(PibFile, int[]) - Constructor for class com.cafean.CalcServer.command.ViewableSearchRequest
Construct an instance from a PIB file entry.
ViewComponent - Class in com.cafean.client.analysis
The ViewComponent is an AbstractComponent that represents a drawing inside the ModelEditor.
ViewComponent() - Constructor for class com.cafean.client.analysis.ViewComponent
Creates a new instance of ViewComponent
ViewComponent(AbstractModel, int) - Constructor for class com.cafean.client.analysis.ViewComponent
Creates a new instance of ViewComponent with a new model and display number
ViewComponentBeanInfo - Class in com.cafean.client.analysis
 
ViewComponentBeanInfo() - Constructor for class com.cafean.client.analysis.ViewComponentBeanInfo
 
ViewComponentNode - Class in com.cafean.client.ui.navigator
A node representing a ViewComponent in the Navigator.
ViewComponentNode(AbstractComponent) - Constructor for class com.cafean.client.ui.navigator.ViewComponentNode
Creates a new instance of ViewComponentNode
ViewCompRec - Class in com.cafean.client.io.med
This class provides IO access to ViewCompRec data bocks.
ViewCompRec() - Constructor for class com.cafean.client.io.med.ViewCompRec
Construct an empty instance.
ViewCompRec(PibFile, int[]) - Constructor for class com.cafean.client.io.med.ViewCompRec
Construct an instance from a PIB file entry.
ViewCompRecBeanInfo - Class in com.cafean.client.io.med
This class provides BeanInfo for the ViewCompRec class.
ViewCompRecBeanInfo() - Constructor for class com.cafean.client.io.med.ViewCompRecBeanInfo
 
ViewCompSelectDialog - Class in com.cafean.client.ui
A dialog for selecting a subset of an array of ViewComponent's.
ViewCompSelectDialog(JFrame, AbstractComponent[]) - Constructor for class com.cafean.client.ui.ViewCompSelectDialog
Creates new form ViewCompSelectDialog
ViewConnectionsPrefDialog - Class in com.cafean.client.ui
A dialog which displays a views connections and allows specification of the visual layout of those connections.
ViewConnectionsPrefDialog(Frame, DrawnView) - Constructor for class com.cafean.client.ui.ViewConnectionsPrefDialog
Creates a new connection preferences dialog
viewConsoleOutput() - Method in class com.cafean.JobStatus.ui.ApplicationFrame
Attempts to open an output console for the currently selected run
ViewCreationPrefsDialog - Class in com.cafean.client.ui
 
ViewCreationPrefsDialog(Dialog, String, Category[]) - Constructor for class com.cafean.client.ui.ViewCreationPrefsDialog
Creates new form ViewCreationPrefsDialog
ViewCreationPrefsDialog(Frame, String, Category[]) - Constructor for class com.cafean.client.ui.ViewCreationPrefsDialog
Creates new form ViewCreationPrefsDialog
ViewEmbedConDialog - Class in com.cafean.client.ui.beans
A dialog for editing the embedded connection points that appear in the drawing for a particular ViewComponent.
ViewEmbedConDialog(Frame, EmbeddedConnectionMap) - Constructor for class com.cafean.client.ui.beans.ViewEmbedConDialog
Creates new form ViewEmbedConDialog
ViewEmbedConEditor - Class in com.cafean.client.ui.beans
Bean property editor for the Heatstructure MRODS array
ViewEmbedConEditor() - Constructor for class com.cafean.client.ui.beans.ViewEmbedConEditor
 
ViewImageCopyAction() - Constructor for class com.cafean.client.ui.DrawnView.ViewImageCopyAction
 
ViewImgDataElem - Class in com.cafean.client.analysis
A dummy component element used to edit the image data of a ViewComponent.
ViewImgDataElem(ComponentElement, byte[]) - Constructor for class com.cafean.client.analysis.ViewImgDataElem
Creates a new instance of ViewImgDataElem
ViewImgSelEditor - Class in com.cafean.client.ui.beans
An inline editor for the image data of a ViewComponent.
ViewImgSelEditor() - Constructor for class com.cafean.client.ui.beans.ViewImgSelEditor
Creates new form ViewImgSelEditor
ViewSelectionModeEditor - Class in com.cafean.client.ui.beans
 
ViewSelectionModeEditor() - Constructor for class com.cafean.client.ui.beans.ViewSelectionModeEditor
Creates a new instance of ViewSelectionModeEditor
viewStreamDetails(JobStreamRec, TrackingServerNode) - Method in class com.cafean.JobStatus.ui.ApplicationFrame
 
Violet - com.cafean.document.notebook.plot.ExportColor
 
VirtualModelUtil - Class in com.cafean.client.analysis
This utility class holds the parent information for editing a model in virtual mode.
VirtualModelUtil(AbstractModel, RestartCase) - Constructor for class com.cafean.client.analysis.VirtualModelUtil
 
VISCF - Static variable in class com.cafean.h2o.FluidState
 
VISCG - Static variable in class com.cafean.h2o.FluidState
 
viscos1(int, double, double, double, double, String, double, boolean) - Method in class com.cafean.h2o.D2oSteamTables
 
viscos1(int, double, double, double, double, String, double, boolean) - Method in class com.cafean.h2o.NewSteamTables
 
visible - Variable in class com.cafean.utils.Configurator.Table.Column
 
VISIBLE - Variable in class com.cafean.client.io.med.DrawnLayerRec
No Documentation Available.
VISIBLE - Variable in class com.cafean.client.io.med.ViewCompRec
True if the view was visible the last time the model was saved.
VisualGroup - Class in com.cafean.client.ui.util
An object representing a group of visual objects inside a BeanBox.
VisualGroup() - Constructor for class com.cafean.client.ui.util.VisualGroup
Creates a new instance of VisualGroup
VisualGroup(DrawnVisualGroupRec) - Constructor for class com.cafean.client.ui.util.VisualGroup
Creates a new instance of VisualGroup
VisualGroupBeanInfo - Class in com.cafean.client.ui.util
 
VisualGroupBeanInfo() - Constructor for class com.cafean.client.ui.util.VisualGroupBeanInfo
 
VNCS - Static variable in class com.cafean.h2o.FluidState
 
VOID_CLASS - Static variable in interface com.cafean.client.values.util.matlab.MXConstants
 
VOID_FRAC - Static variable in class com.cafean.client.anim.GeneralRange
 
VOID_FRACTION - Static variable in class com.cafean.h2o.ui.JSteamFrame
 
VOIDG - Static variable in class com.cafean.h2o.FluidState
 
VOLUME_TYPE - Static variable in class com.cafean.client.anim.ComponentIdEditor
A Volume
VolumeIdEditor - Class in com.cafean.client.anim
A property editor used to select a single volume ID from the list of all volumes.
VolumeIdEditor() - Constructor for class com.cafean.client.anim.VolumeIdEditor
creates a new VolumeIdEditor
VSUBF - Static variable in class com.cafean.h2o.FluidState
 
VSUBF - Static variable in class com.cafean.h2o.NewSteamTables
 
VSUBG - Static variable in class com.cafean.h2o.FluidState
 
VSUBG - Static variable in class com.cafean.h2o.NewSteamTables
 

W

WAIT_TIME - Static variable in class com.cafean.JobStatus.ui.stream.FileInfoQuery
 
WaitForBackgroundQueueDialog - Class in com.cafean.JobStatus.ui.queue
 
WaitForBackgroundQueueDialog(Frame, BackgroundQueue) - Constructor for class com.cafean.JobStatus.ui.queue.WaitForBackgroundQueueDialog
Creates new form WaitForBackgroundQueueDialog
waitForExit(long) - Method in class com.cafean.CalcServer.JobHandle
Waits the specified amount of time for this job handle's current process to exit in 100ms sleeps.
Waiting - com.cafean.CalcServer.util.JobHandleStatus
 
Waiting - com.cafean.JobStatus.ui.csstream.ConsoleStatus
 
Waiting - com.cafean.jobstream.server.components.Status
a task that is ready to be executed but has not yet been submitted
WAITING_INDICATOR - Static variable in class com.cafean.JobStatus.tree.IndicatorIcon
 
WaitingToAnimatePanel - Class in com.cafean.client.kiosk
This DockablePanel extension is used to indicate when a job is being submitted from the ModelEditor when running in Kiosk mode.
WaitingToAnimatePanel() - Constructor for class com.cafean.client.kiosk.WaitingToAnimatePanel
Creates new form WaitingToAnimatePanel
warning(String) - Method in class com.cafean.CalcServer.util.AbstractLoggable
Writes a warning message.
warning(String) - Method in class com.cafean.client.integrator.SubsystemIntegrator
 
warning(String) - Static method in class com.cafean.JobStatus.Main
Prints the given message to stderr in Warning format.
warning(String) - Method in class com.cafean.jobstream.common.util.StreamLogger
Logs a warning message.
warning(String, Throwable) - Method in class com.cafean.CalcServer.util.AbstractLoggable
Writes a warning message.
warning(String, Throwable) - Method in class com.cafean.client.ui.ClientLogger
Logs a warning message.
warning(String, Throwable) - Static method in class com.cafean.JobStatus.Main
Prints the given message to stderr in Warning format.
warning(String, Throwable) - Method in class com.cafean.JobStatus.ui.stream.JobStatusLogger
Logs a warning message.
warning(String, Throwable) - Method in class com.cafean.jobstream.common.util.ApplicationContainer
Logs a warning message.
warning(String, Throwable) - Method in class com.cafean.jobstream.common.util.StreamLogger
Logs a warning message.
warning(SAXParseException) - Method in class com.cafean.jobstream.server.components.io.StreamDefinitionReader
This method is part of this reader's implementation of the ContentHandler interface and should not be called directly.
warning(SAXParseException) - Method in class com.cafean.jobstream.server.sequence.io.SequenceDefinitionReader
This method is part of this reader's implementation of the ContentHandler interface and should not be called directly.
WARNING - Static variable in class com.cafean.client.ui.message.Message
Message severity for non-fatal errors or warnings
Water - Class in com.cafean.h2o
A holder class for a Pressure and a Temperature.
Water() - Constructor for class com.cafean.h2o.Water
 
WeakComponentRef - Class in com.cafean.client.utils.diff
 
WeakComponentRef(AbstractComponent) - Constructor for class com.cafean.client.utils.diff.WeakComponentRef
 
WeakComponentRefArray - Class in com.cafean.client.utils.diff
This class holds weak references to an array of components and a weak reference to a model.
WeakComponentRefArray(AbstractModel, AbstractComponent[]) - Constructor for class com.cafean.client.utils.diff.WeakComponentRefArray
 
WeakComponentRefArray(AbstractModel, Category) - Constructor for class com.cafean.client.utils.diff.WeakComponentRefArray
 
WeakComponentRefArray(AbstractModel, ArrayList<AbstractComponent>) - Constructor for class com.cafean.client.utils.diff.WeakComponentRefArray
 
WeakSSRefHTMLEditorKit - Class in com.cafean.client.ui.swing
I took a hint from this bug (6424509).
WeakSSRefHTMLEditorKit() - Constructor for class com.cafean.client.ui.swing.WeakSSRefHTMLEditorKit
 
WebSupport - Class in com.cafean.utils
A class to encapsulate Web Support configuation.
WebSupport() - Constructor for class com.cafean.utils.WebSupport
Creates a new uninitialized Server object.
WebSupport(String, boolean, boolean, String, String, String) - Constructor for class com.cafean.utils.WebSupport
Creates a new Server object with the given address,port and username
WebUpdateCheck - Class in com.cafean.utils.update
 
WebUpdateCheck(File) - Constructor for class com.cafean.utils.update.WebUpdateCheck
 
White - com.cafean.document.notebook.plot.ExportColor
 
WHITESPACE - com.cafean.client.values.nif.NIFReplacementToken
 
wholeWord - Variable in class com.cafean.CalcServer.command.ViewableSearchRequest
No Documentation Available.
width - Variable in class com.cafean.utils.Configurator.Table.Column
 
WIDTH - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
WIDTH_FACTOR - Static variable in class com.cafean.moviegen.ZipSourceStream
The factor by which all widths must be a factor.
WIDTH_SCALE - Variable in class com.cafean.client.io.med.ViewCompRec
Factor used to scale the width of a 2D representation of a diameter.
WIDTH_SCALE_FACTOR - Variable in class com.cafean.client.io.med.DrawnComponentRec
No Documentation Available.
willReadBlock() - Method in class com.cafean.moviegen.ZipSourceStream
 
WINDOW_MULTIPLE - Static variable in class com.cafean.client.ui.SnapPreferences
the enumerated windowing arrangement mode where each major UI region will have it's own Frame.
WINDOW_NAMES - Static variable in class com.cafean.client.ui.SnapPreferences
 
WINDOW_NAVIGATOR_ABOVE_PROPERTIES - Static variable in class com.cafean.client.ui.SnapPreferences
the enumerated windowing arrangement mode where the Navigator is placed above the Property View.
WINDOW_NAVIGATOR_BESIDE_PROPERTIES - Static variable in class com.cafean.client.ui.SnapPreferences
the enumerated windowing arrangement mode where the Navigator is placed to the left of the Property View
WINDOW_VALUES - Static variable in class com.cafean.client.ui.SnapPreferences
 
windowActivated(WindowEvent) - Method in class com.cafean.client.ui.beans.FilterPropertySetEditor
 
windowClosed(WindowEvent) - Method in class com.cafean.client.ui.beans.FilterPropertySetEditor
 
windowClosing(WindowEvent) - Method in class com.cafean.client.ui.beans.FilterPropertySetEditor
 
windowDeactivated(WindowEvent) - Method in class com.cafean.client.ui.beans.FilterPropertySetEditor
 
windowDeiconified(WindowEvent) - Method in class com.cafean.client.ui.beans.FilterPropertySetEditor
 
windowGainedFocus(WindowEvent) - Method in class com.cafean.client.ui.beans.GenericPropSetArrayDialog
 
windowIconified(WindowEvent) - Method in class com.cafean.client.ui.beans.FilterPropertySetEditor
 
WindowingModeSelEditor - Class in com.cafean.client.ui.beans
 
WindowingModeSelEditor() - Constructor for class com.cafean.client.ui.beans.WindowingModeSelEditor
Creates a new instance of BreakIbtySelEditor
windowLostFocus(WindowEvent) - Method in class com.cafean.client.ui.beans.GenericPropSetArrayDialog
 
windowOpened(WindowEvent) - Method in class com.cafean.client.ui.beans.FilterPropertySetEditor
 
Windows - com.cafean.jobstream.common.components.Architecture
 
wordWrapMessage(String) - Static method in class com.cafean.jobstream.common.util.XMLUtils
sanitizes then word wraps the given plain text message using HTML tags and returns it
wrapper_type - Variable in class com.cafean.jobstream.tracker.TaskRec
The name of the execution wrapper module.
wrapperType - Variable in class com.cafean.CalcServer.command.Job
No Documentation Available.
wrapperType - Variable in class com.cafean.CalcServer.command.LaunchJobRequest
The application type that will be used to determine which wrapper module to load for the job.
WrappingFlowLayout - Class in com.cafean.utils
A wrapping flow layout arranges components in a left-to-right flow, much like wordwrapped lines of text in a paragraph.
WrappingFlowLayout() - Constructor for class com.cafean.utils.WrappingFlowLayout
Creates a new WrappingFlowLayout with an alignment of FlowLayout.LEFT and horizontal and vertical gaps of 2.
write() - Method in class com.cafean.CalcServer.CalcJobFile
Writes this CJF's data.
write() - Method in class com.cafean.JobStatus.AnimationOverrideList
Writes this AnimationOverrideList to the given file using java XML serialization
write(byte[]) - Method in class com.cafean.utils.RandomAccessByteFile
 
write(byte[], int, int) - Method in class com.cafean.utils.RandomAccessByteFile
 
write(char[], int, int) - Method in class com.cafean.client.io.StringArrayWriter
 
write(char[], int, int) - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
write(int) - Method in class com.cafean.client.io.StringArrayWriter
 
write(int) - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
write(int) - Method in class com.cafean.utils.RandomAccessByteFile
 
write(ExportableTable) - Method in class com.cafean.document.notebook.components.CollapsableMultiDimTable
 
write(DataOutputStream) - Method in class com.apt.xdr.MdBoolArray
Write this object to a byte array in XDR form.
write(DataOutputStream) - Method in class com.apt.xdr.MdDblArray
Write this object to a byte array in XDR form.
write(DataOutputStream) - Method in class com.apt.xdr.MdFltArray
Write this object to a byte array in XDR form.
write(DataOutputStream) - Method in class com.apt.xdr.MdIntArray
Write this object to a byte array in XDR form.
write(DataOutputStream) - Method in class com.apt.xdr.MultiDimArray
 
write(DataOutputStream) - Method in class com.cafean.jobstream.tracker.CallbackRec
Writes this record to the given stream
write(File) - Method in class com.cafean.CalcServer.CalcJobFile
Writes this CJF's data to the given file.
write(PrintStream) - Method in class com.cafean.client.ui.message.Message
Writes the current message out to the provided print stream.
write(PrintWriter) - Method in class com.cafean.client.analysis.subsystem.AbstractSubSystem
 
write(PrintWriter) - Method in interface com.cafean.client.io.Writeable
Write the ascii output for the component to the given PrintWriter.
write(PrintWriter) - Method in class com.cafean.client.ui.message.MessageGroupPanel
 
write(PrintWriter) - Method in class com.cafean.jobstream.server.components.Stream
writes out the current state of the stream as a stream definition to the given print writer.
write(PrintWriter) - Method in class com.cafean.jobstream.server.sequence.Sequence
writes out the current state of the stream as a sequence definition to the given print writer.
write(PrintWriter, int) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Writes the contents of this application definition to the given PrintWriter in XML format.
write(PrintWriter, int) - Method in class com.cafean.jobstream.common.components.ApplicationInput
Writes the contents of this application input to the given PrintWriter in XML format.
write(PrintWriter, int) - Method in class com.cafean.jobstream.common.components.ApplicationOutput
Writes the contents of this application input to the given PrintWriter in XML format.
write(PrintWriter, int) - Method in class com.cafean.jobstream.common.components.FileType
Writes the contents of this file type definition to the given PrintWriter in XML format.
write(PrintWriter, int) - Method in class com.cafean.jobstream.common.components.PlatformDefinition
Writes the contents of this platform definition to the given PrintWriter in XML format.
write(PrintWriter, int) - Method in class com.cafean.jobstream.common.components.PlatformProperties
Writes the contents of this platform properties object to the given PrintWriter in XML format.
write(PrintWriter, int) - Method in class com.cafean.jobstream.common.components.SnapInstallation
 
write(PrintWriter, int) - Method in class com.cafean.jobstream.common.components.SubmissionProperties
Writes the contents of this platform properties object to the given PrintWriter in XML format.
write(PrintWriter, int) - Method in class com.cafean.jobstream.server.components.AbstractFileHandle
writes this handle to the given PrintWriter in XML format
write(PrintWriter, int) - Method in class com.cafean.jobstream.server.components.Partition
Writes the contents of this partition definition to the given PrintWriter in XML format.
write(PrintWriter, int) - Method in class com.cafean.jobstream.server.sequence.FileLocation
Writes the contents of this file location to the given PrintWriter in XML format.
write(PrintWriter, int) - Method in class com.cafean.jobstream.server.sequence.Iteration
Writes the contents of this iteration to the given PrintWriter in XML format.
write(PrintWriter, int) - Method in class com.cafean.jobstream.server.sequence.SeqEntry
Writes the contents of this sequence entry to the given PrintWriter in XML format.
write(PrintWriter, AbstractComponent[], NumericsExportReport, NIFBlockingDialog, String) - Static method in class com.cafean.client.values.nif.NumericsExporter
Writes user defined numerics to the provided file.
write(PrintWriter, String) - Method in class com.cafean.client.analysis.TableND
Writes out this table in TRAC LOAD format with x's first then y's all with the given header into the given PrintWriter.
write(PrintWriter, String) - Method in class com.cafean.client.values.components.CTableND
Writes out this table in TRAC LOAD format with x's first then y's all with the given header into the given PrintWriter.
write(RandomAccessFile) - Method in class com.apt.xdr.MdBoolArray
Write this object to a file in XDR form.
write(RandomAccessFile) - Method in class com.apt.xdr.MdDblArray
Write this object to a file in XDR form.
write(RandomAccessFile) - Method in class com.apt.xdr.MdFltArray
Write this object to a file in XDR form.
write(RandomAccessFile) - Method in class com.apt.xdr.MdIntArray
Write this object to a file in XDR form.
write(RandomAccessFile) - Method in class com.apt.xdr.MultiDimArray
 
write(String) - Method in class com.cafean.client.io.StringArrayWriter
 
write(String) - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
write(String, int, int) - Method in class com.cafean.client.io.StringArrayWriter
 
write(String, int, int) - Method in class com.cafean.client.validation.util.StringBuilderWriter
 
Writeable - Interface in com.cafean.client.io
Interface implemented by components that know how to write themselves.
WriteableDiffEngine - Class in com.cafean.client.utils.diff
 
WriteableDiffEngine() - Constructor for class com.cafean.client.utils.diff.WriteableDiffEngine
 
writeAlProps(PibFile) - Method in class com.cafean.client.analysis.AbstractComponent
Write the Attribute Level Documentation and Ownership data to a random access file.
writeAlProps(DataOutputStream) - Method in class com.cafean.client.analysis.AbstractComponent
Write the Attribute Level Documentation and Ownership data to a compressed data stream.
writeArray(PibFile, ConnectionInfo[]) - Static method in class com.cafean.CalcServer.command.ConnectionInfo
Write an array of the ConnectionInfo data blocks to a file.
writeArray(PibFile, DataChannel[]) - Static method in class com.cafean.CalcServer.command.DataChannel
Write an array of the DataChannel data blocks to a file.
writeArray(PibFile, FileEntry[]) - Static method in class com.cafean.CalcServer.command.FileEntry
Write an array of the FileEntry data blocks to a file.
writeArray(PibFile, Folder[]) - Static method in class com.cafean.CalcServer.command.Folder
Write an array of the Folder data blocks to a file.
writeArray(PibFile, FolderEntry[]) - Static method in class com.cafean.CalcServer.command.FolderEntry
Write an array of the FolderEntry data blocks to a file.
writeArray(PibFile, InteractiveVariable[]) - Static method in class com.cafean.CalcServer.command.InteractiveVariable
Write an array of the InteractiveVariable data blocks to a file.
writeArray(PibFile, Job[]) - Static method in class com.cafean.CalcServer.command.Job
Write an array of the Job data blocks to a file.
writeArray(PibFile, JobFilesEntry[]) - Static method in class com.cafean.CalcServer.command.JobFilesEntry
Write an array of the JobFilesEntry data blocks to a file.
writeArray(PibFile, JobFilesList[]) - Static method in class com.cafean.CalcServer.command.JobFilesList
Write an array of the JobFilesList data blocks to a file.
writeArray(PibFile, Keyword[]) - Static method in class com.cafean.CalcServer.command.Keyword
Write an array of the Keyword data blocks to a file.
writeArray(PibFile, String16[]) - Static method in class com.cafean.CalcServer.command.String16
Write an array of the String16 data blocks to a file.
writeArray(PibFile, ViewableFile[]) - Static method in class com.cafean.CalcServer.command.ViewableFile
Write an array of the ViewableFile data blocks to a file.
writeArray(PibFile, JDataChannel[]) - Static method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Write an array of the JDataChannel data blocks to a file.
writeArray(PibFile, JInteractiveVariable[]) - Static method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Write an array of the JInteractiveVariable data blocks to a file.
writeArray(PibFile, JString16[]) - Static method in class com.cafean.CalcServer.jobrpc.command.JString16
Write an array of the JString16 data blocks to a file.
writeArray(PibFile, IntegrationDefinition[]) - Static method in class com.cafean.client.integrator.components.IntegrationDefinition
Write an array of the IntegrationDefinition data blocks to a file.
writeArray(PibFile, Attribute[]) - Static method in class com.cafean.client.io.med.Attribute
Write an array of the Attribute data blocks to a file.
writeArray(PibFile, DrawnConnLine[]) - Static method in class com.cafean.client.io.med.DrawnConnLine
Write an array of the DrawnConnLine data blocks to a file.
writeArray(PibFile, FontRec[]) - Static method in class com.cafean.client.io.med.FontRec
Write an array of the FontRec data blocks to a file.
writeArray(PibFile, String16[]) - Static method in class com.cafean.client.io.med.String16
Write an array of the String16 data blocks to a file.
writeArray(PibFile, ALDocRef[]) - Static method in class com.cafean.client.mdocs.ALDocRef
Write an array of the ALDocRef data blocks to a file.
writeArray(PibFile, ALOwnership[]) - Static method in class com.cafean.client.mdocs.ALOwnership
Write an array of the ALOwnership data blocks to a file.
writeArray(PibFile, AbstractCBoolean[]) - Static method in class com.cafean.client.values.components.AbstractCBoolean
Write an array of the CBoolean data blocks to a file.
writeArray(PibFile, AbstractCInteger[]) - Static method in class com.cafean.client.values.components.AbstractCInteger
Write an array of the CInteger data blocks to a file.
writeArray(PibFile, AbstractCReal[]) - Static method in class com.cafean.client.values.components.AbstractCReal
Write an array of the CReal data blocks to a file.
writeArray(PibFile, AttribProps[]) - Static method in class com.cafean.client.values.components.AttribProps
Write an array of the AttribProps data blocks to a file.
writeArray(PibFile, CBoolean_E[]) - Static method in class com.cafean.client.values.components.CBoolean_E
Write an array of the CBoolean data blocks to a file.
writeArray(PibFile, CBoolean[]) - Static method in class com.cafean.client.values.components.CBoolean
Write an array of the CBoolean data blocks to a file.
writeArray(PibFile, CInteger_E[]) - Static method in class com.cafean.client.values.components.CInteger_E
Write an array of the CInteger data blocks to a file.
writeArray(PibFile, CInteger[]) - Static method in class com.cafean.client.values.components.CInteger
Write an array of the CInteger data blocks to a file.
writeArray(PibFile, CReal_E[]) - Static method in class com.cafean.client.values.components.CReal_E
Write an array of the CReal data blocks to a file.
writeArray(PibFile, CString[]) - Static method in class com.cafean.client.values.components.CString
Write an array of the CString data blocks to a file.
writeArray(PibFile, EnumEntry[]) - Static method in class com.cafean.client.values.components.EnumEntry
Write an array of the EnumEntry data blocks to a file.
writeArray(PibFile, ExternFunction[]) - Static method in class com.cafean.client.values.components.ExternFunction
Write an array of the ExternFunction data blocks to a file.
writeArray(PibFile, NumericsTableColumn[]) - Static method in class com.cafean.client.values.components.NumericsTableColumn
Write an array of the NumericsTableColumn data blocks to a file.
writeArray(PibFile, SDXElement[]) - Static method in class com.cafean.snapdx.SDXElement
Write an array of the SDXElement data blocks to a file.
writeArray(PibFile, SDXIntegerArrayValue[]) - Static method in class com.cafean.snapdx.SDXIntegerArrayValue
Write an array of the SDXIntegerArrayValue data blocks to a file.
writeArray(PibFile, SDXIntegerValue[]) - Static method in class com.cafean.snapdx.SDXIntegerValue
Write an array of the SDXIntegerValue data blocks to a file.
writeArray(PibFile, SDXRealArrayValue[]) - Static method in class com.cafean.snapdx.SDXRealArrayValue
Write an array of the SDXRealArrayValue data blocks to a file.
writeArray(PibFile, SDXRealValue[]) - Static method in class com.cafean.snapdx.SDXRealValue
Write an array of the SDXRealValue data blocks to a file.
writeArray(PibFile, SDXStringArrayValue[]) - Static method in class com.cafean.snapdx.SDXStringArrayValue
Write an array of the SDXStringArrayValue data blocks to a file.
writeArray(PibFile, SDXStringValue[]) - Static method in class com.cafean.snapdx.SDXStringValue
Write an array of the SDXStringValue data blocks to a file.
writeArray(DataOutputStream, ConnectionInfo[]) - Static method in class com.cafean.CalcServer.command.ConnectionInfo
Write an array of the ConnectionInfo data blocks to a compressed data stream.
writeArray(DataOutputStream, DataChannel[]) - Static method in class com.cafean.CalcServer.command.DataChannel
Write an array of the DataChannel data blocks to a compressed data stream.
writeArray(DataOutputStream, FileEntry[]) - Static method in class com.cafean.CalcServer.command.FileEntry
Write an array of the FileEntry data blocks to a compressed data stream.
writeArray(DataOutputStream, Folder[]) - Static method in class com.cafean.CalcServer.command.Folder
Write an array of the Folder data blocks to a compressed data stream.
writeArray(DataOutputStream, FolderEntry[]) - Static method in class com.cafean.CalcServer.command.FolderEntry
Write an array of the FolderEntry data blocks to a compressed data stream.
writeArray(DataOutputStream, InteractiveVariable[]) - Static method in class com.cafean.CalcServer.command.InteractiveVariable
Write an array of the InteractiveVariable data blocks to a compressed data stream.
writeArray(DataOutputStream, Job[]) - Static method in class com.cafean.CalcServer.command.Job
Write an array of the Job data blocks to a compressed data stream.
writeArray(DataOutputStream, JobFilesEntry[]) - Static method in class com.cafean.CalcServer.command.JobFilesEntry
Write an array of the JobFilesEntry data blocks to a compressed data stream.
writeArray(DataOutputStream, JobFilesList[]) - Static method in class com.cafean.CalcServer.command.JobFilesList
Write an array of the JobFilesList data blocks to a compressed data stream.
writeArray(DataOutputStream, Keyword[]) - Static method in class com.cafean.CalcServer.command.Keyword
Write an array of the Keyword data blocks to a compressed data stream.
writeArray(DataOutputStream, String16[]) - Static method in class com.cafean.CalcServer.command.String16
Write an array of the String16 data blocks to a compressed data stream.
writeArray(DataOutputStream, ViewableFile[]) - Static method in class com.cafean.CalcServer.command.ViewableFile
Write an array of the ViewableFile data blocks to a compressed data stream.
writeArray(DataOutputStream, JDataChannel[]) - Static method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Write an array of the JDataChannel data blocks to a compressed data stream.
writeArray(DataOutputStream, JInteractiveVariable[]) - Static method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Write an array of the JInteractiveVariable data blocks to a compressed data stream.
writeArray(DataOutputStream, JString16[]) - Static method in class com.cafean.CalcServer.jobrpc.command.JString16
Write an array of the JString16 data blocks to a compressed data stream.
writeArray(DataOutputStream, IntegrationDefinition[]) - Static method in class com.cafean.client.integrator.components.IntegrationDefinition
Write an array of the IntegrationDefinition data blocks to a compressed data stream.
writeArray(DataOutputStream, DrawnConnLine[]) - Static method in class com.cafean.client.io.med.DrawnConnLine
Write an array of the DrawnConnLine data blocks to a compressed data stream.
writeArray(DataOutputStream, FontRec[]) - Static method in class com.cafean.client.io.med.FontRec
Write an array of the FontRec data blocks to a compressed data stream.
writeArray(DataOutputStream, String16[]) - Static method in class com.cafean.client.io.med.String16
Write an array of the String16 data blocks to a compressed data stream.
writeArray(DataOutputStream, ALDocRef[]) - Static method in class com.cafean.client.mdocs.ALDocRef
Write an array of the ALDocRef data blocks to a DataOutputStream.
writeArray(DataOutputStream, ALOwnership[]) - Static method in class com.cafean.client.mdocs.ALOwnership
Write an array of the ALOwnership data blocks to a compressed data stream.
writeArray(DataOutputStream, AbstractCBoolean[]) - Static method in class com.cafean.client.values.components.AbstractCBoolean
Write an array of the CBoolean data blocks to a file.
writeArray(DataOutputStream, AbstractCReal[]) - Static method in class com.cafean.client.values.components.AbstractCReal
Write an array of the CReal data blocks to a DataOutputStream.
writeArray(DataOutputStream, CBoolean[]) - Static method in class com.cafean.client.values.components.CBoolean_E
Write an array of the CBoolean data blocks to a file.
writeArray(DataOutputStream, CBoolean[]) - Static method in class com.cafean.client.values.components.CBoolean
Write an array of the CBoolean data blocks to a DataOutputStream.
writeArray(DataOutputStream, CInteger[]) - Static method in class com.cafean.client.values.components.CInteger
Write an array of the CInteger data blocks to a DataOutputStream.
writeArray(DataOutputStream, CString[]) - Static method in class com.cafean.client.values.components.CString
Write an array of the CString data blocks to a DataOutputStream.
writeArray(DataOutputStream, EnumEntry[]) - Static method in class com.cafean.client.values.components.EnumEntry
Write an array of the EnumEntry data blocks to a file.
writeArray(DataOutputStream, NumericsTableColumn[]) - Static method in class com.cafean.client.values.components.NumericsTableColumn
Write an array of the NumericsTableColumn data blocks to a file.
writeArray(DataOutputStream, SDXElement[]) - Static method in class com.cafean.snapdx.SDXElement
Write an array of the SDXElement data blocks to a compressed data stream.
writeArray(DataOutputStream, SDXIntegerArrayValue[]) - Static method in class com.cafean.snapdx.SDXIntegerArrayValue
Write an array of the SDXIntegerArrayValue data blocks to a compressed data stream.
writeArray(DataOutputStream, SDXIntegerValue[]) - Static method in class com.cafean.snapdx.SDXIntegerValue
Write an array of the SDXIntegerValue data blocks to a compressed data stream.
writeArray(DataOutputStream, SDXRealArrayValue[]) - Static method in class com.cafean.snapdx.SDXRealArrayValue
Write an array of the SDXRealArrayValue data blocks to a compressed data stream.
writeArray(DataOutputStream, SDXRealValue[]) - Static method in class com.cafean.snapdx.SDXRealValue
Write an array of the SDXRealValue data blocks to a compressed data stream.
writeArray(DataOutputStream, SDXStringArrayValue[]) - Static method in class com.cafean.snapdx.SDXStringArrayValue
Write an array of the SDXStringArrayValue data blocks to a compressed data stream.
writeArray(DataOutputStream, SDXStringValue[]) - Static method in class com.cafean.snapdx.SDXStringValue
Write an array of the SDXStringValue data blocks to a compressed data stream.
writeArrayLoadValue(PrintWriter, String, int[]) - Static method in class com.cafean.client.analysis.GenericObject
writes out a value in TRACE 'LOAD Format' for each element in the given array.
writeArrayLoadValue(PrintWriter, String, int[], int) - Static method in class com.cafean.client.analysis.GenericObject
writes out a value in TRACE 'LOAD Format' for each element in the given array.
writeArrayLoadValue(PrintWriter, String, Dimless[]) - Static method in class com.cafean.client.analysis.GenericObject
writes out a value in TRACE 'LOAD Format' for each element in the given array.
writeArrayLoadValue(PrintWriter, String, Dimless[], int) - Static method in class com.cafean.client.analysis.GenericObject
writes out a value in TRACE 'LOAD Format' for each element in the given array.
writeArrayLoadValue(PrintWriter, String, Real[]) - Static method in class com.cafean.client.analysis.GenericObject
writes out a value in TRACE 'LOAD Format' for each element in the given array.
writeArrayLoadValue(PrintWriter, String, Real[], int) - Static method in class com.cafean.client.analysis.GenericObject
writes out a value in TRACE 'LOAD Format' for each element in the given array.
writeArrayLoadValue(PrintWriter, String, Object[]) - Static method in class com.cafean.client.analysis.GenericObject
writes out a value in TRACE 'LOAD Format' for each element in the given array.
writeArrayLoadValue(PrintWriter, String, Object[], int) - Static method in class com.cafean.client.analysis.GenericObject
writes out a value in TRACE 'LOAD Format' for each element in the given array.
writeAscii(Writeable) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
 
writeAscii(StringWriter) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Adds the ASCII output of the given Writeable instance as CODE paragraphs to the document.
writeAttrib(PrintWriter, String, boolean) - Static method in class com.cafean.utils.XMLUtil
Export a named boolean value to an XML file.
writeAttrib(PrintWriter, String, double) - Static method in class com.cafean.utils.XMLUtil
Export a named double value to an XML file.
writeAttrib(PrintWriter, String, int) - Static method in class com.cafean.utils.XMLUtil
Export a named int value to an XML file.
writeAttrib(PrintWriter, String, Real) - Static method in class com.cafean.utils.XMLUtil
Export a named Real value to an XML file.
writeAttrib(PrintWriter, String, String) - Static method in class com.cafean.utils.XMLUtil
Export a named String to an XML file.
writeAttribArr(PrintWriter, String, boolean[]) - Static method in class com.cafean.utils.XMLUtil
Export a named boolean array to an XML file.
writeAttribArr(PrintWriter, String, double[]) - Static method in class com.cafean.utils.XMLUtil
Export a named double array to an XML file.
writeAttribArr(PrintWriter, String, int[]) - Static method in class com.cafean.utils.XMLUtil
Export a named int array to an XML file.
writeAttribArr(PrintWriter, String, Real[]) - Static method in class com.cafean.utils.XMLUtil
Export a named double array to an XML file.
writeAttribArr(PrintWriter, String, String[]) - Static method in class com.cafean.utils.XMLUtil
Export a named String array to an XML file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Write an instance of the ActivityNoticeRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Write an instance of the CanCreateDemuxRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Write an instance of the ConnectionInfo data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Write an instance of the ConsoleOutputRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Write an instance of the CreateDemuxDataRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Write an instance of the CreateFolderRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.DataChannel
Write an instance of the DataChannel data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Write an instance of the DataChannelsRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Write an instance of the DeleteJobRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Write an instance of the DeleteJobResponse data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Write an instance of the DemuxDataRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Write an instance of the EvtCommandDelivered data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Write an instance of the EvtConsoleOutput data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Write an instance of the EvtEndTimeChanged data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.EvtJobAdded
Write an instance of the EvtJobAdded data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Write an instance of the EvtJobRemoved data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Write an instance of the EvtLogOutput data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Write an instance of the EvtStatusTriggered data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Write an instance of the EvtTaskStatusChanged data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.FileEntry
Write an instance of the FileEntry data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.FileRequest
Write an instance of the FileRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Write an instance of the FileRequestResponse data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.FilesListRequest
Write an instance of the FilesListRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Write an instance of the FindStreamsRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.Folder
Write an instance of the Folder data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Write an instance of the FolderContentsRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.FolderEntry
Write an instance of the FolderEntry data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Write an instance of the FolderLocationRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Write an instance of the FolderTreeRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Write an instance of the GetFileCancelRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Write an instance of the GetFileContentsRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.GetFileRequest
Write an instance of the GetFileRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.GetFileResponse
Write an instance of the GetFileResponse data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Write an instance of the GetJobInfoRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Write an instance of the GetMessagesRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Write an instance of the HasDemuxRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Write an instance of the IncrementTimeslice data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Write an instance of the InteractCommandRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Write an instance of the InteractiveVariable data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Write an instance of the InteractiveVarsRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.Job
Write an instance of the Job data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Write an instance of the JobFilesEntry data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.JobFilesList
Write an instance of the JobFilesList data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Write an instance of the JobFilesRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Write an instance of the JobLocationRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Write an instance of the JobPriorityRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.JobRPCRequest
Write an instance of the JobRPCRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.JobSet
Write an instance of the JobSet data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.Keyword
Write an instance of the Keyword data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Write an instance of the LaunchJobRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.LoadJobRequest
Write an instance of the LoadJobRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Write an instance of the LoadMuxChannelsRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.LogOutputRequest
Write an instance of the LogOutputRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Write an instance of the MountFolderRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Write an instance of the MuxDataRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Write an instance of the NotificationsRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Write an instance of the ReleaseJobRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Write an instance of the RemoveFolderRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Write an instance of the RenameFolderRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Write an instance of the RestartDataRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Write an instance of the RestartInfoRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Write an instance of the SendFileCancelRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Write an instance of the SendFileContentsRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.SendFileRequest
Write an instance of the SendFileRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Write an instance of the ServerStatusRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Write an instance of the SetMuxTimeRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ShutdownRequest
Write an instance of the ShutdownRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Write an instance of the StatusTriggerRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.String16
Write an instance of the String16 data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Write an instance of the TerminateRunRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Write an instance of the UnitCodeRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Write an instance of the UnitCodeResponse data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Write an instance of the UnloadJobRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Write an instance of the UnMountFolderRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ViewableFile
Write an instance of the ViewableFile data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Write an instance of the ViewableFileBlockRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Write an instance of the ViewableFileLenRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Write an instance of the ViewableFileOpenRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Write an instance of the ViewableFilesRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Write an instance of the ViewablePoiRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Write an instance of the ViewableSearchRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Write an instance of the JConsoleRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Write an instance of the JDataChannel data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Write an instance of the JDataChannelsRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Write an instance of the JEvtCommandDelivered data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Write an instance of the JEvtConsoleOutput data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Write an instance of the JEvtEndTimeChanged data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Write an instance of the JEvtEvaluationChanged data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Write an instance of the JEvtLogOutput data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Write an instance of the JEvtStatusChanged data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Write an instance of the JEvtTaskStatusChanged data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Write an instance of the JFileRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Write an instance of the JInteractCommandRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Write an instance of the JInteractiveVariable data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Write an instance of the JInteractiveVarsRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Write an instance of the JLoadMuxChannelsRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Write an instance of the JLogRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Write an instance of the JMuxDataRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Write an instance of the JRestartDataRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Write an instance of the JRestartInfoRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Write an instance of the JSetMuxTimeRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Write an instance of the JShutdownRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Write an instance of the JString16 data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Write an instance of the JTaskStatusRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Write an instance of the JTerminateRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Write an instance of the JTimestepIncrRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Write an instance of the JUnitCodeRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Write an instance of the AbstractIntegrationCase data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Write an instance of the IntegrationDefinition data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.Attribute
Write an instance of the Attribute data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Write an instance of the DrawnAnnotationRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.DrawnComponentRec
Write an instance of the DrawnComponentRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.DrawnConnLine
Write an instance of the DrawnConnLine data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Write an instance of the DrawnDisplayBeanRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Write an instance of the DrawnDisplayElementRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Write an instance of the DrawnImageAnnotationRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.DrawnLayerRec
Write an instance of the DrawnLayerRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.DrawnNumericRec
Write an instance of the DrawnNumericRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Write an instance of the DrawnVisualGroupRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.FontRec
Write an instance of the FontRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Write an instance of the _MedVerInfo_ data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.ModelHeaderRec
Write an instance of the ModelHeaderRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.Plugin
Write an instance of the Plugin data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.String16
Write an instance of the String16 data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.UserConstantRec
Write an instance of the UserConstantRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.UserFunctionRec
Write an instance of the UserFunctionRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.UserVariableRec
Write an instance of the UserVariableRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.io.med.ViewCompRec
Write an instance of the ViewCompRec data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.mdocs.ALDocRef
Write an instance of the ALDocRef data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.mdocs.ALOwnership
Write an instance of the ALOwnership data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.rpc.command.ActivateRequest
Write an instance of the ActivateRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Write an instance of the AnimateJobRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.rpc.command.ModelListRequest
Write an instance of the ModelListRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.rpc.command.ModelListResponse
Write an instance of the ModelListResponse data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.AbstractCBoolean
Write an instance of the CBoolean data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.AbstractCInteger
Write an instance of the CInteger data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.AbstractCReal
Write an instance of the CReal data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Write an instance of the AbstractFunctionCatProps data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.AbstractSharedValue
 
writeBlock(PibFile) - Method in class com.cafean.client.values.components.AttribProps
Write an instance of the AttribProps data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.CBoolean_E
Write an instance of the CBoolean data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.CBoolean
Write an instance of the CBoolean data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.CInteger_E
Write an instance of the CInteger data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.CInteger
Write an instance of the CInteger data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.CReal_E
Write an instance of the CReal data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.CReal
Write an instance of the CReal data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.CString
Write an instance of the CString data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.EnumEntry
Write an instance of the EnumEntry data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.ExternFunction
Write an instance of the ExternFunction data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.NumericsCatProps
Write an instance of the NumericsCatProps data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.NumericsTableColumn
Write an instance of the NumericsTableColumn data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.SharedBoolean
Write an instance of the SharedBoolean data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.SharedFunction
Write an instance of the SharedFunction data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.SharedInteger
Write an instance of the SharedInteger data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.SharedReal
Write an instance of the SharedReal data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.client.values.components.SharedString
 
writeBlock(PibFile) - Method in class com.cafean.client.values.components.SharedTable
Write an instance of the SharedTable data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.config.rpc.command.ActivateRequest
Write an instance of the ActivateRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Write an instance of the SelectAreaRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Write an instance of the ActivateRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Write an instance of the OpenConsoleRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Write an instance of the SelectJobRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.rpc.command.CallbackAuthorization
Write an instance of the CallbackAuthorization data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.rpc.command.CallbackAuthRequest
Write an instance of the CallbackAuthRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.rpc.command.CallbackContext
Write an instance of the CallbackContext data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.rpc.command.Ping
Write an instance of the Ping data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.rpc.command.VersionRequest
Write an instance of the VersionRequest data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.snapdx.SDXElement
Write an instance of the SDXElement data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Write an instance of the SDXIntegerArrayValue data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.snapdx.SDXIntegerValue
Write an instance of the SDXIntegerValue data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.snapdx.SDXRealArrayValue
Write an instance of the SDXRealArrayValue data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.snapdx.SDXRealValue
Write an instance of the SDXRealValue data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.snapdx.SDXStringArrayValue
Write an instance of the SDXStringArrayValue data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.snapdx.SDXStringValue
Write an instance of the SDXStringValue data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Write an instance of the SNAPDXFileInfo data block to a random access file.
writeBlock(PibFile) - Method in class com.cafean.snapdx.SNAPDXRecord
Write an instance of the SNAPDXRecord data block to a random access file.
writeBlock(PibFile, boolean) - Method in interface com.apt.xdr.PibBlock
Write an instance of the data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Write an instance of the ActivityNoticeRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Write an instance of the CanCreateDemuxRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Write an instance of the ConsoleOutputRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Write an instance of the CreateDemuxDataRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Write an instance of the CreateFolderRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Write an instance of the DataChannelsRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Write an instance of the DeleteJobRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Write an instance of the DeleteJobResponse data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Write an instance of the DemuxDataRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Write an instance of the EvtCommandDelivered data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Write an instance of the EvtConsoleOutput data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Write an instance of the EvtEndTimeChanged data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.EvtJobAdded
Write an instance of the EvtJobAdded data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Write an instance of the EvtJobRemoved data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.EvtLogOutput
Write an instance of the EvtLogOutput data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Write an instance of the EvtStatusTriggered data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Write an instance of the EvtTaskStatusChanged data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.FileRequest
Write an instance of the FileRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.FileRequestResponse
Write an instance of the FileRequestResponse data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.FilesListRequest
Write an instance of the FilesListRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Write an instance of the FindStreamsRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Write an instance of the FolderContentsRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Write an instance of the FolderLocationRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Write an instance of the FolderTreeRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Write an instance of the GetFileCancelRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Write an instance of the GetFileContentsRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.GetFileRequest
Write an instance of the GetFileRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.GetFileResponse
Write an instance of the GetFileResponse data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Write an instance of the GetJobInfoRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Write an instance of the GetMessagesRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Write an instance of the HasDemuxRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Write an instance of the IncrementTimeslice data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Write an instance of the InteractCommandRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Write an instance of the InteractiveVarsRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.JobFilesRequest
Write an instance of the JobFilesRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.JobLocationRequest
Write an instance of the JobLocationRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Write an instance of the JobPriorityRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.JobRPCRequest
Write an instance of the JobRPCRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.JobSet
Write an instance of the JobSet data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Write an instance of the LaunchJobRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.LoadJobRequest
Write an instance of the LoadJobRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Write an instance of the LoadMuxChannelsRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.LogOutputRequest
Write an instance of the LogOutputRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.MountFolderRequest
Write an instance of the MountFolderRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.MuxDataRequest
Write an instance of the MuxDataRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.NotificationsRequest
Write an instance of the NotificationsRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Write an instance of the ReleaseJobRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Write an instance of the RemoveFolderRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Write an instance of the RenameFolderRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.RestartDataRequest
Write an instance of the RestartDataRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Write an instance of the RestartInfoRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Write an instance of the SendFileCancelRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Write an instance of the SendFileContentsRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.SendFileRequest
Write an instance of the SendFileRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Write an instance of the ServerStatusRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Write an instance of the SetMuxTimeRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.ShutdownRequest
Write an instance of the ShutdownRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Write an instance of the StatusTriggerRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Write an instance of the TerminateRunRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Write an instance of the UnitCodeRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Write an instance of the UnitCodeResponse data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Write an instance of the UnloadJobRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Write an instance of the UnMountFolderRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Write an instance of the ViewableFileBlockRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Write an instance of the ViewableFileLenRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Write an instance of the ViewableFileOpenRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Write an instance of the ViewableFilesRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Write an instance of the ViewablePoiRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Write an instance of the ViewableSearchRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Write an instance of the JConsoleRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Write an instance of the JDataChannelsRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Write an instance of the JEvtCommandDelivered data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Write an instance of the JEvtConsoleOutput data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Write an instance of the JEvtEndTimeChanged data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Write an instance of the JEvtEvaluationChanged data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Write an instance of the JEvtLogOutput data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Write an instance of the JEvtStatusChanged data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Write an instance of the JEvtTaskStatusChanged data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Write an instance of the JFileRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Write an instance of the JInteractCommandRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Write an instance of the JInteractiveVarsRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Write an instance of the JLoadMuxChannelsRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Write an instance of the JLogRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Write an instance of the JMuxDataRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Write an instance of the JRestartDataRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Write an instance of the JRestartInfoRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Write an instance of the JSetMuxTimeRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Write an instance of the JShutdownRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Write an instance of the JTaskStatusRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Write an instance of the JTerminateRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Write an instance of the JTimestepIncrRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Write an instance of the JUnitCodeRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.integrator.components.AbstractIntegrationCase
Write an instance of the AbstractIntegrationCase data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Write an instance of the DrawnAnnotationRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.DrawnComponentRec
Write an instance of the DrawnComponentRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Write an instance of the DrawnDisplayBeanRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Write an instance of the DrawnDisplayElementRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Write an instance of the DrawnImageAnnotationRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.DrawnLayerRec
Write an instance of the DrawnLayerRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.DrawnNumericRec
Write an instance of the DrawnNumericRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Write an instance of the DrawnVisualGroupRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.MedVersionInfoRec
Write an instance of the _MedVerInfo_ data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.ModelHeaderRec
Write an instance of the ModelHeaderRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.Plugin
Write an instance of the Plugin data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.UserConstantRec
Write an instance of the UserConstantRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.UserFunctionRec
Write an instance of the UserFunctionRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.UserVariableRec
Write an instance of the UserVariableRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.io.med.ViewCompRec
Write an instance of the ViewCompRec data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.rpc.command.ActivateRequest
Write an instance of the ActivateRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Write an instance of the AnimateJobRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.rpc.command.ModelListRequest
Write an instance of the ModelListRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.rpc.command.ModelListResponse
Write an instance of the ModelListResponse data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.values.components.AbstractFunctionCatProps
Write an instance of the AbstractFunctionCatProps data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.values.components.NumericsCatProps
Write an instance of the NumericsCatProps data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.values.components.SharedBoolean
Write an instance of the SharedBoolean data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.values.components.SharedFunction
 
writeBlock(PibFile, boolean) - Method in class com.cafean.client.values.components.SharedInteger
Write an instance of the SharedInteger data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.values.components.SharedReal
Write an instance of the SharedReal data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.values.components.SharedString
Write an instance of the SharedString data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.client.values.components.SharedTable
Write an instance of the SharedTable data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.config.rpc.command.ActivateRequest
Write an instance of the ActivateRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Write an instance of the SelectAreaRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Write an instance of the ActivateRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Write an instance of the OpenConsoleRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Write an instance of the SelectJobRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.rpc.command.CallbackAuthorization
Write an instance of the CallbackAuthorization data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.rpc.command.CallbackAuthRequest
Write an instance of the CallbackAuthRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.rpc.command.CallbackContext
Write an instance of the CallbackContext data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.rpc.command.Ping
Write an instance of the Ping data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.rpc.command.VersionRequest
Write an instance of the VersionRequest data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.snapdx.SNAPDXFileInfo
Write an instance of the SNAPDXFileInfo data block to a random access file.
writeBlock(PibFile, boolean) - Method in class com.cafean.snapdx.SNAPDXRecord
Write an instance of the SNAPDXRecord data block to a random access file.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.ConnectionInfo
Write an instance of the ConnectionInfo data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.DataChannel
Write an instance of the DataChannel data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.FileEntry
Write an instance of the FileEntry data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.Folder
Write an instance of the Folder data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.FolderEntry
Write an instance of the FolderEntry data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.InteractiveVariable
Write an instance of the InteractiveVariable data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.Job
Write an instance of the Job data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.JobFilesEntry
Write an instance of the JobFilesEntry data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.JobFilesList
Write an instance of the JobFilesList data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.Keyword
Write an instance of the Keyword data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.String16
Write an instance of the String16 data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.command.ViewableFile
Write an instance of the ViewableFile data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannel
Write an instance of the JDataChannel data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVariable
Write an instance of the JInteractiveVariable data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.CalcServer.jobrpc.command.JString16
Write an instance of the JString16 data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.integrator.components.IntegrationDefinition
Write an instance of the IntegrationDefinition data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.io.med.Attribute
Write an instance of the Attribute data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.io.med.DrawnConnLine
Write an instance of the DrawnConnLine data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.io.med.FontRec
Write an instance of the FontRec data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.io.med.String16
Write an instance of the String16 data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.mdocs.ALDocRef
Write an instance of the ALDocRef data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.mdocs.ALOwnership
Write an instance of the ALOwnership data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.AbstractCBoolean
Write an instance of the CBoolean data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.AbstractCInteger
Write an instance of the CInteger data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.AbstractCReal
Write an instance of the CReal data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.AttribProps
Write an instance of the AttribProps data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.CBoolean_E
Write an instance of the CBoolean data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.CBoolean
Write an instance of the CBoolean data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.CInteger_E
Write an instance of the CInteger data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.CInteger
Write an instance of the CInteger data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.CReal_E
Write an instance of the CReal data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.CReal
Write an instance of the CReal data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.CString
Write an instance of the CString data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.EnumEntry
Write an instance of the EnumEntry data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.ExternFunction
Write an instance of the ExternFunction data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.client.values.components.NumericsTableColumn
Write an instance of the NumericsTableColumn data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.snapdx.SDXElement
Write an instance of the SDXElement data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.snapdx.SDXIntegerArrayValue
Write an instance of the SDXIntegerArrayValue data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.snapdx.SDXIntegerValue
Write an instance of the SDXIntegerValue data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.snapdx.SDXRealArrayValue
Write an instance of the SDXRealArrayValue data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.snapdx.SDXRealValue
Write an instance of the SDXRealValue data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.snapdx.SDXStringArrayValue
Write an instance of the SDXStringArrayValue data block to a compressed data stream.
writeBlock(DataOutputStream) - Method in class com.cafean.snapdx.SDXStringValue
Write an instance of the SDXStringValue data block to a compressed data stream.
writeBlockParams(PibFile) - Method in class com.cafean.client.analysis.AbstractBeanComponent
A stub method implemented here to allow AbstractBeanComponent objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
writeBlockParams(PibFile) - Method in class com.cafean.client.analysis.AbstractConnectionList
A stub method implemented here to allow AbstractConnectionList objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
writeBlockParams(PibFile) - Method in class com.cafean.client.analysis.ConnectionBean
A stub method implemented here to allow ConnectionBean objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
writeBlockParams(PibFile) - Method in class com.cafean.client.analysis.ConnectionBeanData
 
writeBlockParams(PibFile) - Method in class com.cafean.client.analysis.ElementBean
A stub method implemented here to allow ElementBean objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
writeBlockParams(PibFile) - Method in class com.cafean.client.analysis.RealBean
 
writeBlockParams(PibFile) - Method in class com.cafean.client.analysis.Table1D
 
writeBlockParams(PibFile) - Method in class com.cafean.client.analysis.TableND
 
writeBlockParams(PibFile) - Method in class com.cafean.client.analysis.ValidationOptions
Simple writeBlockParams added so that ValidationOptions can be subblocks.
writeBlockParams(PibFile) - Method in class com.cafean.client.mdocs.ALDocRef
A stub method implemented here to allow ALDocRef objects to be PibBlocks, stored and loaded directly to a PIB generated file format.
writeBlockParams(PibFile) - Method in class com.cafean.client.values.components.AbstractValue
Returns true.
writeBlockParams(PibFile) - Method in class com.cafean.client.values.components.CTable1D
 
writeBlockParams(PibFile) - Method in class com.cafean.client.values.components.CTableND
 
writeBlockParams(PibFile) - Method in class com.cafean.utils.RptDoc.AbstractReportData
 
writeBlockParams(PibFile, int[]) - Method in class com.cafean.client.analysis.ConnectionBeanData
 
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.ActivityNoticeRequest
Write an instance of the ActivityNoticeRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.CanCreateDemuxRequest
Write an instance of the CanCreateDemuxRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.ConsoleOutputRequest
Write an instance of the ConsoleOutputRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.CreateDemuxDataRequest
Write an instance of the CreateDemuxDataRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.CreateFolderRequest
Write an instance of the CreateFolderRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.DataChannelsRequest
Write an instance of the DataChannelsRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.DeleteJobRequest
Write an instance of the DeleteJobRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.DeleteJobResponse
Write an instance of the DeleteJobResponse data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.DemuxDataRequest
Write an instance of the DemuxDataRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.EvtCommandDelivered
Write an instance of the EvtCommandDelivered data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.EvtConsoleOutput
Write an instance of the EvtConsoleOutput data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.EvtEndTimeChanged
Write an instance of the EvtEndTimeChanged data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.EvtJobAdded
Write an instance of the EvtJobAdded data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.EvtJobRemoved
Write an instance of the EvtJobRemoved data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.EvtLogOutput
Write an instance of the EvtLogOutput data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.EvtStatusTriggered
Write an instance of the EvtStatusTriggered data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.EvtTaskStatusChanged
Write an instance of the EvtTaskStatusChanged data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.FileRequest
Write an instance of the FileRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.FileRequestResponse
Write an instance of the FileRequestResponse data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.FilesListRequest
Write an instance of the FilesListRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.FindStreamsRequest
Write an instance of the FindStreamsRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.FolderContentsRequest
Write an instance of the FolderContentsRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.FolderLocationRequest
Write an instance of the FolderLocationRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.FolderTreeRequest
Write an instance of the FolderTreeRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.GetFileCancelRequest
Write an instance of the GetFileCancelRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.GetFileContentsRequest
Write an instance of the GetFileContentsRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.GetFileRequest
Write an instance of the GetFileRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.GetFileResponse
Write an instance of the GetFileResponse data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.GetJobInfoRequest
Write an instance of the GetJobInfoRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.GetMessagesRequest
Write an instance of the GetMessagesRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.HasDemuxRequest
Write an instance of the HasDemuxRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.IncrementTimeslice
Write an instance of the IncrementTimeslice data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.InteractCommandRequest
Write an instance of the InteractCommandRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.InteractiveVarsRequest
Write an instance of the InteractiveVarsRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.JobFilesRequest
Write an instance of the JobFilesRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.JobLocationRequest
Write an instance of the JobLocationRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.JobPriorityRequest
Write an instance of the JobPriorityRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.JobRPCRequest
Write an instance of the JobRPCRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.JobSet
Write an instance of the JobSet data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.LaunchJobRequest
Write an instance of the LaunchJobRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.LoadJobRequest
Write an instance of the LoadJobRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.LoadMuxChannelsRequest
Write an instance of the LoadMuxChannelsRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.LogOutputRequest
Write an instance of the LogOutputRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.MountFolderRequest
Write an instance of the MountFolderRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.MuxDataRequest
Write an instance of the MuxDataRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.NotificationsRequest
Write an instance of the NotificationsRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.ReleaseJobRequest
Write an instance of the ReleaseJobRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.RemoveFolderRequest
Write an instance of the RemoveFolderRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.RenameFolderRequest
Write an instance of the RenameFolderRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.RestartDataRequest
Write an instance of the RestartDataRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.RestartInfoRequest
Write an instance of the RestartInfoRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.SendFileCancelRequest
Write an instance of the SendFileCancelRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.SendFileContentsRequest
Write an instance of the SendFileContentsRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.SendFileRequest
Write an instance of the SendFileRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.ServerStatusRequest
Write an instance of the ServerStatusRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.SetMuxTimeRequest
Write an instance of the SetMuxTimeRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.ShutdownRequest
Write an instance of the ShutdownRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.StatusTriggerRequest
Write an instance of the StatusTriggerRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.TerminateRunRequest
Write an instance of the TerminateRunRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.UnitCodeRequest
Write an instance of the UnitCodeRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.UnitCodeResponse
Write an instance of the UnitCodeResponse data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.UnloadJobRequest
Write an instance of the UnloadJobRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.UnMountFolderRequest
Write an instance of the UnMountFolderRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.ViewableFileBlockRequest
Write an instance of the ViewableFileBlockRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.ViewableFileLenRequest
Write an instance of the ViewableFileLenRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.ViewableFileOpenRequest
Write an instance of the ViewableFileOpenRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.ViewableFilesRequest
Write an instance of the ViewableFilesRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.ViewablePoiRequest
Write an instance of the ViewablePoiRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.command.ViewableSearchRequest
Write an instance of the ViewableSearchRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JConsoleRequest
Write an instance of the JConsoleRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JDataChannelsRequest
Write an instance of the JDataChannelsRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtCommandDelivered
Write an instance of the JEvtCommandDelivered data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtConsoleOutput
Write an instance of the JEvtConsoleOutput data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEndTimeChanged
Write an instance of the JEvtEndTimeChanged data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtEvaluationChanged
Write an instance of the JEvtEvaluationChanged data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtLogOutput
Write an instance of the JEvtLogOutput data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtStatusChanged
Write an instance of the JEvtStatusChanged data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JEvtTaskStatusChanged
Write an instance of the JEvtTaskStatusChanged data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JFileRequest
Write an instance of the JFileRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractCommandRequest
Write an instance of the JInteractCommandRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JInteractiveVarsRequest
Write an instance of the JInteractiveVarsRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JLoadMuxChannelsRequest
Write an instance of the JLoadMuxChannelsRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JLogRequest
Write an instance of the JLogRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JMuxDataRequest
Write an instance of the JMuxDataRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartDataRequest
Write an instance of the JRestartDataRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JRestartInfoRequest
Write an instance of the JRestartInfoRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JSetMuxTimeRequest
Write an instance of the JSetMuxTimeRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JShutdownRequest
Write an instance of the JShutdownRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JTaskStatusRequest
Write an instance of the JTaskStatusRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JTerminateRequest
Write an instance of the JTerminateRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JTimestepIncrRequest
Write an instance of the JTimestepIncrRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.CalcServer.jobrpc.command.JUnitCodeRequest
Write an instance of the JUnitCodeRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.DrawnAnnotationRec
Write an instance of the DrawnAnnotationRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.DrawnComponentRec
Write an instance of the DrawnComponentRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.DrawnDisplayBeanRec
Write an instance of the DrawnDisplayBeanRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.DrawnDisplayElementRec
Write an instance of the DrawnDisplayElementRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.DrawnImageAnnotationRec
Write an instance of the DrawnImageAnnotationRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.DrawnLayerRec
Write an instance of the DrawnLayerRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.DrawnNumericRec
Write an instance of the DrawnNumericRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.DrawnVisualGroupRec
Write an instance of the DrawnVisualGroupRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.ModelHeaderRec
Write an instance of the ModelHeaderRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.Plugin
Write an instance of the Plugin data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.UserConstantRec
Write an instance of the UserConstantRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.UserFunctionRec
Write an instance of the UserFunctionRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.UserVariableRec
Write an instance of the UserVariableRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.io.med.ViewCompRec
Write an instance of the ViewCompRec data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.rpc.command.ActivateRequest
Write an instance of the ActivateRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.rpc.command.AnimateJobRequest
Write an instance of the AnimateJobRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.rpc.command.ModelListRequest
Write an instance of the ModelListRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.client.rpc.command.ModelListResponse
Write an instance of the ModelListResponse data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.config.rpc.command.ActivateRequest
Write an instance of the ActivateRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.config.rpc.command.SelectAreaRequest
Write an instance of the SelectAreaRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.JobStatus.rpc.command.ActivateRequest
Write an instance of the ActivateRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.JobStatus.rpc.command.OpenConsoleRequest
Write an instance of the OpenConsoleRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.JobStatus.rpc.command.SelectJobRequest
Write an instance of the SelectJobRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.rpc.command.CallbackAuthorization
Write an instance of the CallbackAuthorization data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.rpc.command.CallbackAuthRequest
Write an instance of the CallbackAuthRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.rpc.command.CallbackContext
Write an instance of the CallbackContext data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.rpc.command.Ping
Write an instance of the Ping data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.rpc.command.VersionRequest
Write an instance of the VersionRequest data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.snapdx.SNAPDXFileInfo
Write an instance of the SNAPDXFileInfo data block to a byte array.
writeBlockToByteArray() - Method in class com.cafean.snapdx.SNAPDXRecord
Write an instance of the SNAPDXRecord data block to a byte array.
writeBool(DataOutputStream, boolean) - Static method in class com.apt.xdr.Xdr
Write an boolean value to a byte array in XDR form.
writeBool(RandomAccessFile, boolean) - Static method in class com.apt.xdr.Xdr
Write a boolean value to the file in XDR form.
writeBoolArr(DataOutputStream, boolean[]) - Static method in class com.apt.xdr.Xdr
Write a boolean array to a byte array in XDR form.
writeBoolArr(RandomAccessFile, boolean[]) - Static method in class com.apt.xdr.Xdr
Write a boolean array to the file in XDR form.
writeBytes(DataOutputStream, byte[]) - Static method in class com.apt.xdr.Xdr
Write a byte array to a compressed data stream in XDR form.
writeBytes(RandomAccessFile, byte[]) - Static method in class com.apt.xdr.Xdr
Write a raw byte array to the file in XDR form.
writeCollapsedSameValueColumns(boolean, Object, ExportableTable) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Export routine which will collapse columns of same data and place those values in a summary table.
writeConstantTable(UserDefinedConstant) - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Writes out the value table of a tabular parametric constant.
writeConstantTable(AbstractSharedValue) - Method in class com.cafean.client.values.util.ParametricIteration
Writes out the value table of a tabular parametric constant.
writeContextsToFile(String) - Method in class com.cafean.client.ui.AsciiViewer
Writes a list of the contexts to the provided file
writeContextsToFile(String) - Method in class com.cafean.client.validation.ValidationDisplayPanel
Writes a list of the contexts to the provided file
writeDblArr(DataOutputStream, double[]) - Static method in class com.apt.xdr.Xdr
Write a double array to a byte array in XDR form.
writeDblArr(RandomAccessFile, double[]) - Static method in class com.apt.xdr.Xdr
Write a double array to the file in XDR form.
writeDescription() - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Writes the export description of this model.
writeDescription() - Method in class com.cafean.client.values.util.ParametricIteration
Writes the export description of this model.
writeDetailReport(String, Report[]) - Method in class com.cafean.utils.RptDoc.ReportGenerator
Provides the ability to write a Detail Report using batch commands.
writeDouble(DataOutputStream, double) - Static method in class com.apt.xdr.Xdr
Write a double value to a byte array in XDR form.
writeDouble(RandomAccessFile, double) - Static method in class com.apt.xdr.Xdr
Write a double value to the file in XDR form.
writeExportNote(int) - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Builds an export note for the current state of the parametric export.
writeExportNote(int) - Method in class com.cafean.client.values.util.ParametricIteration
Builds an export note for the current state of the parametric export.
writeFloat(DataOutputStream, float) - Static method in class com.apt.xdr.Xdr
Write a float value to a byte array in XDR form.
writeFloat(RandomAccessFile, float) - Static method in class com.apt.xdr.Xdr
Write a float value to the file in XDR form.
writeFltArr(DataOutputStream, float[]) - Static method in class com.apt.xdr.Xdr
Write a float value array to a byte array in XDR form.
writeFltArr(RandomAccessFile, float[]) - Static method in class com.apt.xdr.Xdr
Write a float value array to the file in XDR form.
writeHtml(PrintWriter) - Method in class com.cafean.client.ui.message.MessagePanel
Exports to HTML.
writeInBackground(File) - Method in class com.cafean.client.values.nif.NIFReportDialog
 
writeInt(DataOutputStream, int) - Static method in class com.apt.xdr.Xdr
Write an integer value to a byte array in XDR form.
writeInt(RandomAccessFile, int) - Static method in class com.apt.xdr.Xdr
Write an integer value to the file in XDR form.
writeInt64(DataOutputStream, long) - Static method in class com.apt.xdr.Xdr
Writes a long integer value to the output stream in XDR form.
writeInt64(RandomAccessFile, long) - Static method in class com.apt.xdr.Xdr
Write a long value to the file in XDR form.
writeIntArr(DataOutputStream, int[]) - Static method in class com.apt.xdr.Xdr
Write an integer array to a byte array in XDR form.
writeIntArr(RandomAccessFile, int[]) - Static method in class com.apt.xdr.Xdr
Write an integer array to the file in XDR form.
writeLong(DataOutputStream, long) - Static method in class com.apt.xdr.Xdr
Write a long integer value to a byte array in XDR form.
writeLong(RandomAccessFile, long) - Static method in class com.apt.xdr.Xdr
Write a long integer value to the file in XDR form.
writeMappingTagEnd(PrintWriter, char) - Method in class com.cafean.client.values.components.AbstractTableReference
This method writes out a table mapping meta data end tag.
writeMappingTagStart(PrintWriter, char) - Method in class com.cafean.client.values.components.AbstractTableReference
This method writes out a table mapping meta data start tag.
writeMdBoolArray(DataOutputStream, MdBoolArray) - Static method in class com.apt.xdr.Xdr
Write a multi-dimensional boolean array to a byte array in XDR form.
writeMdBoolArray(RandomAccessFile, MdBoolArray) - Static method in class com.apt.xdr.Xdr
Write a multi-dimensional boolean array to the file in XDR form.
writeMdDblArray(DataOutputStream, MdDblArray) - Static method in class com.apt.xdr.Xdr
Write a multi-dimensional double array to a byte array in XDR form.
writeMdDblArray(RandomAccessFile, MdDblArray) - Static method in class com.apt.xdr.Xdr
Write a multi-dimensional double array to the file in XDR form.
writeMdFltArray(DataOutputStream, MdFltArray) - Static method in class com.apt.xdr.Xdr
Write a multi-dimensional float value array to a byte array in XDR form.
writeMdFltArray(RandomAccessFile, MdFltArray) - Static method in class com.apt.xdr.Xdr
Write a multi-dimensional float value array to the file in XDR form.
writeMdIntArray(DataOutputStream, MdIntArray) - Static method in class com.apt.xdr.Xdr
Write a multi-dimensional integer array to a byte array in XDR form.
writeMdIntArray(RandomAccessFile, MdIntArray) - Static method in class com.apt.xdr.Xdr
Write a multi-dimensional integer array to the file in XDR form.
writeMetrics(PrintWriter) - Method in interface com.cafean.utils.WriteMetrics
Write the data block metrics to an XML file.
WriteMetrics - Interface in com.cafean.utils
 
writeMovie(PreviewFrame, ZipDataSource) - Method in class com.cafean.moviegen.support.AbstractVideoType
Writes a movie file for the selected piece of recording.
writeMovie(PreviewFrame, ZipDataSource) - Method in class com.cafean.moviegen.support.H264
 
writeMovie(PreviewFrame, ZipDataSource) - Method in class com.cafean.moviegen.support.JMFVideoType
 
writeMovie(PreviewFrame, ZipDataSource) - Method in class com.cafean.moviegen.support.Theora
 
writeMuxLoadArray(PrintWriter, String, Real[], Real[]) - Static method in class com.cafean.client.analysis.GenericObject
writes the given demultiplexed x,y pairs to the given writer in multiplexed TRAC LOAD format.
writeMuxLoadArray(PrintWriter, String, Object[], Object[]) - Static method in class com.cafean.client.analysis.GenericObject
writes the given demultiplexed x,y pairs to the given writer in multiplexed TRAC LOAD format.
writeName() - Method in class com.cafean.client.analysis.AbstractComponent
Returns the string to be used when writing a component out to ASCII file.
writeName(String) - Method in class com.cafean.client.analysis.numerics.ParametricIteration
 
writeName(String) - Method in class com.cafean.client.values.util.ParametricIteration
 
writePackageHeader(String, String, String) - Method in class com.cafean.CalcServer.command.CommandFile_file
Write a package separator to the file.
writePackageHeader(String, String, String) - Method in class com.cafean.CalcServer.jobrpc.command.JobRPC_File_file
Write a package separator to the file.
writePackageHeader(String, String, String) - Method in class com.cafean.client.integrator.components.SubSystemIntegration_file
Writes a package separator to the file.
writePackageHeader(String, String, String) - Method in class com.cafean.client.io.med.MED_file
Write a package separator to the file.
writePackageHeader(String, String, String) - Method in class com.cafean.client.rpc.command.ModelEditorCommand_file
Write a package separator to the file.
writePackageHeader(String, String, String) - Method in class com.cafean.client.values.components.CNL_LIBRARY_file
Write a package separator to the file.
writePackageHeader(String, String, String) - Method in class com.cafean.config.rpc.command.ConfigToolCommand_file
Write a package separator to the file.
writePackageHeader(String, String, String) - Method in class com.cafean.JobStatus.rpc.command.JobStatusCommand_file
Write a package separator to the file.
writePackageHeader(String, String, String) - Method in class com.cafean.rpc.command.RPC_file
Write a package separator to the file.
writePackageHeader(String, String, String) - Method in class com.cafean.snapdx.SNAPDataExchange_file
Write a package separator to the file.
writePyPostApp(PrintWriter, int) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Writes the contents of this application definition to the given PrintWriter in XML format as a 'pypost' element rather than the normal 'application' element.
writePythonApp(PrintWriter, int) - Method in class com.cafean.jobstream.common.components.ApplicationDefinition
Writes the contents of this application definition to the given PrintWriter in XML format as a 'python' element rather than the normal 'application' element.
writeReport(String, int[], boolean) - Method in class com.cafean.utils.RptDoc.ReportGenerator
Generates an HTML document with all the requested report information.
writeReport(String, int[], boolean, ProgressMon) - Method in class com.cafean.utils.RptDoc.ReportGenerator
Generates an HTML document with all the requested report information.
writeRGB(File) - Method in class com.cafean.moviegen.ZipSourceStream
Reads a media chunk into the provided file as raw RGB data.
writeRGB(File, boolean) - Method in class com.cafean.moviegen.ZipSourceStream
Reads a media chunk into the provided file as raw RGB data.
writeSP(PrintWriter, int, int) - Static method in class com.cafean.client.analysis.GenericObject
Write an integer to a PrintWriter as a fixed width string, padding the left with spaces.
writeSP(PrintWriter, String, int) - Static method in class com.cafean.client.analysis.GenericObject
Write a fixed width string to a PrintWriter, padding the left with spaces.
writeStatEntry(Object, AbstractCReal) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Creates a statistics entry paragraph with the given text, the rounded string representation of the given value and it's units.
writeString(DataOutputStream, String, int) - Static method in class com.apt.xdr.Xdr
Write a String object to a compressed data stream in XDR form.
writeString(DataOutputStream, String, int, boolean) - Static method in class com.apt.xdr.Xdr
Write a String object to a compressed data stream in XDR form.
writeString(RandomAccessFile, String, int) - Static method in class com.apt.xdr.Xdr
Write a String object to the file in XDR form.
writeString(RandomAccessFile, String, int, boolean) - Static method in class com.apt.xdr.Xdr
Write a String object to the file in XDR form.
writeStringArr(DataOutputStream, String[], int) - Static method in class com.apt.xdr.Xdr
Write a String array to a byte array in XDR form.
writeStringArr(RandomAccessFile, String[], int) - Static method in class com.apt.xdr.Xdr
Write a String array to the file in XDR form.
writeSubHeading(AbstractComponent, String) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Writes a simulated heading used as a sub-heading for the given component and includes an Anchor using the given heading text.
writeSubHeading(AbstractComponent, String, String) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Writes a simulated heading used as a sub-heading for the given component and includes an Anchor using the given heading text.
writeSubHeading2(AbstractComponent, Object) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Writes a simulated heading used as a level 2 sub-heading for the given component.
writeSubHeading2(AbstractComponent, String, String) - Method in class com.cafean.document.notebook.AbstractNotebookExporter
Writes a simulated heading used as a sub-heading for the given component and includes an Anchor using the given heading text.
writeSummaryReport(String, Report[]) - Method in class com.cafean.utils.RptDoc.ReportGenerator
Provides the ability to write a Summary Report using batch commands.
writeTableHeader() - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Writes the export file table header.
writeTableHeader() - Method in class com.cafean.client.values.util.ParametricIteration
Writes the export file table header.
writeTableLine(int, String, String) - Method in class com.cafean.client.analysis.numerics.ParametricIteration
Returns a single line of the export file table in HTML format.
writeTableLine(int, String, String) - Method in class com.cafean.client.values.util.ParametricIteration
Returns a single line of the export file table in HTML format.
writeTableOfContents(boolean) - Method in class com.cafean.document.notebook.AbstractExporterModule
Writes a table of contents to the document.
writeTableOfContents(boolean) - Method in class com.cafean.document.notebook.DocxExporterModule
 
writeTableOfContents(boolean) - Method in class com.cafean.document.notebook.OdfExporterModule
Writes a Table of Contents block to the page.
writeTaskDef(PrintWriter, boolean) - Method in class com.cafean.jobstream.server.components.Task
Writes this task to the given PrintWriter as a full task definition.
writeTaskElement(PrintWriter) - Method in class com.cafean.jobstream.server.components.Task
Writes this task to the given PrintWriter as a task element.
writeTitlePage(MasterStyleBlock, String, Object, QuickNote) - Method in class com.cafean.document.notebook.AbstractExporterModule
Writes the title page to the document.
writeTitlePage(MasterStyleBlock, String, Object, QuickNote) - Method in class com.cafean.document.notebook.DocxExporterModule
Writes a the title page as defined in titleNote, then makes a method call to DocxTextDocument.completeSection().
writeTitlePage(MasterStyleBlock, String, Object, QuickNote) - Method in class com.cafean.document.notebook.OdfExporterModule
 
writeXdrString(RandomAccessFile, String, int) - Method in class com.cafean.h2o.utils.NewStreadTest
Write a String object to the file in XDR form.
writeXdrString(RandomAccessFile, String, int, boolean) - Method in class com.cafean.h2o.utils.NewStreadTest
Write a String object to the file in XDR form.
writeXMLHeader(PrintWriter) - Static method in class com.cafean.jobstream.common.util.XMLUtils
writes out an XML version 1.0 header with UTF-8 encoding

X

X - com.cafean.document.notebook.plot.ExportSymbol
 
X_LOC - Variable in class com.cafean.client.io.med.ViewCompRec
The X coordinate of the upper left corner of the view.
X_SIZE - Variable in class com.cafean.client.io.med.ViewCompRec
The size of the view in the X dimension.
Xdr - Class in com.apt.xdr
This class provides routines for accessing XDR formated data fields.
Xdr() - Constructor for class com.apt.xdr.Xdr
 
xdreadwrite - Class in com.cafean.h2o.utils
 
xdreadwrite() - Constructor for class com.cafean.h2o.utils.xdreadwrite
Creates new readwrite
XMLUtil - Class in com.cafean.utils
Utility class containig static functions to write XML entries.
XMLUtil() - Constructor for class com.cafean.utils.XMLUtil
 
XMLUtils - Class in com.cafean.jobstream.common.util
A collection of static utility methods used to write XML directly.
XPOS - Variable in class com.cafean.client.io.med.DrawnComponentRec
Drawing X.
XPOS - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
XPOS - Variable in class com.cafean.client.io.med.DrawnNumericRec
Drawing X.

Y

Y_LOC - Variable in class com.cafean.client.io.med.ViewCompRec
The Y coordinate value of the upper left corner of the view.
Y_SIZE - Variable in class com.cafean.client.io.med.ViewCompRec
The size of the view in the Y dimension.
yaxisTitle - Variable in class com.cafean.utils.NrcDBUnits
The descriptive label typically used for a Y-axis lable.
Yellow - com.cafean.document.notebook.plot.ExportColor
 
YesNoEditor - Class in com.cafean.client.ui.beans
 
YesNoEditor() - Constructor for class com.cafean.client.ui.beans.YesNoEditor
Creates a new instance of YesNoEditor
YPOS - Variable in class com.cafean.client.io.med.DrawnComponentRec
Drawing Y.
YPOS - Variable in class com.cafean.client.io.med.DrawnDisplayElementRec
No Documentation Available.
YPOS - Variable in class com.cafean.client.io.med.DrawnNumericRec
Drawing Y.
YUV_SAMPLING_420 - Static variable in class com.cafean.moviegen.support.Theora
Index of subsampling multiplier for YUV 4:2:0.
YUV_SAMPLING_422 - Static variable in class com.cafean.moviegen.support.Theora
Index of subsampling multiplier for YUV 4:2:2.
YUV_SAMPLING_444 - Static variable in class com.cafean.moviegen.support.Theora
Index of subsampling multiplier for YUV 4:4:4.

Z

ZebraStripeCellRenderer<T extends javax.swing.table.TableCellRenderer> - Class in com.cafean.client.ui
A table cell renderer which wraps an existing renderer and provides row stripes.
ZebraStripeCellRenderer(T) - Constructor for class com.cafean.client.ui.ZebraStripeCellRenderer
Constructs a new ZebraStripCellRenderer instance.
ZebraStripeCellRenderer(T, boolean) - Constructor for class com.cafean.client.ui.ZebraStripeCellRenderer
Constructs a new ZebraStripCellRenderer instance.
ZebraStripeCRealRenderer - Class in com.cafean.client.ui
This custom Table cell editor for CReals stripes enabled table cells using the same color as the ZebraStripeTableCellRenderer
ZebraStripeCRealRenderer() - Constructor for class com.cafean.client.ui.ZebraStripeCRealRenderer
Creates a new ZebraStripeCRealRenderer
ZebraStripeCRealRenderer(int) - Constructor for class com.cafean.client.ui.ZebraStripeCRealRenderer
Creates a new ZebraStripeCRealRenderer with a default horizontal alignment set.
zeroState() - Method in class com.cafean.h2o.FluidState
 
ZipDataSource - Class in com.cafean.moviegen
A custom data source for extracting frames of an animation from a Zip file.
ZipDataSource(File, SvgPanel) - Constructor for class com.cafean.moviegen.ZipDataSource
Creates a new ZipDataSource containing a single ZipSourceStream.
zipFile(String, File, ZipOutputStream) - Static method in class com.cafean.jobstream.common.util.FileUtils
This utility method adds a File object to a ZipOutputStream
zipFile(String, String, File, ZipOutputStream) - Static method in class com.cafean.jobstream.common.util.FileUtils
This utility method adds a File object to a ZipOutputStream
ZipSourceStream - Class in com.cafean.moviegen
ZipSourceStream provides the media data used during video export and playback.
ZipSourceStream(File, SvgPanel) - Constructor for class com.cafean.moviegen.ZipSourceStream
Creates a new instance of ZipSourceStream
ZOOM_SCALE - Variable in class com.cafean.client.io.med.ViewCompRec
The current scale of the zoom panel.
ZOOM_X_SIZE - Variable in class com.cafean.client.io.med.ViewCompRec
The size of the zoom panel in the x dimension.
ZOOM_Y_SIZE - Variable in class com.cafean.client.io.med.ViewCompRec
The size of the zoom panel in the Y dimension.
ZoomablePanel - Class in com.cafean.client.ui
The Zoomable panel is the panel in the DrawnView that contains both the BeanBox for components, and the GlassPane that covers the view.
ZoomablePanel(AbstractModel) - Constructor for class com.cafean.client.ui.ZoomablePanel
Constructs a new Zoomable Panel in a DrawnView.
ZoomMouseHandler - Class in com.cafean.client.ui.tools
A MouseHandler for Zoom events on the ZoomablePanel
ZoomMouseHandler(ZoomablePanel) - Constructor for class com.cafean.client.ui.tools.ZoomMouseHandler
Creates a new mouse handler with the given parent
ZoomSizePanel - Class in com.cafean.client.ui.util
 
ZoomSizePanel(OverlapPanel, DrawnView) - Constructor for class com.cafean.client.ui.util.ZoomSizePanel
Creates new form ZoomOverlapPanel
zoomToFit(Rectangle) - Method in class com.cafean.client.ui.ZoomablePanel
This zooms the current view to fit the given rectangle.
ZPOS - Variable in class com.cafean.client.io.med.DrawnComponentRec
Drawing Z.
ZPOS - Variable in class com.cafean.client.io.med.DrawnNumericRec
Drawing Z.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages